code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { return categoryName ; }
getter method for the categoryname concode_field_sep int subSubCatId concode_elem_sep List subSubCategoryDetails concode_elem_sep ArrayList displayDetails concode_elem_sep int subCatId concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String subCategoryId concode_elem_sep Strin...
void function ( CourseSiteRemovalService arg0 ) { this . courseSiteRemovalService = arg0 ; }
called by the spring framework to initialize the coursesiteremovalservice data member specified in the components.xml file via ioc . concode_field_sep int numDaysAfterTermEnds concode_elem_sep ServerConfigurationService serverConfigurationService concode_elem_sep Logger logger concode_elem_sep UserDirectoryService user...
boolean function ( ) { if ( required != null ) return required ; if ( object . has ( "srini_string" ) ) { try { required = object . getBoolean ( "srini_string" ) ; } catch ( JSONException loc0 ) { required = false ; } } else { required = false ; } return required ; }
isrequired . concode_field_sep JsonSchemaNode parent concode_elem_sep Boolean required concode_elem_sep String name concode_elem_sep LinkedHashMap<String,JsonSchemaNode> properties concode_elem_sep String type concode_elem_sep LinkedHashSet<JsonSchemaNode> arrayItems concode_elem_sep JSONObject object concode_field_sep...
byte [ ] [ ] function ( byte [ ] arg0 ) { return split ( arg0 , 0 , arg0 . length ) ; }
splits a byte array by 0x00 concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] unescape concode_elem_sep byte[] concat concode_elem_sep byte[] escape
CharSequence function ( int arg0 , int arg1 ) { System . err . println ( "srini_string" ) ; sb . charAt ( - 1 ) ; return null ; }
this function is not implemented !!! concode_field_sep boolean calculateSrcPositions concode_elem_sep List<Integer> ib concode_elem_sep List<List<Span>> managedLists concode_elem_sep StringBuilder sb concode_field_sep void removeManagedList concode_elem_sep void manageList concode_elem_sep SpanManager replace concode_e...
boolean function ( ) { return status ; }
determine whether the submit button is activated . concode_field_sep String IMAGE_DISABLED concode_elem_sep String IMAGE_ENABLED concode_elem_sep boolean status concode_field_sep boolean isDisabled concode_elem_sep String getImageButton concode_elem_sep void setStatus
String function ( ) { if ( finder == null ) return null ; return finder . getClassPath ( ) ; }
returns the workspace class path concode_field_sep IWorkspaceClasspathFinder finder concode_field_sep void registerClassPathFinder
String function ( ) { return id ; }
gets the value of the id property . concode_field_sep Layout layout concode_elem_sep String volume concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String loop concode_elem_sep String width concode_elem_sep String thresholdValue concode_elem_sep Label l...
void function ( String arg0 ) { this . factories . get ( Type . TIME ) . setStyle ( "srini_string" + arg0 ) ; }
set the default format style of joda localtime objects.default is datetimeformat #shorttime . concode_field_sep Map<Type,DateTimeFormatter> formatters concode_elem_sep Map<Type,DateTimeFormatterFactory> factories concode_elem_sep boolean jodaTime2Available concode_field_sep DateTimeFormatter getFallbackFormatter concod...
void function ( ) { if ( mPort == null ) { return ; } try { mPort . close ( ) ; } catch ( IOException loc0 ) { } mNativeReceiverPointer = 0 ; mPort = null ; }
closes the port . concode_field_sep MidiDevice mDevice concode_elem_sep long mNativeReceiverPointer concode_elem_sep MidiOutputPort mPort concode_elem_sep int mIndex concode_field_sep void nativeOnData concode_elem_sep boolean open
void function ( String arg0 ) { this . path = arg0 ; }
sets the value of the path property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep void setPathType concode_elem_sep String getPath concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep String getPathType
void function ( Action . A1 < A > arg0 ) { while ( mIterator . hasNext ( ) ) { A loc0 = mIterator . next ( ) ; arg0 . run ( loc0 ) ; } }
do something on each item of given iterable/iterator can use as java for-statement . concode_field_sep Iterator<A> mIterator concode_elem_sep int mLimit concode_elem_sep String TAG concode_elem_sep long mI concode_field_sep List<B> apply concode_elem_sep For<Integer> by concode_elem_sep For<A> x concode_elem_sep For<A>...
void function ( String arg0 ) { this . parameterKey = arg0 ; }
the key associated with the parameter . if you do n't specify a key and value for a particular parameter , aws cloudformation uses the default value that is specified in your template . concode_field_sep Boolean usePreviousValue concode_elem_sep String parameterKey concode_elem_sep String parameterValue concode_field_s...
void function ( String [ ] arg0 ) { System . setProperty ( "srini_string" , "srini_string" ) ; SpringApplication . run ( WebServer . class , arg0 ) ; }
run the application using spring boot and an embedded servlet engine . concode_field_sep String ACCOUNTS_SERVICE_URL concode_field_sep WebAccountsController accountsController concode_elem_sep WebAccountsService accountsService concode_elem_sep HomeController homeController
void function ( ) { commandManager . removeFrom ( project ) ; }
remove the jslint builder commands . concode_field_sep String NATURE_ID concode_elem_sep IProject project concode_elem_sep CommandManager commandManager concode_field_sep void setProject concode_elem_sep void configure concode_elem_sep IProject getProject
DimensionMetric function ( List < MetricSet > arg0 ) { this . metricSets = arg0 ; return this ; }
with metric sets . concode_field_sep String dimensionValue concode_elem_sep Map<String,Object> distinctMetricNameStatisticNames concode_elem_sep List<MetricSet> metricSets concode_field_sep String getDimensionValue concode_elem_sep DimensionMetric withDimensionValue concode_elem_sep Map<String,Object> getDistinctMetric...
List < Or > function ( ) { if ( or == null ) { or = new ArrayList < Or > ( ) ; } return this . or ; }
gets the value of the or property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the or property . for example , to add a new item , do as follows :...
boolean function ( String arg0 ) { return ( new File ( arg0 ) ) . exists ( ) ; }
return true or false based on whether the named file exists . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep FileUtil fileUtil concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement concode_elem_sep...
boolean function ( ) { return mFlash ; }
returns the flash state set with #setflashenabled boolean . 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 ...
T function ( int arg0 , Class < T > arg1 ) { Message loc0 = getMessage ( arg0 ) ; T loc1 = loc0 . getBody ( arg1 ) ; assertNotNull ( loc1 ) ; return loc1 ; }
gets the body of the received message at the specified index concode_field_sep MockEndpoint mMockEndpoint concode_field_sep void assertMessageReceived concode_elem_sep void assertMessageReceived concode_elem_sep void assertMessageReceived concode_elem_sep void resetMockEndpoint concode_elem_sep MockEndpoint getMockEndp...
void function ( long arg0 ) { numGen . setSeed ( arg0 ) ; }
set the random number generator 's seed . concode_field_sep Random numGen concode_elem_sep double mag concode_elem_sep double min concode_field_sep double sample concode_elem_sep double sample
WrappedNbtTag < Integer > function ( int arg0 ) { return createTagWithValue ( NbtType . TAG_INT , arg0 ) ; }
creates a wrappednbttag for the given integer . concode_field_sep Accessor<NbtTagBase<?>> ITEMSTACK_ACCESSOR concode_elem_sep MethodAccessor<Object> ITEMSTACK_SAVE concode_elem_sep MethodAccessor<Object> ITEMSTACK_LOAD concode_elem_sep MethodAccessor<ItemStack> TO_BUKKIT_ITEMSTACK concode_elem_sep MethodAccessor CREATE...
Date function ( ) { return _dlFileRank . getCreateDate ( ) ; }
returns the create date of this document library file rank . concode_field_sep DLFileRank _dlFileRank concode_field_sep void setFileRankId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridg...
void function ( ) { writePadBlocks ( 1 ) ; }
writes a single zero 'd block . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COMPRESSION concode_elem_sep File targetFile concode_elem_sep int G...
void function ( int arg0 ) { try { port . writeInt ( arg0 & 0xff ) ; } catch ( SerialPortException loc0 ) { errorMessage ( "srini_string" , loc0 ) ; } }
this will handle both ints , bytes and chars transparently . concode_field_sep SerialPort port concode_field_sep void serialEvent concode_elem_sep void setDTR concode_elem_sep void errorMessage concode_elem_sep void setup concode_elem_sep void dispose concode_elem_sep void message concode_elem_sep List<String> list con...
void function ( ) { Gdx . graphics . getGL20 ( ) . glViewport ( 0 , 0 , colorTexture . getWidth ( ) , colorTexture . getHeight ( ) ) ; Gdx . graphics . getGL20 ( ) . glBindFramebuffer ( GL20 . GL_FRAMEBUFFER , framebufferHandle ) ; }
makes the frame buffer current so everything gets drawn to it . concode_field_sep Map<Application,List<FrameBuffer>> buffers concode_elem_sep Texture colorTexture concode_elem_sep int width concode_elem_sep boolean hasDepth concode_elem_sep Pixmap.Format format concode_elem_sep int depthbufferHandle concode_elem_sep in...
PrimitiveType function ( PrimitiveType arg0 ) { PrimitiveType loc0 = arg0 ; while ( loc0 . getBaseType ( ) != null ) { loc0 = loc0 . getBaseType ( ) ; } return loc0 ; }
returns the top-most type within the base type hierarchy of the given primitivetype . concode_field_sep PlaceHolder placeHolder concode_field_sep Type computeCommonType concode_elem_sep boolean isEqualOrAncestor
void function ( String arg0 ) { this . terminationDetails = arg0 ; }
details for terminating a workflow . concode_field_sep ActivityTypeRegistrationOptions activityTypeRegistrationOptions concode_elem_sep Map<String,Object> clientConfigurationParameters concode_elem_sep String stateResultType concode_elem_sep AmazonSimpleWorkflowClient amazonSWClient concode_elem_sep ActivitySchedulingO...
short function ( long arg0 ) { return ( short ) ( ( arg0 >>> 16 ) & 0xFFFFL ) ; }
get the type indicator from a virtual address . returns a short corresponding to the type constants defined in org.exist.xquery.value.type . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasAddress concode_elem_sep int pageFromPointer concode_elem_sep long read concode_elem_sep long setIndexType c...
long function ( ) { return ( data [ position ++ ] & 0xFFL ) | ( data [ position ++ ] & 0xFFL ) << 8 | ( data [ position ++ ] & 0xFFL ) << 16 | ( data [ position ++ ] & 0xFFL ) << 24 | ( data [ position ++ ] & 0xFFL ) << 32 | ( data [ position ++ ] & 0xFFL ) << 40 | ( data [ position ++ ] & 0xFFL ) << 48 | ( data [ posi...
reads the next eight bytes as a signed value in little endian order . concode_field_sep byte[] data concode_elem_sep int limit concode_elem_sep int position concode_field_sep int readLittleEndianInt concode_elem_sep int readLittleEndianInt24 concode_elem_sep int readSynchSafeInt concode_elem_sep int readUnsignedIntToIn...
int [ ] function ( String arg0 , boolean arg1 ) { if ( bundles . containsKey ( arg0 ) ) { ABTestBundle loc0 = bundles . get ( arg0 ) ; if ( arg1 ) return loc0 . newUserProbs ; else return loc0 . existingUserProbs ; } else { return null ; } }
gets the integer array of weighted probabilities for an option key concode_field_sep int[] existingUserProbs concode_elem_sep HashMap<String,ABTestBundle> bundles concode_elem_sep String[] descriptions concode_elem_sep int[] newUserProbs concode_field_sep String getDescriptionForTestOption concode_elem_sep boolean isVa...
void function ( String arg0 , Iterable < Object > arg1 , Parameters arg2 ) { if ( arg1 == null ) return ; for ( Object loc0 : arg1 ) notifyOne ( arg0 , loc0 , arg2 ) ; }
triggers notification for components that implement inotifiable interface . concode_field_sep PlaceHolder placeHolder concode_field_sep void notifyOne
String function ( ) { return m_communityString ; }
getcommunitystring concode_field_sep String m_communityString concode_elem_sep int m_timeout concode_elem_sep int m_port concode_elem_sep String m_lastIPAddress concode_elem_sep String m_version concode_elem_sep String m_firstIPAddress concode_elem_sep int m_retryCount concode_field_sep String getVersion concode_elem_s...
int [ ] function ( ) { throw new UnsupportedOperationException ( ) ; }
used by auth_sys concode_field_sep Log LOG concode_field_sep int getUid concode_elem_sep int getGid concode_elem_sep String getUser concode_elem_sep boolean isWrapRequired concode_elem_sep Verifier getVerifer concode_elem_sep boolean isUnwrapRequired concode_elem_sep byte[] wrap concode_elem_sep boolean shouldSilentlyD...
List function ( ) { return search ( ) ; }
perform the search concode_field_sep int nresults concode_elem_sep String SEARCH_SUFFIX concode_elem_sep int requestPage concode_elem_sep int pagenum concode_elem_sep int pagesize concode_elem_sep Log log concode_elem_sep SearchList searchResults concode_elem_sep ToolManager toolManager concode_elem_sep String search c...
void function ( ) { int loc0 = JNA . CLibrary . INSTANCE . tdLearn ( getId ( ) ) ; if ( loc0 != TELLSTICK_SUCCESS ) { throw new TellstickException ( this , loc0 ) ; } }
tries to learn the device . note , must have flag in methods : jna.clibrary.instance.tellstick _ learn concode_field_sep int deviceType concode_elem_sep String protocol concode_elem_sep String data concode_elem_sep String name concode_elem_sep String model concode_elem_sep int supportedMethods concode_elem_sep int devi...
void function ( boolean arg0 , Object arg1 ) { if ( ExoPlayerLibraryInfo . ASSERTIONS_ENABLED && ! arg0 ) { throw new IllegalArgumentException ( String . valueOf ( arg1 ) ) ; } }
ensures the truth of an expression involving one or more arguments passed to the calling method . concode_field_sep PlaceHolder placeHolder concode_field_sep String checkNotEmpty concode_elem_sep String checkNotEmpty concode_elem_sep T checkNotNull concode_elem_sep T checkNotNull concode_elem_sep void checkState concod...
Action function ( Action arg0 ) { return arg0 ; }
call to wrap the outer action of a java application . this method is passed a fully composed action , allowing a last final global interceptor to be added to the action if required . concode_field_sep PlaceHolder placeHolder concode_field_sep HandlerForRequest handlerForRequest concode_elem_sep Action createAction conc...
int function ( String arg0 , int arg1 ) { while ( arg1 < arg0 . length ( ) && Character . isWhitespace ( arg0 . charAt ( arg1 ) ) ) { arg1 ++ ; } return arg1 ; }
skips any whitespace characters . concode_field_sep PlaceHolder placeHolder concode_field_sep String quotedString concode_elem_sep List commaSeparatedList concode_elem_sep void main concode_elem_sep String commaSeparatedString
JCodeModel function ( ) { return codeModel ; }
getter for the field codemodel . concode_field_sep Raml raml concode_elem_sep JCodeModel codeModel concode_field_sep Raml getRaml concode_elem_sep void onAddResourceMethod concode_elem_sep void onCreateResourceInterface concode_elem_sep boolean AddParameterFilter concode_elem_sep String computeNestedSchemaName concode_...
void function ( BigDecimal arg0 ) { this . initialPrice = arg0 ; }
sets the initial price concode_field_sep BazaarAccount seller concode_elem_sep Long itemId concode_elem_sep String itemName concode_elem_sep Date createdDate concode_elem_sep Date bidEndDate concode_elem_sep BigDecimal initialPrice concode_elem_sep List<Bid> bids concode_elem_sep String description concode_elem_sep Dat...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getStreamNames ( ) != null ) loc0 . append ( "srini_string" + getStreamNames ( ) + "srini_string" ) ; if ( getHasMoreStreams ( ) != null ) loc0 . append ( "srini_string" + getHasMoreStreams ( ) ) ; loc0 . append (...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<String> streamNames concode_elem_sep Boolean hasMoreStreams concode_field_sep ListStreamsResult withHasMoreStreams concode_elem_sep ListStreamsResult withStreamNames concode_elem_...
void function ( final InputStream arg0 , final OutputStream arg1 ) { final QuotedPrintableEncoder loc0 = new QuotedPrintableEncoder ( DEFAULT_ENCODING_BUFFER_SIZE , false ) ; loc0 . encode ( arg0 , arg1 ) ; }
encodes the given stream using quoted-printable . this assumes that stream is text and therefore does not escape all line endings . concode_field_sep int DEFAULT_ENCODING_BUFFER_SIZE concode_field_sep void encodeBase64 concode_elem_sep OutputStream wrapQuotedPrintable concode_elem_sep void encodeQuotedPrintableBinary c...
void function ( ) { int loc0 = vList . size ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { System . out . print ( "srini_string" ) ; String loc2 = ( String ) vList . elementAt ( loc1 ) ; if ( ! processFile ( loc2 ) ) { System . out . println ( "srini_string" + loc2 + "srini_string" ) ; } } System . out . println ...
method declaration concode_field_sep String ls concode_elem_sep Vector vList concode_elem_sep int MAX_LINELENGTH concode_elem_sep Vector vSwitches concode_elem_sep Vector vSwitchOn concode_elem_sep Vector vSwitchOff concode_field_sep boolean processFile concode_elem_sep void writeFileLines concode_elem_sep void showUsa...
boolean function ( ) { throw new NotImplementedError ( "srini_string" ) ; }
stops the embedded broker concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isEmbeddedBrokerStarted concode_elem_sep Destination getClientDestination concode_elem_sep ConnectionFactory getConnectionFactory concode_elem_sep Topic getTopic concode_elem_sep boolean startEmbeddedBroker
void function ( ) { System . out . println ( "srini_string" ) ; DemonstracaoState loc0 = new DemonstracaoState ( ) ; boolean loc1 = false ; boolean loc2 = loc0 . isEstadoCandidaturasAtribuidas ( ) ; assertEquals ( loc1 , loc2 ) ; }
test of isestadocandidaturasatribuidas method , of class demonstracaostate . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetAbertaACandidaturas concode_elem_sep void testSetCandidaturaRetirada concode_elem_sep void testIsEstadoFechadaACandidaturas concode_elem_sep void testIsEstadoConflitosCand...
InputStream function ( ) { return in ; }
get the input read side of the pipe . concode_field_sep boolean readClosed concode_elem_sep int size concode_elem_sep int tail concode_elem_sep boolean writeClosed concode_elem_sep InputStream in concode_elem_sep OutputStream out concode_elem_sep byte[] buffer concode_elem_sep Object lock concode_elem_sep boolean kille...
void function ( int arg0 ) { ensureCapacity ( arg0 ) ; valid = arg0 ; }
enlarge the capacity if necessary , to ensure that it can hold the number of elements specified by newvalidcapacity argument . it will also narrow the valid capacity when needed . notice : it only enlarge or narrow the valid capacity with no care of the already stored invalid bytesrefwritable . concode_field_sep int va...
boolean function ( Context arg0 , String arg1 , CustomTabsServiceConnection arg2 ) { Intent loc0 = new Intent ( CustomTabsService . ACTION_CUSTOM_TABS_CONNECTION ) ; if ( ! TextUtils . isEmpty ( arg1 ) ) loc0 . setPackage ( arg1 ) ; return arg0 . bindService ( loc0 , arg2 , Context . BIND_AUTO_CREATE | Context . BIND_W...
bind to a customtabsservice using the given package name and serviceconnection . concode_field_sep ICustomTabsService mService concode_elem_sep ComponentName mServiceComponentName concode_field_sep Bundle extraCommand concode_elem_sep CustomTabsSession newSession concode_elem_sep boolean warmup
List < PartitionInfo > function ( String arg0 ) { return this . partitionsByTopic . get ( arg0 ) ; }
get the list of partitions for this topic concode_field_sep List<Node> nodes concode_elem_sep Map<TopicPartition,PartitionInfo> partitionsByTopicPartition concode_elem_sep Map<String,List<PartitionInfo>> partitionsByTopic concode_elem_sep Map<Integer,List<PartitionInfo>> partitionsByNode concode_field_sep List<Node> no...
void function ( JTable arg0 , int arg1 , int arg2 , JTableLocation arg3 ) { arg0 . scrollRectToVisible ( arg3 . cellBounds ( arg0 , arg1 , arg2 ) ) ; }
scrolls the given jtable to the given cell . note : this method is not executed in the event dispatch thread edt . clients are responsible for invoking this method in the edt . concode_field_sep Robot robot concode_elem_sep JTableLocation location concode_elem_sep long EDITOR_LOOKUP_TIMEOUT concode_elem_sep TableCellEd...
void function ( ) { System . out . println ( "srini_string" ) ; FPGrowth loc0 = new FPGrowth ( itemsets , 3 ) ; TotalSupportTree loc1 = loc0 . buildTotalSupportTree ( ) ; long loc2 = loc1 . getFrequentItemsets ( System . out ) ; assertEquals ( 8 , loc2 ) ; }
test of getfrequentmaximalitemsets method , of class totalsupporttree . concode_field_sep int[][] itemsets concode_field_sep void setUpClass concode_elem_sep void testKosarak concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void testGetSupport concode_elem_sep void testGetFrequentItemset...
boolean function ( TemporalField arg0 ) { if ( arg0 instanceof ChronoField ) { return arg0 == ERA ; } return arg0 != null && arg0 . isSupportedBy ( this ) ; }
checks if the specified field is supported . this checks if this era can be queried for the specified field . if false , then calling the #range temporalfield range and #get temporalfield get methods will throw an exception . if the field is a chronofield then the query is implemented here.the era field returns true.al...
IpAddress function ( ) { return ipAddress ; }
gets the ip address of a bgp speaker configured on an interface . concode_field_sep IpAddress ipAddress concode_elem_sep ConnectPoint connectPoint concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ConnectPoint connectPoint concode_elem_sep String toString
int function ( ) { return x ; }
method to get the column x value concode_field_sep int x concode_elem_sep int y concode_elem_sep DigitalPicture picture concode_field_sep int correctValue concode_elem_sep Color getColor concode_elem_sep void setAlpha concode_elem_sep int getRow concode_elem_sep int getBlue concode_elem_sep int getBlue concode_elem_sep...
void function ( String arg0 ) { this . dunsNumber = arg0 ; }
sets the value of the dunsnumber property . concode_field_sep BigInteger yearsInBusiness concode_elem_sep BigInteger employeeQty concode_elem_sep String businessNature concode_elem_sep long serialVersionUID concode_elem_sep String estdDate concode_elem_sep String type concode_elem_sep String dunsNumber concode_elem_sep...
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( ) { this . root . setVisible ( false ) ; }
hides this screen concode_field_sep Widget root concode_field_sep void show concode_elem_sep void registerScreen concode_elem_sep void initScreen
void function ( ) { Subscriber < String > loc0 = new TestSubscriber < String > ( ) ; final AtomicLong loc1 = new AtomicLong ( ) ; loc0 . setProducer ( new Producer ( ) { @ Override public void request ( long arg0 ) { loc1 . set ( arg0 ) ; } } ) ; assertEquals ( Long . MAX_VALUE , loc1 . get ( ) ) ; }
should request -1 for infinite concode_field_sep PlaceHolder placeHolder concode_field_sep void testRequestFromDecoupledOperatorThatRequestsN concode_elem_sep void testRequestThroughTakeWhereRequestIsSmallerThanTake concode_elem_sep void testRequestFromDecoupledOperator concode_elem_sep void testRequestThroughMap conco...
void function ( HttpConnection arg0 , long arg1 , TimeUnit arg2 ) { long loc0 = System . currentTimeMillis ( ) ; if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" + loc0 ) ; } connectionToTimes . put ( arg0 , new TimeValues ( loc0 , arg1 , arg2 ) ) ; }
registers the given connection with this handler . the connection will be held until #remove or #closeidleconnections is called . concode_field_sep Map<HttpConnection,TimeValues> connectionToTimes concode_elem_sep long timeAdded concode_elem_sep Log log concode_elem_sep long timeExpires concode_field_sep void closeIdle...
void function ( ) { this . request = null ; this . response = null ; }
reduce to a size that can be kept around for sometime concode_field_sep HttpServletRequest request concode_elem_sep ServiceRef srvRef concode_elem_sep int contentLength concode_elem_sep boolean finishTimeIsSet concode_elem_sep boolean isTransactional concode_elem_sep String message concode_elem_sep Map<String,String> h...
boolean function ( Collection arg0 , Map arg1 ) { return false ; }
by default , do n't provide any copy override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_elem_sep OverrideCopyOperation getOverride...
double function ( final double arg0 , final double arg1 , final double arg2 , final double arg3 ) { return arg1 + discretization . drift ( this , arg0 , arg1 , arg2 ) + discretization . diffusion ( this , arg0 , arg1 , arg2 ) * arg3 ; }
returns position after time interval dt concode_field_sep double x0 concode_elem_sep Discretization discretization concode_field_sep double diffusion concode_elem_sep double getInitialX concode_elem_sep void setInitialX concode_elem_sep double drift
String function ( ) { return this . description ; }
return a description for this parameter . concode_field_sep String name concode_elem_sep int index concode_elem_sep String description concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int getIndex concode_elem_sep void setIndex concode_elem_sep void setDescription
RegionMetadata function ( final String arg0 ) { return LegacyRegionXmlLoadUtils . load ( RegionUtils . class , arg0 ) ; }
loads a set of region metadata from an xml file stored as a resource of the classloader used to load the regionutils class . concode_field_sep RegionMetadata regionMetadata concode_field_sep List<Region> getRegions concode_elem_sep void init concode_elem_sep RegionMetadata getRegionMetadata concode_elem_sep void initia...
void function ( ResultSet arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( SQLException loc0 ) { } catch ( RuntimeException loc0 ) { } } }
close the given jdbc resultset and ignore any thrown exception . this is useful for typical finally blocks in manual jdbc code . concode_field_sep Method springConnectionProxy concode_elem_sep Class springConnectionProxyClass concode_field_sep Connection getConnection concode_elem_sep int getColumnIndexFromColumnName c...
List function ( ) { return styleList ; }
gets a list of available theme names that can be applied . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_elem_sep String ROY...
boolean function ( ) { return ! advanceToEligibleSample ( ) ; }
true if at least one sample can be read from the queue . false otherwise . concode_field_sep MediaFormat format concode_elem_sep long lastReadTimeUs concode_elem_sep long largestParsedTimestampUs concode_elem_sep boolean needKeyframe concode_elem_sep SampleHolder sampleInfoHolder concode_elem_sep RollingSampleBuffer ro...
NameIDType function ( ) { return issuer ; }
gets the value of the issuer property . concode_field_sep String actor concode_elem_sep IDPListType idpList concode_elem_sep Boolean mustUnderstand concode_elem_sep Boolean isPassive concode_elem_sep NameIDType issuer concode_elem_sep String providerName concode_field_sep void setIDPList concode_elem_sep void setProvid...
java . lang . String function ( ) { return description ; }
gets the description value for this wsmenu . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.mdm.webservice.WSMenuEntry[] menuEntries concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_el...
boolean function ( ) { return readOnly ; }
checks whether this file is a read only or not concode_field_sep int resourceId concode_elem_sep double cost concode_elem_sep String ownerName concode_elem_sep int size concode_elem_sep long creationTime concode_elem_sep String name concode_elem_sep int checksum concode_elem_sep boolean masterCopy concode_elem_sep bool...
GraphicsNode function ( ) { return rootGN ; }
returns the gvt tree associated with this renderer concode_field_sep AffineTransform usr2dev concode_elem_sep int offScreenWidth concode_elem_sep boolean isDoubleBuffered concode_elem_sep int IMAGE_TYPE concode_elem_sep RenderingHints renderingHints concode_elem_sep RenderingHints defaultRenderingHints concode_elem_sep...
Party function ( ) { return responsibleParty ; }
gets the value of the responsibleparty property . concode_field_sep List<AssociatedAccount> associatedAccounts concode_elem_sep Party responsibleParty concode_field_sep List<AssociatedAccount> getAssociatedAccounts concode_elem_sep void setResponsibleParty
void function ( String arg0 , ParameterType arg1 , String arg2 ) { parameters . put ( arg0 , new Parameter ( arg0 , arg1 , arg2 ) ) ; }
add a optional parameter . concode_field_sep ParameterType paramType concode_elem_sep String usage concode_elem_sep String name concode_elem_sep Map<String,Parameter> parameters concode_elem_sep String value concode_elem_sep boolean mandatory concode_field_sep String get concode_elem_sep List<String> filterMonadics con...
void function ( int arg0 ) { this . id = arg0 ; }
for serialization purposes only concode_field_sep String identifier concode_elem_sep RedmineProject parent concode_elem_sep String name concode_elem_sep int id concode_field_sep RedmineProject getParent concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep String getIdentifier concode_elem_sep ...
int function ( ) { return col ; }
access the callout 's column . concode_field_sep int line concode_elem_sep int col concode_elem_sep Element area concode_elem_sep int callout concode_field_sep int getLine concode_elem_sep int getCallout concode_elem_sep int compareTo concode_elem_sep Element getArea
void function ( ) { ++ buildCount ; currentBuildStart = timeProvider . getCurrentTime ( ) ; }
informs the stats that build started concode_field_sep TimeProvider timeProvider concode_elem_sep MemoryInfo memory concode_elem_sep Clock totalTime concode_elem_sep long allBuildsTime concode_elem_sep long currentBuildStart concode_elem_sep int currentPerformance concode_elem_sep int buildCount concode_field_sep void ...
void function ( AuthorizationService arg0 , List < IAction > arg1 , RepoPath arg2 , boolean arg3 ) { if ( arg3 && ! NamingUtils . isSystem ( arg2 . getPath ( ) ) && arg0 . canDeployToLocalRepository ( ) ) { arg1 . add ( new BaseArtifact ( "srini_string" ) ) ; } }
populate move action concode_field_sep String repoKey concode_elem_sep List<IAction> actions concode_elem_sep String path concode_elem_sep List<INode> childrens concode_elem_sep String repoType concode_elem_sep List<IArtifactInfo> tabs concode_elem_sep boolean local concode_elem_sep boolean hasChild concode_elem_sep St...
XContent function ( XContentType arg0 ) { return arg0 . xContent ( ) ; }
returns the org.elasticsearch.common.xcontent.xcontent for the provided content type . concode_field_sep int GUESS_HEADER_LENGTH concode_field_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder cborBuilder concode_elem_sep XContentBuilder cborBuilder conc...
java . util . List < String > function ( ) { if ( items == null ) { items = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return items ; }
a complex type that lists the active cloudfront key pairs , if any , that are associated with awsaccountnumber . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.SdkInternalList<String> items concode_field_sep Integer getQuantity concode_elem_sep void setQuantity concode_elem_sep int hashCode ...
void function ( String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } synchronized ( this ) { Bitmap loc0 = map . remove ( arg0 ) ; if ( loc0 != null ) { size -= sizeOf ( arg0 , loc0 ) ; } } }
removes the entry for key if it exists . concode_field_sep int size concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<String,Bitmap> map concode_field_sep void trimToSize concode_elem_sep int sizeOf concode_elem_sep Collection<String> keys concode_elem_sep Bitmap get concode_elem_sep void clear concode_elem_s...
void function ( final String arg0 ) { Assert . isTrue ( UrlUtils . isValidRedirectUrl ( arg0 ) , "srini_string" + arg0 + "srini_string" ) ; this . defaultFailureUrl = arg0 ; }
the url which will be used as the failure destination . concode_field_sep Log logger concode_elem_sep boolean forwardToDestination concode_elem_sep RedirectStrategy redirectStrategy concode_elem_sep String defaultFailureUrl concode_elem_sep boolean allowSessionCreation concode_field_sep RedirectStrategy getRedirectStra...
java . lang . Integer function ( java . lang . Integer arg0 ) { setId ( arg0 ) ; return null ; }
ejbcreate concode_field_sep javax.ejb.EntityContext myEntityCtx concode_field_sep void ejbLoad concode_elem_sep void unsetEntityContext concode_elem_sep java.util.Collection getUser concode_elem_sep void ejbPostCreate concode_elem_sep void ejbPostCreate concode_elem_sep void ejbStore concode_elem_sep java.lang.Integer ...
Uri function ( Context arg0 , int arg1 , int arg2 , String arg3 ) { File loc0 = getOutputMediaFile ( arg0 , arg1 , arg2 , arg3 ) ; if ( loc0 != null ) return Uri . fromFile ( loc0 ) ; return null ; }
a convenience function for getting a uri to an output file instead of a file reference . concode_field_sep String LOG_TAG concode_elem_sep int SECURITY_PUBLIC concode_elem_sep int MEDIA_TYPE_IMAGE concode_elem_sep int MEDIA_TYPE_AUDIO concode_elem_sep int MEDIA_TYPE_TEXT concode_elem_sep int SECURITY_PRIVATE concode_fi...
float function ( int arg0 ) { Pointer loc0 = getPointer ( arg0 ) ; return loc0 != null ? loc0 . yVelocity : 0 ; }
retrieve the last computed y velocity . you must first call #computecurrentvelocity int before calling this function . concode_field_sep Pointer next concode_elem_sep int generation concode_elem_sep String TAG concode_elem_sep Pool<VelocityTracker> sPool concode_elem_sep VelocityTracker mNext concode_elem_sep boolean D...
boolean function ( ) { return this . loggedOutAlready ; }
return if the service is already logged out . concode_field_sep Principal principal concode_elem_sep boolean loggedOutAlready concode_elem_sep ValidationResponseType format concode_elem_sep String artifactId concode_elem_sep String id concode_elem_sep String originalUrl concode_elem_sep Logger LOGGER concode_elem_sep l...
String function ( List < String > arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return "srini_string" ; } return arrayToCommaDelimitedString ( arg0 . toArray ( ) ) ; }
convert a list of strings to a csv format . concode_field_sep String LINEFEED concode_field_sep String nullIfEmpty concode_elem_sep boolean isLowerCase concode_elem_sep String[] convertCsvToStringArray concode_elem_sep List<String> convertCsvToStringList concode_elem_sep String getLF concode_elem_sep boolean containsIg...
Long function ( ) { return uoid ; }
gets the value of the uoid property . concode_field_sep String password concode_elem_sep Long uoid concode_elem_sep String token concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setToken concode_elem_sep void setUoid concode_elem_sep String getToken
boolean function ( ) { return isStillRunning ; }
returns true if this event was still ongoing at the time the event was logged , which can happen for deadlocks . concode_field_sep long totalDuration concode_elem_sep boolean isStillRunning concode_elem_sep boolean isStarvedAwake concode_elem_sep boolean isStarvedAsleep concode_elem_sep StackSample[] stackTraceSamples ...
void function ( int arg0 ) { this . n_t = arg0 ; }
sets the severity of change . concode_field_sep int n_t concode_elem_sep long serialVersionUID concode_elem_sep int tau concode_elem_sep ContinuousFunction dmop2_f1 concode_elem_sep int tau_t concode_elem_sep FunctionOptimisationProblem dmop2_g_problem concode_elem_sep ContinuousFunction dmop2_g concode_elem_sep Functi...
int function ( String arg0 , int arg1 ) { int loc0 = arg0 . length ( ) ; int loc1 = arg1 ; for ( ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) != ' ' ) { break ; } } return loc1 ; }
skips any spaces at or after start and returns the index of first non-space character ; concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rTrimSize concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String ...
void function ( Map < String , Map < String , Object >> arg0 ) { builder . pi ( arg0 ) ; }
produce an xml processing instruction in the output . for example : mkp.pi `` xml-stylesheet '' : href : `` mystyle.css '' , type : `` text/css '' concode_field_sep MarkupBuilder builder concode_field_sep void xmlDeclaration concode_elem_sep void yield concode_elem_sep void yield concode_elem_sep void comment concode_e...
Thread function ( Thread arg0 , String arg1 , Closure arg2 ) { return createThread ( arg1 , false , arg2 ) ; }
start a thread with a given name and the given closure as a runnable instance . concode_field_sep PlaceHolder placeHolder concode_field_sep void sleep concode_elem_sep void sleep concode_elem_sep Thread createThread concode_elem_sep Matcher getLastMatcher concode_elem_sep Date parseToStringDate concode_elem_sep long cu...
void function ( int arg0 , int arg1 ) { Body loc0 = equip . search ( arg0 , arg1 ) ; if ( loc0 == null ) return ; if ( loc0 . getColor ( ) == GameColor . BLUE ) { items = pickSortItems ( arg0 , arg1 ) ; return ; } end = new Point ( arg0 , arg1 ) ; map . setData ( Page . P10 , arg0 , arg1 , T_ERASE ) ; map . setData ( P...
remove chara concode_field_sep boolean sortf concode_elem_sep int COL_CHARA2 concode_elem_sep int T_FREE concode_elem_sep Point ps concode_elem_sep int T_PASTE concode_elem_sep int OFFSET_ITEM concode_elem_sep MapWorks mw concode_elem_sep List<Body> equips concode_elem_sep int T_ERASE concode_elem_sep int T_STORE conco...
boolean function ( ) { return failure != null ; }
is this a failed execution ? concode_field_sep TermVectorsResponse response concode_elem_sep MultiTermVectorsResponse.Failure failure concode_field_sep void writeTo concode_elem_sep String getIndex concode_elem_sep void readFrom concode_elem_sep String getType concode_elem_sep TermVectorsResponse getResponse concode_el...
int function ( ) { return layer ; }
get the audio layer code . concode_field_sep int MPEG_V2_5 concode_elem_sep int MPEG_V1 concode_elem_sep int MPEG_V2 concode_elem_sep int length concode_elem_sep int LAYER_1 concode_elem_sep int LAYER_2 concode_elem_sep int LAYER_3 concode_elem_sep String version concode_elem_sep int sampleRate concode_elem_sep int ver...
boolean function ( ) { return hasResourceID ( ) || hasLineNumber ( ) || hasColumnNumber ( ) ; }
simple method to check if resource id , line number , column number or field name is present . concode_field_sep int ILLEGAL_NUMBER concode_field_sep boolean hasResourceID concode_elem_sep int getLineNumber concode_elem_sep String getResourceID concode_elem_sep boolean hasColumnNumber concode_elem_sep int getColumnNumb...
void function ( String arg0 ) { this . userName = arg0 ; }
sets the value of the username property . concode_field_sep String password concode_elem_sep String domainName concode_elem_sep ManagedObjectReference _this concode_elem_sep String userName concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setPassword concode_elem_sep ...
double function ( ) { return this . x ; }
returns the x coordinates of this vector . concode_field_sep double x concode_elem_sep double y concode_field_sep Vector2D minus concode_elem_sep Vector2D rotate concode_elem_sep double dot concode_elem_sep double dot concode_elem_sep double cross concode_elem_sep double cross concode_elem_sep Vector2D opposite concode...
TransactionInfoType function ( ) { return transactionInfo ; }
gets the value of the transactioninfo property . concode_field_sep HeaderInfoType headerInfo concode_elem_sep CardHolderInfoType cardholderInfo concode_elem_sep List<LineInfoType> lineInfo concode_elem_sep ShippingInfoType shippingInfo concode_elem_sep MetaTagsType metaTags concode_elem_sep long serialVersionUID concod...