idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
24,200 | returns the sql statement which retrieves the resource id from the content_resource table . concode_field_sep PlaceHolder placeHolder concode_field_sep String getResourceIdAndFilePath concode_elem_sep String getBodySql concode_elem_sep String getAddFilesizeColumnSql concode_elem_sep String getDropBoxQuotaQuerySql conco... | String function ( ) { return "srini_string" ; } |
24,201 | gets the minutes . concode_field_sep int hours concode_elem_sep int seconds concode_elem_sep int minutes concode_field_sep int getHours concode_elem_sep int getSeconds concode_elem_sep void setHours concode_elem_sep void setSeconds concode_elem_sep int convertToMinutes concode_elem_sep void setMinutes concode_elem_sep ... | int function ( ) { return this . minutes ; } |
24,202 | boxed long array concode_field_sep ThreadLocal threadlocal concode_elem_sep String DATE_FORMAT concode_field_sep String sqlValueArray concode_elem_sep String getSql concode_elem_sep void setDateFormat concode_elem_sep String getSqlByList concode_elem_sep DateFormat getDateFormat concode_elem_sep String sqlValuePrimitiv... | Long [ ] function ( long [ ] arg0 ) { Long [ ] loc0 = new Long [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) loc0 [ loc1 ] = arg0 [ loc1 ] ; return loc0 ; } |
24,203 | sets the value of the rval property . concode_field_sep ProductPage rval concode_field_sep ProductPage getRval | void function ( ProductPage arg0 ) { this . rval = arg0 ; } |
24,204 | returns the result of interpreting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep EFeaturePackage modelPackage concode_field_sep T caseEFeature concode_elem_sep T doSwitch concode_... | T function ( EObject arg0 ) { return null ; } |
24,205 | the amazon resource name arn of the iam openid connect provider that was created . for more information , see openidconnectproviderlistentry . concode_field_sep String openIDConnectProviderArn concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateOpenIDConnectProviderResult withOpenIDCon... | void function ( String arg0 ) { this . openIDConnectProviderArn = arg0 ; } |
24,206 | shutdown hsqldb properly . concode_field_sep String INSERT concode_elem_sep String CREATE_TEST_TABLE concode_elem_sep String DROP_TEST_TABLE concode_elem_sep int EXPECTED_COUNT concode_elem_sep BasicDataSource dataSource concode_field_sep void testWithFactory concode_elem_sep void testWithoutFactory concode_elem_sep vo... | void function ( ) { Connection loc0 = dataSource . getConnection ( ) ; Statement loc1 = loc0 . createStatement ( ) ; loc1 . execute ( "srini_string" ) ; loc0 . commit ( ) ; loc1 . close ( ) ; } |
24,207 | wrap the start and shutdown methods in a usertransaction . this is necessary for some plugins if using the jobstorecmt . concode_field_sep Scheduler scheduler concode_elem_sep String name concode_elem_sep boolean wrapInUserTransaction concode_elem_sep Logger log concode_field_sep String getName concode_elem_sep Logger ... | boolean function ( ) { return wrapInUserTransaction ; } |
24,208 | add mapper for converting application objects to db objects concode_field_sep Map<Class<?>,Map<Class<?>,Mapper<?,?>>> dbObjectMappers concode_elem_sep Map<Class<?>,Mapper<?,?>> appObjectMappers concode_field_sep void addDBObjectMapper concode_elem_sep S convertApplicationObjectToDBObject concode_elem_sep Mapper<Object,... | void function ( Mapper < ? , ? > arg0 ) { appObjectMappers . put ( arg0 . getTypeOfObjectToConvert ( ) , arg0 ) ; } |
24,209 | returns true if the input data buffer is empty and #setinput should be called to provide more input . concode_field_sep int userBufOff concode_elem_sep boolean finished concode_elem_sep boolean nativeSnappyLoaded concode_elem_sep Buffer uncompressedDirectBuf concode_elem_sep Class clazz concode_elem_sep int userBufLen ... | boolean function ( ) { return ! ( compressedDirectBuf . remaining ( ) > 0 || uncompressedDirectBuf . remaining ( ) == 0 || userBufLen > 0 ) ; } |
24,210 | returns the end block index concode_field_sep int endOffset concode_elem_sep int iniBlock concode_elem_sep int startOffset concode_elem_sep int startBlock concode_elem_sep ChmBlockInfo chmBlockInfo concode_elem_sep int endBlock concode_field_sep int getStartBlock concode_elem_sep int getEndOffset concode_elem_sep void ... | int function ( ) { return endBlock ; } |
24,211 | returns the default framebuffer contents as a textureregion with a width and height equal to the current screensize . the base texture always has mathutils #nextpoweroftwo dimensions and rgba8888 format . it can be accessed via textureregion #gettexture . the texture is not managed and has to be reloaded manually on a ... | TextureRegion function ( ) { final int loc0 = Gdx . graphics . getBackBufferWidth ( ) ; final int loc1 = Gdx . graphics . getBackBufferHeight ( ) ; return getFrameBufferTexture ( 0 , 0 , loc0 , loc1 ) ; } |
24,212 | isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeLicensesType localDescribeLicenses concode_field_sep java.lang.String generatePrefix concode_elem_sep void setDescribeLicenses concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep c... | boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc... |
24,213 | gets the cache instance being used . concode_field_sep Map<String,Queue<Request<?>>> mWaitingRequests concode_elem_sep Set<Request<?>> mCurrentRequests concode_elem_sep PriorityBlockingQueue<Request<?>> mCacheQueue concode_elem_sep CacheDispatcher mCacheDispatcher concode_elem_sep ResponseDelivery mDelivery concode_ele... | Cache function ( ) { return mCache ; } |
24,214 | this method is called when a task is canceled either as a result of a user abort or an execution failure . it can be overwritten to respond to shut down the user code properly . concode_field_sep Environment environment concode_elem_sep Logger LOG concode_field_sep ClassLoader getUserCodeClassLoader concode_elem_sep Co... | void function ( ) { } |
24,215 | update value in hosted apps cache concode_field_sep Log LOG concode_elem_sep Map<TimelineMetricMetadataKey,TimelineMetricMetadata> METADATA_CACHE concode_elem_sep Configuration metricsConf concode_elem_sep PhoenixHBaseAccessor hBaseAccessor concode_elem_sep Map<String,Set<String>> HOSTED_APPS_MAP concode_elem_sep boole... | void function ( String arg0 , String arg1 ) { Set < String > loc0 = HOSTED_APPS_MAP . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new HashSet < > ( ) ; HOSTED_APPS_MAP . put ( arg0 , loc0 ) ; } if ( ! loc0 . contains ( arg1 ) ) { loc0 . add ( arg1 ) ; SYNC_HOSTED_APPS_METADATA . set ( true ) ; } } |
24,216 | sets the primary key of this shopping cart . concode_field_sep ShoppingCart _shoppingCart concode_field_sep java.lang.String getItemIds concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setInsure conco... | void function ( long arg0 ) { _shoppingCart . setPrimaryKey ( arg0 ) ; } |
24,217 | this method blocks until a complete packet has been received . when a full packet is available , the method returns . this method would be used as the test in a while loop . concode_field_sep Packet p concode_elem_sep EMWINConnection con concode_elem_sep EMWINValidator v concode_elem_sep Logger log concode_elem_sep EMW... | boolean function ( ) { p = new Packet ( ) ; scan ( ) ; try { p . setBody ( body ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; return false ; } return p . isPacketValid ( ) ; } |
24,218 | creates and adds the specified member to the hierarchy . the member created is a leaf-member , which is associated to a specific descriptor . concode_field_sep DescriptorMemberManager memberManager concode_elem_sep String name concode_elem_sep DescriptorDimension descriptorDimension concode_elem_sep String id concode_e... | DescriptorMember function ( final String arg0 , final String arg1 , final String arg2 , final String arg3 , final Collection < String > arg4 ) { return addPatternMember ( arg0 , arg1 , Pattern . quote ( arg2 ) , false , arg3 , arg4 ) ; } |
24,219 | shared private preferences for the application . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManag... | SharedPreferences function ( ) { return context . getSharedPreferences ( PREF_KEY , Context . MODE_PRIVATE ) ; } |
24,220 | returns the absalute value or length of the vector concode_field_sep double DISTANCE_DELTA concode_field_sep Point getPointOfStraightLine concode_elem_sep Vector crossProduct concode_elem_sep double[] multiplyMatrixByVector concode_elem_sep double distance concode_elem_sep int getQuadrant concode_elem_sep int getQuadra... | double function ( Vector arg0 ) { double loc0 = Math . sqrt ( Math . pow ( arg0 . getX ( ) , 2 ) + Math . pow ( arg0 . getY ( ) , 2 ) + Math . pow ( arg0 . getZ ( ) , 2 ) ) ; return loc0 ; } |
24,221 | generate a builder based on component model . concode_field_sep List<BuilderModelStrategy> strategies concode_field_sep void addStrategy | TypeModel function ( ArtemisModel arg0 ) { Preconditions . checkArgument ( ! strategies . isEmpty ( ) , "srini_string" ) ; TypeModel loc0 = new TypeModel ( ) ; for ( BuilderModelStrategy loc1 : strategies ) { loc1 . apply ( arg0 , loc0 ) ; } return loc0 ; } |
24,222 | update state of the task on server . it 's guaranteed that only issues returned by #getavailabletaskstates task will be passed here . do n't forget to add #state_updating in #getfeatures and supported states in #getavailabletaskstates task . concode_field_sep int LOGIN_ANONYMOUSLY concode_elem_sep int NO_FEATURES conco... | void function ( @ NotNull Task arg0 , @ NotNull CustomTaskState arg1 ) { if ( arg1 . isPredefined ( ) ) { setTaskState ( arg0 , arg1 . asPredefined ( ) ) ; } } |
24,223 | provides the i18n ` ed string for the given messageid . this is exclusively used by the el expressions in various jsp pages . for this to work you 'd have to add to the top of your jsp page the you can say $ rhn : localize `` rhn.foo.bar '' to get the localized value concode_field_sep PlaceHolder placeHolder concode_fi... | String function ( String arg0 ) { return localizedValue ( arg0 , null ) ; } |
24,224 | gets the value of the restrictions property . concode_field_sep RedirectType redirect concode_elem_sep DiscussionThreadingInfo discussionthreadinginfo concode_elem_sep BigInteger ns concode_elem_sep String restrictions concode_elem_sep BigInteger id concode_elem_sep List<Object> revisionOrUpload concode_elem_sep String... | String function ( ) { return restrictions ; } |
24,225 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Map<String,Map<String,String>> mapMapOfString concode_elem_sep Map<String,InnerEnum> mapOfEnumString concode_elem_sep String value concode_field_sep InnerEnum fromValue concode_elem_sep void setMapMapOfStrin... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
24,226 | returns whether the given class name passes the class name filter . concode_field_sep int warningCount concode_elem_sep StringMatcher classFilter concode_elem_sep PrintStream printStream concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep int getWarningCount | boolean function ( String arg0 ) { return classFilter == null || ! classFilter . matches ( arg0 ) ; } |
24,227 | returns the number of mail jobs . concode_field_sep MailJobLocalService _mailJobLocalService concode_field_sep com.tls.liferaylms.mail.model.MailJob addMailJob concode_elem_sep com.tls.liferaylms.mail.model.MailJob addMailJob concode_elem_sep com.tls.liferaylms.mail.model.MailJob updateMailJob concode_elem_sep com.tls.... | int function ( ) { return _mailJobLocalService . getMailJobsCount ( ) ; } |
24,228 | sets the pay number concode_field_sep java.util.Date date concode_elem_sep Float number concode_elem_sep Long parent concode_elem_sep Simple other concode_elem_sep String address concode_elem_sep String name concode_elem_sep int count concode_elem_sep Long id concode_field_sep void setName concode_elem_sep void init co... | void function ( Float arg0 ) { this . number = arg0 ; } |
24,229 | returns the string representing a null value from the data source . concode_field_sep String nullvalue concode_elem_sep Format cachedFormat concode_elem_sep DataSource datasource concode_elem_sep Object cachedValue concode_elem_sep Format format concode_elem_sep String cachedResult concode_field_sep void setNullValue c... | String function ( ) { return nullvalue ; } |
24,230 | insert an entry at any position of the ordering . a quick example to illustrate this : let 's say we have a table with columns a , b , c . their column numbers are 0 , 1 , and 2 . we produce an ordering c ascending : concode_field_sep OrderTypeCode[] allValues concode_elem_sep Vector<Integer> columnNumbers_ concode_ele... | void function ( int arg0 , int arg1 , OrderTypeCode arg2 ) { if ( arg0 > columnNumbers_ . size ( ) ) throw new UDRException ( 38900 , "srini_string" , arg0 , columnNumbers_ . size ( ) ) ; columnNumbers_ . add ( arg0 , Integer . valueOf ( arg1 ) ) ; orderTypes_ . add ( arg0 , arg2 ) ; } |
24,231 | build the configkeypath based on the absolute/relative path concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isAncestorOrSame concode_elem_sep boolean isAncestorOrSame concode_elem_sep void checkMatchingSchemeAndAuthority concode_elem_sep ConfigKeyPath buildConfigKeyPath concode_elem_sep URI buildUri... | ConfigKeyPath function ( String arg0 ) { ConfigKeyPath loc0 = SingleLinkedListConfigKeyPath . ROOT ; String [ ] loc1 = arg0 . split ( "srini_string" ) ; for ( String loc2 : loc1 ) { if ( loc2 . equals ( "srini_string" ) ) { continue ; } loc0 = loc0 . createChild ( loc2 ) ; } return loc0 ; } |
24,232 | sets the company id of this social activity setting . concode_field_sep SocialActivitySetting _socialActivitySetting concode_field_sep long getClassNameId concode_elem_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAt... | void function ( long arg0 ) { _socialActivitySetting . setCompanyId ( arg0 ) ; } |
24,233 | portability wrapper . many app servers call the url setting `` database '' . concode_field_sep Properties connProperties concode_elem_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep ConnectionDefaults connectionDefaults concode_elem_sep String driver concode_elem_sep String url concode_fiel... | void function ( String arg0 ) { setDatabase ( arg0 ) ; } |
24,234 | returns the singleton instance of this class . concode_field_sep LongArrays INSTANCE concode_elem_sep Arrays arrays concode_elem_sep Failures failures concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep void assertNullOrEmpty concode_elem_sep Comparator<?> getComparator concode... | LongArrays function ( ) { return INSTANCE ; } |
24,235 | returns the amount of converters in the set . concode_field_sep Entry[] iSelectEntries concode_elem_sep Converter[] iConverters concode_elem_sep Class<?> iType concode_elem_sep Converter iConverter concode_field_sep ConverterSet add concode_elem_sep Converter select concode_elem_sep Converter selectSlow concode_elem_se... | int function ( ) { return iConverters . length ; } |
24,236 | parse a string into a date instance using the given pattern . this convenience method acts as a wrapper for java.text.simpledateformat . note that a new simpledateformat instance is created for every invocation of this method for thread safety . concode_field_sep PlaceHolder placeHolder concode_field_sep void sleep con... | Date function ( Date arg0 , String arg1 , String arg2 ) { return new SimpleDateFormat ( arg1 ) . parse ( arg2 ) ; } |
24,237 | returns a string representing the value of the sql rowid designated by this java.sql.rowid object . like java.sql.date.tostring returns the contents of its date as the string `` 2004-03-17 '' rather than as date literal in sql which would have been the string date `` 2004-03-17 '' , tostring returns the contents of its... | String function ( ) { return StringConverter . byteArrayToHexString ( id ) ; } |
24,238 | find the harvest parameters corresponding to the specified dspace item concode_field_sep Context context concode_elem_sep TableRow harvestRow concode_field_sep String getItemID concode_elem_sep void setOaiID concode_elem_sep void setHarvestDate concode_elem_sep void exists concode_elem_sep HarvestedItem create concode_... | HarvestedItem function ( Context arg0 , int arg1 ) { TableRow loc0 = DatabaseManager . findByUnique ( arg0 , "srini_string" , "srini_string" , arg1 ) ; if ( loc0 == null ) { return null ; } return new HarvestedItem ( arg0 , loc0 ) ; } |
24,239 | compute grid = grid / a concode_field_sep PlaceHolder placeHolder concode_field_sep T max concode_elem_sep GenericGrid<T> addedBy concode_elem_sep T sum concode_elem_sep void fill concode_elem_sep T dotProduct concode_elem_sep T dotProduct concode_elem_sep GenericGrid<T> dividedBy concode_elem_sep T min concode_elem_se... | void function ( GenericGrid < T > arg0 , T arg1 ) { arg0 . getGridOperator ( ) . divideBy ( arg0 , arg1 ) ; } |
24,240 | utility method to do non-url safe encoding . this method provides the base encoding , while cleanurl scrubs it for url safety . you will not generally be concerned with this method . concode_field_sep PlaceHolder placeHolder concode_field_sep String decodeUrl concode_elem_sep String rawDecodeUrl concode_elem_sep void m... | String function ( String arg0 ) { return new String ( Base64 . encodeBase64 ( arg0 . getBytes ( ) ) ) ; } |
24,241 | peek at the queue and return a message without dequeueing it , if the timeout expires before a message becomes available , the method will throw an exception . concode_field_sep String _name concode_elem_sep int _queueSlot concode_elem_sep boolean _isTransactional concode_elem_sep int _accessFlag concode_elem_sep Strin... | ionic . Msmq . Message function ( int arg0 ) { return _internal_receive ( arg0 , 0 ) ; } |
24,242 | returns true if this is a function-like macro . concode_field_sep List<String> args concode_elem_sep String name concode_elem_sep List<Token> tokens concode_elem_sep Source source concode_elem_sep boolean variadic concode_field_sep void setSource concode_elem_sep void addToken concode_elem_sep String getName concode_el... | boolean function ( ) { return args != null ; } |
24,243 | set the graphic state transorm on all child sprites , this is used for xform object parsing and text selection . there is no need to do this outside of the context parser . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep String fontName concode_elem_sep AffineTransform graphicStateTransform concode_e... | void function ( AffineTransform arg0 ) { this . graphicStateTransform = arg0 ; for ( GlyphText loc0 : glyphTexts ) { loc0 . normalizeToUserSpace ( this . graphicStateTransform ) ; } } |
24,244 | returns the date when the user left the conversation . concode_field_sep Date left concode_elem_sep String nickname concode_elem_sep Date joined concode_field_sep void participationEnded concode_elem_sep void writeExternal concode_elem_sep String getNickname concode_elem_sep void readExternal concode_elem_sep Date getJ... | Date function ( ) { return left ; } |
24,245 | returns a boolean indicating whether a command like switch was present . concode_field_sep String args[] concode_field_sep Integer getIntegerArg concode_elem_sep int size concode_elem_sep String getLastArg concode_elem_sep int getIntArg concode_elem_sep String toString concode_elem_sep String getStringArg concode_elem_... | boolean function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < args . length ; loc0 ++ ) { String loc1 = args [ loc0 ] ; if ( loc1 . equalsIgnoreCase ( arg0 ) ) return true ; } return false ; } |
24,246 | returns the descent of the text . concode_field_sep float leading concode_elem_sep float overlineOffset concode_elem_sep int baselineIndex concode_elem_sep int numChars concode_elem_sep float underlineOffset concode_elem_sep float strikethroughThickness concode_elem_sep float descent concode_elem_sep float overlineThic... | float function ( ) { return descent ; } |
24,247 | setter for y concode_field_sep int x concode_elem_sep int y concode_field_sep int getX concode_elem_sep void setX concode_elem_sep int getY concode_elem_sep Object twoFunctionsOfX concode_elem_sep boolean overloadedStatic concode_elem_sep boolean overloadedStatic | void function ( int arg0 ) { this . y = arg0 ; } |
24,248 | error 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 set... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . arg2 ( arg0 , arg1 , arg2 ) ; } |
24,249 | returns true if the entity can be considered as a `` join table '' conditions : . the entity has 2 foreign keys . all the columns are in the primary key . all the columns are in a foreign key concode_field_sep String databaseSchema concode_elem_sep String databaseType concode_elem_sep String databaseCatalog concode_ele... | boolean function ( ) { if ( foreignKeys . size ( ) != 2 ) { return false ; } for ( Attribute loc0 : getAttributesArray ( ) ) { if ( ! loc0 . isKeyElement ( ) ) { return false ; } } for ( Attribute loc0 : getAttributesArray ( ) ) { if ( ! loc0 . isFK ( ) ) { return false ; } } return true ; } |
24,250 | the reverse of the link operation : removes x from the child list of y . this method assumes that min is non-null . running time : o 1 concode_field_sep Map<Object,Node> nodes concode_elem_sep Node parent concode_elem_sep Node min concode_elem_sep int size concode_elem_sep Node left concode_elem_sep int degree concode_... | void function ( Node arg0 , Node arg1 ) { arg0 . left . right = arg0 . right ; arg0 . right . left = arg0 . left ; arg1 . degree -- ; if ( arg1 . child == arg0 ) { arg1 . child = arg0 . right ; } if ( arg1 . degree == 0 ) { arg1 . child = null ; } arg0 . left = min ; arg0 . right = min . right ; min . right = arg0 ; ar... |
24,251 | helper method - loads a testmodel from the testmodel directory concode_field_sep String SYNC_FORK concode_elem_sep String STATE_ACTIVE concode_elem_sep String BOOLEAN_EXPRESSIONS concode_elem_sep String STRING_EXPRESSIONS concode_elem_sep String INTEGER_EXPRESSIONS concode_elem_sep String ALWAYS_ONCYCLE concode_elem_se... | ExecutionFlow function ( String arg0 ) { Statechart loc0 = loadStatechartFromResource ( arg0 ) ; final ExecutionFlow loc1 = sequencer . transform ( loc0 ) ; return loc1 ; } |
24,252 | invokes table #delete to delete test data i.e. the row concode_field_sep TableName MY_TABLE_NAME concode_elem_sep byte[] MY_ROW_ID concode_elem_sep byte[] MY_COLUMN_FAMILY_NAME concode_elem_sep byte[] MY_FIRST_COLUMN_QUALIFIER concode_elem_sep byte[] MY_SECOND_COLUMN_QUALIFIER concode_elem_sep String MY_NAMESPACE_NAME ... | void function ( final Table arg0 ) { System . out . println ( "srini_string" + Bytes . toString ( MY_ROW_ID ) + "srini_string" + arg0 . getName ( ) . getNameAsString ( ) + "srini_string" ) ; arg0 . delete ( new Delete ( MY_ROW_ID ) ) ; } |
24,253 | returns a unique identifier for this mbean inside the domain concode_field_sep String name concode_elem_sep BaseCache baseCache concode_field_sep Integer getAddCount concode_elem_sep Integer getMissCount concode_elem_sep Integer getRemovalCount concode_elem_sep Integer getThreshold concode_elem_sep Integer getHitCount ... | String function ( ) { return name ; } |
24,254 | returns the field size in bits which is m for this characteristic 2 finite field . concode_field_sep int[] ks concode_elem_sep int m concode_elem_sep BigInteger rp concode_field_sep int[] getMidTermsOfReductionPolynomial concode_elem_sep int hashCode concode_elem_sep int getM concode_elem_sep boolean equals concode_ele... | int function ( ) { return m ; } |
24,255 | builds a conditional jump for two int operands on the stack . concode_field_sep Size stackSizeChange concode_elem_sep int opCode concode_elem_sep Label target concode_field_sep JumpWithoutTarget ifReferenceOperandToNull concode_elem_sep Size apply concode_elem_sep boolean isValid concode_elem_sep PrimitiveComparison fo... | JumpWithoutTarget function ( PrimitiveComparison arg0 ) { return new JumpWithoutTarget ( Opcodes . IF_ICMPEQ + arg0 . ordinal ( ) , new Size ( - 2 , 0 ) ) ; } |
24,256 | a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re... | void function ( Boolean arg0 ) { this . isTruncated = arg0 ; } |
24,257 | get the list of volume identifiers in raw byte form . concode_field_sep String blockPoolId concode_elem_sep List<Integer> volumeIndexes concode_elem_sep long[] blockIds concode_elem_sep List<byte[]> volumeIds concode_field_sep String toString concode_elem_sep long[] getBlockIds concode_elem_sep List<Integer> getVolumeI... | List < byte [ ] > function ( ) { return volumeIds ; } |
24,258 | for applications that use a persistent jdbc connection , this class can be used to encapsulate that connection . just strip out the sqlfile stuff if you do n't need that . concode_field_sep Connection conn concode_field_sep void main concode_elem_sep void executeFiles | Connection function ( ) { return conn ; } |
24,259 | shutdown the services just calls over to destroy concode_field_sep RequestGetterWrite requestGetter concode_elem_sep RequestStorageWrite requestStorage concode_elem_sep EntityBrokerRESTServiceManager instance concode_elem_sep EntityEncodingManager entityEncodingManager concode_elem_sep EntityActionsManager entityAction... | void function ( ) { destroy ( ) ; } |
24,260 | load the sql queries concode_field_sep String installationConfig concode_elem_sep Properties queries concode_elem_sep Properties installation concode_elem_sep List additionalDefaultsList concode_elem_sep String defaultConfig concode_elem_sep Properties transientValues concode_elem_sep VariableExpander expander concode_... | void function ( String arg0 ) { FileInputStream loc1 = null ; try { loc1 = new FileInputStream ( arg0 ) ; queries . load ( loc1 ) ; } catch ( IOException loc0 ) { throw new ForumException ( loc0 ) ; } finally { if ( loc1 != null ) { try { loc1 . close ( ) ; } catch ( Exception loc0 ) { } } } } |
24,261 | unsets oauth2tokenvalidation service . concode_field_sep Log log concode_field_sep void setOAuth2ValidationService concode_elem_sep void activate concode_elem_sep void deactivate | void function ( OAuth2TokenValidationService arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } OAuthAuthenticatorDataHolder . getInstance ( ) . setOAuth2TokenValidationService ( null ) ; } |
24,262 | sets the name of the camel component to use as the rest consumer concode_field_sep String CORS_ACCESS_CONTROL_ALLOW_ORIGIN concode_elem_sep String scheme concode_elem_sep String apiContextPath concode_elem_sep Map<String,Object> consumerProperties concode_elem_sep String CORS_ACCESS_CONTROL_MAX_AGE concode_elem_sep Map... | void function ( String arg0 ) { this . component = arg0 ; } |
24,263 | this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep Object parent concode_elem_sep List<Object> content concode_field_sep Object getParent concode_elem_sep List<Object> getParagraphContent concode_elem_sep List<Object> getContent concode_elem_sep void setP... | void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; } |
24,264 | this method performs adding attendee into current time slot . concode_field_sep int rankingOnWaiting concode_elem_sep List<SelectItem> moveAvailableTimeSlots concode_elem_sep List<AttendeeWrapper> waitingList concode_elem_sep int tsMarker concode_elem_sep SignupTimeslot timeSlot concode_elem_sep boolean comment concode... | void function ( SignupAttendee arg0 , String arg1 ) { if ( attendeeWrappers == null ) attendeeWrappers = new ArrayList < AttendeeWrapper > ( ) ; timeSlot . getAttendees ( ) . add ( arg0 ) ; AttendeeWrapper loc0 = new AttendeeWrapper ( arg0 , arg1 ) ; attendeeWrappers . add ( loc0 ) ; loc0 . setPositionIndex ( attendeeW... |
24,265 | compare two strings for equality . this may be more efficient than using comparestrings and testing whether the result is zero , but it must give the same result concode_field_sep StringCollator baseCollator concode_field_sep int compareStrings concode_elem_sep Object getCollationKey | boolean function ( String arg0 , String arg1 ) { return compareStrings ( arg0 , arg1 ) == 0 ; } |
24,266 | gets the value of the type property . concode_field_sep String destId concode_elem_sep String modelId concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep String srcId concode_elem_sep String parTransId concode_elem_sep String sibTransId concode_elem_sep STCxnType type concode_elem_sep long srcOrd concode_... | STCxnType function ( ) { if ( type == null ) { return STCxnType . PAR_OF ; } else { return type ; } } |
24,267 | returns the coordiante dimension in euclidian space of the dimension model concode_field_sep int TWOoFIVE_DIMENSIONIAL concode_elem_sep int TWO_DIMENSIONIAL concode_elem_sep int THREE_DIMENSIONIAL concode_elem_sep int dimensionModelType concode_field_sep int toD concode_elem_sep int getDimensionType concode_elem_sep bo... | int function ( ) { if ( this . dimensionModelType == DimensionModel . TWO_DIMENSIONIAL ) { return 2 ; } else if ( this . dimensionModelType == DimensionModel . TWOoFIVE_DIMENSIONIAL ) { return 3 ; } else if ( this . dimensionModelType == DimensionModel . THREE_DIMENSIONIAL ) { return 3 ; } return 0 ; } |
24,268 | returns a random number in a range inclusive . concode_field_sep PlaceHolder placeHolder concode_field_sep int rand concode_elem_sep boolean hasRemainder concode_elem_sep boolean isPrime | int function ( int arg0 , int arg1 ) { Random loc0 = new Random ( ) ; if ( arg0 > arg1 ) { return 0 ; } return loc0 . nextInt ( ( arg1 - arg0 ) + 1 ) + arg0 ; } |
24,269 | specifies the console log level . defaults to atomikoslogginglevel #warn . concode_field_sep Map<String,String> values concode_field_sep void setConsoleFileName concode_elem_sep void set concode_elem_sep void set concode_elem_sep void setOutputDir concode_elem_sep void setForceShutdownOnVmExit concode_elem_sep void set... | void function ( AtomikosLoggingLevel arg0 ) { set ( "srini_string" , arg0 ) ; } |
24,270 | get the visibility repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep short extract concode_elem_sep short read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write | String function ( ) { return "srini_string" ; } |
24,271 | returns total size of files in the snapshot concode_field_sep XContentBuilderString PROCESSED_SIZE_IN_BYTES concode_elem_sep XContentBuilderString NUMBER_OF_FILES concode_elem_sep XContentBuilderString PROCESSED_FILES concode_elem_sep XContentBuilderString TIME concode_elem_sep XContentBuilderString STATS concode_elem_... | long function ( ) { return totalSize ; } |
24,272 | gets the key expiry time . concode_field_sep List<String> serverAddresses concode_elem_sep int keyExpiryTime concode_elem_sep Logger LOG concode_elem_sep SockIOPool pool concode_elem_sep MemCachedClient memcacheClient concode_field_sep void disconnect concode_elem_sep List<Object> getAll concode_elem_sep Object get con... | int function ( ) { return keyExpiryTime ; } |
24,273 | sets the selected tab focus index . concode_field_sep MailManager mailManager concode_elem_sep int selectedIndex concode_elem_sep List oldAccounts concode_elem_sep List tabList concode_elem_sep WebmailMediator mediator concode_field_sep void cancel concode_elem_sep void init concode_elem_sep void backup concode_elem_se... | void function ( int arg0 ) { selectedIndex = arg0 ; } |
24,274 | method to remove the first item from the buffer object . this method returns the first item from the buffer object , and then deletes it . if the buffer is empty , it throws a runtime error . concode_field_sep double[] rb concode_elem_sep int last concode_elem_sep int size concode_elem_sep int first concode_field_sep v... | double function ( ) { if ( isEmpty ( ) ) { throw new RuntimeException ( "srini_string" ) ; } return 0.0 ; } |
24,275 | returns the time when the entity denoted by the current object was last modified . concode_field_sep boolean isExecutable concode_elem_sep long lastModifiedTime concode_elem_sep boolean isWritable concode_elem_sep boolean isReadable concode_elem_sep long lastChangeTime concode_elem_sep Clock clock concode_field_sep voi... | long function ( ) { return lastModifiedTime ; } |
24,276 | sets the name of the attribute whose first non-null value should be used for the principal id . concode_field_sep String principalAttributeName concode_elem_sep PrincipalFactory principalFactory concode_elem_sep boolean returnNullIfNoAttributes concode_elem_sep IPersonAttributeDao attributeRepository concode_elem_sep L... | void function ( final String arg0 ) { this . principalAttributeName = arg0 ; } |
24,277 | creates and invokes a url for uploading a large blob to google cloud storage . upon completion of the upload , a callback is made to the specified callbackurl . refer to blobstoreservice #createuploadurl . concode_field_sep Logger log concode_elem_sep int MAX_READING_LENGTH concode_field_sep void deleteFile concode_ele... | String function ( String arg0 ) { UploadOptions loc0 = UploadOptions . Builder . withDefaults ( ) . googleStorageBucketName ( Config . GCS_BUCKETNAME ) . maxUploadSizeBytes ( Const . SystemParams . MAX_FILE_LIMIT_FOR_BLOBSTOREAPI ) ; return BlobstoreServiceFactory . getBlobstoreService ( ) . createUploadUrl ( arg0 , lo... |
24,278 | to use a custom minda codec implementation . concode_field_sep boolean disconnect concode_elem_sep TextLineDelimiter textlineDelimiter concode_elem_sep boolean disconnectOnNoReply concode_elem_sep boolean sync concode_elem_sep List<IoFilter> filters concode_elem_sep String encoding concode_elem_sep long timeout concode... | void function ( ProtocolCodecFactory arg0 ) { this . codec = arg0 ; } |
24,279 | returns the value for a given flag ; 0 if the flag has never been created/set concode_field_sep Map<Integer,Integer> flags concode_field_sep void setFlag | int function ( int arg0 ) { if ( flags == null ) { flags = new HashMap < Integer , Integer > ( ) ; } Integer loc0 = flags . get ( arg0 ) ; if ( loc0 == null ) { flags . put ( arg0 , 0 ) ; return 0 ; } return loc0 ; } |
24,280 | enables this buffer 's capabilities concode_field_sep boolean use3DTextures concode_elem_sep boolean dataTransferred concode_elem_sep ByteBuffer vertexBuffer concode_elem_sep int serverMemoryUsage concode_elem_sep int vertexCount concode_elem_sep int vboPtr concode_field_sep void bind concode_elem_sep void disable conc... | void function ( ) { glEnableClientState ( GL_VERTEX_ARRAY ) ; glEnableClientState ( GL_NORMAL_ARRAY ) ; glEnableClientState ( GL_TEXTURE_COORD_ARRAY ) ; glEnableClientState ( GL_COLOR_ARRAY ) ; } |
24,281 | dealswithplugindatabasesystem interface implementation . concode_field_sep PluginDatabaseSystem pluginDatabaseSystem concode_field_sep Database createDatabase | void function ( PluginDatabaseSystem arg0 ) { this . pluginDatabaseSystem = arg0 ; } |
24,282 | testing class @module_name classname : ctorargs ' option of password where the the class @externalpassword is loaded from custom module and tochararray method return password . the class constructor takes two arguments , which will be used to construct the password . concode_field_sep String KEYSTORE_URL concode_elem_s... | void function ( ) { createVault ( "srini_string" + ExternalPasswordModuleSetupTask . getModuleName ( ) + "srini_string" + ExternalPassword . class . getName ( ) + "srini_string" ) ; Assert . assertEquals ( VAULT_ATTRIBUTE , getVaultedPassword ( ) ) ; removeVault ( ) ; } |
24,283 | add requester id concode_field_sep IDPListType idpList concode_elem_sep BigInteger proxyCount concode_elem_sep List<URI> requesterID concode_field_sep void setIDPList concode_elem_sep void removeRequesterID concode_elem_sep List<URI> getRequesterID concode_elem_sep IDPListType getIDPList concode_elem_sep BigInteger get... | void function ( URI arg0 ) { this . requesterID . add ( arg0 ) ; } |
24,284 | returns the error response handler for handling a error response . concode_field_sep Map<Class<?>,Unmarshaller<?,JsonUnmarshallerContext>> JSON_SCALAR_UNMARSHALLERS concode_elem_sep String DEFAULT_CONTENT_TYPE concode_elem_sep String CONTENT_TYPE_CBOR_PREFIX concode_elem_sep Map<Class<?>,Unmarshaller<?,JsonUnmarshaller... | JsonErrorResponseHandlerV2 function ( final List < JsonErrorUnmarshallerV2 > arg0 , final boolean arg1 ) { return isCborEnabled ( arg1 ) ? new JsonErrorResponseHandlerV2 ( arg0 , CBOR_FACTORY ) : new JsonErrorResponseHandlerV2 ( arg0 , JSON_FACTORY ) ; } |
24,285 | close amqp sender 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_field_sep CompletableFuture<Void> sendAsync c... | void function ( ) { if ( this . amqpMessageSender == null ) { throw new IOException ( "srini_string" ) ; } this . amqpMessageSender . close ( ) ; } |
24,286 | deerializes elements from a string obtained from the system clipboard and pastes them into the specified target element . concode_field_sep String IGNORE_RECYCLE_HINT_ID concode_elem_sep String PASTE_SELECTION_FROM_STRING concode_elem_sep String PASTE_TO_TARGET_PARENT concode_elem_sep String MERGE_HINT_STRONG concode_e... | Collection function ( String arg0 , Resource arg1 , final Map arg2 , IProgressMonitor arg3 ) { return pasteElementsFromStringDelagate ( arg0 , new PasteTarget ( arg1 ) , arg2 , arg3 ) ; } |
24,287 | tests for the presence of environment variables . concode_field_sep Environment m_systemWide concode_elem_sep Map<String,String> m_envVars concode_field_sep Set<String> getVariableNames concode_elem_sep void main concode_elem_sep Environment getSystemWide concode_elem_sep void removeVariable concode_elem_sep String sub... | boolean function ( String arg0 ) { return ( arg0 . indexOf ( "srini_string" ) >= 0 ) ; } |
24,288 | return the environment id associated with the operation . in most cases , this is the same as the environment id passed to com.sleepycat.db.environment #processreplicationmessage environment.processreplicationmessage . however , if a new master is elected , this method returns the environment id of the new master . it ... | int function ( ) { return envid ; } |
24,289 | solution to section 9.6.2.2 . concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<Integer> transform concode_elem_sep void partition concode_elem_sep void main concode_elem_sep Stream<Integer> getHeads | void function ( ) { Stream < Integer > loc0 = Stream . iterate ( 1 , ( ( x ) -> ( x + 1 ) ) ) ; System . out . println ( loc0 . count ( ) ) ; } |
24,290 | returns a string with the icu unknown time zone . concode_field_sep String UNKNOWN_TIMEZONE concode_elem_sep Logger LOGGER concode_elem_sep List<String> UNKNOWN_TIME_ZONE_LIST concode_elem_sep PhoneNumberToTimeZonesMapper INSTANCE concode_elem_sep String MAPPING_DATA_DIRECTORY concode_elem_sep String MAPPING_DATA_FILE_... | String function ( ) { return UNKNOWN_TIMEZONE ; } |
24,291 | handles the upload of a dataset using the url method . concode_field_sep Set<String> ZIP_MIME_TYPES concode_field_sep String getBaseURL concode_elem_sep String getQueryStringValue concode_elem_sep String getAttribute concode_elem_sep File handleEXTERNALUpload concode_elem_sep File handleBinUpload concode_elem_sep File ... | File function ( String arg0 , String arg1 , Request arg2 ) { File loc0 = GeoserverDataDirectory . findCreateConfigDir ( "srini_string" ) ; return handleURLUpload ( arg0 + "srini_string" + arg1 , loc0 , arg2 ) ; } |
24,292 | specifies whether this interpolator interpolates between maximum and minimum first coordinates if a first coordinate outside the current range of first coordinates is specified . for example , if the first coordinate represents a circular angle , and the minimum first coordinate is 0 while the maximum first coordinate ... | void function ( boolean arg0 ) { this . wrapS = arg0 ; } |
24,293 | gets the value of the node property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the node property . for example , to add a new item , do as follo... | List < Node > function ( ) { if ( node == null ) { node = new ArrayList < Node > ( ) ; } return this . node ; } |
24,294 | return the public interface for workflow application service . concode_field_sep String CONFG_MAX_WF_LENGTH concode_elem_sep String APP_LIB_PATH_LIST concode_elem_sep String HADOOP_USER concode_elem_sep String CONF_PREFIX concode_elem_sep String SYSTEM_LIB_PATH concode_elem_sep boolean oozieSubWfCPInheritance concode_e... | Class < ? extends Service > function ( ) { return WorkflowAppService . class ; } |
24,295 | this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep Type getPayloadType concode_elem_sep void handleFrame concode_elem_sep void handleTransportError concode_elem_sep void afterConnected | void function ( StompSession arg0 , StompCommand arg1 , StompHeaders arg2 , byte [ ] arg3 , Throwable arg4 ) { } |
24,296 | factory method for filesystemmasterclient . concode_field_sep PlaceHolder placeHolder concode_field_sep void unmount concode_elem_sep List<AlluxioURI> checkConsistency concode_elem_sep void loadMetadata concode_elem_sep List<URIStatus> listStatus concode_elem_sep URIStatus getStatus concode_elem_sep void delete concode... | FileSystemMasterClient function ( Subject arg0 , InetSocketAddress arg1 ) { return RetryHandlingFileSystemMasterClient . create ( arg0 , arg1 ) ; } |
24,297 | set 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... | void function ( double arg0 ) { this . repeatNoise1 = arg0 ; } |
24,298 | executes a subscription cancellation request . concode_field_sep Ngsi10Requester ngsi10Requestor concode_elem_sep Logger logger concode_elem_sep SubscriptionController subscriptionController concode_field_sep Ngsi10Requester getNgsi10Requestor concode_elem_sep NotifyContextResponse receiveFrmAgents concode_elem_sep voi... | UnsubscribeContextResponse function ( UnsubscribeContextRequest arg0 , URI arg1 ) { logger . debug ( "srini_string" + arg0 . toString ( ) + "srini_string" + arg1 . toString ( ) ) ; UnsubscribeContextResponse loc0 = ngsi10Requestor . unsubscribeContext ( arg0 , arg1 ) ; logger . debug ( "srini_string" + loc0 . toString ... |
24,299 | gets the key event date state id . concode_field_sep String collectionExerciseStateDescription concode_elem_sep Date currentProcessStateAsAt concode_elem_sep Long eventKeySid concode_elem_sep String surveyId concode_elem_sep Short currentProcessStateId concode_elem_sep Long surveySid concode_elem_sep Integer collection... | Short function ( ) { return this . currentProcessStateId ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.