code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( final TextAttributesKey arg0 ) { myAttributesKey = arg0 ; } | sets the attributes for rendering the item text . concode_field_sep Font myFont concode_elem_sep String myTooltip concode_elem_sep TextAttributesKey myAttributesKey concode_elem_sep String myLocationString concode_elem_sep boolean mySeparatorAbove concode_elem_sep String myLocationPrefix concode_elem_sep Icon myIcon co... |
AssocService function ( ) { return main ; } | gets the value of the main property . concode_field_sep Boolean isCancelled concode_elem_sep Boolean isDeleted concode_elem_sep AssocService assoc concode_elem_sep AssocService main concode_elem_sep String tiploc concode_elem_sep CategoryType category concode_field_sep void unsetIsDeleted concode_elem_sep boolean isSet... |
String function ( ) { return "srini_string" + "srini_string" + origin + "srini_string" + "srini_string" + size + "srini_string" ; } | returns a string representation of this object . concode_field_sep long size concode_elem_sep long origin concode_field_sep placeholderType placeHolder |
String function ( ) { if ( name != null ) { if ( Recorder . record && dir != null ) Recorder . recordPath ( title , dir + name ) ; OpenDialog . setLastName ( name ) ; } return name ; } | returns the selected file name . concode_field_sep String ext concode_elem_sep String name concode_elem_sep String dir concode_elem_sep String title concode_field_sep void jSaveInvokeAndWait concode_elem_sep boolean noExtension concode_elem_sep String setExtension concode_elem_sep boolean isMacro concode_elem_sep void ... |
void function ( ) { } | an especially short bit of javadoc . concode_field_sep byte NUL_2 concode_elem_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep boolean emulated concode_elem_sep void emulated concode_elem_sep int... |
boolean function ( ) { return false ; } | should an id be generated instead of read from the passed in element ? disabled by default ; subclasses can override this to enable id generation . note that this flag is about always generating an id ; the parser wo n't even check for an `` id '' attribute in this case . concode_field_sep String NAME_ATTRIBUTE concode... |
String function ( String arg0 , Object [ ] arg1 ) { try { return MessageFormat . format ( getText ( arg0 ) , arg1 ) ; } catch ( MissingResourceException loc0 ) { return arg0 ; } catch ( NullPointerException loc0 ) { return "srini_string" + arg0 + "srini_string" ; } } | returns a string from the resource bundle and binds it with the given arguments . if the key is not found , return the key . concode_field_sep String NL concode_elem_sep String BUNDLE_NAME concode_field_sep void writeToFile concode_elem_sep void showInfoMessage concode_elem_sep void moveResource concode_elem_sep void s... |
String function ( ) { try { return toStringImpl ( ) ; } catch ( Exception loc0 ) { return super . toString ( ) + "srini_string" + loc0 + "srini_string" ; } } | retrieves a string representation of this object . concode_field_sep boolean isCaseSensitive concode_elem_sep boolean isSigned concode_elem_sep int precision concode_elem_sep String columnClassName concode_elem_sep int scale concode_elem_sep boolean isDefinitelyWritable concode_elem_sep String schemaName concode_elem_s... |
JVMBuilder function ( FilePath arg0 ) { this . pwd = arg0 ; return this ; } | sets the current directory for the new jvm . concode_field_sep String mainClass concode_elem_sep Map<String,String> systemProperties concode_elem_sep ArgumentListBuilder args concode_elem_sep ArgumentListBuilder vmopts concode_elem_sep long serialVersionUID concode_elem_sep FilePath pwd concode_elem_sep ClasspathBuilde... |
E function ( ) { mConsumerCounter ++ ; E loc0 = mQueue . poll ( TIMEOUT_SECONDS , TimeUnit . SECONDS ) ; if ( loc0 == null ) throw new TimeoutException ( ) ; return loc0 ; } | remove msg from the head of the queue . concode_field_sep int TIMEOUT_OCCURRED concode_elem_sep Runnable producerRunnable concode_elem_sep Runnable consumerRunnable concode_elem_sep int mConsumerCounter concode_elem_sep int TIMEOUT_SECONDS concode_elem_sep BlockingQueue<E> mQueue concode_elem_sep int FAILURE_OCCURRED c... |
void function ( Date arg0 ) { _team . setLastPublishDate ( arg0 ) ; } | sets the last publish date of this team . concode_field_sep Team _team concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep boolean i... |
List < Stock > function ( Long arg0 ) { List < StockEntity > loc0 = stockRespository . findByStoreStoreId ( arg0 ) ; List < Stock > loc1 = loc0 . stream ( ) . map ( stock -> convertToDTO ( stock ) ) . collect ( Collectors . toList ( ) ) ; return loc1 ; } | gets all stocks for a store concode_field_sep ProductRepository productRepository concode_elem_sep StockRespository stockRespository concode_elem_sep StoreRepository storeRepository concode_elem_sep ProductService productService concode_field_sep Long addStockToStore concode_elem_sep Optional<Stock> getStockByStoreIdAn... |
boolean function ( RuleContext arg0 , BuildConfiguration arg1 ) { if ( arg1 . isHostConfiguration ( ) || ! arg0 . attributes ( ) . has ( "srini_string" , BuildType . TRISTATE ) ) { return false ; } TriState loc0 = arg0 . attributes ( ) . get ( "srini_string" , BuildType . TRISTATE ) ; return loc0 == TriState . YES || (... | returns whether link stamping is enabled for a rule . this returns false for unstampable rule classes and for rules in the host configuration . otherwise it returns the value of the stamp attribute , or of the stamp option if the attribute value is -1 . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterab... |
int function ( ) { return getTarget ( ) . getMemberCount ( ) ; } | returns the member count of the list concode_field_sep HttpResponse res concode_elem_sep ObjectFactory factory concode_elem_sep UserList target concode_field_sep int getSubscriberCount concode_elem_sep String getName concode_elem_sep boolean isFollowing concode_elem_sep String getSlug concode_elem_sep User getUser conc... |
Future < S > function ( ) { return this . adaptee ; } | returns the adaptee . concode_field_sep Object mutex concode_elem_sep Object result concode_elem_sep State state concode_elem_sep Future<S> adaptee concode_field_sep boolean cancel concode_elem_sep T adaptInternal concode_elem_sep boolean isCancelled concode_elem_sep T get concode_elem_sep T get concode_elem_sep T adap... |
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; } | sets the arguments parameters used by the plugin . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getName concode_... |
OutputStream function ( ) { return out ; } | get the output stream . concode_field_sep InputStream input concode_elem_sep OutputStream err concode_elem_sep Thread errorThread concode_elem_sep Thread outputThread concode_elem_sep StreamPumper inputPump concode_elem_sep OutputStream out concode_field_sep void setProcessInputStream concode_elem_sep void setProcessOu... |
boolean function ( ) { return this . enabled ; } | return if the registration is enabled . concode_field_sep int order concode_elem_sep Map<String,String> initParameters concode_elem_sep boolean asyncSupported concode_elem_sep boolean enabled concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setEnabled concode_elem_sep void setOrder conc... |
void function ( AWSMobileClient arg0 ) { instance = arg0 ; } | sets the singleton instance of the aws mobile client . concode_field_sep String cognitoIdentityPoolID concode_elem_sep CognitoSyncManager syncManager concode_elem_sep AWSMobileClient instance concode_elem_sep IdentityManager identityManager concode_elem_sep Context applicationContext concode_elem_sep Context context co... |
boolean function ( Level arg0 , Pixmap arg1 ) { try { FileHandle loc0 = Gdx . files . local ( Files . getScreenshotFilename ( arg0 ) ) ; PixmapIO . writePNG ( loc0 , arg1 ) ; arg1 . dispose ( ) ; } catch ( Exception loc0 ) { Gdx . app . log ( "srini_string" , "srini_string" + loc0 . getMessage ( ) ) ; return false ; } ... | todo add pixmap to level . note this requires implementing json writer to exclude pixmap from from the json file concode_field_sep PlaceHolder placeHolder concode_field_sep boolean deleteCompleted concode_elem_sep boolean saveOriginal concode_elem_sep boolean deleteScreenshot concode_elem_sep boolean deleteOriginal con... |
IntIterator function ( ) { return new KeyIterator ( ) ; } | get an iterator over the integer key values held in the hash map . the contents of the hash map must not be modified while this iterator remains in use concode_field_sep long serialVersionUID concode_elem_sep int[] keys concode_elem_sep int[] values concode_elem_sep int used concode_elem_sep int defaultValue concode_el... |
Object [ ] function ( ) { return this . arguments ; } | return the arguments for the target method call . concode_field_sep Class<?>[] parameterTypes concode_elem_sep long serialVersionUID concode_elem_sep String methodName concode_elem_sep Object[] arguments concode_elem_sep Map<String,Serializable> attributes concode_field_sep void setParameterTypes concode_elem_sep Seria... |
void function ( String arg0 ) { Log . i ( TAG , arg0 ) ; Message loc0 = UI_HANDLER . obtainMessage ( 0 , arg0 ) ; loc0 . sendToTarget ( ) ; } | logs a string message to the screen . this string will be overlayed on top of the ui elements currently displayed on screen . as a side effect , this message will also be logged to the standard output via android.util.log . concode_field_sep GalgoService sService concode_elem_sep String ARG_OPTIONS concode_elem_sep Ser... |
String function ( ) { return description ; } | access description property . concode_field_sep String CURRENTLY_SELECTED_KEY concode_elem_sep Map tests concode_elem_sep String name concode_elem_sep String description concode_elem_sep String CONFIG_KEY concode_field_sep void setName concode_elem_sep void setTests concode_elem_sep TestSuiteDTO toDTO concode_elem_sep ... |
Checksum function ( ) { return checksum ; } | return the checksum of the item concode_field_sep long rev concode_elem_sep String lastChangedAuthor concode_elem_sep boolean hasWcInfo concode_elem_sep String copyFromUrl concode_elem_sep NodeKind kind concode_elem_sep long workingSize concode_elem_sep String reposRootUrl concode_elem_sep long serialVersionUID concode... |
String function ( Class < ? > [ ] arg0 , Class < ? > arg1 ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( '(' ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) makeDesc ( loc0 , arg0 [ loc1 ] ) ; loc0 . append ( ')' ) ; if ( arg1 != null ) makeDesc ( loc0 , arg1 ) ; return loc0 . toString ( ) ; } | makes a descriptor for a given method . concode_field_sep PlaceHolder placeHolder concode_field_sep void makeDesc |
void function ( Relation arg0 ) { relations . put ( arg0 . getFkColumnName ( ) , arg0 ) ; } | method add . concode_field_sep Hashtable relations concode_elem_sep String pkColumnName concode_elem_sep Hashtable columns concode_elem_sep int pkColumnType concode_elem_sep String tableName concode_field_sep void setPkColumnType concode_elem_sep Set getColumnNames concode_elem_sep String getPkColumnName concode_elem_s... |
void function ( JAXBElement < SlimDateTime > arg0 ) { this . routeInstructionsLastSent = arg0 ; } | sets the value of the routeinstructionslastsent property . concode_field_sep JAXBElement<SlimDateTime> routeInstructionsLastApplied concode_elem_sep JAXBElement<SlimDateTime> routeInstructionsLastSent concode_elem_sep JAXBElement<String> description concode_elem_sep Integer loadInInterval concode_elem_sep JAXBElement<S... |
int function ( String arg0 , int arg1 ) { if ( StringUtils . isNotBlank ( taskId ) ) { return configurationService . getIntProperty ( taskId + "srini_string" + arg0 , arg1 ) ; } else { return configurationService . getIntProperty ( arg0 , arg1 ) ; } } | returns task configuration integer property value for passed name , else passed default value if no properties defined or no value for passed key . concode_field_sep Curator curator concode_elem_sep ConfigurationService configurationService concode_elem_sep ItemService itemService concode_elem_sep Logger log concode_el... |
int function ( ) { return pageSize ; } | gets optional page size , if 0 , then default is used . concode_field_sep int DFLT_PAGE_SIZE concode_elem_sep boolean loc concode_elem_sep int pageSize concode_elem_sep long serialVersionUID concode_field_sep Query<R> setLocal concode_elem_sep String toString concode_elem_sep Query<R> setPageSize concode_elem_sep boole... |
UriComponents function ( Map < String , ? > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return expandInternal ( new MapTemplateVariables ( arg0 ) ) ; } | replace all uri template variables with the values from a given map . the given map keys represent variable names ; the corresponding values represent variable values . the order of variables is not significant . concode_field_sep String fragment concode_elem_sep String scheme concode_elem_sep Map<String,?> uriVariable... |
long function ( long arg0 ) { long loc0 = used . addAndGet ( arg0 ) ; if ( logger . isTraceEnabled ( ) ) { logger . trace ( "srini_string" , this . name , arg0 , loc0 ) ; } assert loc0 >= 0 : "srini_string" + loc0 + "srini_string" ; return loc0 ; } | add an exact number of bytes , not checking for tripping the circuit breaker . this bypasses the overheadconstant multiplication . also does not check with the parent breaker to see if the parent limit has been exceeded . concode_field_sep BreakerSettings settings concode_elem_sep HierarchyCircuitBreakerService parent ... |
Object function ( ) { return input ; } | returns the input , or null to indicate no input concode_field_sep Object input concode_elem_sep ISelection selection concode_field_sep ISelection getSelection concode_elem_sep void setSelection concode_elem_sep void setInput |
play . api . Environment function ( ) { return env ; } | the underlying scala api environment object that this environment wraps . concode_field_sep play.api.Environment env concode_field_sep Mode mode concode_elem_sep ClassLoader classLoader concode_elem_sep boolean isTest concode_elem_sep URL resource concode_elem_sep boolean isProd concode_elem_sep boolean isDev concode_e... |
void function ( String arg0 ) { this . titleTransaction = arg0 ; } | set methods concode_field_sep CryptoWalletTransaction cryptoWalletTransaction concode_elem_sep String titleTransaction concode_elem_sep String detailTransaction concode_field_sep void generateDetailTransaction concode_elem_sep String getTitle concode_elem_sep void generateTitle concode_elem_sep String getDetail concode... |
void function ( Parcel arg0 , int arg1 ) { arg0 . writeString ( mLat ) ; arg0 . writeString ( mLng ) ; arg0 . writeString ( mPlaceName ) ; arg0 . writeString ( mVicinity ) ; arg0 . writeParcelableArray ( mPhotos , 0 ) ; } | writing place object data to parcel concode_field_sep String mLng concode_elem_sep Photo[] mPhotos concode_elem_sep String mVicinity concode_elem_sep String mPlaceName concode_elem_sep Creator<Place> CREATOR concode_elem_sep String mLat concode_field_sep Place[] newArray concode_elem_sep Place createFromParcel concode_... |
int function ( ) { return addresses . size ( ) ; } | the number of elements in this list . concode_field_sep ArrayList addresses concode_field_sep MailboxList flatten concode_elem_sep void print concode_elem_sep Address get concode_elem_sep void main concode_elem_sep AddressList parse |
void function ( ) { } | first is a class with a method with arguments testclass1 #method1 testclass2 . next is a class with typed method testclass3 #method2 testclass4 , testclass5 . concode_field_sep Object mUse6 concode_elem_sep String ftpClient concode_elem_sep Class mUse1 concode_elem_sep Class mUse4 concode_elem_sep Class mUse2 concode_e... |
long function ( ) { return ( long ) ( seconds ) * 1000 + ( long ) ( nseconds ) / 1000000 ; } | get the total time in milliseconds concode_field_sep int MILLISECONDS_IN_SECOND concode_elem_sep int seconds concode_elem_sep int NANOSECONDS_IN_MILLISECOND concode_elem_sep int nseconds concode_field_sep void serialize concode_elem_sep int getSeconds concode_elem_sep int hashCode concode_elem_sep boolean equals concod... |
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( set & loc0 ) != 0 ; } | returns true if a value has been assigned for the setting id . 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... |
boolean function ( ) { return _website . getPrimary ( ) ; } | returns the primary of this website . concode_field_sep Website _website concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boole... |
List < Checkout > function ( int arg0 , int arg1 ) { return getPersistence ( ) . findAll ( arg0 , arg1 ) ; } | returns a range of all the checkouts . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to queryutil #all_pos will return the full result set... |
void function ( int arg0 ) { write16bit ( arg0 ) ; } | writes num_annotations in runtime in visibleannotations_attribute . this method must be followed by num calls to annotation . concode_field_sep OutputStream output concode_elem_sep ConstPool pool concode_field_sep void annotation concode_elem_sep void annotation concode_elem_sep void memberValuePair concode_elem_sep vo... |
void function ( XMLClassType arg0 ) { this . clazz = arg0 ; } | sets the value of the clazz property . concode_field_sep XMLModeType mode concode_elem_sep String start concode_elem_sep String end concode_elem_sep String endopen concode_elem_sep List<XMLAttributeContent> attribute concode_elem_sep XMLClassType clazz concode_elem_sep String startopen concode_field_sep XMLClassType ge... |
void function ( final PageRetriever arg0 ) { my_page_retriever = arg0 ; } | adds a page retriever . concode_field_sep int my_url_counter concode_elem_sep String my_text concode_elem_sep PageAnalyzer my_page_analyzer concode_elem_sep List<String> my_words concode_elem_sep int my_total_count concode_elem_sep int my_page_counter concode_elem_sep String my_default_url concode_elem_sep int STOP_COU... |
UpdateItemResult function ( ) { this . attributes = null ; return this ; } | removes all the entries added into attributes . < p > returns a reference to this object so that method calls can be chained together . concode_field_sep ItemCollectionMetrics itemCollectionMetrics concode_elem_sep java.util.Map<String,AttributeValue> attributes concode_elem_sep ConsumedCapacity consumedCapacity concod... |
double function ( double arg0 , int arg1 ) { return Util . round ( arg0 , arg1 ) ; } | round to specified decimals concode_field_sep ProducerTemplate outProducer concode_elem_sep String VESSELS_DOT_SELF concode_elem_sep Logger logger concode_elem_sep SubscriptionManager manager concode_elem_sep ProducerTemplate inProducer concode_elem_sep ProducerTemplate nmeaProducer concode_elem_sep SignalKModel signal... |
Object function ( ClassLoader arg0 , String arg1 ) { Class loc0 ; if ( arg0 == null ) { loc0 = Class . forName ( arg1 ) ; } else { loc0 = arg0 . loadClass ( arg1 ) ; } return loc0 . newInstance ( ) ; } | creates a new instance of the specified class name package private so this code is not exposed at the api level . concode_field_sep PlaceHolder placeHolder concode_field_sep ClassLoader getClassLoader |
boolean function ( ) { return hasSelected ; } | indicates that at least this or one of the child instances of abstracttext is selected . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep boolean isHighlighted conc... |
boolean function ( Object arg0 ) { if ( arg0 instanceof GroupPropertyHandle ) { return ( ( GroupPropertyHandle ) arg0 ) . getPropertyDefn ( ) . isEditable ( ) ; } return false ; } | determines whether this is a visible property . concode_field_sep GroupPropertyHandleProvider instance concode_field_sep boolean isElementRefValue concode_elem_sep boolean isDateTimeProperty concode_elem_sep boolean isColorProperty concode_elem_sep boolean isDimensionProperty concode_elem_sep boolean isStyleProperty co... |
short function ( ) { return 1 ; } | size of the boolean for the ov-chip protocol layer , see ds.ov2.util.apdu _ serializable #size apdu_serializable . size . concode_field_sep boolean value concode_field_sep boolean is_compatible_with concode_elem_sep short to_byte_array concode_elem_sep short from_byte_array |
ObjectId function ( ) { return id ; } | get the database id in the repository for this object . concode_field_sep RepositoryDirectoryInterface parent concode_elem_sep String DIRECTORY_SEPARATOR concode_elem_sep List<RepositoryDirectoryInterface> children concode_elem_sep boolean visible concode_elem_sep List<RepositoryElementMetaInterface> repositoryObjects ... |
PoolAddParameter function ( Integer arg0 ) { this . targetDedicated = arg0 ; return this ; } | set the targetdedicated value . concode_field_sep TaskSchedulingPolicy taskSchedulingPolicy concode_elem_sep List<MetadataItem> metadata concode_elem_sep List<ApplicationPackageReference> applicationPackageReferences concode_elem_sep NetworkConfiguration networkConfiguration concode_elem_sep String displayName concode_... |
void function ( ) { BoxAndWhiskerXYToolTipGenerator loc0 = new BoxAndWhiskerXYToolTipGenerator ( ) ; BoxAndWhiskerXYToolTipGenerator loc1 = ( BoxAndWhiskerXYToolTipGenerator ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testHashCode concode_elem_sep void testEquals |
void function ( int arg0 ) { LOGLEVEL = arg0 ; Log . i ( "srini_string" , "srini_string" + arg0 ) ; } | set the current log level . 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 ... |
JobScheduleEnableOptions function ( String arg0 ) { this . ifMatch = arg0 ; return this ; } | set the ifmatch value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String ifNoneMatc... |
ArrayList function ( ) { return sprites ; } | get the list of sprites for this sheet concode_field_sep BufferedImage image concode_elem_sep ArrayList sprites concode_field_sep BufferedImage getImage |
SortedMap < String , Provider < T >> function ( String arg0 ) { SortedMap < String , Provider < T >> loc0 = new TreeMap < > ( ) ; for ( Map . Entry < NamePair , Provider < T >> loc1 : items . entrySet ( ) ) { if ( loc1 . getKey ( ) . arg0 . equals ( arg0 ) ) { loc0 . put ( loc1 . getKey ( ) . exportName , loc1 . getVal... | get the items exported by a single plugin . concode_field_sep String pluginName concode_elem_sep String exportName concode_elem_sep ConcurrentMap<NamePair,Provider<T>> items concode_field_sep String getExportName concode_elem_sep Iterator<Entry<T>> iterator concode_elem_sep SortedSet<String> plugins concode_elem_sep in... |
String function ( ) { return binName ; } | gets the value of the binname property . concode_field_sep String binName concode_elem_sep BigInteger binItemCount concode_elem_sep String name concode_elem_sep List<Bin.BinParameter> binParameter concode_elem_sep String value concode_field_sep void setName concode_elem_sep void setBinName concode_elem_sep String getVa... |
MessageBrokerRegistry function ( String arg0 ) { this . userDestinationPrefix = arg0 ; return this ; } | configure the prefix used to identify user destinations . user destinations provide the ability for a user to subscribe to queue names unique to their session as well as for others to send messages to those unique , user-specific queues . for example when a user attempts to subscribe to '' / user/queue/position-updates... |
T function ( Namespace arg0 ) { return null ; } | returns the result of interpreting the object as an instance of ` namespace ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep TypemappingPackage modelPackage concode_field_sep T caseModelElement concode_elem_sep T casePackage concode_elem_sep T doSwitch con... |
int function ( ) { return mColumn ; } | get the column this frame points to in the file returned by #getfile . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn concode_elem_sep String mMethod concode_field_sep StackFrame[] convertJavaStackTrace concode_elem_sep int getLine concode_elem_s... |
Map < String , String > function ( ) { return this . tags ; } | get the tags value . concode_field_sep Map<String,String> tags concode_field_sep ResourceUpdate withTags |
File function ( Context arg0 ) { return getIndividualCacheDirectory ( arg0 , INDIVIDUAL_DIR_NAME ) ; } | returns individual application cache directory for only image caching from zjbimageloader . cache directory will be created on sd card '' / android/data / app_package_name / cache/uil-images '' if card is mounted and app has appropriate permission . else - android defines cache directory on device 's file system . conc... |
Node function ( ) { return new InternalNode ( settings . build ( ) , loadConfigSettings ) ; } | builds the node without starting it . concode_field_sep boolean loadConfigSettings concode_elem_sep ImmutableSettings.Builder settings concode_field_sep ImmutableSettings.Builder settings concode_elem_sep NodeBuilder settings concode_elem_sep NodeBuilder settings concode_elem_sep Node node concode_elem_sep NodeBuilder ... |
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } | performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end... |
int function ( InputStream arg0 ) { byte [ ] loc0 = new byte [ 1 ] ; int loc1 = arg0 . read ( loc0 , 0 , 1 ) ; return ( loc1 != - 1 ) ? loc0 [ 0 ] & 0xff : - 1 ; } | implements inputstream.read int in terms of inputstream.read byte , int , int . inputstream assumes that you implement inputstream.read int and provides default implementations of the others , but often the opposite is more efficient . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_... |
void function ( InetAddress arg0 , int arg1 ) { } | connects the socket to a host specified by address and port . concode_field_sep int localPort concode_elem_sep FileDescriptor fd concode_field_sep void receive concode_elem_sep void disconnect concode_elem_sep int getLocalPort concode_elem_sep void setTTL concode_elem_sep int getTimeToLive concode_elem_sep void joinGro... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep ServiceTracker<ModuleLocalService,ModuleLocalService> _serviceTracker concode_field_sep com.liferay.marketplace.model.Module getModule concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.Li... |
String function ( ) { return name ; } | gets the value of the name property . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep void setValue |
XMLInputFactory function ( ) { if ( xmlInputFactory == null ) { xmlInputFactory = XMLInputFactory . newFactory ( ) ; } return xmlInputFactory ; } | this method returns xmlinputfactory . concode_field_sep Map<String,JAXBContext> jaxbContextConcurrentHashMap concode_elem_sep JAXBContextFactory jaxbContextFactory concode_elem_sep Map<String,Marshaller> marshallerConcurrentHashMap concode_elem_sep XMLInputFactory xmlInputFactory concode_elem_sep Map<String,Unmarshalle... |
Set < Change > function ( ) { return new LinkedHashSet < > ( changes ) ; } | returns the list of changes as a copy . changes on this set are not reflected on this changeset and vice versa . concode_field_sep Set<Change> changes concode_field_sep void add concode_elem_sep void add concode_elem_sep void addDeletion concode_elem_sep void deleteDir concode_elem_sep void addAddition concode_elem_sep... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the name of the item . the name is used to identify the item and thus should be unique in the surrounding selection box group . concode_field_sep String name concode_elem_sep boolean checked concode_elem_sep boolean disabled concode_elem_sep String text concode_field_sep String getName concode_elem_sep String getT... |
long function ( ) { long loc0 = GridUnsafe . allocateMemory ( POOL_HDR_LEN ) ; GridUnsafe . setMemory ( loc0 , POOL_HDR_LEN , ( byte ) 0 ) ; flags ( loc0 + POOL_HDR_OFF_MEM_1 , FLAG_POOLED ) ; flags ( loc0 + POOL_HDR_OFF_MEM_2 , FLAG_POOLED ) ; flags ( loc0 + POOL_HDR_OFF_MEM_3 , FLAG_POOLED ) ; return loc0 ; } | allocate pool memory . concode_field_sep int POOL_HDR_LEN concode_elem_sep int MEM_HDR_OFF_LEN concode_elem_sep int FLAG_ACQUIRED concode_elem_sep int MEM_HDR_LEN concode_elem_sep int POOL_HDR_OFF_MEM_3 concode_elem_sep int FLAG_POOLED concode_elem_sep int POOL_HDR_OFF_MEM_2 concode_elem_sep int FLAG_EXT concode_elem_s... |
void function ( ) { if ( mIsInitializing ) throw new IllegalStateException ( "srini_string" ) ; if ( mDatabase != null && mDatabase . isOpen ( ) ) { mDatabase . close ( ) ; mDatabase = null ; } } | close any open database object . concode_field_sep boolean mIsInitializing concode_elem_sep SQLiteDatabase mDatabase concode_elem_sep String TAG concode_elem_sep String mName concode_elem_sep int mNewVersion concode_elem_sep Context mContext concode_elem_sep CursorFactory mFactory concode_field_sep SQLiteDatabase getRe... |
String function ( char arg0 ) { return data . getRawDecompositionMapping ( arg0 ) ; } | just accessible for testing . concode_field_sep byte COMPATIBILITY_MASK concode_elem_sep byte C concode_elem_sep byte KC concode_elem_sep byte KD concode_elem_sep byte COMPOSITION_MASK concode_elem_sep byte form concode_elem_sep byte D concode_elem_sep NormalizerData data concode_field_sep boolean getExcluded concode_e... |
String function ( ) { return "srini_string" ; } | used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIAct... |
Properties function ( ) { Properties loc0 = new Properties ( ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; return loc0 ; } | returns properties for ra admin-object element concode_field_sep PlaceHolder placeHolder concode_field_sep Properties commonDsProperties concode_elem_sep Properties raConnectionProperties concode_elem_sep void addExtensionProperties concode_elem_sep Properties nonXaDsProperties concode_elem_sep Properties raCommonPrope... |
JAXBElement < RecordType > function ( RecordType arg0 ) { return new JAXBElement < RecordType > ( _Record_QNAME , RecordType . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _Collection_QNAME concode_elem_sep QName _Record_QNAME concode_field_sep DataFieldType createDataFieldType concode_elem_sep SubfieldatafieldType createSubfieldatafieldType concode_elem_sep ControlFieldType createControlFieldType concode_elem_sep RecordType creat... |
void function ( String arg0 ) { this . dealerCode = arg0 ; } | sets the value of the dealercode property . concode_field_sep Boolean displayOnBill concode_elem_sep CodeAndDescription paymentSubMethod concode_elem_sep String locationInfo concode_elem_sep AuthorizationInfo authorizationInfo concode_elem_sep String dealerCode concode_elem_sep BigDecimal actualAmount concode_elem_sep ... |
void function ( StringBuffer arg0 , String ... arg1 ) { for ( String loc0 : arg1 ) arg0 . append ( loc0 ) ; } | appends a specific array of strings to a specific stringbuffer . concode_field_sep String ELEMENT_KEY_TYPE concode_elem_sep String ELEMENT_REMOTE_CONTROL concode_elem_sep String NAMESPACE concode_elem_sep String ELEMENT_KEY_PRESS concode_elem_sep String ELEMENT_MOUSE_MOVE concode_elem_sep Component component concode_el... |
String function ( LibraryCollection arg0 , String arg1 , String arg2 ) { logger . debug ( "srini_string" ) ; "srini_string" . arg0 . getLocationId ( ) ; return loader . loadTemplate ( arg1 , arg0 , arg2 ) ; } | generates the html page that is returned to the user . concode_field_sep Logger logger concode_elem_sep Loader loader concode_field_sep void setLoader concode_elem_sep String generateOutputNotAvailable concode_elem_sep String generateError concode_elem_sep String generateBatchOutput concode_elem_sep String generateOutp... |
void function ( String arg0 ) { this . tagName = arg0 ; } | set the tag name . concode_field_sep long tagCount concode_elem_sep String tagName concode_field_sep String getTagName concode_elem_sep void setTagCount concode_elem_sep long getTagCount |
int function ( ) { int loc0 = hash ; if ( loc0 == 0 ) { loc0 = 1 ; for ( int loc1 = 0 ; loc1 < id . length ; ++ loc1 ) { loc0 = 31 * loc0 + id [ loc1 ] ; } hash = loc0 ; } return loc0 ; } | returns a hash code value for the object . concode_field_sep BigInteger count concode_elem_sep String PREFIX concode_elem_sep int hash concode_elem_sep byte[] id concode_field_sep ThreadId createFresh concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep byte[] getBytes |
void function ( ) { log . finest ( "srini_string" ) ; } | this is called when a resource adapter instance is undeployed or during application server shutdown . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void endpointActivation concode_elem_sep ... |
IIOMetadataNode function ( ) { return null ; } | gets the standard dimension node . concode_field_sep String nativeMetadataFormatName concode_elem_sep String[] extraMetadataFormatNames concode_elem_sep IIOMetadataController controller concode_elem_sep String[] extraMetadataFormatClassNames concode_elem_sep boolean standardFormatSupported concode_elem_sep IIOMetadataC... |
void function ( int arg0 ) { ref . ints = ArrayUtil . grow ( ref . ints , arg0 ) ; } | used to grow the reference array . in general this should not be used as it does not take the offset into account . concode_field_sep IntsRef ref concode_field_sep void setIntAt concode_elem_sep int length concode_elem_sep void clear concode_elem_sep void copyInts concode_elem_sep void copyInts concode_elem_sep IntsRef... |
void function ( String arg0 , String arg1 ) { if ( ENABLE_LOG_DEBUG ) outLog ( LogLevel . LOG_LEVEL_WARNING , arg0 , arg1 ) ; } | for display warning . working same as log.d tag , log concode_field_sep boolean ENABLE_LOG_DEBUG concode_elem_sep String ENTER_TAG concode_elem_sep String EXIT_TAG concode_field_sep void exit concode_elem_sep void trace concode_elem_sep String getMethodName concode_elem_sep void outLog concode_elem_sep void enter conco... |
double function ( double arg0 ) { double loc0 = arg0 % 360 ; if ( loc0 < 0 ) loc0 += 360 ; return loc0 ; } | normalize the angle to the range 0 < = value < 360 . concode_field_sep PlaceHolder placeHolder concode_field_sep double normalizeHours concode_elem_sep Date calculateGregorianDate concode_elem_sep double calculateJulianDay concode_elem_sep float meanSiderealTime concode_elem_sep double julianCenturies concode_elem_sep ... |
MeetingAttendeeType function ( ) { return attendeeType ; } | gets the type of this attendee . concode_field_sep MeetingAttendeeType attendeeType concode_elem_sep String smtpAddress concode_elem_sep boolean excludeConflicts concode_field_sep void setAttendeeType concode_elem_sep AttendeeInfo getAttendeeInfoFromString concode_elem_sep boolean isExcludeConflicts concode_elem_sep vo... |
void function ( ) { fail ( "srini_string" ) ; } | test method for com.ninesale.valinor.userinfo.api.service.dubbouserservice #updateuseraddress com.ninesale.valinor.userinfo.api.model.request.dubboadduseraddressrequest . concode_field_sep DubboUserService dubboUserService concode_field_sep void testGetUserPoints concode_elem_sep void testGetSkuIdByUserId concode_elem_... |
void function ( int arg0 ) { inflate ( arg0 , mFlattenedData ) ; } | inflate this item . note : the vm ensures 32-bit atomic read/write operations so we do n't have to synchronize this method . concode_field_sep String mUrl concode_elem_sep String mOriginalUrl concode_elem_sep byte[] mFlattenedData concode_elem_sep String mTouchIconUrlFromLink concode_elem_sep int mId concode_elem_sep S... |
ProfileHints function ( ) { return new ProfileHints ( ) ; } | create an instance of profilehints concode_field_sep PlaceHolder placeHolder concode_field_sep EnvEntryName createEnvEntryName concode_elem_sep HasPrefix createHasPrefix concode_elem_sep LocaleCountry createLocaleCountry concode_elem_sep ProfileTableInterface createProfileTableInterface concode_elem_sep ProfileManageme... |
void function ( pe . com . grupobbva . xsd . ps9 . CtHeaderRs arg0 ) { this . header = arg0 ; } | sets the header value for this ctconohcqf3brs . concode_field_sep pe.com.grupobbva.ohc.qf3b.CtBodyRs data concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep pe.com.grupobbva.xsd.ps9.CtHeaderRs header concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc conc... |
com . liferay . sync . model . SyncDLObject function ( com . liferay . sync . model . SyncDLObject arg0 ) { return _syncDLObjectLocalService . updateSyncDLObject ( arg0 ) ; } | updates the sync d l object in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep SyncDLObjectLocalService _syncDLObjectLocalService concode_field_sep int getSyncDLObjectsCount concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep l... |
boolean function ( ) { return mPref . edit ( ) . clear ( ) . commit ( ) ; } | clear all data in the shared settings concode_field_sep Editor editor concode_elem_sep String PREF_NAME concode_elem_sep PreferencesManager sInstance concode_elem_sep SharedPreferences mPref concode_field_sep LinkedHashMap getValue concode_elem_sep void initializeInstance concode_elem_sep void setValue concode_elem_sep... |
void function ( XMLGregorianCalendar arg0 ) { this . expirationDate = arg0 ; } | sets the value of the expirationdate property . concode_field_sep BillDeliveryFormatUpdateActionEnum updateAction concode_elem_sep String emailAddress concode_elem_sep DeliveryMethodEnum deliveryMethod concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar creationDate concode_elem_sep BillFormat ... |
String function ( Object arg0 , Class < ? > arg1 ) { return XML_MAPPER . writerWithView ( arg1 ) . writeValueAsString ( arg0 ) ; } | todo remove concode_field_sep ObjectMapper JSON_MAPPER concode_elem_sep XmlMapper XML_MAPPER concode_elem_sep Map<String,Class<?>> VIEW_CLASSES concode_field_sep Class<?> getViewClass concode_elem_sep void toJsonWithView concode_elem_sep String toXmlAsString concode_elem_sep void toXml concode_elem_sep String toJsonWit... |
void function ( ) { try { m_eventTrackingService . addLocalObserver ( this ) ; log . info ( this + "srini_string" ) ; } catch ( Exception loc0 ) { log . warn ( this + "srini_string" , loc0 ) ; } } | final initialization , once all dependencies are set . concode_field_sep Log log concode_elem_sep AuthzGroupService m_authzGroupService concode_elem_sep EntityManager entityManager concode_elem_sep SiteService m_siteService concode_elem_sep SecurityService securityService concode_elem_sep ThreadLocalManager threadLocal... |
DescribeMLModelsResult function ( java . util . Collection < MLModel > arg0 ) { setResults ( arg0 ) ; return this ; } | a list of mlmodel that meet the search criteria . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<MLModel> results concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep java.util.List<MLModel> getResults concode_elem... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.