code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
int function ( ) { return m_cIndex ; } | get the currently set colouring index of the data concode_field_sep int m_xIndex concode_elem_sep int[] m_shapeType concode_elem_sep Color m_customColour concode_elem_sep boolean m_displayAllPoints concode_elem_sep int m_alwaysDisplayPointsOfThisSize concode_elem_sep int m_yIndex concode_elem_sep double m_maxY concode_... |
void function ( ) { if ( getProperties ( ) == null ) { initializeProperties ( ) ; } } | makes sure an abstractpropertyclass has all the properties it needs . synchronized mutators so multiple threads can not cause problems . we would n't want the properties heading to get changed as we were processing the properties . concode_field_sep String propertiesHeading concode_elem_sep PropertiesFactory DEFAULT_PR... |
void function ( Activity arg0 , Uri arg1 , String arg2 ) { if ( arg1 == null ) arg0 . setResult ( Activity . RESULT_CANCELED , new Intent ( "srini_string" ) . putExtra ( "srini_string" , arg2 ) ) ; else arg0 . setResult ( Activity . RESULT_OK , new Intent ( "srini_string" , arg1 ) ) ; } | set the result of the activity to indicate whether the operation on the content succeeded or not . concode_field_sep String TAG concode_field_sep void hideKeyboard concode_elem_sep String uppercaseInput concode_elem_sep void showToast concode_elem_sep boolean runningOnUiThread |
Cart function ( Cart arg0 ) { log . debug ( "srini_string" , arg0 ) ; Cart loc0 = cartRepository . save ( arg0 ) ; cartSearchRepository . save ( loc0 ) ; return loc0 ; } | save a cart . concode_field_sep CartSearchRepository cartSearchRepository concode_elem_sep CartRepository cartRepository concode_elem_sep Logger log concode_field_sep List<Cart> search concode_elem_sep Cart findOne concode_elem_sep Page<Cart> findAll concode_elem_sep void delete |
String function ( ) { return this . nameParking ; } | method get parking name concode_field_sep int numParking concode_elem_sep ArrayList<Parking> parkings concode_elem_sep String nameParking concode_elem_sep int capacity concode_field_sep Parking unSerialize concode_elem_sep String serialize concode_elem_sep void setNameParking concode_elem_sep boolean isInCollection con... |
String function ( ) { return title ; } | gets the value of the title property . concode_field_sep String role concode_elem_sep TimeNodeType timeNode concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_el... |
javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { return localRevokeSecurityGroupEgress . getPullParser ( MY_QNAME ) ; } | databinding method to get an xml representation of this object concode_field_sep com.amazon.ec2.RevokeSecurityGroupEgressType localRevokeSecurityGroupEgress concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void setRevokeSecurityGroupEgress concode_el... |
String function ( ) { return "srini_string" + mainTitle + "srini_string" ; } | output the title in the relevant format . this requires that the title has been set with setmaintitle concode_field_sep Date end concode_elem_sep List<Statistics> blocks concode_elem_sep String pageTitle concode_elem_sep String mainTitle concode_elem_sep String output concode_elem_sep Date start concode_field_sep void ... |
int function ( ) { return putCount ; } | returns the number of times #set string , bitmap was called . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<String,Bitmap> map concode_elem_sep int missCount concode_field_sep int evic... |
Options function ( long arg0 ) { this . maximumTransactionId = arg0 ; return this ; } | the maximum transaction id that is included in this file . concode_field_sep boolean isCompressed concode_elem_sep boolean oldStyle concode_elem_sep int recIdCol concode_elem_sep int statementId concode_elem_sep Configuration configuration concode_elem_sep boolean writingDeleteDelta concode_elem_sep long minimumTransac... |
boolean function ( ) { return hasDeadline ; } | returns true if a deadline is enabled . concode_field_sep Timeout NONE concode_elem_sep long timeoutNanos concode_elem_sep boolean hasDeadline concode_elem_sep long deadlineNanoTime concode_field_sep Timeout clearDeadline concode_elem_sep void throwIfReached concode_elem_sep void throwIfReached concode_elem_sep void wa... |
void function ( boolean arg0 ) { this . enableGcDeletes = arg0 ; } | enables / disables gc deletes concode_field_sep CodecService codecService concode_elem_sep OpenMode openMode concode_elem_sep IndexSettings indexSettings concode_elem_sep Setting<String> INDEX_CODEC_SETTING concode_elem_sep ShardId shardId concode_elem_sep Store store concode_elem_sep TranslogConfig translogConfig conc... |
boolean function ( ) { return type . equalsIgnoreCase ( "srini_string" ) ; } | returns whether or not this piece is a bomb piece . overridden in subclasses . concode_field_sep boolean side concode_elem_sep boolean isKing concode_elem_sep boolean hasCaptured concode_elem_sep int x concode_elem_sep int y concode_elem_sep String type concode_field_sep void promote concode_elem_sep boolean isFire con... |
boolean function ( String arg0 ) { Member loc0 = null ; try { loc0 = repository . findByEmail ( arg0 ) ; } catch ( NoResultException loc1 ) { } return loc0 != null ; } | checks if a member with the same email address is already registered . this is the only way to easily capture the '' @uniqueconstraint columnnames = `` email '' '' constraint from the member class . concode_field_sep Logger log concode_elem_sep Validator validator concode_elem_sep MemberRegistration registration concod... |
boolean function ( IAdaptable arg0 , Shell arg1 , String arg2 ) { return checkInSync ( new IAdaptable [ ] { arg0 } , arg1 , arg2 ) ; } | checks if the given element is in sync with the underlying file system . concode_field_sep PlaceHolder placeHolder concode_field_sep IResource[] getResources concode_elem_sep boolean checkValidateEdit concode_elem_sep boolean checkValidateEdit concode_elem_sep boolean checkValidateEdit concode_elem_sep boolean check co... |
boolean function ( String arg0 , Set < String > arg1 ) { Map < Integer , Boolean > loc0 = new HashMap < > ( ) ; int loc1 = 0 ; for ( String loc2 : arg1 ) { loc1 = Math . loc1 ( loc1 , loc2 . length ( ) ) ; } return wordBreakTopDownOneSolutionUtil ( arg0 , arg1 , 0 , loc1 , loc0 ) ; } | check if any one solution exists . https://leetcode.com/problems/word-break/ concode_field_sep PlaceHolder placeHolder concode_field_sep String breakWordDP concode_elem_sep String breakWord concode_elem_sep void main concode_elem_sep boolean wordBreakTopDownOneSolutionUtil concode_elem_sep List<String> wordBreakTopDown... |
Object function ( String arg0 ) { return attributes . get ( arg0 ) ; } | retrieve an attribute from this interaction context . concode_field_sep InteractionException exception concode_elem_sep HttpHeaders headers concode_elem_sep Metadata metadata concode_elem_sep Map<String,Object> attributes concode_elem_sep RESTResource resource concode_elem_sep String DEFAULT_ID_PATH_ELEMENT concode_ele... |
String [ ] function ( ) { final String [ ] loc0 = new String [ ( startIndex / 2 ) + 1 ] ; for ( int loc1 = 0 ; loc1 <= startIndex ; loc1 += 2 ) { loc0 [ loc1 / 2 ] = uri [ loc1 ] ; } return loc0 ; } | returns the hierarchy for the current scope . the scope is initially set to the root of the uri and will be iterated within the result of each call on #next . concode_field_sep int startIndex concode_elem_sep String[] uri concode_elem_sep Multimap<String,String> parameters concode_field_sep ResourceIdentifier next conc... |
Dialog function ( Activity arg0 , String arg1 , String arg2 ) { return ( new AlertDialog . Builder ( arg0 ) ) . setTitle ( arg1 ) . setMessage ( arg2 ) . setNeutralButton ( android . R . string . ok , null ) . create ( ) ; } | create a simple dialog with an ` ok ' button , a title , and a message . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean verifySampleSetup concode_elem_sep boolean resolveConnectionFailure concode_elem_sep void showActivityResultError concode_elem_sep void showAlert |
boolean function ( String arg0 , X509Certificate arg1 ) { for ( String loc0 : getSubjectAltNames ( arg1 , ALT_IPA_NAME ) ) { if ( arg0 . equalsIgnoreCase ( loc0 ) ) { return true ; } } return false ; } | returns true if certificate matches ipaddress . concode_field_sep int ALT_IPA_NAME concode_elem_sep int ALT_DNS_NAME concode_elem_sep Pattern VERIFY_AS_IP_ADDRESS concode_elem_sep OkHostnameVerifier INSTANCE concode_field_sep boolean verifyHostName concode_elem_sep boolean verifyHostName concode_elem_sep List<String> g... |
Set < Policy > function ( Config arg0 ) { return ImmutableSet . of ( new ClairvoyantPolicy ( arg0 ) ) ; } | returns all variations of this policy based on the configuration parameters . concode_field_sep IntSortedSet data concode_elem_sep Long2ObjectMap<IntPriorityQueue> accessTimes concode_elem_sep LongArrayFIFOQueue future concode_elem_sep PolicyStats policyStats concode_elem_sep int maximumSize concode_elem_sep int tick c... |
int function ( ) { return 0 ; } | describe the kinds of special objects contained in this parcelable object 's marshall representation . concode_field_sep String mServer concode_elem_sep String server concode_elem_sep String streamServer concode_elem_sep Creator<ConnectionInfo> CREATOR concode_elem_sep boolean streamingServerInfoChanged concode_elem_se... |
void function ( byte [ ] arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { for ( int loc0 = 0 ; loc0 < arg3 ; loc0 ++ ) arg1 [ arg2 + loc0 ] = arg0 [ loc0 ] ; } | copies the first len bytes of array src into array dst with offset offset concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] wordToBytes concode_elem_sep boolean compare concode_elem_sep int rotateRight concode_elem_sep int[] rotateRight concode_elem_sep byte[] rotateRight concode_elem_sep long uWord co... |
void function ( ) { repository . findById ( 1L ) ; verify ( repository , times ( 1 ) ) . findById ( 1L ) ; } | this test demonstrates how we can ensure that a method was called once with the correct method parameters . note : we should n't verify interactions between system under test and our test double if the method is a finder method . concode_field_sep TaskRepository repository concode_field_sep void verifyThatMethodOfSpyWa... |
void function ( ) { if ( done ) return ; while ( myElements . hasNext ( ) ) { Object loc0 = myElements . next ( ) ; if ( ! isVisited ( loc0 ) ) { visit ( loc0 , 1 ) ; } } } | performs the depth first traversion of all elements concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boolean isVisited concode_elem_sep void beginVisit concode_elem_sep Iterator getElementLinks concode_elem_sep vo... |
void function ( TransSettleSum arg0 ) { synchronized ( this ) { this . transSettleSum = arg0 ; transSettleSumId = arg0 == null ? null : arg0 . getTransSettleSumId ( ) ; transSettleSum__resolvedKey = transSettleSumId ; } } | called by internal mechanisms , do not call yourself . concode_field_sep Long transSettleSum__resolvedKey concode_elem_sep String acctNum concode_elem_sep String cardType concode_elem_sep Long transSettleSumId concode_elem_sep DaoSession daoSession concode_elem_sep String termTraceNum concode_elem_sep TransSettleSum tr... |
double function ( double arg0 , double arg1 , double arg2 ) { if ( arg2 < 0.0 ) { return 0.0 ; } return Gamma . incompleteGamma ( arg0 , arg1 * arg2 ) ; } | returns the integral from zero to x of the gamma probability density function . alpha - x beta | alpha-1 - beta t y = --------- | t e dt - | | alpha - 0 the incomplete gamma integral is used , according to the relation y = gamma.incompletegamma alpha , betax . see http://en.wikipedia.org/wiki/gamma_distribution#probabi... |
List < HasWord > function ( List < HasWord > arg0 ) { List < HasWord > loc0 = new ArrayList < > ( arg0 ) ; for ( HasWord loc1 : loc0 ) { String loc2 = loc1 . word ( ) ; Matcher loc3 = p2 . matcher ( loc2 ) ; if ( loc3 . find ( ) ) { loc2 = loc3 . replaceAll ( "srini_string" ) ; } String loc4 = UTF8EquivalenceFunction .... | note : at present this clobbers the input list items . this should be fixed . concode_field_sep Redwood.RedwoodChannels log concode_elem_sep Pattern p2 concode_field_sep placeholderType placeHolder |
String function ( ) { return this . transactionManagerName ; } | get the bean name of the platformtransactionmanager that is tobe used to drive test-managed transactions . concode_field_sep boolean defaultRollback concode_elem_sep String transactionManagerName concode_field_sep boolean isDefaultRollback concode_elem_sep String toString |
int function ( int arg0 ) { int loc0 = 1 << CLIENT_CERTIFICATE_VECTOR_SIZE ; return ( loc0 & set ) != 0 ? values [ CLIENT_CERTIFICATE_VECTOR_SIZE ] : arg0 ; } | spdy/3 only . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int HEADER_TABLE_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int MAX_HEADER_LIST_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_el... |
String function ( ) { return displayNameTokenizer ( serverTimeZone . getDisplayName ( ) ) ; } | gets server time zone display name . concode_field_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 TimeZone selectedTimeZone concode_elem_sep TimeZone ser... |
Cache function ( ) { if ( lLog != null ) { return lLog . getCache ( ) ; } else { return null ; } } | returns the cache object or null if one does n't exist . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog concode_elem_sep void setScriptType concode... |
void function ( boolean arg0 ) { publicMethodsOnly = arg0 ; } | dependency injection for whether to only consider public methods concode_field_sep Collection<CacheOperation> NULL_CACHING_ATTRIBUTE concode_elem_sep boolean publicMethodsOnly concode_elem_sep Set<CacheAnnotationParser> annotationParsers concode_elem_sep String BEAN_NAME concode_elem_sep GrailsApplication application c... |
String function ( String arg0 ) { return getString ( arg0 , getCurrentLocale ( ) ) ; } | retreives a resource string using the current locale . concode_field_sep Locale currentLocale concode_elem_sep List<LanguageChangedListener> languageChangedListeners concode_elem_sep ResourceBundle languageBundle concode_elem_sep String defaultIcon concode_elem_sep Logger LOGGER concode_elem_sep ResourceBundle guiBundl... |
void function ( String arg0 ) { if ( arg0 != null && callbackValidationPattern . matcher ( arg0 ) . matches ( ) ) { this . callback = arg0 ; } else if ( arg0 == null ) { this . callback = null ; } else { logger . warn ( "srini_string" + arg0 + "srini_string" ) ; } } | set the callbakparameter only if it is alphanumeric concode_field_sep String country concode_elem_sep String address concode_elem_sep boolean geocode concode_elem_sep String apikey concode_elem_sep Pattern callbackValidationPattern concode_elem_sep OutputFormat format concode_elem_sep boolean postal concode_elem_sep St... |
PolicyNode function ( ) { return policyTree ; } | returns the root node of the valid policy tree resulting from the pkix certification path validation algorithm . the policynode object that is returned and any objects that it returns through public methods are immutable . most applications will not need to examine the valid policy tree . they can achieve their policy ... |
void function ( Long arg0 ) { this . id = arg0 ; } | sets the bid id concode_field_sep Item item concode_elem_sep Date bidDate concode_elem_sep Long id concode_elem_sep BigDecimal bidPrice concode_elem_sep BazaarAccount bazaarAccount concode_field_sep Long getBidId concode_elem_sep BazaarAccount getBidder concode_elem_sep void setBidDate concode_elem_sep Item getItem con... |
void function ( OutputStream arg0 ) { fByteStream = arg0 ; } | depending on the language binding in use , this attribute may not be available . an attribute of a language and binding dependent type that represents a writable stream to which 16-bit units can be output . the application must encode the stream using utf-16 defined in unicode and amendment 1 of iso/iec 10646 . concode... |
void function ( final EntityInvocationHandler arg0 ) { if ( allAttachedEntities . containsKey ( arg0 ) ) { throw new IllegalStateException ( "srini_string" ) ; } allAttachedEntities . put ( arg0 , AttachedEntityStatus . NEW ) ; } | attaches an entity with status new . use this method to attach a new created entity . concode_field_sep Map<EntityInvocationHandler,AttachedEntityStatus> allAttachedEntities concode_elem_sep Map<EntityUUID,EntityInvocationHandler> searchableEntities concode_elem_sep List<URI> furtherDeletes concode_field_sep void detac... |
DataOutputStream function ( ) { return serverSocketConnection . getClientOuputStream ( ) ; } | returns the dataoutputstream of a serversocketconnection of this gridnode concode_field_sep boolean available concode_elem_sep ExecutorService executor concode_elem_sep Set<String> packageNames concode_elem_sep boolean closed concode_elem_sep ServerSocketConnection serverSocketConnection concode_elem_sep boolean localN... |
void function ( ) { if ( size2 > mate . length ) { int loc0 = mate . length ; while ( loc0 < size2 ) { loc0 *= 2 ; } mate = new int [ loc0 ] ; from = new int [ loc0 ] ; dist = new double [ loc0 ] ; } Arrays . fill ( mate , 0 , size2 , - 1 ) ; } | make sure all internal arrays are large enough . concode_field_sep List<N1> nodes1 concode_elem_sep List<N2> nodes2 concode_elem_sep Double[][] weightCache concode_elem_sep int[] mate concode_elem_sep boolean swapped concode_elem_sep int size1 concode_elem_sep int size2 concode_elem_sep IWeightProvider<N1,N2> weightPro... |
Evaluation function ( ) { return evaluation ; } | get the original unpenalized evaluation . concode_field_sep Evaluation evaluation concode_elem_sep boolean assignedPenalties concode_elem_sep Map<Object,PenalizingValidation> penalties concode_elem_sep double penalizedValue concode_elem_sep boolean minimizing concode_field_sep double getValue concode_elem_sep Penalizin... |
void function ( Reference arg0 ) { this . reference = arg0 ; } | 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... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep SVNRepositoryLocalService _service concode_field_sep com.liferay.socialcoding.model.SVNRepository updateSVNRepository concode_elem_sep void updateSVNRepository concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery conc... |
void function ( int arg0 , int arg1 ) { validateVertex ( arg0 ) ; validateVertex ( arg1 ) ; adj [ arg0 ] . add ( arg1 ) ; indegree [ arg1 ] ++ ; E ++ ; } | adds the directed edge v - > w to this digraph . concode_field_sep String NEWLINE concode_elem_sep int E concode_elem_sep int V concode_elem_sep Bag<Integer>[] adj concode_elem_sep int[] indegree concode_field_sep int E concode_elem_sep int V concode_elem_sep Iterable<Integer> adj concode_elem_sep int outdegree concode... |
void function ( int arg0 , int arg1 ) { int loc0 = arg1 * rowSize + ( arg0 >> 5 ) ; bits [ loc0 ] |= 1 << ( arg0 & 0x1f ) ; } | sets the given bit to true . concode_field_sep int width concode_elem_sep int[] bits concode_elem_sep int height concode_elem_sep int rowSize concode_field_sep void setRegion concode_elem_sep int getHeight concode_elem_sep int[] getTopLeftOnBit concode_elem_sep int hashCode concode_elem_sep boolean get concode_elem_sep... |
long function ( ) { return this . data ; } | returns the 64-bit long representation of the bitboard . see the class definition for a description of the long representation . concode_field_sep long data concode_field_sep Bitboard bitboardFromFile concode_elem_sep void updateUnion concode_elem_sep void updateUnion concode_elem_sep boolean intersects concode_elem_se... |
boolean function ( ) { return canUpdateSite ( getSiteId ( ) ) ; } | determine whether user and update the site concode_field_sep ToolManager toolManager concode_elem_sep SecurityService securityService concode_elem_sep ContentHostingService contentHostingService concode_elem_sep SessionManager sessionManager concode_elem_sep TimeService timeService concode_elem_sep SiteService siteServ... |
List < TaskDefinition > function ( ) { return sessionFactory . getCurrentSession ( ) . createCriteria ( TaskDefinition . class ) . list ( ) ; } | find all tasks in the database concode_field_sep Log log concode_elem_sep SessionFactory sessionFactory concode_field_sep void updateTask concode_elem_sep TaskDefinition getTaskByName concode_elem_sep void setSessionFactory concode_elem_sep void createTask concode_elem_sep void deleteTask concode_elem_sep void deleteTa... |
void function ( Object arg0 , Resource arg1 ) { copyGrailsResource ( arg0 , arg1 , true ) ; } | copies a spring resource to the file system . concode_field_sep Metadata metadata concode_elem_sep Properties buildProps concode_elem_sep File metadataFile concode_elem_sep boolean isInteractive concode_elem_sep BuildSettings buildSettings concode_elem_sep boolean enableProfile concode_elem_sep File grailsHome concode_... |
void function ( String arg0 ) { this . encoding = arg0 ; } | sets the value of the encoding property . concode_field_sep CipherDataType cipherData concode_elem_sep EncryptionPropertiesType encryptionProperties concode_elem_sep String id concode_elem_sep String mimeType concode_elem_sep String type concode_elem_sep String encoding concode_elem_sep KeyInfoType keyInfo concode_elem... |
void function ( String arg0 ) { if ( attributes != null ) attributes . remove ( arg0 ) ; } | remove any existing value for the specified attribute name . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep Str... |
SessionBuilder function ( int arg0 ) { mOrientation = arg0 ; return this ; } | sets the orientation of the preview . concode_field_sep int AUDIO_NONE concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep Session.Callback mCallback concode_elem_sep String TAG concode_elem_sep SessionBuilder sInstance concode_elem_sep int AUDIO_AMRNB concode_elem_sep int mAudioEncoder conc... |
TimeUnit function ( ) { return TimeUnit . MILLISECONDS ; } | unit of time that #getsleeptime is measured in . defaults to java.util.concurrent.timeunit #milliseconds . concode_field_sep int mCount concode_elem_sep int mMaxRetries concode_field_sep long getSleepTime concode_elem_sep boolean attemptRetry concode_elem_sep int getRetryCount |
void function ( int arg0 ) { if ( arg0 >= 0 ) { this . rmode = arg0 ; } } | set the rmode for all the characters being in this object . rmode can have the following values : 0 - fill text . 1 - stroke text . 2 - fill , then stroke text . 3 - neither fill nor stroke text invisible . 4 - fill text and add to path for clipping . 5 - stroke text and add to path for clipping . 6 - fill , then strok... |
StoredFieldsReader function ( ) { return this ; } | returns an instance optimized for merging . the default implementation returns this concode_field_sep PlaceHolder placeHolder concode_field_sep void visitDocument concode_elem_sep StoredFieldsReader clone concode_elem_sep void checkIntegrity |
String function ( int arg0 ) { return _getDateTimePattern ( arg0 & 7 ) ; } | returns the date-time pattern by style where style is one of the style fields defined in dateformat . if date-time patterns by style are not available , it returns what #getdatetimepattern would return . concode_field_sep ICUResourceBundle fBundle concode_elem_sep String fMainType concode_elem_sep String fFallbackType ... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getInstanceId ( ) != null ) loc0 . append ( "srini_string" + getInstanceId ( ) + "srini_string" ) ; if ( getAutoScalingSchedule ( ) != null ) loc0 . append ( "srini_string" + getAutoScalingSchedule ( ) ) ; loc0 . ... | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String instanceId concode_elem_sep WeeklyAutoScalingSchedule autoScalingSchedule concode_field_sep void setAutoScalingSchedule concode_elem_sep WeeklyAutoScalingSchedule getAutoScalingSchedule concode_elem_sep String g... |
IntervalData < O > function ( long arg0 , long arg1 ) { return root . query ( arg0 , arg1 ) ; } | range query concode_field_sep Interval<O> right concode_elem_sep long start concode_elem_sep Interval<O> root concode_elem_sep List<IntervalData<O>> overlap concode_elem_sep Comparator<IntervalData<?>> START_COMPARATOR concode_elem_sep Comparator<IntervalData<?>> END_COMPARATOR concode_elem_sep long center concode_elem... |
UnsafeRow function ( InternalRow arg0 ) { final UnsafeRow loc0 = this . groupingKeyProjection . apply ( arg0 ) ; return getAggregationBufferFromUnsafeRow ( loc0 ) ; } | return the aggregation buffer for the current group . for efficiency , all calls to this method return the same object . if additional memory could not be allocated , then this method will signal an error by returning null . concode_field_sep UnsafeProjection groupingKeyProjection concode_elem_sep StructType groupingKe... |
void function ( String [ ] arg0 ) { onBehalfOf . insertItems ( arg0 ) ; } | add a list of onbehalfof names . concode_field_sep JFrame parentFrame concode_elem_sep JPasswordField password concode_elem_sep Object[] options concode_elem_sep SWORDComboBox onBehalfOf concode_elem_sep JPanel controls concode_elem_sep SWORDComboBox location concode_elem_sep SWORDComboBox username concode_field_sep JP... |
InterfacesConfig function ( final String arg0 ) { interfaceSet . add ( arg0 ) ; return this ; } | adds a new interface concode_field_sep Set<String> interfaceSet concode_elem_sep boolean enabled concode_field_sep InterfacesConfig setEnabled concode_elem_sep InterfacesConfig setInterfaces concode_elem_sep boolean isEnabled concode_elem_sep InterfacesConfig clear concode_elem_sep Collection<String> getInterfaces conc... |
void function ( String arg0 ) { this . awsAccountNumber = arg0 ; } | the aws account number specified in the accountsettings container . concode_field_sep String awsAccountNumber concode_elem_sep java.util.Map<String,Integer> unmeteredDevices concode_field_sep AccountSettings withUnmeteredDevices concode_elem_sep AccountSettings withAwsAccountNumber concode_elem_sep int hashCode concode... |
void function ( boolean arg0 ) { this . leaf = arg0 ; } | sets the value of the leaf property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concode... |
MockHttpServletRequestBuilder function ( HttpMethod arg0 , String arg1 , Object ... arg2 ) { return new MockHttpServletRequestBuilder ( arg0 , arg1 , arg2 ) ; } | create a mockhttpservletrequestbuilder for a request with the given http method . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder head concode_elem_sep MockHttpServletReque... |
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start |
String function ( ) { return val ; } | gets the value of the val property . concode_field_sep String val concode_elem_sep byte[] lastClr concode_elem_sep List<JAXBElement<?>> egColorTransform concode_field_sep byte[] getLastClr concode_elem_sep List<JAXBElement<?>> getEGColorTransform concode_elem_sep void setVal concode_elem_sep void setLastClr |
void function ( String arg0 , String arg1 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 ) ; } | info 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 setL... |
String function ( byte [ ] arg0 , String arg1 ) { if ( arg0 == null ) { return null ; } try { return new String ( arg0 , arg1 ) ; } catch ( UnsupportedEncodingException loc0 ) { throw StringUtils . newIllegalStateException ( arg1 , loc0 ) ; } } | constructs a new string by decoding the specified array of bytes using the given charset . this method catches unsupportedencodingexception and re-throws it as illegalstateexception , which should never happen for a required charset name . use this method when the encoding is required to be in the jre . concode_field_s... |
void function ( ) { size = 0 ; } | removes all entries from the priorityqueue . concode_field_sep long sentinel concode_elem_sep int size concode_elem_sep int currentCapacity concode_elem_sep int maxSize concode_elem_sep long[] heap concode_field_sep long add concode_elem_sep void downHeap concode_elem_sep boolean insert concode_elem_sep long[] sort con... |
byte [ ] function ( final CMSTypedData arg0 ) { try { final ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; arg0 . write ( loc0 ) ; return loc0 . toByteArray ( ) ; } catch ( Exception loc0 ) { throw new DSSException ( loc0 ) ; } } | this method returns the signed content extracted from a cmstypeddata concode_field_sep Logger logger concode_field_sep BasicOCSPResp getBasicOCSPResp concode_elem_sep OCSPResp getOcspResp concode_elem_sep byte[] getEncoded concode_elem_sep BasicOCSPResp getBasicOcspResp concode_elem_sep DERTaggedObject getDERSignedAttr... |
void function ( ) { try { buildRule . executeTarget ( "srini_string" ) ; fail ( "srini_string" ) ; } catch ( BuildException loc0 ) { assertContains ( "srini_string" , loc0 . getMessage ( ) ) ; } } | test that an exception is thrown when the source attribute is empty concode_field_sep String TEST_BUILD_FILE concode_elem_sep BuildFileRule buildRule concode_elem_sep String RESULT_FILESET concode_field_sep void testNoSource concode_elem_sep void testNonPublic concode_elem_sep void testInner concode_elem_sep void testC... |
void function ( PrimareEventListener arg0 ) { _listeners . remove ( arg0 ) ; } | remove event listener . concode_field_sep Date messageSentAt concode_elem_sep Date messageReceivedAt concode_elem_sep List<PrimareEventListener> _listeners concode_elem_sep String deviceId concode_elem_sep boolean connectionBroken concode_elem_sep Logger logger concode_elem_sep PrimareResponseFactory responseFactory co... |
ByteArraySizeHashPrinter function ( byte [ ] arg0 ) { return new ByteArraySizeHashPrinter ( arg0 ) ; } | returns bytearraysizehashprinter wrapping given byte . concode_field_sep byte[] bytes concode_field_sep String toString concode_elem_sep ByteArraySizeHashPrinter orNull |
void function ( String arg0 , String arg1 ) { String [ ] loc0 = new String [ 2 ] ; loc0 [ 0 ] = arg0 ; loc0 [ 1 ] = arg1 ; _intEntityDeclarations . add ( loc0 ) ; } | adds internal entity declarations to the entity declarations list in the form of a string 2 , with element 0 being the name and element 1 being the value . concode_field_sep List<String[]> _intEntityDeclarations concode_elem_sep List<String[]> _extEntityDeclarations concode_field_sep void externalEntityDecl concode_ele... |
String function ( ) { return this . certificateName ; } | the name of the certificate . concode_field_sep java.util.Date certificateUploadDate concode_elem_sep String distributionDomainName concode_elem_sep String domainName concode_elem_sep String certificateName concode_field_sep void setCertificateName concode_elem_sep void setDomainName concode_elem_sep String getDistribu... |
ArrayList < E > function ( ) { return new ArrayList < E > ( ) ; } | creates an empty arraylist instance.note : if you only need an immutable empty list , use java.util.collections #emptylist instead . concode_field_sep PlaceHolder placeHolder concode_field_sep SparseArray<E> cloneSparseArray |
ColorReductionInfo function ( BufferedImage arg0 ) { return new ColorReductionInfo ( BufferedImageUtils . hasPartialTransparency ( arg0 ) , BufferedImageUtils . countDistictColors ( arg0 ) ) ; } | returns a colorreductioninfo for the provided image . concode_field_sep int MAX_INDEXED_COLORS concode_elem_sep boolean hasPartialTransparency concode_elem_sep int distictColors concode_field_sep BufferedImage reduce concode_elem_sep boolean canReduceWithoutQualityLoss concode_elem_sep BufferedImage quantize concode_el... |
AlgorithmParameterSpec function ( ) { return mgfSpec ; } | returns the parameter for the mask generation function algorithm . concode_field_sep PSSParameterSpec DEFAULT concode_elem_sep int trailerField concode_elem_sep String mdName concode_elem_sep int saltLen concode_elem_sep AlgorithmParameterSpec mgfSpec concode_elem_sep String mgfName concode_field_sep String getMGFAlgor... |
File function ( File arg0 ) { return new File ( arg0 . getCanonicalPath ( ) ) ; } | retrieves the canonical file for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement concode_elem_sep java.io.InputStre... |
List < String > function ( String arg0 , MemoryCache arg1 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( String loc1 : arg1 . keys ( ) ) { if ( loc1 . startsWith ( arg0 ) ) { loc0 . add ( loc1 ) ; } } return loc0 ; } | searches all keys in memory cache which are corresponded to incoming uri . note : memory cache can contain multiple sizes of the same image if only you did n't set imageloaderconfiguration.builder #denycacheimagemultiplesizesinmemory denycacheimagemultiplesizesinmemory option in @linkplain imageloaderconfiguration conf... |
boolean function ( final NamedElement arg0 ) { return arg0 . getName ( ) == null || ( arg0 . getName ( ) != null && ( arg0 . getName ( ) . isEmpty ( ) || arg0 . getName ( ) . equalsIgnoreCase ( "srini_string" ) ) ) ; } | checks if the name of the given element matches the requirements to be a ` default ' element . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNamedExitTransition concode_elem_sep List<Transition>[] getExitSpecSortedTransitions concode_elem_sep Map<Region,List<Entry>> getRegionsWithoutDefaultEntry... |
void function ( AddressType arg0 ) { this . billTo = arg0 ; } | sets the value of the billto property . concode_field_sep AddressType billTo concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar shipDate concode_elem_sep String trackingNumber concode_elem_sep AddressType shipTo concode_field_sep XMLGregorianCalendar getShipDate concode_elem_sep AddressType ge... |
void function ( String arg0 ) { this . sqlquery = arg0 ; } | sets the value of the sqlquery property . concode_field_sep String sqltoken concode_elem_sep String sqlquery concode_field_sep void setSqltoken concode_elem_sep String getSqltoken concode_elem_sep String getSqlquery |
Health function ( ) { return new Health ( this ) ; } | create a new health instance with the previously specified code anddetails . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Builder withException concode_elem_sep int hashCode concode_elem_sep Builder outOfService concode_elem_sep Builde... |
Object function ( ) { return this . value ; } | return the value of the attribute . concode_field_sep String name concode_elem_sep Object source concode_elem_sep Object value concode_field_sep void setSource concode_elem_sep String getName concode_elem_sep Object getSource concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString |
Future < RenderedImage > function ( byte [ ] arg0 , String arg1 ) { return getImageTool ( ) . convertCMYKtoRGB ( arg0 , arg1 ) ; } | returns the cmyk image converted to rgb using imagemagick . this must be run against the original byte and not one extracted from a renderedimage . the latter may potentially have been already been read incorrectly . concode_field_sep ImageTool _imageTool concode_field_sep void encodeWBMP concode_elem_sep ImageBag read... |
Builder function ( long arg0 ) { this . random = new Random ( arg0 ) ; return this ; } | sets the random seed to use to pick things randomly . if you set this , you will always get the same result when you generate things . concode_field_sep String filePrefix concode_elem_sep DataMaster dataMaster concode_elem_sep Logger LOG concode_elem_sep Locale locale concode_elem_sep String DATA_FILE_PREFIX concode_el... |
void function ( Owner arg0 ) { this . owner = arg0 ; } | for internal use only . sets the bucket 's owner in amazon s3 . this should only be used internally by the aws java client methods that retrieve information directly from amazon s3 . concode_field_sep String name concode_elem_sep Owner owner concode_elem_sep long serialVersionUID concode_elem_sep Date creationDate conc... |
boolean function ( DTNHost arg0 ) { return this == arg0 ; } | checks if a host is the same as this host by comparing the object reference concode_field_sep ModuleCommunicationBus comBus concode_elem_sep int address concode_elem_sep int nextAddress concode_elem_sep List<MessageListener> msgListeners concode_elem_sep Coord destination concode_elem_sep double speed concode_elem_sep ... |
Date function ( ) { return this . ifModifiedSince ; } | for use in the header if-modified-since return the object only if it has been modified since the specified time , otherwise return a 304 not modified . concode_field_sep List<String> ranges concode_elem_sep Date ifUnmodifiedSince concode_elem_sep Date ifModifiedSince concode_elem_sep String ifNoneMatch concode_elem_sep... |
java . lang . Integer function ( ) { return id ; } | return the unique identifier of this class concode_field_sep java.lang.Boolean clockedOut concode_elem_sep String PROP_CLOCK_OUT_HOUR concode_elem_sep com.floreantpos.model.Shift shift concode_elem_sep String PROP_TERMINAL concode_elem_sep com.floreantpos.model.Terminal terminal concode_elem_sep String PROP_CLOCK_IN_TI... |
void function ( int arg0 , int arg1 ) { bits [ arg0 / 32 ] = arg1 ; } | sets a block of 32 bits , starting at bit i. concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void set concode_elem_sep void setRange concode_elem_sep void toBytes concode_elem_sep void clear concode_elem_sep int getNextUnset concode_elem_sep void reverse concode_elem_sep boolean isRange concode... |
UIntOptions function ( Integer arg0 ) { this . defaultValue = arg0 ; return this ; } | the default value for an unsigned integer field . optional . returns a reference to this object so that method calls can be chained together . constraints : range : 0 - concode_field_sep Integer defaultValue concode_field_sep void setDefaultValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_ele... |
IJavaElement function ( IElement arg0 ) { if ( arg0 instanceof JavaElement ) return ( ( JavaElement ) arg0 ) . getJavaElement ( ) ; return null ; } | returns the jdt java element corresponding to the given ielement . concode_field_sep PlaceHolder placeHolder concode_field_sep IElement adapt concode_elem_sep void addElementChangeListener concode_elem_sep void removeElementChangeListener |
jND_BYTE4 function ( ) { int loc0 = 0 ; loc0 |= ( v_ip [ 0 ] & 0xff ) ; loc0 = loc0 << 8 ; loc0 |= ( v_ip [ 1 ] & 0xff ) ; loc0 = loc0 << 8 ; loc0 |= ( v_ip [ 2 ] & 0xff ) ; loc0 = loc0 << 8 ; loc0 |= ( v_ip [ 3 ] & 0xff ) ; return new jND_BYTE4 ( loc0 ) ; } | convert the underlying ip address to a 4-byte integer . concode_field_sep byte[] v_ip concode_elem_sep int IP_ADDR_LEN concode_field_sep void address concode_elem_sep void address concode_elem_sep void address concode_elem_sep byte[] toByteArray concode_elem_sep String toString |
GraphicsNode function ( ) { GraphicsNode loc0 = getPreviousGraphicsNode ( currentNode ) ; if ( loc0 != null ) { currentNode = loc0 ; } return loc0 ; } | returns the previous graphicsnode . if the current graphics node does not have a previous node , returns null and retains the current node . concode_field_sep GraphicsNode gvtRoot concode_elem_sep GraphicsNode currentNode concode_elem_sep GraphicsNode treeRoot concode_field_sep GraphicsNode getPreviousSibling concode_e... |
boolean function ( ) { if ( isEmpty ( ) ) throw new RuntimeException ( "srini_string" ) ; n -- ; boolean loc0 = ( ( buffer >> n ) & 1 ) == 1 ; if ( n == 0 ) fillBuffer ( ) ; return loc0 ; } | reads the next bit of data from this binary input stream and return as a boolean . concode_field_sep BufferedInputStream in concode_elem_sep int buffer concode_elem_sep int EOF concode_elem_sep int n concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep doubl... |
int function ( ) { return startRC ; } | returns the revision counter of the full revision . concode_field_sep int fullRevisionPK concode_elem_sep ChronoFullRevision next concode_elem_sep Set<Integer> set concode_elem_sep long size concode_elem_sep ChronoFullRevision prev concode_elem_sep int startRC concode_elem_sep int endRC concode_elem_sep ChronoStorageBl... |
void function ( ParserProgressListener arg0 ) { progressListenerList . add ( ParserProgressListener . class , arg0 ) ; } | adds a parserlistener . the listener will receive events when the parser interprets music string tokens . concode_field_sep EventListenerList progressListenerList concode_elem_sep EventListenerList listenerList concode_elem_sep int TRACING_OFF concode_elem_sep int tracing concode_elem_sep int TRACING_ON concode_field_s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.