code
stringlengths
20
663
nl
stringlengths
68
7.19k
org . topcased . gpm . business . fields . FieldSummaryData [ ] function ( ) { return this . fieldSummaryDatas ; }
get the fieldsummarydatas concode_field_sep org.topcased.gpm.business.fields.FieldSummaryData[] fieldSummaryDatas concode_elem_sep java.lang.String i18nName concode_elem_sep int displayOrder concode_elem_sep boolean opened concode_elem_sep long serialVersionUID concode_elem_sep java.lang.String labelKey concode_elem_se...
boolean function ( char arg0 ) { return inverse [ arg0 ] != - 1 ; }
returns true if the argument is a character in this alphabet . concode_field_sep int[] inverse concode_elem_sep Alphabet DECIMAL concode_elem_sep Alphabet HEXADECIMAL concode_elem_sep Alphabet LOWERCASE concode_elem_sep char[] alphabet concode_elem_sep Alphabet BASE64 concode_elem_sep Alphabet EXTENDED_ASCII concode_el...
void function ( final String arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } registeredSpecs . remove ( arg0 . toLowerCase ( Locale . ENGLISH ) ) ; }
unregisters the cookiespecfactory with the given id . concode_field_sep ConcurrentHashMap<String,CookieSpecFactory> registeredSpecs concode_field_sep CookieSpec getCookieSpec concode_elem_sep CookieSpec getCookieSpec concode_elem_sep void setItems concode_elem_sep List<String> getSpecNames concode_elem_sep void registe...
String function ( ) { return token ; }
get the user token for the resource . concode_field_sep long lastUpdated concode_elem_sep String name concode_elem_sep long id concode_elem_sep String contentType concode_elem_sep String uuid concode_elem_sep String token concode_field_sep void setName concode_elem_sep void setUiid concode_elem_sep String getName conco...
void function ( ) { _edits . clear ( ) ; }
clears all registered insertions and removals . concode_field_sep int pos concode_elem_sep List<Edit> _edits concode_field_sep void apply concode_elem_sep void apply concode_elem_sep void insert concode_elem_sep String insert concode_elem_sep String fileToString concode_elem_sep int skip concode_elem_sep int compareTo ...
void function ( ) { String loc0 = null ; String loc1 = null ; }
logs user into the system concode_field_sep UserApi api concode_field_sep void getUserByNameTest concode_elem_sep void createUserTest concode_elem_sep void createUsersWithListInputTest concode_elem_sep void deleteUserTest concode_elem_sep void logoutUserTest concode_elem_sep void createUsersWithArrayInputTest concode_e...
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...
void function ( ) { }
called when an interstitial page gets detached from the tab content . concode_field_sep WeakReference<WebContents> mWebContents concode_field_sep void wasShown concode_elem_sep void documentLoadedInFrame concode_elem_sep void didFailLoad concode_elem_sep void didStartNavigationToPendingEntry concode_elem_sep void rende...
void function ( float arg0 , float arg1 ) { }
callback method called when #resize float , float is executed . concode_field_sep float mHeight concode_elem_sep float mWidth concode_field_sep float getHeight concode_elem_sep Shape clone concode_elem_sep void resize concode_elem_sep float getWidth concode_elem_sep void draw concode_elem_sep boolean hasAlpha
void function ( Object arg0 ) { Runnable loc0 = new MsgRunnable ( arg0 ) ; sendHandler . post ( loc0 ) ; }
send an object to this networkobjectpasser object . this will have the effect of getting the object sent across the network concode_field_sep boolean ready concode_elem_sep Handler sendHandler concode_elem_sep int port concode_elem_sep Object obj concode_elem_sep Queue<Object> objQueue concode_elem_sep String ipAddress...
void function ( final PrintWriter arg0 ) { if ( ! wasOutput && searchPath != null && ! searchPath . isEmpty ( ) ) { arg0 . println ( ) ; arg0 . println ( searchPath ) ; wasOutput = true ; } }
outputs search path if it was not output yet . concode_field_sep String searchPath concode_elem_sep boolean wasOutput concode_field_sep placeholderType placeHolder
void function ( ) { Assert . assertEquals ( Constants . KB * 2L , mInfo . getUsedBytes ( ) ) ; mInfo . updateUsedBytes ( "srini_string" , Constants . KB * 2L ) ; Assert . assertEquals ( Constants . KB * 3L , mInfo . getUsedBytes ( ) ) ; Assert . assertEquals ( Constants . KB * 2L , ( long ) mInfo . getUsedBytesOnTiers ...
tests the masterworkerinfo #updateusedbytes string , long method . concode_field_sep Map<String,Long> TOTAL_BYTES_ON_TIERS concode_elem_sep StorageTierAssoc GLOBAL_STORAGE_TIER_ASSOC concode_elem_sep Map<String,Long> USED_BYTES_ON_TIERS concode_elem_sep ExpectedException mThrown concode_elem_sep MasterWorkerInfo mInfo ...
void function ( Socket arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } }
closes socket , ignoring any checked exceptions . does nothing if socket is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY co...
void function ( MDSequence arg0 , int arg1 ) { while ( levels . size ( ) <= arg1 ) { levels . add ( new ArrayList < MDSequence > ( ) ) ; } levels . get ( arg1 ) . add ( arg0 ) ; sequencesCount ++ ; }
add a md-sequence to this structure concode_field_sep int sequencesCount concode_elem_sep String name concode_elem_sep List<List<MDSequence>> levels concode_field_sep List<MDSequence> getLevel concode_elem_sep int size concode_elem_sep String toString concode_elem_sep void recalculateSize concode_elem_sep void printPat...
void function ( ResourceType arg0 ) { this . templateRef = arg0 ; }
sets the value of the templateref property . concode_field_sep JspxPages jspxPages concode_elem_sep ResourceType templateRef concode_elem_sep Beans beans concode_field_sep void setBeans concode_elem_sep JspxPages getJspxPages concode_elem_sep void setJspxPages concode_elem_sep ResourceType getTemplateRef concode_elem_s...
Image function ( ) { Display loc0 = Display . getCurrent ( ) ; switch ( reason . getSeverity ( ) ) { case IStatus . ERROR : return loc0 . getSystemImage ( SWT . ICON_ERROR ) ; case IStatus . WARNING : return loc0 . getSystemImage ( SWT . ICON_WARNING ) ; default : return loc0 . getSystemImage ( SWT . ICON_INFORMATION )...
return the image for the upper-left corner of this part concode_field_sep boolean showingDetails concode_elem_sep IStatus reason concode_elem_sep Button detailsButton concode_elem_sep String LOG_VIEW_ID concode_elem_sep Composite detailsArea concode_elem_sep Control details concode_field_sep String getStackTrace concod...
boolean function ( ) { org . sakaiproject . citation . api . ConfigurationService loc0 = getInstance ( ) ; if ( loc0 == null ) { return false ; } return loc0 . isDatabaseHierarchyXmlAvailable ( ) ; }
is the database hierarchy xml file provided and readable concode_field_sep org.sakaiproject.citation.api.ConfigurationService m_instance concode_field_sep String getSiteConfigExtendedRepositoryId concode_elem_sep String getConfigurationXml concode_elem_sep void setExternalSearchUrl concode_elem_sep boolean isCitationsE...
void function ( FacesContext arg0 , UIComponent arg1 ) { apply ( arg0 , arg1 , null , null , null ) ; }
apply css changes to the rendered componenent concode_field_sep String CSS_UPDATE_FIELD concode_elem_sep String cssString concode_elem_sep Logger log concode_elem_sep String DISPLAY_ON concode_elem_sep String DISPLAY_OFF concode_elem_sep String lastCssString concode_field_sep boolean equals concode_elem_sep String getL...
File function ( Shell arg0 ) { return showOpenFile ( arg0 , null ) ; }
display a dialog to choose an image file to open concode_field_sep String[] suffixes concode_elem_sep FileDialog fileDialog concode_elem_sep Set<FormatSpecifier> supportedWriters concode_elem_sep List<String> extentionsList concode_elem_sep String id concode_elem_sep Set<FormatSpecifier> supportedReaders concode_field_...
com . liferay . portal . model . ResourceAction function ( com . liferay . portal . model . ResourceAction arg0 ) { return getService ( ) . updateResourceAction ( arg0 ) ; }
updates the resource action in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep ResourceActionLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery ge...
DescribeUserProfilesResult function ( UserProfile ... arg0 ) { if ( this . userProfiles == null ) { setUserProfiles ( new com . amazonaws . internal . SdkInternalList < UserProfile > ( arg0 . length ) ) ; } for ( UserProfile loc0 : arg0 ) { this . userProfiles . add ( loc0 ) ; } return this ; }
a users object that describes the specified users . note : this method appends the values to the existing list if any . use #setuserprofiles java.util.collection or #withuserprofiles java.util.collection if you want to overridethe existing values . concode_field_sep com.amazonaws.internal.SdkInternalList<UserProfile> u...
ByteBuffer function ( SecretKey arg0 , Class < ? > arg1 , String arg2 ) { if ( arg2 == null ) { throw new NullPointerException ( ) ; } MessageAuthCode loc0 = new MessageAuthCode ( MACType . HMACSHA512 , arg0 ) ; try { return loc0 . genMac ( ( arg1 . getName ( ) + arg2 ) . getBytes ( "srini_string" ) ) ; } catch ( Unsup...
derives a bytebuffer that is 512 bits 32 bytes long from the given key using the provided class name and kdfstring concode_field_sep PlaceHolder placeHolder concode_field_sep KeyPair genKeyPair concode_elem_sep SecretKey genSecretKey concode_elem_sep SecretKey getSecretKey concode_elem_sep SecretKey getSecretKey concod...
void function ( String arg0 ) { fLabel = arg0 ; fRotation = verifyRotation ( arg0 , fRotation ) ; recalcDimensions ( ) ; }
sets the label to the given string , updating the orientation as needed and invalidating the layout if the size changes concode_field_sep int[] fCharWidths concode_elem_sep String IN_FAR_TOP_RIGHT concode_elem_sep double NINETY_DEGREES concode_elem_sep int LEGAL_MUST_ROTATE concode_elem_sep String fLabel concode_elem_s...
ContainerInterceptors function ( ) { return new ContainerInterceptors ( ) ; }
create an instance of containerinterceptors concode_field_sep PlaceHolder placeHolder concode_field_sep EjbRef createEjbRef concode_elem_sep ResourceEnvRef createResourceEnvRef concode_elem_sep Interceptor createInterceptor concode_elem_sep ActivationConfigProperty createActivationConfigProperty concode_elem_sep Activa...
void function ( Integer arg0 ) { this . quantity = arg0 ; }
the number of origins for this distribution . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.SdkInternalList<Origin> items concode_field_sep java.util.List<Origin> getItems concode_elem_sep Integer getQuantity concode_elem_sep int hashCode concode_elem_sep void setItems concode_elem_sep bool...
void function ( long arg0 ) { synchronized ( this ) { if ( collectedEvents . size ( ) > 0 ) return ; try { wait ( arg0 ) ; } catch ( InterruptedException loc0 ) { logger . debug ( "srini_string" , loc0 ) ; } } }
blocks until at least one event is received or until waitfor miliseconds pass whichever happens first . concode_field_sep List<EventObject> collectedEvents concode_elem_sep Logger logger concode_field_sep void messageReceived concode_elem_sep void messageDeliveryFailed concode_elem_sep void messageDelivered
Pattern function ( String arg0 ) { return Pattern . compile ( URIPattern . escape ( arg0 ) ) ; }
escapes the query string and compiles the given regular expression into a value . concode_field_sep PlaceHolder placeHolder concode_field_sep String escape
LocalTransaction function ( ) { throw new NotSupportedException ( "srini_string" ) ; }
returns an javax.resource.spi.localtransaction instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection conc...
void function ( Calendar arg0 , long arg1 ) { arg0 . setTimeInMillis ( arg1 ) ; }
sets the time in the given calendar using the given milliseconds value ; wrapper method to allow use of more efficient jdk1 .4 method on jdk1 .4 was protected in earlier versions . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateForma...
String function ( String arg0 , String arg1 ) { return formatDate ( parseDate ( arg0 , arg1 ) , arg1 ) ; }
format date string concode_field_sep String DATE_PATTERN_YMD_SLASH concode_elem_sep String DATE_TIME_PATTERN_YMD_HMS_SLASH concode_elem_sep String DATE_PATTERN_YMD_DASH concode_elem_sep String DATE_PATTERN_DMY_DASH concode_elem_sep String DATE_TIME_PATTERN_DMY_HMS_SLASH concode_elem_sep String DATE_PATTERN_DMY_FLAT con...
UpdateByteMatchSetResult function ( String arg0 ) { setChangeToken ( arg0 ) ; return this ; }
the changetoken that you used to submit the updatebytematchset request . you can also use this value to query the status of the request . for more information , see getchangetokenstatus . concode_field_sep String changeToken concode_field_sep void setChangeToken concode_elem_sep int hashCode concode_elem_sep boolean eq...
CertPathValidator function ( String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } Engine . SpiAndProvider loc0 = ENGINE . getInstance ( arg0 , null ) ; return new CertPathValidator ( ( CertPathValidatorSpi ) loc0 . spi , loc0 . provider , arg0 ) ; }
returns a new certification path validator for the specified algorithm . concode_field_sep String SERVICE concode_elem_sep String DEFAULTPROPERTY concode_elem_sep Engine ENGINE concode_elem_sep String PROPERTYNAME concode_elem_sep Provider provider concode_elem_sep CertPathValidatorSpi spiImpl concode_elem_sep String a...
void function ( final ServerName arg0 ) { Set < ServerName > loc0 = new HashSet < ServerName > ( ) ; loc0 . add ( arg0 ) ; splitMetaLog ( loc0 ) ; }
specialized method to handle the splitting for meta wal concode_field_sep boolean fsOk concode_elem_sep PathFilter NON_META_FILTER concode_elem_sep Path oldLogDir concode_elem_sep Lock splitLogLock concode_elem_sep Path rootDir concode_elem_sep Configuration conf concode_elem_sep MasterServices services concode_elem_se...
JarEntryData function ( JarFile arg0 , InputStream arg1 ) { byte [ ] loc0 = new byte [ 46 ] ; if ( ! Bytes . fill ( arg1 , loc0 ) ) { return null ; } return new JarEntryData ( arg0 , loc0 , arg1 ) ; }
create a new jarentrydata instance from the specified input stream . concode_field_sep SoftReference<JarEntry> entry concode_elem_sep AsciiBytes SLASH concode_elem_sep long LOCAL_FILE_HEADER_SIZE concode_elem_sep RandomAccessData data concode_elem_sep byte[] extra concode_elem_sep long localHeaderOffset concode_elem_se...
FloatBuffer function ( float arg0 [ ] ) { return new ReadWriteFloatArrayBuffer ( arg0 ) ; }
returns a new float buffer based on the specified float array . concode_field_sep PlaceHolder placeHolder concode_field_sep DoubleBuffer newDoubleBuffer concode_elem_sep DoubleBuffer newDoubleBuffer concode_elem_sep LongBuffer newLongBuffer concode_elem_sep LongBuffer newLongBuffer concode_elem_sep IntBuffer newIntBuff...
void function ( ReconciliationOrderReportPage arg0 ) { this . rval = arg0 ; }
sets the value of the rval property . concode_field_sep ReconciliationOrderReportPage rval concode_field_sep ReconciliationOrderReportPage getRval
int function ( ) { return play . api . test . Helpers . testServerPort ( ) ; }
override this method to setup the port to use . concode_field_sep Application app concode_elem_sep int port concode_elem_sep TestServer testServer concode_field_sep void startServer concode_elem_sep void stopServer concode_elem_sep Application provideApplication concode_elem_sep FakeApplication provideFakeApplication
int function ( long arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { getOctalBytes ( arg0 , arg1 , arg2 , arg3 ) ; arg1 [ arg2 + arg3 - 1 ] = ( byte ) ' ' ; arg1 [ arg2 + arg3 - 2 ] = 0 ; return arg2 + arg3 ; }
parse the checksum octal integer from a header buffer . concode_field_sep int BYTE_MASK concode_field_sep long computeCheckSum concode_elem_sep StringBuffer parseName concode_elem_sep int getNameBytes concode_elem_sep long parseOctal concode_elem_sep int getOctalBytes concode_elem_sep int getLongOctalBytes
void function ( Long arg0 ) { this . defaultValue = arg0 ; }
a value to use for the field if the field is n't specified for a document . concode_field_sep String sourceFields concode_elem_sep Boolean returnEnabled concode_elem_sep Long defaultValue concode_elem_sep Boolean facetEnabled concode_elem_sep Boolean searchEnabled concode_field_sep IntArrayOptions withSearchEnabled con...
void function ( Integer arg0 ) { this . startIndex = arg0 ; }
sets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<BaseRate> results concode_field_sep Integer getStartIndex concode_elem_sep void setTotalResultSetSize concode_elem_sep List<BaseRate> getResults concode_elem_sep Integer get...
void function ( ) { m_row = - 1 ; }
invalidates this tuple . called by an enclosing table when a row is deleted . concode_field_sep int m_row concode_elem_sep Table m_table concode_field_sep boolean canSetInt concode_elem_sep boolean canSetFloat concode_elem_sep String getColumnName concode_elem_sep double getDouble concode_elem_sep double getDouble conc...
SubstitutionMatrix < AminoAcidCompound > function ( ) { return getAminoAcidCompoundSubstitutionMatrix ( "srini_string" ) ; }
returns pam 250 matrix by dayhoff concode_field_sep Map<String,SubstitutionMatrix<AminoAcidCompound>> aminoAcidMatrices concode_elem_sep Map<String,SubstitutionMatrix<NucleotideCompound>> nucleotideMatrices concode_field_sep SubstitutionMatrix<AminoAcidCompound> getMatrixFromAAINDEX concode_elem_sep InputStreamReader g...
Agent function ( ) { prevAffected = 0 ; return agents [ nextAffected [ prevAffected ] ] ; }
returns first affected agent or null if none . concode_field_sep LockFreePool<Distribution> POOL concode_elem_sep int mSpins concode_elem_sep int TX_SWEEP_DIST_FLAG concode_elem_sep SubMatrix[] subs concode_elem_sep int NEXT concode_elem_sep AgentProcessor[] processors concode_elem_sep RecordBuffer removeBuffer concode...
void function ( UnloadTenantTask arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" + arg0 . getClass ( ) . getName ( ) + "srini_string" + "srini_string" ) ; } unloadTenantTasks . add ( arg0 ) ; }
method to register a task that will be executed when a tenant is unloaded . concode_field_sep String CARBON_AUTHENTICATION_UTIL_CLASS concode_elem_sep Map<Integer,ArrayList<WeakReference<CarbonContextHolderBase>>> contextHolderList concode_elem_sep int tenantId concode_elem_sep AtomicReference<DiscoveryService> discove...
void function ( Object [ ] arg0 ) { assert arg0 != null ; synchronized ( this ) { if ( this . data . length < arg0 . length ) this . data = Arrays . copyOf ( this . data , arg0 . length ) ; for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] != null ) this . data [ loc0 ] = arg0 [ loc0 ] ; } } }
copies all metadata from given map . concode_field_sep int key concode_elem_sep Object[] data concode_field_sep V addMeta concode_elem_sep void removeAllMeta concode_elem_sep void writeExternalMeta concode_elem_sep void readExternalMeta concode_elem_sep V meta concode_elem_sep V addMetaIfAbsent concode_elem_sep V addMe...
void function ( String arg0 ) { this . ticklerContents = arg0 ; }
setter method concode_field_sep String ticklerName concode_elem_sep List<TicklerVO> circleNameList concode_elem_sep boolean editCapability concode_elem_sep String circleName concode_elem_sep int ticklerId concode_elem_sep String description concode_elem_sep String ticklerContents concode_elem_sep boolean viewCapability...
void function ( ) { points . clear ( ) ; }
clear all data , prepare for more tests . concode_field_sep TaskStats currentStats concode_elem_sep int nextTaskRunNum concode_elem_sep ArrayList<TaskStats> points concode_field_sep TaskStats markTaskStart concode_elem_sep List<TaskStats> taskStats concode_elem_sep TaskStats getCurrentStats concode_elem_sep void markTa...
void function ( final MPDStatus arg0 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . JELLY_BEAN_MR2 ) { mSeekBar . updateSeekTime ( arg0 . getElapsedTime ( ) ) ; } getRemoteState ( arg0 . getState ( ) ) ; }
used to keep the state updated . concode_field_sep String TAG concode_elem_sep AudioManager mAudioManager concode_elem_sep RemoteControlSeekBarHandler mSeekBar concode_elem_sep ComponentName mMediaButtonReceiverComponent concode_elem_sep RemoteControlClient mRemoteControlClient concode_elem_sep boolean mIsMediaPlayerBu...
void function ( Object arg0 , final String arg1 ) { FableLogger . error ( generateIDMessage ( arg0 , arg1 ) ) ; Display . getDefault ( ) . asyncExec ( new Runnable ( ) { public void run ( ) { MessageDialog . openError ( null , "srini_string" , arg1 ) ; } } ) ; }
displays an error messagedialog using asyncexec and writes an error entry to the fable log . concode_field_sep String LS concode_field_sep String generateIDMessage concode_elem_sep int questionMsg concode_elem_sep void excTraceMsg concode_elem_sep void excMsg concode_elem_sep String getExtension concode_elem_sep String...
void function ( Object arg0 ) { this . writer . write ( arg0 . toString ( ) ) ; }
write the string representation of the record concode_field_sep BufferedWriter writer concode_elem_sep FileSystem fs concode_elem_sep Closer closer concode_field_sep void close concode_elem_sep void open
String function ( ) { return new StringBuilder ( Long . toHexString ( locId ) ) . reverse ( ) . toString ( ) ; }
gets a short string version of this id . use it only for ui where full version is available to the application . concode_field_sep UUID gid concode_elem_sep UUID VM_ID concode_elem_sep AtomicLong cntGen concode_elem_sep long serialVersionUID concode_elem_sep long locId concode_field_sep void writeExternal concode_elem_...
void function ( String arg0 ) { this . text = arg0 ; }
sets the text . concode_field_sep int iconId concode_elem_sep int id concode_elem_sep String text concode_elem_sep String mark concode_field_sep int getIconId concode_elem_sep String getMark concode_elem_sep void setMark concode_elem_sep void setIconId concode_elem_sep String getText concode_elem_sep void setId concode...
NumberRange < ? > function ( ) { return range ; }
returns the target range , or null if none . concode_field_sep MathTransform1D transform concode_elem_sep Unit<?> unit concode_elem_sep NumberRange<?> range concode_elem_sep long serialVersionUID concode_elem_sep Color[] colors concode_field_sep MathTransform1D getSampleToGeophysics concode_elem_sep void setSampleToGeo...
void function ( ) { new LabeledText ( new DefaultSection ( "srini_string" ) , "srini_string" ) . setText ( name ) ; new LabeledText ( "srini_string" ) . setText ( code ) ; setUpDataType ( ) ; }
perform user actions which are required to set up this object in the ui . concode_field_sep String code concode_elem_sep String SHELL_LABEL concode_elem_sep String dataType concode_elem_sep String name concode_field_sep void setUpDataType concode_elem_sep String getName concode_elem_sep String getDataType concode_elem_...
boolean function ( ) { return e . length == 0 ; }
returns true when the array of elements is empty . concode_field_sep IPredicate<E> predicate concode_elem_sep IKeyOrder<E> keyOrder concode_elem_sep E[] e concode_field_sep long rangeCount concode_elem_sep IChunkedOrderedIterator<E> iterator concode_elem_sep IChunkedOrderedIterator<E> iterator concode_elem_sep long rem...
java . lang . String function ( ) { return _guestbook . getUserName ( ) ; }
returns the user name of this guestbook . concode_field_sep Guestbook _guestbook concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.S...
byte [ ] function ( byte [ ] arg0 ) { return encodeQuotedPrintable ( PRINTABLE_CHARS , arg0 ) ; }
encodes an array of bytes into an array of quoted-printable 7-bit characters . unsafe characters are escaped . this function implements a subset of quoted-printable encoding specification rule # 1 and rule # 2 as defined in rfc 1521 and is suitable for encoding binary data and unformatted text . concode_field_sep Strin...
TServerSocket function ( int arg0 ) { return getServerSocket ( arg0 , 0 ) ; }
get a ssl wrapped tserversocket bound to the specified port . in this configuration the default settings are used . default settings are retrieved from system properties that are set . example system properties : - djavax.net.ssl.truststore = - djavax.net.ssl.truststorepassword = password - djavax.net.ssl.keystore = - ...
XmlStringBuilder function ( ) { XmlStringBuilder loc0 = new XmlStringBuilder ( this ) ; loc0 . attribute ( "srini_string" , hash ) . attribute ( "srini_string" , node ) . attribute ( "srini_string" , ver ) ; loc0 . closeEmptyElement ( ) ; return loc0 ; }
. concode_field_sep String node concode_elem_sep String ELEMENT concode_elem_sep String ver concode_elem_sep String NAMESPACE concode_elem_sep String hash concode_field_sep String getHash concode_elem_sep String getNamespace concode_elem_sep String getVer concode_elem_sep CapsExtension from concode_elem_sep String getN...
void function ( ResizeEvent arg0 ) { checkWidgetSize ( ) ; }
called when the browser window is resized . concode_field_sep ResizableWidget widget concode_elem_sep int curOffsetHeight concode_elem_sep int curClientWidth concode_elem_sep Map<ResizableWidget,ResizableWidgetInfo> widgets concode_elem_sep ResizableWidgetCollection staticCollection concode_elem_sep int resizeCheckDela...
void function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 , boolean arg5 , boolean arg6 ) { setValues ( arg0 , arg1 , arg2 , arg3 , arg4 , null , arg5 , arg6 ) ; }
setvalues concode_field_sep String systemId concode_elem_sep String baseSystemId concode_elem_sep String notation concode_elem_sep String name concode_elem_sep boolean inExternal concode_elem_sep String value concode_elem_sep String publicId concode_elem_sep boolean isPE concode_field_sep void clear
ClarionString function ( ) { return new ClarionString ( pwd . toString ( ) ) ; }
get current path concode_field_sep int FA_HIDDEN concode_elem_sep int FA_DIRECTORY concode_elem_sep File pwd concode_elem_sep int FA_READONLY concode_field_sep void deleteFile concode_elem_sep void copyFile concode_elem_sep ClarionString getShortPath concode_elem_sep boolean isFile concode_elem_sep void getDirectoryLis...
void function ( long arg0 ) { JsonObject loc0 = new JsonObject ( ) ; loc0 . addProperty ( "srini_string" , arg0 ) ; lcds . call ( uuid , mode , "srini_string" , new JsonObject ( ) ) ; }
retrieve player info concode_field_sep GameMode mode concode_elem_sep Gson gson concode_elem_sep LcdsServiceProxy lcds concode_elem_sep String SERVICE concode_elem_sep RtmpClient client concode_elem_sep String uuid concode_field_sep void createGroup concode_elem_sep void specifyRole concode_elem_sep void startGroupBuil...
void function ( File arg0 ) { try { if ( arg0 . exists ( ) == false ) { if ( arg0 . mkdirs ( ) == false ) { throw new IOException ( "srini_string" + arg0 . getAbsolutePath ( ) ) ; } } } catch ( java . lang . SecurityException loc0 ) { throw new IOException ( loc0 . toString ( ) ) ; } }
creates a directory , and any necessary parent directories , if it does not exist . throws ioexception upon error . concode_field_sep int CHUNK_SIZE concode_field_sep boolean makeCleanDirectory concode_elem_sep void expandJar
boolean function ( String arg0 , HashMap < String , Boolean > arg1 ) { Boolean loc0 = arg1 . get ( arg0 ) ; return ( loc0 == null ) ? false : loc0 . booleanValue ( ) ; }
check to see if the data associated with the key is required to be populated in the contact object . concode_field_sep String[] whereArgs concode_elem_sep CordovaInterface mApp concode_elem_sep String where concode_elem_sep String LOG_TAG concode_field_sep JSONArray search concode_elem_sep JSONObject getContactById con...
WSUserGroup function ( ) { return group ; }
gets the value of the group property . concode_field_sep String password concode_elem_sep String firstname concode_elem_sep WSDate createdDate concode_elem_sep String phone concode_elem_sep WSDate loginDate concode_elem_sep String project concode_elem_sep String email concode_elem_sep String username concode_elem_sep S...
String function ( String arg0 , String arg1 , Object ... arg2 ) { ResourceBundle loc0 = getBundle ( arg0 ) ; return getMsg ( loc0 , arg1 , arg2 ) ; }
returns the internationalized message by key . concode_field_sep String BUNDLE_FW concode_elem_sep String DEFAULT_FAIL_MSG concode_elem_sep String SUFIX_UNDEFINED concode_field_sep ResourceBundle getBundle
void function ( ShadowMapView arg0 ) { this . shadowMapView = arg0 ; }
non-android accessor that allows the mapview being controlled to be set explicitly . concode_field_sep GeoPoint geoPointAnimatedTo concode_elem_sep ShadowMapView shadowMapView concode_field_sep ShadowMapView getShadowMapView concode_elem_sep int setZoom concode_elem_sep void animateTo concode_elem_sep void animateTo co...
EventType function ( ) { return new EventType ( ) ; }
create an instance of eventtype concode_field_sep QName _Copyright_QNAME concode_field_sep ProteinType.AlternativeName createProteinTypeAlternativeName concode_elem_sep SourceType createSourceType concode_elem_sep EvidencedStringType createEvidencedStringType concode_elem_sep PersonType createPersonType concode_elem_se...
boolean function ( ) { return trading ; }
returns true if trading activity is allowed within this day . positive result assumes that day has at least one trading session . concode_field_sep boolean trading concode_elem_sep Schedule schedule concode_elem_sep List<Session> sessions concode_elem_sep boolean shortDay concode_elem_sep int dayId concode_elem_sep lon...
int function ( ) { return length ; }
/ return the length of the chromosome , which is the end of the last cytoband concode_field_sep int length concode_elem_sep String name concode_elem_sep int index concode_elem_sep List<Cytoband> cytobands concode_field_sep String getName concode_elem_sep int getIndex concode_elem_sep List<Cytoband> getCytobands concode...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
boolean function ( ) { return false ; }
method which determines if the ringbuffer object is empty , and returns a truth value based on the current status . concode_field_sep double[] rb concode_elem_sep int last concode_elem_sep int size concode_elem_sep int first concode_field_sep void enqueue concode_elem_sep int size concode_elem_sep double dequeue concod...
Filter function ( FilterFactoryParams arg0 ) { try { return createFilter ( parseCategories ( arg0 . getArgs ( ) ) ) ; } catch ( ClassNotFoundException loc0 ) { throw new FilterNotCreatedException ( loc0 ) ; } }
creates a org.junit.experimental.categories.categories.categoryfilter given a filterfactoryparams argument . concode_field_sep PlaceHolder placeHolder concode_field_sep List<Class<?>> parseCategories
javax . management . ObjectInstance function ( ) { return new javax . management . ObjectInstance ( objectName . toObjectName ( ) , className ) ; }
utility method to convert this objectinstance to a javax.management.objectinstance instance . concode_field_sep ObjectName objectName concode_elem_sep String className concode_field_sep placeholderType placeHolder
String function ( Object arg0 ) { return toString ( arg0 , START_CHAR , END_CHAR , SEPARATOR , NULL ) ; }
aarray is a possibly-null array whose elements are primitives or objects ; arrays of arrays are also valid , in which case aarray is rendered in a nested , recursive fashion . the default array delimiter '' , '' and start/end characters '' '' and '' '' are used , similar to what abstractcollection.tostring does . conco...
boolean function ( ) { return state == State . INITIALIZED ; }
returns true if the state is initialized . concode_field_sep State state concode_field_sep boolean moveToClosed concode_elem_sep boolean stopped concode_elem_sep boolean canMoveToStarted concode_elem_sep boolean moveToStopped concode_elem_sep boolean stoppedOrClosed concode_elem_sep boolean closed concode_elem_sep bool...
JSONWriter function ( char arg0 , char arg1 ) { if ( this . mode != arg0 ) { throw new JSONException ( arg0 == 'o' ? "srini_string" : "srini_string" ) ; } this . pop ( arg0 ) ; try { this . writer . write ( arg1 ) ; } catch ( IOException loc0 ) { throw new JSONException ( loc0 ) ; } this . comma = true ; return this ; ...
end something . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep char stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter endArray concode_elem_sep JSONWriter val...
String function ( ) { return name ; }
get the descriptor 's name . concode_field_sep long signature concode_elem_sep List<HKXMemberTemplate> members concode_elem_sep String name concode_field_sep List<HKXMemberTemplate> getMemberTemplates concode_elem_sep long getSignature
Map function ( String arg0 ) { if ( parent != null ) { Map loc0 = parent . processTagProperty ( arg0 ) ; return this . addIndex ( ( String ) loc0 . get ( PROCESS_STRING ) , ( ( Integer ) loc0 . get ( PROCESS_INDEX ) ) . intValue ( ) ) ; } else { return this . addIndex ( arg0 , 0 ) ; } }
replaces value of a tag property to match it 's value with current iteration and all other iterations . concode_field_sep boolean allowNext concode_elem_sep boolean someSubElementsHaveContent concode_elem_sep IterateContext parent concode_elem_sep Iterator iterator concode_elem_sep boolean isFinal concode_elem_sep Stri...
void function ( Integer arg0 ) { this . month = arg0 ; }
sets the value of the month property . concode_field_sep Integer month concode_elem_sep Integer year concode_elem_sep Long count concode_field_sep Integer getYear concode_elem_sep Integer getMonth concode_elem_sep void setYear concode_elem_sep Long getCount concode_elem_sep void setCount
ShardId function ( ) { return shardId ; }
returns the locks shards id . concode_field_sep ShardId shardId concode_elem_sep AtomicBoolean closed concode_field_sep boolean isOpen concode_elem_sep String toString concode_elem_sep void closeInternal concode_elem_sep void close
void function ( EnumCounters < StorageType > arg0 ) { this . quota . setTypeSpaces ( arg0 ) ; }
set storage type quota in a batch . only used by fsimage load concode_field_sep long DEFAULT_STORAGE_SPACE_QUOTA concode_elem_sep QuotaCounts quota concode_elem_sep QuotaCounts usage concode_elem_sep long DEFAULT_NAMESPACE_QUOTA concode_field_sep String storagespaceString concode_elem_sep Builder typeQuotas concode_ele...
long function ( ) { return lowerPart ; }
gets the lower 64 bits of the id . concode_field_sep Random RND concode_elem_sep long lowerPart concode_elem_sep int SIZE concode_elem_sep String toString concode_elem_sep long serialVersionUID concode_elem_sep int SIZE_OF_LONG concode_elem_sep long upperPart concode_field_sep void read concode_elem_sep int hashCode co...
void function ( ) { for ( int loc0 = 0 ; loc0 < BANDS ; loc0 ++ ) { settings [ loc0 ] = 0.0f ; } }
sets all bands to 0.0 concode_field_sep float[] settings concode_elem_sep Equalizer PASS_THRU_EQ concode_elem_sep float BAND_NOT_PRESENT concode_elem_sep int BANDS concode_field_sep void setFrom concode_elem_sep void setFrom concode_elem_sep void setFrom concode_elem_sep float getBand concode_elem_sep float getBand con...
void function ( Boolean arg0 ) { this . inputDisplayValue = arg0 ; }
true to set raw value of input fields default : false concode_field_sep Map<String,Class<?>> models concode_elem_sep String oauthClientId concode_elem_sep String oauthTokenUrl concode_elem_sep String resource concode_elem_sep String oauthClientSecret concode_elem_sep Boolean suppressAutoSysField concode_elem_sep String...
void function ( String arg0 ) { this . inFile = new ExifInterface ( arg0 ) ; }
the file before it is compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focalLengt...
byte [ ] function ( ) { return Utilities . copyOf ( deviceToken ) ; }
returns the binary representation of the device token . concode_field_sep int nextId concode_elem_sep int identifier concode_elem_sep int MAXIMUM_EXPIRY concode_elem_sep byte[] payload concode_elem_sep Date MAXIMUM_DATE concode_elem_sep int expiry concode_elem_sep byte COMMAND concode_elem_sep byte[] deviceToken concod...
Row function ( ) { return this ; }
returns the row object that currently represents the same database row . in current implementations of row , this is always the same as the this object for memory tables , but could be a different object for cachedrow or cacheddatarow implementation . for example the row object that represents a given database row can ...
Object function ( long arg0 , long arg1 ) { try { return Math . floorMod ( arg0 , arg1 ) ; } catch ( ArithmeticException loc0 ) { return loc0 ; } }
invoke floordiv and return the result or any exception . concode_field_sep int errors concode_field_sep void testLongFloorDivMod concode_elem_sep void testLongFloorDivMod concode_elem_sep void fail concode_elem_sep void testLongFloorMod concode_elem_sep void testLongFloorDiv concode_elem_sep boolean resultEquals concod...
void function ( ) { }
performs any pending maintenance operations needed by the cache . concode_field_sep PlaceHolder placeHolder concode_field_sep V get concode_elem_sep void clear concode_elem_sep void put
int function ( Column arg0 ) { int loc0 ; loc0 = compareBytes ( this . columnFamily , arg0 . columnFamily ) ; if ( loc0 != 0 ) return loc0 ; loc0 = compareBytes ( this . columnQualifier , arg0 . columnQualifier ) ; if ( loc0 != 0 ) return loc0 ; return compareBytes ( this . columnVisibility , arg0 . columnVisibility ) ...
compares this column to another . column families are compared first , then qualifiers , then visibilities . concode_field_sep byte[] columnFamily concode_elem_sep byte[] columnVisibility concode_elem_sep byte[] columnQualifier concode_field_sep void readFields concode_elem_sep byte[] getColumnQualifier concode_elem_se...
void function ( ) { YIntervalSeries loc0 = new YIntervalSeries ( "srini_string" ) ; loc0 . add ( 1.0 , 0.5 , 1.5 , 2.0 ) ; YIntervalSeries loc1 = ( YIntervalSeries ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
serialize an instance , restore it , and check for equality . concode_field_sep double EPSILON concode_elem_sep SeriesChangeEvent lastEvent concode_field_sep void testClear concode_elem_sep void testIndexOf2 concode_elem_sep void testSetMaximumItemCount2 concode_elem_sep void testCloning concode_elem_sep void testRemov...
int function ( int arg0 , int arg1 ) { int loc0 ; while ( arg1 != 0 ) { loc0 = arg1 ; arg1 = arg0 % arg1 ; arg0 = loc0 ; } return arg0 ; }
zwraca najwiekszy wspolny dzielnik concode_field_sep PlaceHolder placeHolder concode_field_sep Matrix deleteNotReducableRows concode_elem_sep Matrix getPositive concode_elem_sep void test concode_elem_sep void testTInvariants concode_elem_sep boolean isSubset concode_elem_sep int[] getSupport concode_elem_sep boolean i...
void function ( Class < T > arg0 , long arg1 , TimeUnit arg2 ) { waitFor ( ( T loc0 ) -> true , arg1 , arg2 ) ; }
this causes the currently executing thread to wait until the specified event is dispatched . concode_field_sep ExecutorService eventExecutor concode_elem_sep V listener concode_elem_sep ConcurrentHashMap<Class<?>,ConcurrentHashMap<Method,CopyOnWriteArrayList<ListenerPair<Object>>>> methodListeners concode_elem_sep Conc...
void function ( String arg0 , List < String > arg1 ) { this . attributeManager . setAttribute ( arg0 , arg1 ) ; }
sets related `` list '' of data representing the contextual data associated with this particular service request concode_field_sep long serialVersionUID concode_elem_sep String service concode_elem_sep InVMAttributeManager attributeManager concode_field_sep void setAttribute concode_elem_sep String getAttribute concode...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof Map . Entry ) ) return false ; Map . Entry loc0 = ( Map . Entry ) arg0 ; return eq ( key , loc0 . getKey ( ) ) && eq ( value , loc0 . getValue ( ) ) ; }
compares the specified object with this entry for equality . returns true if the given object is also a map entry andthe two entries represent the same mapping . more formally , two entries e1 and e2 represent the same mappingif e1.getkey == null ? e2.getkey == null : e1.getkey . equals e2.getkey & & e1.getvalue == nul...
boolean function ( XMPPIOService < Object > arg0 ) { return arg0 == outgoing ; }
method description concode_field_sep Logger log concode_elem_sep CID cid concode_elem_sep ConcurrentLinkedQueue<Packet> waitingPackets concode_elem_sep ConcurrentLinkedQueue<Packet> waitingControlPackets concode_elem_sep ConnectionHandlerIfc<XMPPIOService<Object>> handler concode_elem_sep OutgoingState conn_state conco...
int function ( ) { return genf ; }
gets the generation number represented by this reference . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int getObjectNumber
long function ( HsqlName arg0 , String arg1 ) { LongValueHashMap loc0 = ( LongValueHashMap ) schemaMap . get ( arg0 . hashCode ( ) ) ; if ( loc0 == null ) { return - 1 ; } return loc0 . get ( arg1 , - 1 ) ; }
retrieves the registered compiled statement identifier associated with the specified sql string , or a value less than zero , if no such statement has been registered . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id c...