idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
24,500 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals | void function ( ) { PieSectionEntity loc0 = new PieSectionEntity ( new Rectangle2D . Double ( 1.0 , 2.0 , 3.0 , 4.0 ) , new DefaultPieDataset ( ) , 1 , 2 , "srini_string" , "srini_string" , "srini_string" ) ; PieSectionEntity loc1 = ( PieSectionEntity ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 )... |
24,501 | gets the value of the leg property . concode_field_sep InstrumentExtensionBlockT instrmtExt concode_elem_sep String txt concode_elem_sep String encTxt concode_elem_sep SecurityUpdateActionEnumT listUpdActn concode_elem_sep String ccy concode_elem_sep XMLGregorianCalendar txnTm concode_elem_sep SecondaryPriceLimitsBlock... | InstrmtLegGrpBlockT function ( ) { return leg ; } |
24,502 | this is getter method for deptid concode_field_sep String deptName concode_elem_sep String ticketNumber concode_elem_sep ActionObjectVO actions concode_elem_sep Integer nsgId concode_elem_sep String loggedInUser concode_elem_sep Integer oldDepartmentId concode_elem_sep Integer categoryId concode_elem_sep Integer deptID... | Integer function ( ) { return deptID ; } |
24,503 | reads in a sequence of integers from the whitelist file , specified as a command-line argument . reads in integers from standard input and prints to standard output those integers that do not appear in the file . concode_field_sep PlaceHolder placeHolder concode_field_sep int rank | void function ( String [ ] arg0 ) { In loc0 = new In ( arg0 [ 0 ] ) ; int [ ] loc1 = loc0 . readAllInts ( ) ; Arrays . sort ( loc1 ) ; while ( ! StdIn . isEmpty ( ) ) { int loc2 = StdIn . readInt ( ) ; if ( rank ( loc2 , loc1 ) == - 1 ) StdOut . println ( loc2 ) ; } } |
24,504 | return true if a is mathematically less than b . concode_field_sep PlaceHolder placeHolder concode_field_sep int compare concode_elem_sep boolean isLessThanOrEqualTo concode_elem_sep Number min concode_elem_sep boolean isGreaterThanOrEqualTo concode_elem_sep Number max concode_elem_sep boolean isEven concode_elem_sep b... | boolean function ( Number arg0 , Number arg1 ) { return compare ( arg0 , arg1 ) < 0 ; } |
24,505 | set the private store concode_field_sep boolean isServerPrincipalPasswordEncrypted concode_elem_sep String serverPrincipalPassword concode_elem_sep String trustStores concode_elem_sep String allowedRoles concode_elem_sep String keyAlias concode_elem_sep String privateStore concode_field_sep String getTrustStores concod... | void function ( String arg0 ) { this . privateStore = arg0 ; } |
24,506 | set the name for this queue . concode_field_sep int DEFAULT_ASYNC_BACKUP_COUNT concode_elem_sep List<ItemListenerConfig> listenerConfigs concode_elem_sep QueueConfigReadOnly readOnly concode_elem_sep int backupCount concode_elem_sep int maxSize concode_elem_sep QueueStoreConfig queueStoreConfig concode_elem_sep boolean... | QueueConfig function ( String arg0 ) { this . name = arg0 ; return this ; } |
24,507 | get this node 's justify content , as defined by style . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSL... | CSSJustify function ( ) { return style . justifyContent ; } |
24,508 | the list of possible matches for the given selectinputtext value concode_field_sep List dictionary concode_elem_sep List matchesList concode_elem_sep City currentCity concode_elem_sep Log log concode_field_sep void setDictionary concode_elem_sep City getMatch concode_elem_sep City getCurrentCity concode_elem_sep List g... | List function ( ) { return matchesList ; } |
24,509 | get property concode_field_sep long serialVersionUID concode_elem_sep String cfProperty concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setCfProperty concode_elem_sep void setResourceAdapter concode_elem_sep voi... | String function ( ) { return cfProperty ; } |
24,510 | get the timestamp in epoch millis this shard was created concode_field_sep Shard MIN_SHARD concode_elem_sep long shardIndex concode_elem_sep boolean compacted concode_elem_sep Optional<DirectedEdge> shardEnd concode_elem_sep long createdTime concode_field_sep void setShardEnd concode_elem_sep int hashCode concode_elem_... | long function ( ) { return createdTime ; } |
24,511 | generates a certpath a certificate chain from the provided inputstream and the specified encoding scheme . concode_field_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep CertificateFactorySpi spiImpl concode_elem_sep String type concode_field_sep Certificate generate... | CertPath function ( InputStream arg0 , String arg1 ) { return spiImpl . engineGenerateCertPath ( arg0 , arg1 ) ; } |
24,512 | inserts the provided filter s before existing filter s using default generated names , #getsessiondispatchertypes , and #isasyncsessionsupported . concode_field_sep String SERVLET_CONTEXT_PREFIX concode_elem_sep String DEFAULT_FILTER_NAME concode_elem_sep Class<?>[] configurationClasses concode_field_sep void beforeSes... | void function ( ServletContext arg0 , Filter ... arg1 ) { registerFilters ( arg0 , true , arg1 ) ; } |
24,513 | returns all the remaining results entities in this mapped result set as a list . concode_field_sep ResultSet rs concode_elem_sep EntityMapper<T> mapper concode_elem_sep ProtocolVersion protocolVersion concode_elem_sep boolean useAlias concode_field_sep boolean isExhausted concode_elem_sep ExecutionInfo getExecutionInfo... | List < T > function ( ) { List < Row > loc0 = rs . all ( ) ; List < T > loc1 = new ArrayList < T > ( loc0 . size ( ) ) ; for ( Row loc2 : loc0 ) { loc1 . add ( map ( loc2 ) ) ; } return loc1 ; } |
24,514 | return true if the advisor is a form of after advice . concode_field_sep PlaceHolder placeHolder concode_field_sep AspectJPrecedenceInformation getAspectJPrecedenceInformationFor concode_elem_sep boolean isBeforeAdvice | boolean function ( Advisor arg0 ) { AspectJPrecedenceInformation loc0 = getAspectJPrecedenceInformationFor ( arg0 ) ; if ( loc0 != null ) { return loc0 . isAfterAdvice ( ) ; } return ( arg0 . getAdvice ( ) instanceof AfterAdvice ) ; } |
24,515 | get the current record number , within the current block , zero based . thus , current offset = currentblocknum recsperblk + currentrecnum . concode_field_sep int DEFAULT_RCDSIZE concode_elem_sep int currBlkIdx concode_elem_sep boolean debug concode_elem_sep InputStream inStream concode_elem_sep int DEFAULT_BLKSIZE con... | int function ( ) { return currRecIdx - 1 ; } |
24,516 | get the bind address if the system property h2.bindaddress is set , or null if not . concode_field_sep int CACHE_MILLIS concode_elem_sep String cachedLocalAddress concode_elem_sep InetAddress cachedBindAddress concode_elem_sep long cachedLocalAddressTime concode_field_sep Socket createSocket concode_elem_sep Socket cre... | InetAddress function ( ) { String loc0 = SysProperties . BIND_ADDRESS ; if ( loc0 == null || loc0 . length ( ) == 0 ) { return null ; } synchronized ( NetUtils . class ) { if ( cachedBindAddress == null ) { cachedBindAddress = InetAddress . getByName ( loc0 ) ; } } return cachedBindAddress ; } |
24,517 | gets the value of the soapaction property . concode_field_sep AttributedURIType action concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String soapAction concode_field_sep void setAction concode_elem_sep AttributedURIType getAction concode_elem_sep void setSoapAction concode_elem_sep Map<QName,String... | String function ( ) { return soapAction ; } |
24,518 | gets the natural string representation of the traced d primitive . concode_field_sep int RAW_BYTES_INDENT concode_elem_sep int BYTE_SIGN_BIT concode_elem_sep long serialVersionUID concode_elem_sep Object value concode_elem_sep int numberOfBytes concode_field_sep int getNumberOfBytes concode_elem_sep Object getValue con... | String function ( ) { return ScalarRecord . valueToString ( getValue ( ) ) ; } |
24,519 | shifts the source digits left one bit , creating a value whose magnitude is doubled . concode_field_sep PlaceHolder placeHolder concode_field_sep int bitLength concode_elem_sep BigInteger shiftLeft concode_elem_sep void shiftLeft concode_elem_sep BigInteger shiftRight concode_elem_sep boolean shiftRight concode_elem_se... | void function ( int arg0 [ ] , int arg1 [ ] , int arg2 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg2 ; loc1 ++ ) { int loc2 = arg1 [ loc1 ] ; arg0 [ loc1 ] = ( loc2 << 1 ) | loc0 ; loc0 = loc2 >>> 31 ; } if ( loc0 != 0 ) { arg0 [ arg2 ] = loc0 ; } } |
24,520 | reader characters from an input stream and write then to an output stream . concode_field_sep Charset UTF8 concode_field_sep long getSize concode_elem_sep String readFromAsString concode_elem_sep Charset getCharset concode_elem_sep void writeToAsString | void function ( Reader arg0 , Writer arg1 ) { ReaderWriter . writeTo ( arg0 , arg1 ) ; } |
24,521 | sets the value of the attr property . concode_field_sep String displayName concode_elem_sep Snowflaked snowflaked concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String attr concode_field_sep Snowflaked getSnowflaked concode_elem_sep void setSnowflaked concode_elem_sep String getDispl... | void function ( String arg0 ) { this . attr = arg0 ; } |
24,522 | returns the type of event . concode_field_sep String principal concode_elem_sep Map<String,Object> data concode_elem_sep String type concode_elem_sep Date timestamp concode_field_sep String getPrincipal concode_elem_sep Date getTimestamp concode_elem_sep String toString concode_elem_sep Map<String,Object> convert conco... | String function ( ) { return this . type ; } |
24,523 | get the list of pre-fork converter s. concode_field_sep TaskState taskState concode_elem_sep TaskMetrics taskMetrics concode_field_sep TaskMetrics getTaskMetrics concode_elem_sep Destination.DestinationType getDestinationType concode_elem_sep TaskLevelPolicyChecker getTaskLevelPolicyChecker concode_elem_sep Extractor g... | List < Converter < ? , ? , ? , ? >> function ( ) { return getConverters ( - 1 , this . taskState ) ; } |
24,524 | indicated , whether a non-null watch-option is allowed in the watchcommand . concode_field_sep boolean watchOptionAllowed concode_elem_sep WatchMode ON concode_elem_sep WatchMode OFF concode_elem_sep WatchMode ADD concode_elem_sep WatchMode REMOVE concode_elem_sep String name concode_elem_sep CommandRequest command con... | boolean function ( ) { return watchOptionAllowed ; } |
24,525 | sets the value of the orderactiontype property . concode_field_sep String orderActionType concode_field_sep String getOrderActionType | void function ( String arg0 ) { this . orderActionType = arg0 ; } |
24,526 | returns syntax highlighter for the given language . concode_field_sep SyntaxHighlighterLanguageFactory LANGUAGE_FACTORY concode_field_sep placeholderType placeHolder | SyntaxHighlighter function ( @ NotNull Language arg0 , @ Nullable Project arg1 , @ Nullable VirtualFile arg2 ) { return LANGUAGE_FACTORY . forLanguage ( arg0 ) . getSyntaxHighlighter ( arg1 , arg2 ) ; } |
24,527 | the resource adapter concode_field_sep UnifiedSecurityConnectionFactory noTxCf concode_elem_sep DefaultSubjectFactory defaultSubjectFactory concode_elem_sep DeploymentRepository dr concode_field_sep ResourceAdaptersDescriptor createNoTxActivation concode_elem_sep void testMinPoolSize concode_elem_sep Set<PasswordCreden... | ResourceAdapterArchive function ( ) { return ResourceAdapterFactory . createUnifiedSecurityRar ( ) ; } |
24,528 | specify the trigger 's name . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep Constants constants concode_elem_sep int repeatCount concode_elem_sep String description concode_elem_sep int priority concode_elem_sep JobDataMap jobDataMap concode_elem_sep String name concode_... | void function ( String arg0 ) { this . name = arg0 ; } |
24,529 | writes the raw packet data to the data stream . concode_field_sep PlaceHolder placeHolder concode_field_sep void processPacket concode_elem_sep void readPacketData | void function ( PacketBuffer arg0 ) { } |
24,530 | wait up to the timeout time for another thread to set a value on this future . if a value has already been set , this method will return immediately . nb : for simplicity , we catch and wrap interruptedexception . do not use this class if you are in the 1 % of cases where you actually want to handle that . concode_fiel... | T function ( long arg0 , TimeUnit arg1 ) { if ( ! mReadyLatch . await ( arg0 , arg1 ) ) { throw new TimeoutException ( "srini_string" ) ; } if ( mException != null ) { throw new ExecutionException ( mException ) ; } return mResult ; } |
24,531 | returns a row-key with the following format : time in millis - random key - nonce concode_field_sep byte[] cf concode_elem_sep List<byte[]> colNames concode_elem_sep Pattern inputPattern concode_elem_sep String randomKey concode_elem_sep String COL_NAME_CONFIG concode_elem_sep boolean INGORE_CASE_DEFAULT concode_elem_s... | byte [ ] function ( Calendar arg0 ) { String loc0 = String . format ( "srini_string" , arg0 . getTimeInMillis ( ) , randomKey , nonce . getAndIncrement ( ) ) ; return loc0 . getBytes ( Charsets . UTF_8 ) ; } |
24,532 | sets end page . concode_field_sep Integer startPage concode_elem_sep String requestType concode_elem_sep String deliveryLocation concode_elem_sep String requestingInstitution concode_elem_sep String bibliographicId concode_elem_sep String itemBarcode concode_elem_sep String dueDate concode_elem_sep String titleIdentifi... | void function ( Integer arg0 ) { this . endPage = arg0 ; } |
24,533 | returns the string representation in use for the currently selected item . concode_field_sep String selectedItemAsString concode_field_sep void setSelectedItem concode_elem_sep void markEntireText concode_elem_sep int getItemCount concode_elem_sep Object getItem concode_elem_sep void markText concode_elem_sep void setS... | String function ( ) { return this . selectedItemAsString ; } |
24,534 | down concode_field_sep int SERVICE_UNAVAILABLE concode_elem_sep int SERVICE_AVAILABLE concode_elem_sep int SERVICE_UNKNOWN concode_elem_sep int m_statusCode concode_elem_sep String m_reason concode_elem_sep Map<String,Number> m_properties concode_elem_sep Date m_timestamp concode_elem_sep int SERVICE_UNRESPONSIVE conco... | PollStatus function ( ) { return down ( null ) ; } |
24,535 | sets the spring bean id for this bean . concode_field_sep ServiceTracker<ShoppingItemPriceLocalService,ShoppingItemPriceLocalService> _serviceTracker concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.shopping.model.ShoppingItemPrice updateS... | void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; } |
24,536 | the data source 's type , autoselectopsworksmysqlinstance , opsworksmysqlinstance , or rdsdbinstance . concode_field_sep String databaseName concode_elem_sep String type concode_elem_sep String arn concode_field_sep DataSource withArn concode_elem_sep String getType concode_elem_sep void setDatabaseName concode_elem_se... | DataSource function ( String arg0 ) { setType ( arg0 ) ; return this ; } |
24,537 | gets the value of the taxidindicator property . concode_field_sep String nationalIdentityDocumentIdentifier concode_elem_sep Boolean primaryIndicator concode_elem_sep long serialVersionUID concode_elem_sep Boolean taxIDIndicator concode_elem_sep XMLGregorianCalendar issueDate concode_elem_sep String issuingCountryCode ... | Boolean function ( ) { return taxIDIndicator ; } |
24,538 | build the embedded database . concode_field_sep EmbeddedDatabaseFactory databaseFactory concode_elem_sep ResourceDatabasePopulator databasePopulator concode_elem_sep ResourceLoader resourceLoader concode_field_sep EmbeddedDatabaseBuilder setName concode_elem_sep EmbeddedDatabaseBuilder setScriptEncoding concode_elem_se... | EmbeddedDatabase function ( ) { return this . databaseFactory . getDatabase ( ) ; } |
24,539 | converts the specified string to byte array of ascii characters . concode_field_sep String DEFAULT_CHARSET concode_elem_sep Log LOG concode_field_sep String formUrlEncode concode_elem_sep String doFormUrlEncode concode_elem_sep String getAsciiString concode_elem_sep String getAsciiString concode_elem_sep String getStri... | byte [ ] function ( final String arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } try { return arg0 . getBytes ( "srini_string" ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new HttpClientError ( "srini_string" ) ; } } |
24,540 | overriden object equals method concode_field_sep Shape shape concode_elem_sep Color color concode_elem_sep Stroke stroke concode_field_sep Stroke getStroke concode_elem_sep void setColor concode_elem_sep int hashCode concode_elem_sep Shape getShape concode_elem_sep Color getColor concode_elem_sep void setStroke concode... | boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof DrawingObject ) ) { return false ; } DrawingObject loc0 = ( DrawingObject ) arg0 ; return loc0 . getShape ( ) . equals ( shape ) && loc0 . getColor ( ) . equals ( color ) && loc0 . getStroke ( ) . equals ( stroke ) ; } |
24,541 | returns true if workspace creation process is not done , otherwise when it is done - returns false concode_field_sep NotificationManager notificationManager concode_elem_sep StatusNotification notification concode_elem_sep WorkspaceServiceClient workspaceService concode_elem_sep CoreLocalizationConstant locale concode_... | boolean function ( ) { return notification != null && notification . getStatus ( ) == PROGRESS ; } |
24,542 | checks if there is a readlock for transaction tx on object obj . returns true if so , else false . concode_field_sep Logger log concode_field_sep boolean writeLock concode_elem_sep boolean writeLock concode_elem_sep boolean releaseLock concode_elem_sep boolean releaseLock concode_elem_sep boolean readLock concode_elem_... | boolean function ( TransactionImpl arg0 , Object arg1 ) { if ( log . isDebugEnabled ( ) ) log . debug ( "srini_string" + arg0 . getGUID ( ) + "srini_string" + new Identity ( arg1 , arg0 . getBroker ( ) ) . toString ( ) + "srini_string" ) ; LockStrategy loc0 = LockStrategyFactory . getStrategyFor ( arg1 ) ; return loc0 ... |
24,543 | multiplies this vector by a scalar concode_field_sep Vector2 tmp concode_elem_sep float x concode_elem_sep float y concode_field_sep Vector2 add concode_elem_sep Vector2 add concode_elem_sep Vector2 sub concode_elem_sep Vector2 sub concode_elem_sep float dst2 concode_elem_sep float lengthSquared concode_elem_sep Vector... | Vector2 function ( float arg0 ) { x *= arg0 ; y *= arg0 ; return this ; } |
24,544 | get region to region server map concode_field_sep Map<String,HRegionInfo> regionNameToRegionInfoMap concode_elem_sep Log LOG concode_elem_sep Map<ServerName,List<HRegionInfo>> regionServerToRegionMap concode_elem_sep Set<TableName> disabledTables concode_elem_sep Map<HRegionInfo,ServerName> regionToRegionServerMap conc... | Map < HRegionInfo , ServerName > function ( ) { return regionToRegionServerMap ; } |
24,545 | a convenience method that performs click-and-hold at the location of the source element , moves by a given offset , then releases the mouse . concode_field_sep Mouse mouse concode_elem_sep Keyboard keyboard concode_elem_sep WebDriver driver concode_elem_sep CompositeAction action concode_field_sep Actions release conco... | Actions function ( WebElement arg0 , int arg1 , int arg2 ) { action . addAction ( new ClickAndHoldAction ( mouse , ( Locatable ) arg0 ) ) ; action . addAction ( new MoveToOffsetAction ( mouse , null , arg1 , arg2 ) ) ; action . addAction ( new ButtonReleaseAction ( mouse , null ) ) ; return this ; } |
24,546 | this method was generated by mybatis generator . this method returns the value of the database column leave.endtime concode_field_sep String reason concode_elem_sep Date createtime concode_elem_sep Date endtime concode_elem_sep Integer id concode_elem_sep Date starttime concode_elem_sep Integer userid concode_field_sep... | Date function ( ) { return endtime ; } |
24,547 | create a new item view that can be re-bound to other item data later . concode_field_sep MenuView mMenuView concode_elem_sep int mMenuLayoutRes concode_elem_sep Context mSystemContext concode_elem_sep MenuBuilder mMenu concode_elem_sep LayoutInflater mSystemInflater concode_elem_sep int mItemLayoutRes concode_elem_sep ... | MenuView . ItemView function ( ViewGroup arg0 ) { return ( MenuView . ItemView ) mSystemInflater . inflate ( mItemLayoutRes , arg0 , false ) ; } |
24,548 | returns product version of the underlying eis instance connected through the managedconnection . concode_field_sep PlaceHolder placeHolder concode_field_sep int getMaxConnections concode_elem_sep String getUserName concode_elem_sep String getEISProductName | String function ( ) { return "srini_string" ; } |
24,549 | parses the predicate string , and returns the result concode_field_sep PlaceHolder placeHolder concode_field_sep Predicate suffixes concode_elem_sep Predicate or concode_elem_sep Predicate prefix concode_elem_sep Predicate maxContentSize concode_elem_sep Predicate suffix concode_elem_sep Predicate secure concode_elem_s... | Predicate function ( final String arg0 , ClassLoader arg1 ) { return PredicateParser . parse ( arg0 , arg1 ) ; } |
24,550 | util method to write an attribute without the ns prefix concode_field_sep com.amazon.ec2.AttachVpnGatewayResponseType localAttachVpnGatewayResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concod... | void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }... |
24,551 | gets the format concode_field_sep long time concode_elem_sep String timeZoneID concode_elem_sep String format concode_field_sep void setTimeZoneID concode_elem_sep void setFormat concode_elem_sep long getTime concode_elem_sep String getTimeZoneID concode_elem_sep void setTime | String function ( ) { return format ; } |
24,552 | method to set the blue to a new blue value concode_field_sep int x concode_elem_sep int y concode_elem_sep DigitalPicture picture concode_field_sep int getCol concode_elem_sep int correctValue concode_elem_sep Color getColor concode_elem_sep void setAlpha concode_elem_sep int getRow concode_elem_sep int getBlue concode... | void function ( int arg0 ) { int loc0 = correctValue ( arg0 ) ; updatePicture ( getAlpha ( ) , getRed ( ) , getGreen ( ) , loc0 ) ; } |
24,553 | sets the value of this value object . this value will point to the subsequence in the given array , i.e. it is sharing the byte array . concode_field_sep int offset concode_elem_sep long serialVersionUID concode_elem_sep int VALUE_SIZE concode_elem_sep byte[] value concode_field_sep void read concode_elem_sep String to... | void function ( final byte [ ] arg0 , int arg1 ) { this . value = arg0 ; this . offset = arg1 ; } |
24,554 | get just the name of the file this frame points to . for js traces this is different from #getfile in that it only returns the filename , not the full path . for java traces there is no difference . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn ... | String function ( ) { return mFileName ; } |
24,555 | returns the bottom node . concode_field_sep int size concode_elem_sep ARXListener listener concode_elem_sep NodeAction tagTrigger concode_elem_sep Node[][] levels concode_field_sep void setInformationLoss concode_elem_sep int getSize concode_elem_sep void setLowerBound concode_elem_sep Node getTop concode_elem_sep void... | Node function ( ) { for ( int loc0 = 0 ; loc0 < levels . length ; loc0 ++ ) { if ( levels [ loc0 ] . length == 1 ) { return levels [ loc0 ] [ 0 ] ; } else if ( levels [ loc0 ] . length > 1 ) { throw new RuntimeException ( "srini_string" ) ; } } throw new RuntimeException ( "srini_string" ) ; } |
24,556 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testGenerateLabel concode_elem_sep void testPublicCloneable concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( ) { StandardCategorySeriesLabelGenerator loc0 = new StandardCategorySeriesLabelGenerator ( "srini_string" ) ; StandardCategorySeriesLabelGenerator loc1 = ( StandardCategorySeriesLabelGenerator ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
24,557 | returns a string representation of the vector . concode_field_sep double[] components concode_field_sep Vector add concode_elem_sep Vector product concode_elem_sep double product concode_elem_sep Vector product concode_elem_sep Vector scaledBy concode_elem_sep Matrix tensorProduct concode_elem_sep Vector subtract conco... | String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; char [ ] loc1 = { '[' , ' ' } ; for ( int loc2 = 0 ; loc2 < components . length ; loc2 ++ ) { loc0 . append ( loc1 ) ; loc0 . append ( components [ loc2 ] ) ; loc1 [ 0 ] = ',' ; } loc0 . append ( ']' ) ; return loc0 . toString ( ) ; } |
24,558 | sets the enabled value for this wsversioninginfo . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep boolean enabled concode_field_sep org.apache.axis.descr... | void function ( boolean arg0 ) { this . enabled = arg0 ; } |
24,559 | the computer system 's default institution/computer system institution , as identified in the system 's kernel site parameters file . concode_field_sep String dateTime concode_elem_sep String divisionIEN concode_elem_sep String userDegree concode_elem_sep String userDuz concode_elem_sep String divisionName concode_elem... | String function ( ) { return this . userParentComputerSystemStationNumber ; } |
24,560 | returns the shadow offset distance . concode_field_sep int distance concode_elem_sep double angle concode_elem_sep int shadowSize concode_elem_sep float shadowOpacity concode_elem_sep long serialVersionUID concode_elem_sep Color shadowColor concode_field_sep int calculateOffsetX concode_elem_sep float getShadowOpacity ... | int function ( ) { return this . distance ; } |
24,561 | starts up the callback thread . concode_field_sep ClientComms clientComms concode_elem_sep String className concode_elem_sep boolean running concode_elem_sep Object lifecycle concode_elem_sep Object spaceAvailable concode_elem_sep Object workAvailable concode_elem_sep int INBOUND_QUEUE_SIZE concode_elem_sep Thread call... | void function ( String arg0 ) { synchronized ( lifecycle ) { if ( running == false ) { messageQueue . clear ( ) ; completeQueue . clear ( ) ; running = true ; quiescing = false ; callbackThread = new Thread ( this , arg0 ) ; callbackThread . start ( ) ; } } } |
24,562 | get the id value . concode_field_sep List<LifetimeAction> lifetimeActions concode_elem_sep KeyProperties keyProperties concode_elem_sep X509CertificateProperties x509CertificateProperties concode_elem_sep CertificateAttributes attributes concode_elem_sep String id concode_elem_sep IssuerParameters issuerParameters conc... | String function ( ) { return this . id ; } |
24,563 | getter method for circleid for the circle concode_field_sep Integer templetId concode_elem_sep String agentId concode_elem_sep Integer customerType concode_elem_sep String sendTo concode_elem_sep Date endDate concode_elem_sep String templetType concode_elem_sep long serialVersionUID concode_elem_sep String circleID con... | String function ( ) { return circleID ; } |
24,564 | determines whether a custom complete label is used . concode_field_sep boolean customProgress concode_elem_sep String labelPosition concode_elem_sep boolean customComplete concode_elem_sep String progressCompleteLabel concode_elem_sep String mode concode_elem_sep String progressLabel concode_field_sep boolean isCustomP... | boolean function ( ) { return customComplete ; } |
24,565 | sets the rotatey value . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_elem_sep... | void function ( double arg0 ) { this . rotateY = arg0 ; } |
24,566 | returns the comm date of this f a q comment . concode_field_sep FAQComment _faqComment concode_field_sep void setApproved concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setContent concode_elem_sep java.lang.String getApproveByUser concode_elem_sep boolean isEscapedModel concode_elem_sep FAQComme... | java . util . Date function ( ) { return _faqComment . getCommDate ( ) ; } |
24,567 | gets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep MDAggregateInformationType mdAggregateInformation concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep Strin... | String function ( ) { return title ; } |
24,568 | insert into the given long into the given any . this implementation first creates a ulonglongseqholder and then calls any #insert_streamable streamable . concode_field_sep PlaceHolder placeHolder concode_field_sep long[] extract concode_elem_sep long[] read concode_elem_sep String id concode_elem_sep TypeCode type conc... | void function ( Any arg0 , long [ ] arg1 ) { ULongLongSeqHolder loc0 = new ULongLongSeqHolder ( arg1 ) ; arg0 . insert_Streamable ( loc0 ) ; } |
24,569 | information about the devices . concode_field_sep java.util.List<Device> devices concode_elem_sep String nextToken concode_field_sep java.util.List<Device> getDevices concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListDevicesResult clone concode_elem_se... | ListDevicesResult function ( java . util . Collection < Device > arg0 ) { setDevices ( arg0 ) ; return this ; } |
24,570 | get the resource locations that were declared via contextconfiguration @contextconfiguration . note : this is a mutable property . the returned value may therefore represent a processed value that does not match the original value declared via contextconfiguration @contextconfiguration . concode_field_sep Class<? exten... | String [ ] function ( ) { return locations ; } |
24,571 | starts the timer . concode_field_sep CmsPingTimer INSTANCE concode_elem_sep int PING_INTERVAL concode_field_sep void run | void function ( ) { if ( INSTANCE == null ) { INSTANCE = new CmsPingTimer ( ) ; INSTANCE . run ( ) ; } } |
24,572 | returns the the forced tag/fourcc value for the video stream . concode_field_sep String codec concode_elem_sep Integer bitRate concode_elem_sep VideoSize size concode_elem_sep long serialVersionUID concode_elem_sep String tag concode_elem_sep String DIRECT_STREAM_COPY concode_elem_sep Integer frameRate concode_field_se... | String function ( ) { return tag ; } |
24,573 | sets the value of the billingaddressstate property . concode_field_sep XMLGregorianCalendar ratePlanExpirationDate concode_elem_sep String creditClass concode_elem_sep Boolean epsIndicator concode_elem_sep BigInteger numberOfLines concode_elem_sep String accountSubType concode_elem_sep String ratePlanType concode_elem_... | void function ( String arg0 ) { this . billingAddressState = arg0 ; } |
24,574 | construct a key based on a java class object , useful for singletons . concode_field_sep Object key concode_field_sep void set concode_elem_sep void set concode_elem_sep T get concode_elem_sep T get concode_elem_sep T createValue concode_elem_sep T getOrNull | StoredValue < T > function ( Class < T > arg0 ) { return new StoredValue < > ( arg0 ) ; } |
24,575 | checks whether the given event is an action_down event . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isGoUpOrDown concode_elem_sep boolean isEnter concode_elem_sep boolean isGoDown concode_elem_sep boolean isGoRight concode_elem_sep boolean isActionUp concode_elem_sep boolean isGoUp | boolean function ( KeyEvent arg0 ) { return arg0 . getAction ( ) == KeyEvent . ACTION_DOWN ; } |
24,576 | fired when the module is enabled be sure to include a call to super if you override this concode_field_sep String MODULE_KEY_BASE concode_elem_sep Minecraft mc concode_elem_sep String name concode_elem_sep Cobalt cobalt concode_elem_sep boolean isEnabled concode_field_sep String getKey concode_elem_sep void updateKeybi... | void function ( ) { Debugger . debug ( "srini_string" + getName ( ) + "srini_string" ) ; EventManager . register ( this ) ; } |
24,577 | processes object deleted events . concode_field_sep Vector listenersV_ concode_elem_sep String copyright concode_elem_sep Object source_ concode_elem_sep VObjectListener[] listeners_ concode_field_sep void removeVObjectListener concode_elem_sep void fireObjectDeleted concode_elem_sep void fireObjectDeleted concode_elem... | void function ( VObjectEvent arg0 ) { fireObjectDeleted ( arg0 ) ; } |
24,578 | builds the letter content . concode_field_sep String LINE_SEPARATOR concode_elem_sep String BUNDLE_NAME concode_elem_sep String hostId concode_elem_sep String bankName concode_elem_sep String title concode_elem_sep Locale locale concode_elem_sep String userId concode_elem_sep String version concode_elem_sep ByteArrayOu... | void function ( String arg0 , byte [ ] arg1 , String arg2 , byte [ ] arg3 ) { out = new ByteArrayOutputStream ( ) ; writer = new PrintWriter ( out , true ) ; buildTitle ( ) ; buildHeader ( ) ; if ( arg1 != null ) buildCertificate ( arg0 , arg1 ) ; buildHash ( arg2 , arg3 ) ; buildFooter ( ) ; writer . close ( ) ; out .... |
24,579 | allows/disallows the peer holding this parameters to create new ssl session concode_field_sep SecureRandom defaultSecureRandom concode_elem_sep boolean want_client_auth concode_elem_sep String[] enabledProtocols concode_elem_sep boolean enable_session_creation concode_elem_sep X509KeyManager defaultKeyManager concode_e... | void function ( boolean arg0 ) { enable_session_creation = arg0 ; } |
24,580 | returns the bidi string type . concode_field_sep int TIME_FORMAT_HMS concode_elem_sep int DATE_FORMAT_YMD concode_elem_sep int TIME_FORMAT_USA concode_elem_sep String timeSeparator_ concode_elem_sep String dateSeparator_ concode_elem_sep SQLConversionSettings cachedConversionSettings_ concode_elem_sep boolean bidiImpli... | int function ( ) { return bidiStringType_ ; } |
24,581 | return the value of this summation concode_field_sep Montgomery montgomery concode_elem_sep long MAX_MODULAR concode_elem_sep ArithmeticProgression E concode_elem_sep Double value concode_elem_sep ArithmeticProgression N concode_field_sep double compute_montgomery concode_elem_sep Summation valueOf concode_elem_sep int... | Double function ( ) { return value ; } |
24,582 | inform client that caldroidfragment view has been created and views are no longer null . useful for customization of button and text views concode_field_sep PlaceHolder placeHolder concode_field_sep void onChangeMonth concode_elem_sep void onSelectDate concode_elem_sep void onLongClickDate | void function ( ) { } |
24,583 | return the underlying asn .1 object . concode_field_sep int archiveRemGenPrivKey concode_elem_sep PKIArchiveOptions pkiArchiveOptions concode_elem_sep int keyGenParameters concode_elem_sep int encryptedPrivKey concode_elem_sep ASN1ObjectIdentifier type concode_field_sep int getArchiveType concode_elem_sep boolean isEnv... | ASN1Encodable function ( ) { return pkiArchiveOptions ; } |
24,584 | creates a new plugin setting with the primary key . does not add the plugin setting to the database . concode_field_sep PluginSettingLocalService _service concode_field_sep com.liferay.portal.kernel.model.PluginSetting addPluginSetting concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.life... | com . liferay . portal . kernel . model . PluginSetting function ( long arg0 ) { return getService ( ) . createPluginSetting ( arg0 ) ; } |
24,585 | gets the value of the directdebitinfo property . concode_field_sep String returnCode concode_elem_sep MandateInfo mandateInfo concode_elem_sep Creditor creditor concode_elem_sep DirectDebitInfo directDebitInfo concode_elem_sep String returnDesc concode_field_sep void setReturnDesc concode_elem_sep Creditor getCreditor ... | DirectDebitInfo function ( ) { return directDebitInfo ; } |
24,586 | returns an reduced obis identifier . this means group f is set to null . i.e. not applicable concode_field_sep Integer groupD concode_elem_sep Integer groupC concode_elem_sep Integer groupF concode_elem_sep Integer groupE concode_elem_sep Pattern obisIdPattern concode_elem_sep String OBISID_REGEX concode_elem_sep Integ... | OBISIdentifier function ( ) { return new OBISIdentifier ( groupA , groupB , groupC , groupD , groupE , null ) ; } |
24,587 | tests if one of the redirect qualifiers is set . concode_field_sep int UR_FLAG_REPORT_RAW_HEADERS concode_elem_sep int flag concode_elem_sep int UR_FLAG_NONE concode_elem_sep int UR_FLAG_ALLOW_CACHED_CREDENTIALS concode_elem_sep int UR_FLAG_NO_DOWNLOAD_DATA concode_elem_sep int UR_FLAG_NO_RETRY_ON_5XX concode_elem_sep ... | boolean function ( ) { return ( value & 0xC0000000 ) != 0 ; } |
24,588 | gets the glyph 's bounds . concode_field_sep float advanceY concode_elem_sep byte COMBINING concode_elem_sep byte WHITESPACE concode_elem_sep float advanceX concode_elem_sep boolean horizontal concode_elem_sep Rectangle2D.Float bounds concode_elem_sep byte STANDARD concode_elem_sep byte LIGATURE concode_elem_sep byte C... | Rectangle2D function ( ) { return ( Rectangle2D . Float ) this . bounds . clone ( ) ; } |
24,589 | specify that mockmvc should always be used regardless ofwhat the request looks like . concode_field_sep List<WebRequestMatcher> requestMatchers concode_elem_sep String contextPath concode_elem_sep boolean alwaysUseMockMvc concode_elem_sep MockMvc mockMvc concode_field_sep T contextPath concode_elem_sep WebConnection cr... | T function ( ) { this . alwaysUseMockMvc = true ; return ( T ) this ; } |
24,590 | this method reads a float input from the keyboard . concode_field_sep Scanner input concode_field_sep void showStatistics concode_elem_sep String read concode_elem_sep String repeatChar concode_elem_sep void formatAString concode_elem_sep int readInteger concode_elem_sep void operationsOnNumbers concode_elem_sep void p... | float function ( ) { return input . nextFloat ( ) ; } |
24,591 | set the nextlink value . concode_field_sep List<EffectiveNetworkSecurityGroup> value concode_elem_sep String nextLink concode_field_sep EffectiveNetworkSecurityGroupListResultInner withValue concode_elem_sep List<EffectiveNetworkSecurityGroup> value concode_elem_sep String nextLink | EffectiveNetworkSecurityGroupListResultInner function ( String arg0 ) { this . nextLink = arg0 ; return this ; } |
24,592 | returns true if this buffer is full , that is , its #length is equal to its #capacity . concode_field_sep int len concode_elem_sep byte[] buffer concode_elem_sep long serialVersionUID concode_field_sep int byteAt concode_elem_sep void expand concode_elem_sep void setLength concode_elem_sep byte[] toByteArray concode_el... | boolean function ( ) { return this . len == this . buffer . length ; } |
24,593 | sets the database id of the user to whom this permission is granted . concode_field_sep PermissionType type concode_elem_sep Integer userID concode_elem_sep String username concode_field_sep void setUsername concode_elem_sep PermissionType getType concode_elem_sep void setType concode_elem_sep Integer getUserID concode... | void function ( Integer arg0 ) { this . userID = arg0 ; } |
24,594 | returns a properly assembled portlet id from the parameters passed . if the portlet id contains a user id it will be replaced by the user id parameter . if the portlet id contains an instance id it will be replaced by the instance id parameter . concode_field_sep String FACEBOOK_INTEGRATION_FBML concode_elem_sep String... | String function ( String arg0 , long arg1 , String arg2 ) { String loc0 = getRootPortletId ( arg0 ) ; if ( Validator . isNull ( arg2 ) ) { arg2 = getInstanceId ( arg0 ) ; } PortletInstance loc1 = new PortletInstance ( loc0 , arg1 , arg2 ) ; return loc1 . getPortletInstanceKey ( ) ; } |
24,595 | tests that the iterator yields the elements in their default order . concode_field_sep int NUM_ELEMENTS concode_elem_sep RandomArrayIterator<Integer> iter concode_field_sep void testReset concode_elem_sep void setUp concode_elem_sep void testNoSuchElement concode_elem_sep void testReadonly | void function ( ) { for ( int loc0 = 0 ; loc0 < NUM_ELEMENTS ; loc0 ++ ) { assertTrue ( iter . hasNext ( ) ) ; assertEquals ( ( int ) iter . next ( ) , loc0 ) ; } assertFalse ( iter . hasNext ( ) ) ; } |
24,596 | return the serial number of this attribute certificate . concode_field_sep X509Extensions extensions concode_elem_sep X509CertificateStructure x509Certificate concode_field_sep int getVersion concode_elem_sep X500Name getIssuer concode_elem_sep X500Name getSubject concode_elem_sep X509Extension getExtension concode_ele... | BigInteger function ( ) { return x509Certificate . getSerialNumber ( ) . getValue ( ) ; } |
24,597 | the description of the cache engine . returns a reference to this object so that method calls can be chained together . concode_field_sep String engineVersion concode_elem_sep String cacheParameterGroupFamily concode_elem_sep String cacheEngineVersionDescription concode_elem_sep String engine concode_elem_sep String ca... | CacheEngineVersion function ( String arg0 ) { this . cacheEngineDescription = arg0 ; return this ; } |
24,598 | sets the value of the classname property . concode_field_sep String className concode_field_sep String getClassName | void function ( final String arg0 ) { this . className = arg0 ; } |
24,599 | returns the thread local value of this object . concode_field_sep SoftReference<ThreadLocal<T>> storage concode_elem_sep ThreadLocalCache<java.nio.ByteBuffer> byteBuffer concode_elem_sep ThreadLocalCache<CharsetEncoder> utf8Encoder concode_elem_sep ThreadLocalCache<CharsetDecoder> utf8Decoder concode_elem_sep ThreadLoc... | T function ( ) { return getThreadLocal ( ) . get ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.