idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
2,400 | two objects are considered equal if they are both of type hashcash and have an identical string representation concode_field_sep int HASH_LENGTH concode_elem_sep Calendar date concode_elem_sep String extension concode_elem_sep String resource concode_elem_sep int claimedBits concode_elem_sep String DATE_FORMAT_V1 conco... | boolean function ( Object arg0 ) { if ( arg0 instanceof HashCash ) return toString ( ) . equals ( arg0 . toString ( ) ) ; else return super . equals ( arg0 ) ; } |
2,401 | subclasses of viewmanager that expect to receive commands through uimanagermodule #dispatchviewmanagercommand should override this method returning themap between names of the commands and ids that are then used in #receivecommand methodwhenever the command is dispatched for this particular viewmanager . as an example ... | Map < String , Integer > function ( ) { return null ; } |
2,402 | get the base uri derived from a schema collection . it serves as a fallback from the specified base . concode_field_sep String collectionBaseURI concode_field_sep URL getURL concode_elem_sep void setCollectionBaseURI concode_elem_sep boolean isAbsolute concode_elem_sep InputSource resolveEntity concode_elem_sep URL get... | String function ( ) { return collectionBaseURI ; } |
2,403 | test whether this is the same type as another type . they are considered to be the same type if they are derived from the same type definition in the original xml representation which can happen when there are multiple includes of the same file concode_field_sep ErrorType theInstance concode_field_sep boolean isNamespa... | boolean function ( SchemaType arg0 ) { return ( arg0 instanceof ErrorType ) ; } |
2,404 | currently this method always returns an instance of staticmdcbinder . concode_field_sep StaticMDCBinder SINGLETON concode_field_sep String getMDCAdapterClassStr | MDCAdapter function ( ) { return new NOPMDCAdapter ( ) ; } |
2,405 | name of the last shown activity - used at startup to restore the previously selected activity , also used by analytics tracker concode_field_sep PlaceHolder placeHolder concode_field_sep void setLastActivityStr concode_elem_sep ReaderTag getReaderTag concode_elem_sep void setMixpanelUserEmail concode_elem_sep void remo... | String function ( ) { return getString ( PrefKey . LAST_ACTIVITY_STR , ActivityId . UNKNOWN . name ( ) ) ; } |
2,406 | returns the result of interpretting the object as an instance of ` named column set ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep ViewPackage modelPackage concode_field_sep T caseView concode_elem_sep T caseSchemaElement concode_elem_sep T caseColumn co... | T function ( NamedColumnSet arg0 ) { return null ; } |
2,407 | if the element does not use the full height of the available to it , how should it be aligned concode_field_sep boolean textShadowed concode_elem_sep int fixedWidth concode_elem_sep ScaleMode backgroundScaleMode concode_elem_sep HorizontalAlign alignmentH concode_elem_sep int maxHeight concode_elem_sep HorizontalAlign ... | VerticalAlign function ( ) { return alignmentV ; } |
2,408 | disconnect . concode_field_sep Logger log concode_elem_sep String pass concode_elem_sep int port concode_elem_sep Session session concode_elem_sep ChannelSftp channel concode_elem_sep String host concode_elem_sep String user concode_elem_sep int CONNECTION_TIMEOUT concode_field_sep boolean checkFileExists concode_elem_... | void function ( ) { channel . disconnect ( ) ; session . disconnect ( ) ; } |
2,409 | away mode shuts down the heating , enables frost protection and turns time clocks off . concode_field_sep NeoHubConnector neoHubConnector concode_field_sep void setStandby concode_elem_sep InfoResponse info concode_elem_sep void statistics | void function ( final boolean arg0 , final String ... arg1 ) { neoHubConnector . sendMessage ( String . format ( "srini_string" % s % s , arg0 ? "srini_string" : "srini_string" , StringUtils . join ( arg1 , "srini_string" , "srini_string" ) ) , null ) ; } |
2,410 | gets and sets the lastupdatedtime for apibusinessinformationdto concode_field_sep String businessOwner concode_elem_sep String createdTime concode_elem_sep String businessOwnerEmail concode_elem_sep String lastUpdatedTime concode_elem_sep String technicalOwner concode_elem_sep String technicalOwnerEmail concode_field_s... | String function ( ) { return lastUpdatedTime ; } |
2,411 | trivial comparison of a version , e.g 17.1.2 `` 18.1.2.5 '' so its less than `` 18.1.2 . + inf '' but more than `` 18.1.1.0 '' and more than `` 18.1.2.4 '' concode_field_sep int PRECISION_PREVIEW concode_elem_sep String DEFAULT_SEPARATOR concode_elem_sep PreviewType mPreviewType concode_elem_sep int MISSING_MAJOR_REV c... | int function ( FullRevision arg0 ) { return compareTo ( arg0 , PreviewComparison . COMPARE_NUMBER ) ; } |
2,412 | the name of the advicemode attribute for the annotation specified by thegeneric type a . the default is @value #default_advice_mode_attribute_name , but subclasses may override in order to customize . concode_field_sep String DEFAULT_ADVICE_MODE_ATTRIBUTE_NAME concode_field_sep String[] selectImports concode_elem_sep S... | String function ( ) { return DEFAULT_ADVICE_MODE_ATTRIBUTE_NAME ; } |
2,413 | gets the table of checkbox states . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkb... | Hashtable function ( ) { return checkboxStates ; } |
2,414 | tell annie 's controller about the corpus you want to run on concode_field_sep CorpusController annieController concode_field_sep void initAnnie concode_elem_sep void execute | void function ( Corpus arg0 ) { annieController . setCorpus ( arg0 ) ; } |
2,415 | return an independent iterator over items in random order concode_field_sep Random random concode_elem_sep int tailPointer concode_elem_sep int headPointer concode_elem_sep int size concode_elem_sep RandomizedQueue<Item> queueCopy concode_elem_sep Item[] items concode_field_sep Item next concode_elem_sep void enqueue c... | Iterator < Item > function ( ) { return new RandomizedQueueIterator ( ) ; } |
2,416 | gets the value of the coverageendvolume property . concode_field_sep String coverageStartDate concode_elem_sep String coverageEndDateString concode_elem_sep String coverageEndDateFormat concode_elem_sep String coverageEndIssue concode_elem_sep String coverageStartDateString concode_elem_sep String coverageEndVolume con... | String function ( ) { return coverageEndVolume ; } |
2,417 | returns a list of nlslines found in the compilation unit concode_field_sep PlaceHolder placeHolder concode_field_sep void parseTags concode_elem_sep int computeInsertOffset concode_elem_sep void setTagPositions concode_elem_sep NLSElement findPreviousTagged concode_elem_sep NLSElement findNextTagged | NLSLine [ ] function ( IJavaScriptUnit arg0 ) { return scan ( arg0 . getBuffer ( ) . getCharacters ( ) ) ; } |
2,418 | retrieves the format to use for the given type concode_field_sep FactoryRegistry factoryRegistry concode_field_sep void setFactoryRegistry concode_elem_sep Format<?> doGetFormat concode_elem_sep FactoryRegistry getFactoryRegistry | Format < ? > function ( FormattingOptions arg0 ) { if ( arg0 . getBindyConverter ( ) != null ) { return arg0 . getBindyConverter ( ) . value ( ) . newInstance ( ) ; } return doGetFormat ( arg0 ) ; } |
2,419 | returns the product name . findproduct must be called before this method . concode_field_sep String productVersion concode_elem_sep ZWaveDbRoot database concode_elem_sep Logger logger concode_elem_sep ZWaveDbProduct selProduct concode_elem_sep ZWaveDbManufacturer selManufacturer concode_elem_sep List<ZWaveDbManufacture... | String function ( ) { if ( selProduct == null ) { return "srini_string" ; } else { return selProduct . Model + "srini_string" + getLabel ( selProduct . Label ) ; } } |
2,420 | adds a float property . concode_field_sep StringBuilder params concode_field_sep JSONBuilder entryNoEscape concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder beginArray concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder endMap concode_elem_sep String esc... | JSONBuilder function ( String arg0 , float arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; } |
2,421 | returns the current es version as a string concode_field_sep ESLogger logger concode_elem_sep RestResponse response concode_elem_sep RestClient restClient concode_elem_sep Stash stash concode_elem_sep RestSpec restSpec concode_field_sep String actualBody concode_elem_sep String bodyAsString concode_elem_sep RestRespons... | Version function ( ) { return restClient . getEsVersion ( ) ; } |
2,422 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum statu... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
2,423 | get another sequenceiterator that iterates over the same items as the original , but which is repositioned at the start of the sequence . this method allows access to all the items in the sequence without disturbing the current position of the iterator . internally , its main use is in evaluating the last function . th... | SequenceIterator function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
2,424 | this method must be called by the module when its policies are updated concode_field_sep Log log concode_field_sep boolean isDefaultCategoriesSupported concode_elem_sep boolean isPolicyDeActivationSupport concode_elem_sep boolean isPolicyOrderingSupport concode_elem_sep String[] getOrderedPolicyIdentifiers concode_elem... | void function ( ) { DecisionInvalidationCache . getInstance ( ) . invalidateCache ( ) ; EntitlementPolicyInvalidationCache . getInstance ( ) . invalidateCache ( ) ; } |
2,425 | set new values of interval concode_field_sep double lowValue concode_elem_sep double highValue concode_elem_sep Logger logger concode_field_sep double getSize concode_elem_sep boolean contains concode_elem_sep double getLow concode_elem_sep Vector<Interval> subtract concode_elem_sep Vector<Interval> subtract concode_el... | void function ( double arg0 , double arg1 ) { lowValue = arg0 ; highValue = arg1 ; } |
2,426 | gets the value of the addressid property . concode_field_sep Long linkSeqNbr concode_elem_sep Address e911Address concode_elem_sep String e911OptOutReason concode_elem_sep String action concode_elem_sep long serialVersionUID concode_elem_sep SubscriberIdentifier subscriberIdentifier concode_elem_sep Long addressId conc... | Long function ( ) { return addressId ; } |
2,427 | quadratic bezier curve derivative concode_field_sep Array<T> points concode_elem_sep T tmp concode_elem_sep T tmp3 concode_elem_sep T tmp2 concode_field_sep T linear concode_elem_sep T linear_derivative concode_elem_sep T cubic concode_elem_sep Bezier set concode_elem_sep Bezier set concode_elem_sep Bezier set concode_... | T function ( final T arg0 , final float arg1 , final T arg2 , final T arg3 , final T arg4 , final T arg5 ) { final float loc0 = 1f - arg1 ; return arg0 . set ( arg3 ) . sub ( arg2 ) . scl ( 2 ) . scl ( 1 - arg1 ) . add ( arg5 . set ( arg4 ) . sub ( arg3 ) . scl ( arg1 ) . scl ( 2 ) ) ; } |
2,428 | sets the start 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 s... | void function ( int arg0 ) { this . startBlock = arg0 ; } |
2,429 | processes termcounter by taking its url , terms , and term counts and adding them to redis data structures . concode_field_sep Jedis jedis concode_field_sep boolean isIndexed concode_elem_sep void deleteAllKeys concode_elem_sep Map<String,Integer> getCounts concode_elem_sep Integer tryParse concode_elem_sep Set<String>... | void function ( TermCounter arg0 ) { String loc0 = arg0 . getLabel ( ) ; Transaction loc1 = jedis . multi ( ) ; String loc2 = this . termCounterKey ( loc0 ) ; for ( String loc3 : arg0 . keySet ( ) ) { loc1 . sadd ( this . urlSetKey ( loc3 ) , loc0 ) ; loc1 . hset ( loc2 , loc3 , arg0 . get ( loc3 ) . toString ( ) ) ; }... |
2,430 | close the logger concode_field_sep String TAG concode_elem_sep File mOutputFile concode_elem_sep FileOutputStream mFOS concode_elem_sep String LOG_DIR concode_field_sep void initialize concode_elem_sep void write | void function ( ) { if ( mOutputFile != null ) { try { mFOS . close ( ) ; } catch ( IOException loc1 ) { loc1 . printStackTrace ( ) ; } } } |
2,431 | gets the value of the shortupvalue property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal shorttime concode_elem_sep String flavour concode_elem_sep String downlabel concode_elem_sep BigDecimal max concode_elem_sep String change concode_elem_sep String format conc... | String function ( ) { return shortupvalue ; } |
2,432 | invoked when a mouse button has been released on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseDragged concode_elem_sep void mouseExited concode_elem_sep void mouseEntered concode_elem_sep void mouseClicked concode_elem... | void function ( MouseEvent arg0 ) { if ( documentViewController != null && documentViewController . getDocumentViewModel ( ) . getViewToolMode ( ) == DocumentViewModel . DISPLAY_TOOL_PAN ) { documentViewController . setViewCursor ( DocumentViewController . CURSOR_HAND_OPEN ) ; } } |
2,433 | the list of availability zones that the directory is in . concode_field_sep String securityGroupId concode_elem_sep String vpcId concode_elem_sep com.amazonaws.internal.SdkInternalList<String> availabilityZones concode_elem_sep com.amazonaws.internal.SdkInternalList<String> subnetIds concode_field_sep DirectoryVpcSetti... | void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . availabilityZones = null ; return ; } this . availabilityZones = new com . amazonaws . internal . SdkInternalList < String > ( arg0 ) ; } |
2,434 | sets the value of the daysadded property . concode_field_sep DataBalanceWithUnlimited dataBalanceAfter concode_elem_sep BigDecimal dedicatedAccountBefore concode_elem_sep BigDecimal dedicatedAccountAfter concode_elem_sep String clientName concode_elem_sep BigDecimal decrementRateBefore concode_elem_sep String dedicated... | void function ( BigInteger arg0 ) { this . daysAdded = arg0 ; } |
2,435 | specify whether to accept and convert null values for all cachesin this cache manager . default is `` true '' , despite guava itself not supporting null values.an internal holder object will be used to store user-level null s. concode_field_sep ConcurrentMap<String,Cache> cacheMap concode_elem_sep CacheLoader<Object,Ob... | void function ( boolean arg0 ) { if ( this . allowNullValues != arg0 ) { this . allowNullValues = arg0 ; refreshKnownCaches ( ) ; } } |
2,436 | returns the first available ip address associated with the provided network interface or the local host ip if `` default '' is given . concode_field_sep String cachedHostname concode_elem_sep String cachedHostAddress concode_elem_sep String LOCALHOST concode_elem_sep Log LOG concode_field_sep String resolveLocalHostnam... | String function ( String arg0 ) { String [ ] loc0 = getIPs ( arg0 ) ; return loc0 [ 0 ] ; } |
2,437 | get the formatted chatcomponent that will be used for the sender 's username in chat concode_field_sep ILockableContainer lowerChest concode_elem_sep String name concode_elem_sep ILockableContainer upperChest concode_field_sep ItemStack decrStackSize concode_elem_sep void openInventory concode_elem_sep void setField co... | ITextComponent function ( ) { return ( ITextComponent ) ( this . hasCustomName ( ) ? new TextComponentString ( this . getName ( ) ) : new TextComponentTranslation ( this . getName ( ) , new Object [ 0 ] ) ) ; } |
2,438 | return the kinetic energy 0.5 mv ^ 2 concode_field_sep CollisionResponse earliestCollisionResponse concode_elem_sep float speedY concode_elem_sep CollisionResponse tempResponse concode_elem_sep float speedX concode_elem_sep float x concode_elem_sep float y concode_elem_sep float radius concode_elem_sep CollisionRespons... | float function ( ) { return 0.5f * getMass ( ) * ( speedX * speedX + speedY * speedY ) ; } |
2,439 | check if the feature is enabled . concode_field_sep Condition condition concode_elem_sep Condition FALSE concode_elem_sep boolean bestEffort concode_elem_sep Condition DEFAULT concode_elem_sep Condition TRUE concode_elem_sep Policy policy concode_field_sep Condition getCondition concode_elem_sep boolean satisfy concode... | void function ( ) { if ( policy == Policy . DISABLE ) { throw new UnsupportedOperationException ( "srini_string" + HdfsClientConfigKeys . BlockWrite . ReplaceDatanodeOnFailure . ENABLE_KEY + "srini_string" ) ; } } |
2,440 | inserts all the element from specified collection at the specified position in this list . concode_field_sep PlaceHolder placeHolder concode_field_sep int set concode_elem_sep Integer set concode_elem_sep void insert concode_elem_sep void insert | void function ( int arg0 , IIntList arg1 ) { TsNullArgumentRtException . checkNull ( arg1 ) ; for ( int loc0 = 0 , loc1 = arg1 . size ( ) ; loc0 < loc1 ; loc0 ++ ) { insert ( arg0 , arg1 . getValue ( arg0 ) ) ; } } |
2,441 | decodes a quoted-printable string into its original form using the specified string charset . escaped characters are converted back to their original representation . concode_field_sep String charset concode_elem_sep BitSet PRINTABLE_CHARS concode_elem_sep byte SPACE concode_elem_sep byte ESCAPE_CHAR concode_elem_sep b... | String function ( String arg0 , String arg1 ) { if ( arg0 == null ) { return null ; } return new String ( decode ( StringUtils . getBytesUsAscii ( arg0 ) ) , arg1 ) ; } |
2,442 | returns the last value in the sequence . concode_field_sep Integer lastValue concode_elem_sep Integer firstValue concode_field_sep void setLastValue concode_elem_sep Integer getFirstValue concode_elem_sep void setFirstValue | Integer function ( ) { return lastValue ; } |
2,443 | get the keystore . concode_field_sep SecureStore keyStore concode_elem_sep SecureStore trustStore concode_field_sep JSSE build concode_elem_sep Builder keyStore concode_elem_sep Builder trustStore concode_elem_sep SecureStore getTrustStore | SecureStore function ( ) { return keyStore ; } |
2,444 | bandwidth of the connection . example : 1gbps for regular connections , or 500mbps for hosted connections default : none concode_field_sep Integer vlan concode_elem_sep String bandwidth concode_elem_sep String partnerName concode_elem_sep String connectionState concode_elem_sep String connectionId concode_elem_sep Stri... | String function ( ) { return this . bandwidth ; } |
2,445 | returns the ssrc of the underlying net.majorkernelpanic.streaming.rtp.rtpsocket . concode_field_sep AbstractPacketizer mPacketizer concode_elem_sep int mSocketId concode_elem_sep OutputStream mOutputStream concode_elem_sep boolean mConfigured concode_elem_sep boolean mStreaming concode_elem_sep byte mChannelIdentifier ... | int function ( ) { return getPacketizer ( ) . getSSRC ( ) ; } |
2,446 | for signal and resignal concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_sep boolean TRACE concode_elem_sep boolean TRACESYSTEMOUT concode_elem_sep int SQL_CODE_DIGITS conco... | HsqlException function ( String arg0 , String arg1 , int arg2 ) { return new HsqlException ( null , arg0 , arg1 , arg2 ) ; } |
2,447 | returns the value of the encapsulated primitive float . concode_field_sep long serialVersionUID concode_elem_sep float value concode_field_sep void copyTo concode_elem_sep void read concode_elem_sep int getBinaryLength concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep void setValue concode_e... | float function ( ) { return this . value ; } |
2,448 | returns the ssl socket factory , or null if this is not an https address . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authentica... | SSLSocketFactory function ( ) { return sslSocketFactory ; } |
2,449 | tests if a point is inside the circle defined by the triangle with vertices a , b , c oriented counter-clockwise . this test uses simple double-precision arithmetic , and thus may not be robust . concode_field_sep PlaceHolder placeHolder concode_field_sep DD triAreaDDSlow concode_elem_sep boolean isInCircleCC concode_e... | boolean function ( Coordinate arg0 , Coordinate arg1 , Coordinate arg2 , Coordinate arg3 ) { boolean loc0 = ( arg0 . x * arg0 . x + arg0 . y * arg0 . y ) * triArea ( arg1 , arg2 , arg3 ) - ( arg1 . x * arg1 . x + arg1 . y * arg1 . y ) * triArea ( arg0 , arg2 , arg3 ) + ( arg2 . x * arg2 . x + arg2 . y * arg2 . y ) * tr... |
2,450 | gets the value of the jobname property . concode_field_sep ComplexJobTriggerProxy complexJobTrigger concode_elem_sep long duration concode_elem_sep String jobName concode_elem_sep String inputFile concode_elem_sep String jobId concode_elem_sep String outputFile concode_elem_sep SimpleJobTrigger simpleJobTrigger concode... | String function ( ) { return jobName ; } |
2,451 | interface compliance : paint the actual color over an icon concode_field_sep int WIDTH concode_elem_sep int HEIGHT concode_elem_sep Color color concode_field_sep int getIconWidth concode_elem_sep int getIconHeight | void function ( Component arg0 , Graphics arg1 , int arg2 , int arg3 ) { arg1 . setColor ( color ) ; arg1 . fillRect ( arg2 , arg3 , WIDTH - 1 , HEIGHT - 1 ) ; arg1 . setColor ( Color . black ) ; arg1 . drawRect ( arg2 , arg3 , WIDTH - 1 , HEIGHT - 1 ) ; } |
2,452 | checks if set contains a word . concode_field_sep Node next concode_elem_sep Node node concode_elem_sep int size concode_elem_sep Word data concode_elem_sep Node[] buckets concode_elem_sep int index concode_field_sep void add concode_elem_sep Word next concode_elem_sep Iterator<Word> iterator concode_elem_sep int getIn... | boolean function ( Word arg0 ) { int loc0 = getIndex ( arg0 ) ; Node loc1 = buckets [ loc0 ] ; while ( loc1 != null ) { if ( loc1 . data . equals ( arg0 ) ) { return true ; } loc1 = loc1 . next ; } return false ; } |
2,453 | tests that an exception is thrown when the reference count is two . concode_field_sep ByteBuf mBuffer concode_elem_sep ExpectedException mThrown concode_elem_sep int LENGTH concode_field_sep void bufferAlreadyReleased concode_elem_sep void before concode_elem_sep void getNettyOutputNotSupported concode_elem_sep void si... | void function ( ) { mThrown . expect ( IllegalArgumentException . class ) ; mThrown . expectMessage ( "srini_string" ) ; mBuffer . retain ( ) ; new DataNettyBuffer ( mBuffer , LENGTH ) ; } |
2,454 | sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString concode_elem_sep StringBuilder normalizeHex concode_elem_sep String getDecryptedLitera... | void function ( Reference arg0 ) { this . reference = arg0 ; } |
2,455 | parameters used to automatically set up ebs volumes when the instance is launched . returns a reference to this object so that method calls can be chained together . concode_field_sep EbsInstanceBlockDevice ebs concode_elem_sep String deviceName concode_field_sep void setDeviceName concode_elem_sep void setEbs concode_... | InstanceBlockDeviceMapping function ( EbsInstanceBlockDevice arg0 ) { this . ebs = arg0 ; return this ; } |
2,456 | gets endpoint type . there are two endpoints types : shmem working over shared memory , and tcp working over sockets . shared memory is recommended approach for linux-based systems . for windows tcp is the only available option . defaults to #dflt_type . concode_field_sep int DFLT_PORT concode_elem_sep String tokenDirP... | IgfsIpcEndpointType function ( ) { return type ; } |
2,457 | the tag filter key . concode_field_sep String type concode_elem_sep String value concode_elem_sep String key concode_field_sep String getValue 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 . key ; } |
2,458 | called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep Version getVersion concode_elem_sep void start concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; } |
2,459 | returns the next visual position to place the caret at from an existing position . the default implementation simply forwards the method to the root view . subclasses may wish to further restrict the location based on additional criteria . concode_field_sep PlaceHolder placeHolder concode_field_sep Caret getCaret conco... | int function ( JTextComponent arg0 , int arg1 , Position . Bias arg2 , int arg3 , Position . Bias [ ] arg4 ) { return arg0 . getUI ( ) . getNextVisualPositionFrom ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } |
2,460 | uploads the file to the shared cache under a temporary name , and returns the result . concode_field_sep Log LOG concode_elem_sep LocalResource resource concode_elem_sep Configuration conf concode_elem_sep FileSystem fs concode_elem_sep int nestedLevel concode_elem_sep FsPermission FILE_PERMISSION concode_elem_sep Stri... | boolean function ( Path arg0 , Path arg1 ) { return FileUtil . copy ( localFs , arg0 , fs , arg1 , false , conf ) ; } |
2,461 | get the type code of the objectreferencefactory . concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectReferenceFactory extract concode_elem_sep ObjectReferenceFactory read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write | TypeCode function ( ) { return OrbRestricted . Singleton . create_value_tc ( id ( ) , "srini_string" , VM_ABSTRACT . value , null , new ValueMember [ 0 ] ) ; } |
2,462 | sets the totalresultsetsize value for this creativepage . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_ele... | void function ( java . lang . Integer arg0 ) { this . totalResultSetSize = arg0 ; } |
2,463 | set value from double using normalized index concode_field_sep PlaceHolder placeHolder concode_field_sep char cArrayGet concode_elem_sep void fArraySet concode_elem_sep byte bArrayGet concode_elem_sep void zArraySet concode_elem_sep double dArrayGet concode_elem_sep boolean isOrigFArray concode_elem_sep void dArraySet ... | void function ( Object [ ] arg0 , int arg1 , Object arg2 ) { try { arg0 [ arg1 ] = arg2 ; } catch ( Throwable loc0 ) { arg0 [ DefaultGroovyMethodsSupport . normaliseIndex ( arg1 , arg0 . length ) ] = arg2 ; } } |
2,464 | the arrangement should be able to handle null blocks in the layout . concode_field_sep double EPSILON concode_field_sep void testNR concode_elem_sep void testGridNotFull_FF concode_elem_sep void testGridNotFull_NN concode_elem_sep void testNullBlock_FF concode_elem_sep void testNN concode_elem_sep void testRR concode_e... | void function ( ) { BlockContainer loc0 = new BlockContainer ( new GridArrangement ( 1 , 1 ) ) ; loc0 . add ( null ) ; Size2D loc1 = loc0 . arrange ( null , RectangleConstraint . NONE ) ; assertEquals ( 0.0 , loc1 . getWidth ( ) , EPSILON ) ; assertEquals ( 0.0 , loc1 . getHeight ( ) , EPSILON ) ; } |
2,465 | passes this packet on to the nethandler for processing . concode_field_sep int entityId concode_elem_sep byte yaw concode_field_sep byte getYaw concode_elem_sep void writePacketData concode_elem_sep Entity getEntity concode_elem_sep void readPacketData | void function ( INetHandlerPlayClient arg0 ) { arg0 . handleEntityHeadLook ( this ) ; } |
2,466 | instances of this class compare in name-major and value-minor order . concode_field_sep CstUtf8 name concode_elem_sep Constant value concode_field_sep Constant getValue concode_elem_sep CstUtf8 getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | int function ( NameValuePair arg0 ) { int loc0 = name . compareTo ( arg0 . name ) ; if ( loc0 != 0 ) { return loc0 ; } return value . compareTo ( arg0 . value ) ; } |
2,467 | get the next properties object in this iteration list . concode_field_sep Vector properties_vector concode_elem_sep int offset concode_field_sep boolean hasNextProperties | org . osid . shared . Properties function ( ) { org . osid . shared . Properties loc0 = ( org . osid . shared . Properties ) properties_vector . elementAt ( offset ) ; offset ++ ; return loc0 ; } |
2,468 | handles responses from gopro get requests . concode_field_sep int status concode_elem_sep Runnable watchdogCallback concode_elem_sep long HEARTBEAT_TIMEOUT concode_elem_sep boolean isRecording concode_elem_sep HashMap<Integer,GetResponseHandler> getResponsesFutures concode_elem_sep Handler watchdog concode_elem_sep Has... | void function ( msg_gopro_get_response arg0 ) { if ( arg0 == null ) return ; final GetResponseHandler loc0 = getResponsesFutures . remove ( ( int ) arg0 . cmd_id ) ; if ( loc0 != null ) { loc0 . onResponse ( arg0 . cmd_id , arg0 . value ) ; } } |
2,469 | returns the delegate members injector , or null if it has not yet been initialized.the delegate will be initialized when this element is processed , or otherwise used to create an injector . concode_field_sep MembersInjector<T> delegate concode_elem_sep Object source concode_elem_sep TypeLiteral<T> type concode_field_s... | MembersInjector < T > function ( ) { return delegate ; } |
2,470 | sets the value . concode_field_sep long serialVersionUID concode_elem_sep boolean value concode_field_sep void setTrue concode_elem_sep Boolean getValue concode_elem_sep boolean isTrue concode_elem_sep Boolean toBoolean concode_elem_sep int hashCode concode_elem_sep void setFalse concode_elem_sep boolean equals concode... | void function ( final boolean arg0 ) { this . value = arg0 ; } |
2,471 | add an occurence . concode_field_sep int sequenceID concode_elem_sep List<Short> occurences concode_field_sep short getFirst concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep short getLast | void function ( short arg0 ) { occurences . add ( arg0 ) ; } |
2,472 | check whether the object has been invalidated . concode_field_sep Throwable invalidated concode_elem_sep Logger log concode_elem_sep boolean USE_CHECKS concode_elem_sep Object monitorable concode_field_sep boolean check concode_elem_sep void invalidate | boolean function ( ) { return invalidated != null ; } |
2,473 | sets the value of the path property . concode_field_sep String _default concode_elem_sep Link link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concode_el... | void function ( String arg0 ) { this . path = arg0 ; } |
2,474 | set the idle state of the scheduler . if necessary , the clock will be advanced and runnables executed as required by the newly-set state . concode_field_sep Runnable runnable concode_elem_sep IdleState idleState concode_elem_sep long scheduledTime concode_elem_sep boolean isExecutingRunnable concode_elem_sep Thread as... | void function ( boolean arg0 ) { setIdleState ( arg0 ? CONSTANT_IDLE : UNPAUSED ) ; } |
2,475 | returns the declared type of the field to which this metadata belongs . concode_field_sep Field field concode_elem_sep Method readMethod concode_elem_sep Mapper mapper concode_elem_sep Method writeMethod concode_field_sep String getName concode_elem_sep Mapper getMapper concode_elem_sep void setWriteMethod concode_elem... | Class function ( ) { return field . getType ( ) ; } |
2,476 | test across several different matrix sizes and upper/lower decompositions using the definition of cholesky . concode_field_sep Random rand concode_elem_sep boolean canL concode_elem_sep boolean canR concode_field_sep void testDecomposeR concode_elem_sep CholeskyDecomposition<DenseMatrix64F> create concode_elem_sep void... | void function ( ) { for ( int loc0 = 0 ; loc0 < 2 ; loc0 ++ ) { boolean loc1 = loc0 == 0 ; if ( loc1 && ! canL ) continue ; if ( ! loc1 && ! canR ) continue ; for ( int loc2 = 1 ; loc2 < 10 ; loc2 ++ ) { checkWithDefinition ( loc1 , loc2 ) ; } checkWithDefinition ( loc1 , 5 ) ; } } |
2,477 | gets the value of the seed property . concode_field_sep FieldElemType a concode_elem_sep FieldElemType b concode_elem_sep byte[] seed concode_field_sep void setB concode_elem_sep void setA concode_elem_sep FieldElemType getA concode_elem_sep FieldElemType getB concode_elem_sep void setSeed | byte [ ] function ( ) { return seed ; } |
2,478 | updatebook . concode_field_sep BookDao bookDao concode_elem_sep Logger LOGGER concode_field_sep boolean deleteBook concode_elem_sep Book getBook concode_elem_sep Books getBooks concode_elem_sep Book saveBook | Book function ( final Integer arg0 , final Book arg1 ) { arg1 . setBookId ( arg0 ) ; bookDao . update ( arg1 ) ; return arg1 ; } |
2,479 | returns noise , given coordinates x , y. concode_field_sep float meanWaterLevel concode_elem_sep float moistureLevel concode_elem_sep PerlinNoiseGenerator moistureNoise concode_elem_sep BiomeMap biomeMap concode_elem_sep boolean oneBiome concode_elem_sep long serialVersionUID concode_elem_sep float waterLevel concode_e... | float function ( float arg0 , float arg1 , PerlinNoiseGenerator arg2 ) { float loc0 = 0 ; float loc1 = 1 ; float loc2 = 1 ; for ( int loc3 = 0 ; loc3 < frequencies ; loc3 ++ ) { loc0 += loc1 * arg2 . noise2 ( loc2 * arg0 , loc2 * arg1 ) ; loc1 /= 2 ; loc2 += 2 ; } return loc0 ; } |
2,480 | create a new xmlelement using the provided element . concode_field_sep boolean useUpperCase concode_elem_sep boolean ignoreCase concode_elem_sep Document ownerDocument concode_elem_sep Element element concode_field_sep boolean compare concode_elem_sep String getCorrectCase concode_elem_sep void removeAllChildElements c... | XMLElement function ( Element arg0 ) { if ( arg0 == null ) return null ; XMLElement loc0 = new XMLElement ( arg0 ) ; if ( ! this . ignoreCase ) loc0 . setUseUpperCase ( this . useUpperCase ) ; return loc0 ; } |
2,481 | clear rows concode_field_sep Integer noViewColumns concode_elem_sep Integer column concode_elem_sep Integer row concode_elem_sep LinkedHashMap<Integer,MBrowseField> browserFields concode_elem_sep LinkedHashMap<Integer,Integer> displayIndexes concode_elem_sep LinkedHashMap<Integer,LinkedHashMap<Integer,GridField>> rows ... | void function ( ) { rows . clear ( ) ; } |
2,482 | implements numberlisthandler #startnumberlist . concode_field_sep NumberListHandler INSTANCE concode_field_sep void startNumber concode_elem_sep void endNumberList concode_elem_sep void endNumber concode_elem_sep void numberValue | void function ( ) { } |
2,483 | increments document count by specified value concode_field_sep boolean special concode_elem_sep boolean isLabel concode_elem_sep INDArray historicalGradient concode_elem_sep AdaGrad adaGrad concode_elem_sep long serialVersionUID concode_elem_sep int codeLength concode_elem_sep AtomicLong sequencesCount concode_elem_sep... | void function ( long arg0 ) { this . sequencesCount . addAndGet ( arg0 ) ; } |
2,484 | sets the value of the department property . concode_field_sep Double amount concode_elem_sep String refNum concode_elem_sep RecordRef paymentMethod concode_elem_sep String memo concode_elem_sep RecordRef location concode_elem_sep RecordRef department concode_elem_sep RecordRef clazz concode_elem_sep RecordRef entity co... | void function ( RecordRef arg0 ) { this . department = arg0 ; } |
2,485 | reads the raw bytes following a type.bool code . concode_field_sep DataInput in concode_elem_sep ThreadLocal tbIn concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem_sep double readDo... | byte [ ] function ( ) { byte [ ] loc0 = new byte [ 2 ] ; loc0 [ 0 ] = ( byte ) Type . BOOL . code ; in . readFully ( loc0 , 1 , 1 ) ; return loc0 ; } |
2,486 | returns the number of created subsets for the split . concode_field_sep Distribution m_distribution concode_elem_sep int m_numSubsets concode_elem_sep long serialVersionUID concode_field_sep double codingCost concode_elem_sep void buildClassifier concode_elem_sep void resetDistribution concode_elem_sep double classProb... | int function ( ) { return m_numSubsets ; } |
2,487 | returns the revision string . concode_field_sep boolean m_DoNotCheckCapabilities concode_elem_sep long serialVersionUID concode_field_sep void preExecution concode_elem_sep void setDoNotCheckCapabilities concode_elem_sep ASEvaluation forName concode_elem_sep ASEvaluation[] makeCopies concode_elem_sep void run concode_e... | String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; } |
2,488 | returns the ratelimit when throttlesettings is called . concode_field_sep Integer burstLimit concode_elem_sep Double rateLimit concode_field_sep void setRateLimit concode_elem_sep Double getRateLimit concode_elem_sep void setBurstLimit concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Integ... | ThrottleSettings function ( Double arg0 ) { setRateLimit ( arg0 ) ; return this ; } |
2,489 | computes the `` key string '' representation of an entity . concode_field_sep String entitySetName concode_elem_sep OEntityKey entityKey concode_field_sep boolean equals concode_elem_sep OEntityId create concode_elem_sep OEntityId create concode_elem_sep String getEntitySetName concode_elem_sep String toString concode_... | String function ( OEntityId arg0 ) { if ( arg0 == null ) return null ; return arg0 . getEntitySetName ( ) + arg0 . getEntityKey ( ) . toKeyString ( ) ; } |
2,490 | returns the name of the task , appended with the subtask indicator , such as `` mytask 3/6 '' , where 3 would be #getindexofthissubtask + 1 , and 6 would be #getnumberofparallelsubtasks . concode_field_sep int attemptNumber concode_elem_sep int indexOfSubtask concode_elem_sep String taskName concode_elem_sep int number... | String function ( ) { return this . taskNameWithSubtasks ; } |
2,491 | sets the detailid . concode_field_sep Integer masterId concode_elem_sep String detailText concode_elem_sep Integer detailId concode_elem_sep Master master concode_field_sep void setDetailText concode_elem_sep void setMasterId concode_elem_sep Integer getMasterId concode_elem_sep String toString concode_elem_sep Master ... | void function ( Integer arg0 ) { this . detailId = arg0 ; } |
2,492 | getter for bindingtoolbar . concode_field_sep AbstractExtendedControlModel extendedControlModel concode_elem_sep AbstractExtendedToolbar bindingToolbar concode_elem_sep boolean readOnly concode_elem_sep ListenerList listeners concode_elem_sep Composite parentComposite concode_elem_sep CommandStack commandStack concode_... | AbstractExtendedToolbar function ( ) { return this . bindingToolbar ; } |
2,493 | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep STDocPartGallery val concode_elem_sep Object parent concode_field_sep STDocPartGallery getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setVal | Object function ( ) { return this . parent ; } |
2,494 | this should read dynanyfactory from the cdr input stream , but following the jdk 1.5 api it does not . concode_field_sep PlaceHolder placeHolder concode_field_sep DynAnyFactory extract concode_elem_sep DynAnyFactory read concode_elem_sep void insert concode_elem_sep DynAnyFactory narrow concode_elem_sep String id conco... | void function ( OutputStream arg0 , DynAnyFactory arg1 ) { throw new MARSHAL ( not_applicable ( id ( ) ) ) ; } |
2,495 | test of terminate method , of class singlethreadlocalcontextprovider . concode_field_sep OutputStream outStream concode_elem_sep Logger logger1 concode_elem_sep Logger logger0 concode_field_sep void testGetVarMap concode_elem_sep void setUpClass concode_elem_sep void testGetAttributeMap concode_elem_sep void testGetRun... | void function ( ) { logger1 . info ( "srini_string" ) ; SingleThreadLocalContextProvider loc0 = new SingleThreadLocalContextProvider ( LocalVariableBehavior . TRANSIENT , true ) ; try { loc0 . terminate ( ) ; } catch ( Exception loc1 ) { fail ( ) ; } } |
2,496 | blocks until the event becomes the signaled state . this method blocks infinitely until a value is offered . concode_field_sep boolean signaled concode_elem_sep Object lock concode_field_sep void signal concode_elem_sep boolean isSignaled | void function ( ) { synchronized ( lock ) { while ( ! signaled ) lock . wait ( ) ; } } |
2,497 | returns connection to the destination database , that was opened by com.almworks.sqlite4java.sqliteconnection #initializebackup . important ! if you call this method , you should be careful about disposing the connection you got . you should only dispose it after disposing sqlitebackup instance , otherwise the jvm migh... | SQLiteConnection function ( ) { return myDestination ; } |
2,498 | gets the editable status by key concode_field_sep boolean editable concode_elem_sep Object defaultValue concode_elem_sep Class<?> columnClass concode_elem_sep String columnKey concode_elem_sep String label concode_elem_sep List<ColStruct> columns concode_field_sep void setDefaultValue concode_elem_sep void setDefaultVa... | boolean function ( String arg0 ) { return isColumnEditable ( columnFromKey ( arg0 ) ) ; } |
2,499 | sets the value of the nummodes property . concode_field_sep int sizeX concode_elem_sep Integer numModes concode_elem_sep float centerY concode_elem_sep float centerZ concode_elem_sep Integer seed concode_elem_sep float centerX concode_elem_sep Integer exhaustiveness concode_elem_sep Integer energyRange concode_elem_sep... | void function ( Integer arg0 ) { this . numModes = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.