code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( UserSearchProviderListener arg0 ) { synchronized ( listeners ) { if ( ! listeners . contains ( arg0 ) ) listeners . add ( arg0 ) ; } } | adds usersearchproviderlistener instance to the list of listeners . concode_field_sep List<UserSearchProviderListener> listeners concode_elem_sep String USER_SEARCH_SERVICE_NAME concode_elem_sep ProtocolProviderServiceJabberImpl provider concode_elem_sep String serviceName concode_elem_sep Boolean userSearchEnabled con... |
long function ( ) { return _mbStatsUser . getStatsUserId ( ) ; } | returns the stats user id of this message boards stats user . concode_field_sep MBStatsUser _mbStatsUser concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep int getMessageCount concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep... |
Array < Attribute > function ( final Array < Attribute > arg0 , final long arg1 ) { for ( int loc0 = 0 ; loc0 < attributes . size ; loc0 ++ ) if ( ( attributes . get ( loc0 ) . arg1 & arg1 ) != 0 ) arg0 . add ( attributes . get ( loc0 ) ) ; return arg0 ; } | get multiple attributes at once . example : material.get out , colorattribute.diffuse | colorattribute.specular | textureattribute.diffuse ; concode_field_sep Array<Attribute> attributes concode_elem_sep boolean sorted concode_elem_sep long mask concode_field_sep long getMask concode_elem_sep int compare concode_elem_s... |
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; } | add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concod... |
String function ( String arg0 ) { String loc0 = null ; String loc1 = getMediaDirectory ( ) ; boolean loc2 = true ; loc0 = loc1 + arg0 ; return loc0 ; } | method to get the full path for the passed file name concode_field_sep PlaceHolder placeHolder concode_field_sep String pickAFile concode_elem_sep String pickPath concode_elem_sep String getMediaDirectory |
boolean function ( ) { return ( part . getDescription ( ) != null ) ; } | method for checking if the attachment has a description . concode_field_sep Part part concode_elem_sep int num concode_field_sep boolean hasMimeType concode_elem_sep String getFilename concode_elem_sep String getContent concode_elem_sep String getNum concode_elem_sep boolean hasFilename concode_elem_sep boolean isInlin... |
boolean function ( Object arg0 ) { return myVisitedElements . containsKey ( arg0 ) ; } | returns true if this element was already visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep void beginVisit concode_elem_sep Iterator getElementLinks concode_elem_sep void endVisit concode_elem_sep void pe... |
void function ( int arg0 ) { this . columnCount = arg0 ; } | sets the number of columns . concode_field_sep int rowCount concode_elem_sep int columnCount concode_elem_sep boolean withHeader concode_field_sep void setWithHeader concode_elem_sep int getRowCount concode_elem_sep void setRowCount concode_elem_sep boolean isWithHeader concode_elem_sep int getColumnCount |
String function ( Collection < ? extends CDOMReference < ? >> arg0 , String arg1 ) { return PrimitiveUtilities . joinLstFormat ( arg0 , arg1 , false ) ; } | concatenates the lst format of the given collection of cdomreference objects into a string using the separator as the delimiter . the lst format for each cdomreference is determined by calling the getlstformat method on the cdomreference . the items will be joined in the order determined by the ordering of the given co... |
double function ( ) { long loc0 = loadSuccessCount + loadExceptionCount ; return ( loc0 == 0 ) ? 0.0 : ( double ) totalLoadTime / loc0 ; } | returns the average time spent loading new values . this is defined as totalloadtime / loadsuccesscount + loadexceptioncount . concode_field_sep long totalLoadTime concode_elem_sep long evictionCount concode_elem_sep long hitCount concode_elem_sep long loadSuccessCount concode_elem_sep long missCount concode_elem_sep l... |
void function ( int arg0 ) { this . sampleDependsOn = arg0 ; } | sample_depends_on takes one of the following four values : 0 : the dependency of this sample is unknown ; 1 : this sample does depend on others not an i picture ; 2 : this sample does not depend on others i picture ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePaddingValue co... |
int function ( ) { return commitSize ; } | gets the specified commit-size . concode_field_sep String password concode_elem_sep int commitSize concode_elem_sep String PROP_MAXPOOLSIZE concode_elem_sep String username concode_elem_sep String driver concode_elem_sep String url concode_field_sep void applyToHibernateBuilder concode_elem_sep void applyToHibernateBui... |
void function ( final float arg0 ) { this . type = ClassWriter . FLOAT ; this . floatVal = arg0 ; this . hashCode = type + ( int ) arg0 ; } | sets this item to a classwriter #float float item . concode_field_sep Item next concode_elem_sep int intVal concode_elem_sep double doubleVal concode_elem_sep int hashCode concode_elem_sep short index concode_elem_sep float floatVal concode_elem_sep int type concode_elem_sep long longVal concode_elem_sep String strVal1... |
int function ( ) { return - 1 ; } | implements plugincomponent #getpositionindex . returns -1 which indicates that the position of this abstractplugincomponent within its container is of no importance . concode_field_sep Container container concode_elem_sep PluginComponentFactory parentFactory concode_field_sep String getConstraints concode_elem_sep void... |
com . liferay . chat . model . Status function ( long arg0 ) { return getService ( ) . createStatus ( arg0 ) ; } | creates a new status with the primary key . does not add the status to the database . concode_field_sep StatusLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.L... |
void function ( IBinaryType arg0 , PackageBinding arg1 , AccessRestriction arg2 ) { } | add an additional binary type concode_field_sep boolean importCachesInitialized concode_elem_sep int importCacheCount concode_elem_sep char[][][] importsCache concode_elem_sep char[] currentPackageName concode_elem_sep CompilerOptions compilerOptions concode_elem_sep SearchableEnvironment nameEnvironment concode_elem_s... |
void function ( String arg0 ) { this . endpointIdentifier = arg0 ; } | the identifier of the endpoint . identifiers must begin with a letter ; must contain only ascii letters , digits , and hyphens ; and must not end with a hyphen or contain two consecutive hyphens . concode_field_sep String lastFailureMessage concode_elem_sep String endpointIdentifier concode_elem_sep String replicationI... |
void function ( java . util . Collection < InstanceInfo > arg0 ) { if ( arg0 == null ) { this . instanceInfos = null ; return ; } this . instanceInfos = new com . amazonaws . internal . SdkInternalList < InstanceInfo > ( arg0 ) ; } | information about the on-premises instances . concode_field_sep com.amazonaws.internal.SdkInternalList<InstanceInfo> instanceInfos concode_field_sep java.util.List<InstanceInfo> getInstanceInfos concode_elem_sep BatchGetOnPremisesInstancesResult withInstanceInfos concode_elem_sep BatchGetOnPremisesInstancesResult withI... |
String function ( ) { return csm4 ; } | gets the value of the csm4 property . concode_field_sep String rowUpdateDate concode_elem_sep String csm5 concode_elem_sep String csm3 concode_elem_sep String csm4 concode_elem_sep String csm1 concode_elem_sep String partyKey concode_elem_sep String csm2 concode_elem_sep String relationTypeCd concode_elem_sep String is... |
String function ( ) { log . finest ( "srini_string" ) ; return null ; } | returns product name of the underlying eis instance connected through the managedconnection . concode_field_sep Logger log concode_field_sep int getMaxConnections concode_elem_sep String getEISProductVersion concode_elem_sep String getUserName |
Class < ? extends Service > function ( ) { return XLogService . class ; } | return the public interface for log service . concode_field_sep int oozieLogRotation concode_elem_sep int oozieAuditLogRotation concode_elem_sep XLog log concode_elem_sep boolean logOverWS concode_elem_sep int oozieErrorLogRotation concode_elem_sep String LOG4J_FILE concode_elem_sep String oozieErrorLogName concode_ele... |
NumberFormat function ( ) { return format ; } | get the components format . concode_field_sep String DEFAULT_SUFFIX concode_elem_sep String DEFAULT_PREFIX concode_elem_sep String trimmedSuffix concode_elem_sep String trimmedPrefix concode_elem_sep String trimmedSeparator concode_elem_sep String DEFAULT_SEPARATOR concode_elem_sep String prefix concode_elem_sep Number... |
void function ( ) { System . err . println ( "srini_string" + positionEnd ) ; for ( int loc0 = 0 ; loc0 < positionEnd ; loc0 ++ ) { System . err . format ( "srini_string" , loc0 , Code . toCompatibilityJamo ( position [ loc0 ] . key ) , position [ loc0 ] . nextPosition ) ; } } | it prints the segment position information to the console . concode_field_sep int SP_STATE_D concode_elem_sep int uIndex concode_elem_sep int MAX_SEGMENT concode_elem_sep int SP_STATE_F concode_elem_sep int nIndex concode_elem_sep int sIndex concode_elem_sep int morphCount concode_elem_sep int MAX_MORPHEME_COUNT concod... |
void function ( byte [ ] arg0 ) { this . value = arg0 ; } | define el valor de la propiedad value . concode_field_sep String id concode_elem_sep byte[] value concode_field_sep byte[] getValue concode_elem_sep void setId concode_elem_sep String getId |
void function ( OutputStream arg0 , ObjectNotActive arg1 ) { arg0 . write_string ( id ( ) ) ; } | write the exception to the cdr output stream . concode_field_sep TypeCode typeCode concode_field_sep ObjectNotActive extract concode_elem_sep ObjectNotActive read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type |
void function ( final String arg0 ) { final TimeZone loc0 = DateTime . timezones . get ( arg0 ) ; if ( loc0 != null ) { TimeZone . setDefault ( loc0 ) ; } else { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } } | sets the default timezone for this running opentsdb instance warning if opentsdb is used with a security manager , setting the default timezone only works for the running thread . otherwise it will work for the entire application . concode_field_sep HashMap<String,TimeZone> timezones concode_field_sep long parseDuratio... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep com.google.api.ads.dfp.axis.v201405.VideoPositionType positionType concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer midrollIndex concode_field... |
void function ( ) { String loc0 = "srini_string" ; String loc1 = "srini_string" ; TranslationHelper . helpTestVisitor ( TranslationHelper . BQT_VDB , loc0 , loc1 , TRANSLATOR ) ; } | test the translator 's ability to rewrite the locate function in a form suitable for the data source . select locate stringnum , ` chimp ' , -5 from bqt1.smalla concode_field_sep DB2ExecutionFactory TRANSLATOR concode_field_sep void helpTestVisitor concode_elem_sep void testConcat2 concode_elem_sep void testSelectNullL... |
void function ( String arg0 ) { m_model = arg0 ; } | sets the descriptive model string concode_field_sep ArrayList<String> m_features concode_elem_sep String m_description concode_elem_sep HashMap<String,FeatureGroup> m_featureGroups concode_elem_sep String m_model concode_elem_sep String m_productKey concode_elem_sep HashMap<String,String> m_features concode_elem_sep St... |
int function ( ) { int [ ] loc0 = new int [ 1 ] ; checkCall ( XGBoostJNI . RabitVersionNumber ( loc0 ) ) ; return loc0 [ 0 ] ; } | get version number of current stored model in the thread . which means how many calls to checkpoint we made so far . concode_field_sep int op concode_elem_sep int size concode_elem_sep Log logger concode_elem_sep int enumOp concode_field_sep void init concode_elem_sep int getSize concode_elem_sep int getWorldSize conco... |
boolean function ( int arg0 , int arg1 ) { return rows . get ( arg0 ) . contains ( arg1 ) ; } | returns if vertex i and j are connected . concode_field_sep ArrayList<TIntIntHashMap> commonNeighbors concode_elem_sep List<V> vertices concode_elem_sep TObjectIntHashMap<Vertex> vertexIndicies concode_elem_sep ArrayList<TIntArrayList> rows concode_field_sep int countTriangles concode_elem_sep int getIndex concode_elem... |
void function ( String arg0 ) { this . loginFormUrl = arg0 ; } | the url where the usernamepasswordauthenticationfilter login page can be found . should either be relative to the web-app context path include a leading / or an absolute url . concode_field_sep String loginFormUrl concode_elem_sep boolean forceHttps concode_elem_sep boolean useForward concode_elem_sep Log logger concod... |
void function ( PMatrix2D arg0 ) { preApply ( arg0 . m00 , arg0 . m01 , arg0 . m02 , arg0 . m10 , arg0 . m11 , arg0 . m12 ) ; } | apply another matrix to the left of this one . concode_field_sep float m00 concode_elem_sep float m11 concode_elem_sep float m10 concode_elem_sep float m02 concode_elem_sep float m01 concode_elem_sep float m12 concode_field_sep void rotate concode_elem_sep void rotate concode_elem_sep PVector mult concode_elem_sep floa... |
long function ( String arg0 ) { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 / 1024 ; } | given a path return the number of free kb concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep boolean testFileExists |
Set < String > function ( ) { return headMap . keySet ( ) ; } | returns the set of headers used to tag this group concode_field_sep Map<String,Object> headMap concode_elem_sep List<T> list concode_elem_sep Object key concode_field_sep String getHeadValue concode_elem_sep int getSize concode_elem_sep List<Group<T>> subgroups concode_elem_sep List<T> find concode_elem_sep List<T> fin... |
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... |
void function ( boolean arg0 ) { if ( id == null ) { return ; } Preferences loc0 = WorkbenchPlugin . getDefault ( ) . getPluginPreferences ( ) ; String loc1 = INITIALLY_HIDDEN_PREF_ID_PREFIX + getId ( ) ; loc0 . setValue ( loc1 , ! arg0 ) ; } | sets whether this action set is initially visible . if the action set identifier is undefined , then this is ignored . concode_field_sep boolean visible concode_elem_sep String pluginId concode_elem_sep Object[] NO_CHILDREN concode_elem_sep String description concode_elem_sep IConfigurationElement configElement concode... |
VoronoiLayer function ( LayeredBiomeSelectorElement ... arg0 ) { return addElements ( Arrays . asList ( arg0 ) ) ; } | adds multiple ranged elements to the layer . concode_field_sep List<LayeredBiomeSelectorElement> selectorElements concode_elem_sep Turbulence turbulence concode_elem_sep int uniquenessValue concode_elem_sep Voronoi voronoi concode_field_sep LayeredBiomeSelectorElement pick concode_elem_sep VoronoiLayer setVoronoiFreque... |
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 |
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; } | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep ActionsPackage modelPackage concode_field_sep T caseRollback concode_elem_sep T caseStatementWithEntityArgument concode_elem_sep T caseStatement concode_elem_sep T caseStore concode_elem_sep T caseD... |
List < PortalPreferences > function ( ) { return getPersistence ( ) . findAll ( ) ; } | returns all the portal preferenceses . concode_field_sep PortalPreferencesPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep PortalPreferences findByO_O concode_elem_sep PortalPreferences fetchByO_O concode_elem_sep PortalPreferen... |
void function ( URL arg0 , AuthenticatedURL . Token arg1 , Token < AbstractDelegationTokenIdentifier > arg2 ) { cancelDelegationToken ( arg0 , arg1 , arg2 , null ) ; } | cancels a delegation token from the server end-point . it does not require being authenticated by the configured authenticator . concode_field_sep String HTTP_PUT concode_elem_sep String DELEGATION_TOKEN_HEADER concode_elem_sep String HTTP_GET concode_elem_sep String RENEWER_PARAM concode_elem_sep String OP_PARAM conco... |
void function ( Boolean arg0 ) { this . isPassive = arg0 ; } | sets the value of the ispassive 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 setPro... |
void function ( ) { YIntervalSeriesCollection loc0 = new YIntervalSeriesCollection ( ) ; YIntervalSeries loc1 = new YIntervalSeries ( "srini_string" ) ; loc1 . add ( 1.0 , 1.1 , 1.2 , 1.3 ) ; YIntervalSeriesCollection loc2 = ( YIntervalSeriesCollection ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc2 ... | 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 test1170825 concode_elem_sep void testRemoveSeries concode_elem_sep void testEquals |
String function ( ) { return m_lastPollTime ; } | get_lastpolltime concode_field_sep String m_stpdesignatedport concode_elem_sep int m_stprootnodeid concode_elem_sep int m_ifindex concode_elem_sep String m_lastPollTime concode_elem_sep String m_stpportstate concode_elem_sep String m_stpdesignatedbridge concode_elem_sep String m_stpportdesignatedcost concode_elem_sep i... |
Store function ( int arg0 ) { if ( arg0 == Store . CASH ) return ( Store ) cStore ; else return ( Store ) dStore ; } | this method returns a store of a specified type i . e . cash or drink . concode_field_sep DrinksStore dStore concode_elem_sep PropertyLoader cashLoader concode_elem_sep CashStore cStore concode_elem_sep PropertyLoader drinksLoader concode_field_sep void initializeCashStore concode_elem_sep void initializeSt... |
void function ( String arg0 ) { this . businessActivityManager10 = arg0 ; } | sets the name of the class used to implement the wsba 1.0 businessactivitymanager api . concode_field_sep String transactionManager10 concode_elem_sep String clientServiceURLPath concode_elem_sep String userTransaction11 concode_elem_sep String businessActivityManager11 concode_elem_sep String userBusinessActivity10 co... |
void function ( ) { expectedBridgeSecret = - 1 ; } | called on page transitions concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished concode_elem_sep boolean... |
List < Integer > function ( ) { List < Integer > loc0 = new ArrayList < Integer > ( ) ; for ( int loc1 = 0 ; loc1 < cards . length ; loc1 ++ ) { if ( cards [ loc1 ] != null ) { loc0 . add ( new Integer ( loc1 ) ) ; } } return loc0 ; } | gets the indexes of the actual non-null cards on the board . concode_field_sep Card[] cards concode_elem_sep Deck deck concode_elem_sep boolean I_AM_DEBUGGING concode_field_sep void deal concode_elem_sep int size concode_elem_sep boolean isLegal concode_elem_sep void newGame concode_elem_sep void replaceSelectedCards c... |
void function ( ) { startTime = System . currentTimeMillis ( ) ; running = true ; } | ensures that this object is in the running state . if this object is not running , then the call has the effect of setting the starttime attribute to the current value of system.currenttimemillis and setting the running attribute to true . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep l... |
ContentValues function ( final TagsData arg0 ) { ContentValues loc0 = new ContentValues ( ) ; loc0 . put ( MoocSchema . Tags . Cols . LOGIN_ID , arg0 . loginId ) ; loc0 . put ( MoocSchema . Tags . Cols . STORY_ID , arg0 . storyId ) ; loc0 . put ( MoocSchema . Tags . Cols . TAG , arg0 . tag ) ; return loc0 ; } | create a contentvalues from a provided tagsdata . concode_field_sep PlaceHolder placeHolder concode_field_sep TagsData getTagsDataFromCursor concode_elem_sep ArrayList<TagsData> getTagsDataArrayListFromCursor |
void function ( Object arg0 ) { String loc0 = arg0 . toString ( ) ; if ( this . maxVal == null || this . maxVal . compareTo ( loc0 ) < 0 ) { this . maxVal = loc0 ; } } | add a value to the aggregator concode_field_sep String maxVal concode_field_sep String getVal concode_elem_sep String getReport concode_elem_sep void reset concode_elem_sep ArrayList<String> getCombinerOutput |
void function ( ) { } | flushes this output stream and forces any buffered output bytes to be written out . the general contract of flush is that calling it is an indication that , if any bytes previously written have been buffered by the implementation of the output stream , such bytes should immediately be written to their intended destinat... |
int function ( ) { throw new UnsupportedOperationException ( ) ; } | not supported concode_field_sep Summation sigma concode_elem_sep long duration concode_field_sep void readFields concode_elem_sep long getDuration concode_elem_sep Summation getElement concode_elem_sep TaskResult valueOf concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo con... |
String function ( Component arg0 , String arg1 , String arg2 , Object arg3 ) { Object loc0 ; if ( arg1 == null ) arg1 = "srini_string" ; loc0 = JOptionPane . showInputDialog ( arg0 , arg2 , arg1 , JOptionPane . QUESTION_MESSAGE , getImageIcon ( "srini_string" ) , null , arg3 ) ; if ( loc0 != null ) return loc0 . toStri... | pops up an input dialog concode_field_sep String[] IMAGES concode_field_sep int showMessageBox concode_elem_sep Image getImage concode_elem_sep Image getImage concode_elem_sep ImageIcon getImageIcon concode_elem_sep ImageIcon getImageIcon |
int function ( ) { if ( numberOfGlyphs == - 1 ) { MaximumProfileTable loc0 = getMaximumProfile ( ) ; if ( loc0 != null ) { numberOfGlyphs = loc0 . getNumGlyphs ( ) ; } else { numberOfGlyphs = 0 ; } } return numberOfGlyphs ; } | returns the number of glyphs maximuprofile.numglyphs . concode_field_sep Map<String,TTFTable> tables concode_elem_sep TTFDataStream data concode_elem_sep Map<String,Integer> postScriptNames concode_elem_sep float version concode_elem_sep int numberOfGlyphs concode_elem_sep int unitsPerEm concode_field_sep OS2WindowsMet... |
void function ( String arg0 ) { this . cacheEngineVersionDescription = arg0 ; } | the description of the cache engine version . concode_field_sep String engineVersion concode_elem_sep String cacheParameterGroupFamily concode_elem_sep String cacheEngineVersionDescription concode_elem_sep String engine concode_elem_sep String cacheEngineDescription concode_field_sep void setEngine concode_elem_sep Str... |
com . liferay . announcements . kernel . model . AnnouncementsFlag function ( com . liferay . announcements . kernel . model . AnnouncementsFlag arg0 ) { return getService ( ) . deleteAnnouncementsFlag ( arg0 ) ; } | deletes the announcements flag from the database . also notifies the appropriate model listeners . concode_field_sep AnnouncementsFlagLocalService _service concode_field_sep com.liferay.announcements.kernel.model.AnnouncementsFlag getAnnouncementsFlag concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_e... |
String function ( ) { return "srini_string" ; } | get native error code from file driver for file related errors applies when errorcode is 90 concode_field_sep PlaceHolder placeHolder concode_field_sep String fileError concode_elem_sep int errorCode concode_elem_sep String errorFile concode_elem_sep String error |
JmxCollection function ( final java . io . Reader arg0 ) { return ( JmxCollection ) Unmarshaller . unmarshal ( JmxCollection . class , arg0 ) ; } | method unmarshal . concode_field_sep Mbeans _mbeans concode_elem_sep int _maxVarsPerPdu concode_elem_sep java.lang.String _name concode_elem_sep Rrd _rrd concode_elem_sep List<String> m_importMbeansList concode_field_sep void setName concode_elem_sep void setRrd concode_elem_sep java.lang.String getName concode_elem_se... |
String function ( ) { return showTimes ; } | gets the value of the showtimes property . concode_field_sep String showTimes concode_elem_sep String rating concode_elem_sep String name concode_elem_sep String runningTime concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getRunningTime concode_elem_sep void setRunningTime concode... |
String function ( ) { return mainPlaceOfWork ; } | method that return field mainplaceofwork concode_field_sep String lastName concode_elem_sep String firstName concode_elem_sep int recruitmentYear concode_elem_sep int birthYear concode_elem_sep String middleName concode_elem_sep String mainPlaceOfWork concode_field_sep int getAge concode_elem_sep void setRecruitmentYea... |
void function ( File arg0 ) { this . iconFilePath = arg0 ; } | sets the file path to the icon that represents this type . concode_field_sep FileType FILE_TYPE concode_elem_sep Class javaClass concode_elem_sep String description concode_elem_sep StringType STRING_TYPE concode_elem_sep Object[] validValues concode_elem_sep DurationType DURATION_TYPE concode_elem_sep File iconFilePat... |
MQTTSubscription function ( String arg0 ) { return subscriptions . get ( arg0 ) ; } | returns the subscription relevant for a particular topic concode_field_sep Log log concode_elem_sep Set<Integer> messageIds concode_elem_sep String channelId concode_elem_sep Map<String,MQTTSubscription> subscriptions concode_elem_sep Map<Integer,MQTTSubscription> onFlightMessages concode_field_sep int addOnFlightMessa... |
NetworkInterfaceAssociation function ( String arg0 ) { setAllocationId ( arg0 ) ; return this ; } | the allocation id . concode_field_sep String ipOwnerId concode_elem_sep String publicIp concode_elem_sep String allocationId concode_elem_sep String publicDnsName concode_elem_sep String associationId concode_field_sep void setAssociationId concode_elem_sep String getAssociationId concode_elem_sep NetworkInterfaceAssoc... |
byte [ ] function ( ) { return kpair . getPublicKeyBlob ( ) ; } | returns the public-key blob . concode_field_sep String identity concode_elem_sep KeyPair kpair concode_elem_sep JSch jsch concode_field_sep String getName concode_elem_sep KeyPair getKeyPair concode_elem_sep String getAlgName concode_elem_sep boolean isEncrypted concode_elem_sep void clear concode_elem_sep boolean setP... |
int function ( ) { return mFirstIndex ; } | returns the first index in the staggered grid . concode_field_sep Row[] mRows concode_elem_sep int high concode_elem_sep int low concode_elem_sep int mNumRows concode_elem_sep int mFirstIndex concode_elem_sep CircularArray<Location> mLocations concode_elem_sep ArrayList<Integer>[] mTmpItemPositionsInRows concode_elem_s... |
ImageModelRequest < byte [ ] > function ( StreamByteArrayLoader arg0 ) { return new ImageModelRequest < byte [ ] > ( context , arg0 , glide ) ; } | a convenience method to use a streambytearrayloader to decode an image from a byte array . concode_field_sep ModelLoader<T,InputStream> loader concode_elem_sep Class<T> dataClass concode_elem_sep Context context concode_elem_sep ModelLoader<A,T> modelLoader concode_elem_sep A model concode_elem_sep Glide glide concode_... |
ContentNegotiationConfigurer function ( boolean arg0 ) { this . factory . setIgnoreAcceptHeader ( arg0 ) ; return this ; } | whether to disable checking the ` accept ' request header . by default this value is set to false . concode_field_sep Map<String,MediaType> mediaTypes concode_elem_sep ContentNegotiationManagerFactoryBean factory concode_field_sep ContentNegotiationConfigurer ignoreAcceptHeader concode_elem_sep ContentNegotiationConfig... |
X function ( String arg0 , Type arg1 , String arg2 , char [ ] arg3 ) { String loc0 = retrieveJsonString ( arg0 , arg2 , arg3 ) ; if ( StringUtils . isEmpty ( loc0 ) ) { return null ; } return gson ( ) . fromJson ( loc0 , arg1 ) ; } | reads a gson object from the specified url . concode_field_sep Type USERS_TYPE concode_elem_sep Class<?> c concode_elem_sep String fieldName concode_elem_sep DateFormat dateFormat concode_elem_sep Type REPOSITORIES_TYPE concode_field_sep int sendJsonString concode_elem_sep int sendJsonString concode_elem_sep JsonElemen... |
String function ( ) { try { return type ( ) . id ( ) ; } catch ( BadKind loc0 ) { throw new Error ( "srini_string" , loc0 ) ; } } | returns the agreed id , delegating functionality to the #type . id . concode_field_sep PlaceHolder placeHolder concode_field_sep double[] extract concode_elem_sep double[] read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write |
void function ( InputStream arg0 , Header arg1 ) { this . header = arg1 ; this . codec = resolveCodec ( ) ; reader . setSchema ( arg1 . schema ) ; } | initialize the stream without reading from it . concode_field_sep Schema schema concode_elem_sep List<String> metaKeyList concode_elem_sep long blockCount concode_elem_sep boolean availableBlock concode_elem_sep byte[] data concode_elem_sep DatumReader<D> reader concode_elem_sep long blockRemaining concode_elem_sep Map... |
void function ( String arg0 ) { this . MSImmonium_parent = arg0 ; } | sets the msimmonium_parent value concode_field_sep String MSImmonium_parent concode_elem_sep String MSImmonium_product concode_field_sep void setMSImmonium_product |
int function ( ) { return 6666 ; } | gets the used port of the server . concode_field_sep TidaServer server concode_field_sep String getJdbc concode_elem_sep void shutdownServer concode_elem_sep void startServer concode_elem_sep boolean createTemporaryFolder concode_elem_sep String getTestLocation concode_elem_sep String getConfig concode_elem_sep File ge... |
void function ( ) { } | checks the validity of the transaction , by checking if the values of the response correspond to the values of the request . concode_field_sep Mutex m_TransactionLock concode_elem_sep Logger logger concode_elem_sep int m_TransDelayMS concode_elem_sep ModbusRequest m_Request concode_elem_sep ModbusResponse m_Response co... |
Optional < String > function ( ) { return id ; } | returns an optional containing the value of the id of thelink , or optional #absent if the element has no id . concode_field_sep String refines concode_elem_sep String path concode_elem_sep String mimetype concode_elem_sep Set<Property> rel concode_elem_sep Optional<String> refines concode_elem_sep Optional<String> mim... |
void function ( Exception arg0 ) { } | auto generated axis2 error handler override this method for handling error response from addrenter operation concode_field_sep Object clientData concode_field_sep void receiveResultaddRoom concode_elem_sep void receiveResulttest concode_elem_sep Object getClientData concode_elem_sep void receiveErrortest concode_elem_s... |
void function ( @ NonNls final String arg0 , final int arg1 ) { addAttributeImpl ( arg0 , Integer . toString ( arg1 ) ) ; } | helper method concode_field_sep Stack<Boolean> myElementHasBody concode_elem_sep int INDENT concode_elem_sep Stack<String> myElementNames concode_elem_sep StringBuffer myBuffer concode_field_sep void writeSpaces concode_elem_sep void writeDimension concode_elem_sep void writeElement concode_elem_sep void endElement con... |
XPathException function ( ) { return null ; } | get the current exception in saxon : catch concode_field_sep CollationMap collationMap concode_elem_sep Configuration config concode_field_sep ParameterSet getLocalParameters concode_elem_sep Item getContextItem concode_elem_sep SequenceReceiver getReceiver concode_elem_sep void setCurrentIterator concode_elem_sep void... |
StatusEnum function ( ) { return status ; } | order status concode_field_sep Long id concode_elem_sep Date shipDate concode_elem_sep StatusEnum status concode_elem_sep Long petId concode_elem_sep Integer quantity concode_elem_sep Boolean complete concode_field_sep Date getShipDate concode_elem_sep Boolean getComplete concode_elem_sep Integer getQuantity concode_el... |
boolean function ( ) { for ( AcquiredJobs loc0 : acquiredJobsByEngine . values ( ) ) { if ( loc0 . getNumberOfJobsFailedToLock ( ) > 0 ) { return true ; } } return false ; } | true if at least one job could not be locked , regardless of engine concode_field_sep Map<String,List<List<String>>> additionalJobBatchesByEngine concode_elem_sep boolean isJobAdded concode_elem_sep long acquisitionTime concode_elem_sep Map<String,AcquiredJobs> acquiredJobsByEngine concode_elem_sep Exception acquisitio... |
String function ( ) { return this . computerId ; } | the identifier of the computer . concode_field_sep String computerId concode_elem_sep String computerName concode_elem_sep com.amazonaws.internal.SdkInternalList<Attribute> computerAttributes concode_field_sep void setComputerId concode_elem_sep Computer withComputerAttributes concode_elem_sep Computer withComputerAttr... |
JdbcType function ( String arg0 ) { this . keyType = arg0 ; return this ; } | sets key type . concode_field_sep String dbSchema concode_elem_sep String cacheName concode_elem_sep String valType concode_elem_sep JdbcTypeField[] keyFields concode_elem_sep long serialVersionUID concode_elem_sep String keyType concode_elem_sep JdbcTypeField[] valFlds concode_elem_sep String dbTbl concode_elem_sep Jd... |
boolean function ( String arg0 , String arg1 ) { return presentationExists ( arg1 ) && getPresentation ( arg1 ) . getPassword ( ) . equals ( arg0 ) ; } | method to authenticate a password against a named presentation concode_field_sep int SLIDE_PRELOAD_COUNT concode_elem_sep Vector sessionList concode_elem_sep String CHAT_LOG_EXTENSION concode_elem_sep Log log concode_elem_sep PresentationManager singleton concode_elem_sep Map presentationMap concode_field_sep Presentat... |
Serializable function ( final DataTypeDefinition arg0 , final Serializable arg1 ) { Serializable loc0 = arg1 ; if ( ( DataTypeDefinition . DATE . equals ( arg0 . getName ( ) ) || DataTypeDefinition . DATETIME . equals ( arg0 . getName ( ) ) ) && "srini_string" . equals ( arg1 ) ) { loc0 = new Date ( ) ; } return ( loc0... | this method performs mapping for property values . right now this means mapping from the value `` now '' to today 's date/time for d : date and d : datetime properties . concode_field_sep String PROPERTY_NAME_ASPECTS concode_elem_sep NamespaceService namespaceService concode_elem_sep Log log concode_elem_sep String PRO... |
void function ( MemoryPressureListener arg0 ) { mListeners . add ( arg0 ) ; } | add a listener to be notified of memory pressure events . concode_field_sep Set<MemoryPressureListener> mListeners concode_elem_sep String ACTION_TRIM_MEMORY_MODERATE concode_elem_sep ComponentCallbacks2 mCallbacks concode_elem_sep String ACTION_TRIM_MEMORY_UI_HIDDEN concode_elem_sep String ACTION_TRIM_MEMORY_CRITICAL ... |
void function ( Class < ? > arg0 ) { this . parameterSymbol . setType ( arg0 ) ; } | set class type - metamatrix runtime types . concode_field_sep List<Object> resultSetIDs concode_elem_sep int OUT concode_elem_sep Expression expression concode_elem_sep boolean usingDefault concode_elem_sep ElementSymbol parameterSymbol concode_elem_sep boolean varArg concode_elem_sep int index concode_elem_sep int IN ... |
Shell function ( ) { return shell ; } | returns the shell . concode_field_sep Image[] iconset concode_elem_sep Logger logger concode_elem_sep Shell shell concode_elem_sep ResourceBundle MESSAGES_BUNDLE concode_elem_sep Image splash concode_field_sep String getVersion concode_elem_sep int getGradientLength concode_elem_sep Image[] getIconSet concode_elem_sep ... |
T function ( BeanType arg0 , BeanProxyType arg1 ) { return strategy . < T > findBean ( arg0 , arg1 ) ; } | looks up a bean concode_field_sep EJBUtilsStrategy strategy concode_field_sep EJBUtilsStrategy getStrategy concode_elem_sep T findResource concode_elem_sep void setStrategy |
void function ( int arg0 ) { this . numberOfBlockletToScan = arg0 ; } | set end blocklet number to be scaned concode_field_sep int numberOfBlockletToScan concode_elem_sep int noOfBlockLets concode_elem_sep int startBlockletNumber concode_field_sep int getStartBlockletNumber concode_elem_sep void setNoOfBlockLets concode_elem_sep void setStartBlockletNumber concode_elem_sep int getNoOfBlock... |
void function ( DialLayerChangeEvent arg0 ) { Object [ ] loc0 = this . listenerList . getListenerList ( ) ; for ( int loc1 = loc0 . length - 2 ; loc1 >= 0 ; loc1 -= 2 ) { if ( loc0 [ loc1 ] == DialLayerChangeListener . class ) { ( ( DialLayerChangeListener ) loc0 [ loc1 + 1 ] ) . dialLayerChanged ( arg0 ) ; } } } | notifies all registered listeners that the dial layer has changed . the diallayerchangeevent provides information about the change . concode_field_sep boolean visible concode_elem_sep EventListenerList listenerList concode_field_sep void setVisible concode_elem_sep void removeChangeListener concode_elem_sep int hashCod... |
ProtocolVersion function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } Object loc0 = arg0 . getParameter ( CoreProtocolPNames . PROTOCOL_VERSION ) ; if ( loc0 == null ) { return HttpVersion . HTTP_1_1 ; } return ( ProtocolVersion ) loc0 ; } | returns protocolversion protocol version to be used per default . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean useExpectContinue concode_elem_sep void setHttpElementCharset concode_elem_sep void setVersion concode_elem_sep String getUserAgent concode_elem_sep void setUserAgent concode_elem_sep St... |
long function ( InputStream arg0 , OutputStream arg1 , boolean arg2 ) { return copy ( arg0 , arg1 , arg2 , new byte [ DEFAULT_BUFFER_SIZE ] ) ; } | copies the contents of the given inputstream to the given outputstream . shortcut for copy pinputstream , poutputstream , new byte 8192 ; concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep String asString concode_elem_sep String asString |
String function ( ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( this . toolTipText ) ; return loc0 . toString ( ) ; } | returns a string representation of the chart entity , useful for debugging . concode_field_sep Shape area concode_elem_sep long serialVersionUID concode_elem_sep String urlText concode_elem_sep String toolTipText concode_field_sep void setURLText concode_elem_sep void setToolTipText concode_elem_sep String getPolyCoord... |
void function ( File arg0 , DefaultHandler arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } InputSource loc0 = new InputSource ( new FileInputStream ( arg0 ) ) ; loc0 . setSystemId ( arg0 . toURL ( ) . toString ( ) ) ; parse ( loc0 , arg1 ) ; } | parse the content of the specified file , reporting sax2 events to the given handler . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getProperty concode_elem_sep boolean isNamespaceAware concode_elem_sep Parser getParser concode_elem_sep void setProperty concode_elem_sep void reset concode_elem_sep... |
byte [ ] function ( long arg0 , int arg1 ) { if ( ! isInLimits ( Long . MAX_VALUE , arg0 - 1 , arg1 ) ) { throw Util . outOfRangeArgument ( ) ; } try { return blob . getBytes ( session , arg0 - 1 , arg1 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } } | retrieves all or part of the blob value that this blob object represents , as an array of bytes . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep void truncate concode_elem_sep boo... |
void function ( ) { PageIterator < Event > loc0 = eventService . pageUserEvents ( "srini_string" ) ; assertNotNull ( loc0 ) ; assertTrue ( loc0 . hasNext ( ) ) ; assertEquals ( Utils . page ( "srini_string" ) , loc0 . getRequest ( ) . generateUri ( ) ) ; } | page events for user concode_field_sep GitHubResponse response concode_elem_sep EventService eventService concode_elem_sep GitHubClient gitHubClient concode_field_sep void before concode_elem_sep void pageNetworkEvents concode_elem_sep void pageUserReceivedEvents concode_elem_sep void defaultConstructor concode_elem_se... |
AbstractClassInfoStrategy function ( final Class < ? > arg0 , final String arg1 ) { Set < String > loc0 = excludedFields . get ( arg0 ) ; if ( loc0 != null ) { loc0 . remove ( arg1 ) ; } return this ; } | removes the field name from set of excluded fields . concode_field_sep Set<Class<? extends Annotation>> excludedAnnotations concode_elem_sep Map<Class<?>,Set<String>> excludedFields concode_elem_sep Map<Class<?>,List<Method>> extraMethods concode_field_sep AbstractClassInfoStrategy removeExcludedAnnotation concode_elem... |
String function ( Uri arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( arg0 . toString ( ) , arg1 ) ; } | returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getMimeType concode_elem_sep String getMimeTypeForExtensi... |
PersistentFacesState function ( ) { return ( PersistentFacesState ) localInstance . get ( ) ; } | obtain the persistentfacesstate instance appropriate for the current context . this is managed through inheritablethreadlocal variables . the recommended approach is to call this method from a mangaged-bean constructor and use the instance obtained for any #render requests . concode_field_sep Lifecycle lifecycle concod... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.