code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
double function ( final FXY [ ] arg0 , double [ ] arg1 , double arg2 , double arg3 ) { return FXYSum . computeZ ( arg0 , arg1 , arg2 , arg3 ) ; } | computes z x , y = sum c i f i x , y , i = 0 , n - 1 . concode_field_sep PlaceHolder placeHolder concode_field_sep void approximateFXY concode_elem_sep void approximateFX concode_elem_sep double computeRMSE concode_elem_sep double getRMSE concode_elem_sep double computeY concode_elem_sep void solve1 concode_elem_sep do... |
String function ( Context arg0 , long arg1 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( "srini_string" , Locale . getDefault ( ) ) ; SimpleDateFormat loc1 = new SimpleDateFormat ( "srini_string" ) ; String loc2 = loc1 . format ( arg1 ) ; return loc2 ; } | converts db date format to the format `` month day '' , e.g `` june 24 '' . concode_field_sep String DATE_FORMAT concode_field_sep String formatDate concode_elem_sep String formatTemperature concode_elem_sep String getDayName concode_elem_sep boolean isMetric concode_elem_sep String getFriendlyDayString concode_elem_se... |
void function ( DatabaseAccess arg0 ) { this . databaseAccess = arg0 ; } | setter concode_field_sep DatabaseAccessSingleton instance concode_elem_sep DatabaseAccess databaseAccess concode_field_sep DatabaseAccessSingleton getInstance concode_elem_sep DatabaseAccess getDatabaseAccess |
void function ( FacesContext arg0 , UIComponent arg1 , Object arg2 ) { String loc0 = ( String ) arg2 ; if ( loc0 . indexOf ( '@' ) == - 1 ) { ( ( UIInput ) arg1 ) . setValid ( false ) ; FacesMessage loc1 = new FacesMessage ( "srini_string" ) ; arg0 . addMessage ( arg1 . getClientId ( arg0 ) , loc1 ) ; } } | method to validate the email field concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_field_... |
void function ( java . lang . String arg0 ) { this . errorInformation = arg0 ; } | sets the errorinformation value for this feeditemattributeerror . concode_field_sep java.lang.Integer validationErrorCode concode_elem_sep java.lang.String errorInformation concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long[] feedAttributeIds concode_elem_sep or... |
void function ( ) { withdrawn = true ; empty = false ; } | set that this item has been withdrawn concode_field_sep boolean reinstated concode_elem_sep Item item concode_elem_sep List<Metadatum> constant concode_elem_sep boolean newItem concode_elem_sep boolean withdrawn concode_elem_sep boolean empty concode_elem_sep Collection oldOwningCollection concode_elem_sep boolean dele... |
void function ( ) { int loc0 = in . read ( buf , 0 , buf . length ) ; if ( loc0 == - 1 ) { throw new EOFException ( ) ; } pos = 0 ; end = loc0 ; } | reads new input data into the buffer . call only with pos == end or end == -1 , depending on the desired outcome if the function throws . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_... |
int function ( ) { return count ; } | get items count concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getLast |
void function ( String arg0 ) { this . label = arg0 ; } | sets the label of the expression . concode_field_sep String name concode_elem_sep String label concode_elem_sep Double value concode_field_sep void setName concode_elem_sep Double getValue concode_elem_sep String getName concode_elem_sep String getLabel concode_elem_sep void setValue concode_elem_sep String toString |
boolean function ( final String arg0 ) { return getOrCreateInnerMap ( DEFAULT_FACTORY_KEY ) . containsKey ( arg0 ) ; } | detects if a logger with the specified name exists . concode_field_sep MapFactory<T> factory concode_elem_sep String DEFAULT_FACTORY_KEY concode_elem_sep Map<String,Map<String,T>> map concode_field_sep Map<String,Map<String,T>> createOuterMap concode_elem_sep Map<String,Map<String,T>> createOuterMap concode_elem_sep Ma... |
Object function ( Object [ ] arg0 , String [ ] arg1 ) { try { return constructor . newInstance ( arg0 ) ; } catch ( Exception loc0 ) { throw new QueryException ( "srini_string" + constructor . getDeclaringClass ( ) . getName ( ) + "srini_string" , loc0 ) ; } } | wrap the incoming tuples in a call to our configured constructor . concode_field_sep Constructor constructor concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep List transformList |
void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; } | the file after it has been 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 focal... |
void function ( CSIColor arg0 ) { foreColor = arg0 ; } | allows for setting of the color using csicolor . concode_field_sep boolean border concode_elem_sep Position position concode_elem_sep ConsoleSystemInterface si concode_elem_sep int width concode_elem_sep String spaces concode_elem_sep Position inPosition concode_elem_sep int inHeight concode_elem_sep CSIColor foreColor... |
void function ( ) { if ( ringing ) { clip . stop ( ) ; clip . setFramePosition ( 0 ) ; ringing = false ; } } | stoppt den alarm concode_field_sep String ALARM concode_elem_sep boolean ringing concode_elem_sep AudioInputStream audioInputStream concode_elem_sep Clip clip concode_field_sep void start concode_elem_sep void finalize concode_elem_sep void close |
ObjectName function ( final SimpleString arg0 , final SimpleString arg1 ) { return ObjectName . getInstance ( String . format ( "srini_string" , domain , ObjectNameBuilder . CORE_MODULE , "srini_string" , ObjectName . quote ( arg0 . toString ( ) ) , ObjectName . quote ( arg1 . toString ( ) ) ) ) ; } | returns the objectname used by queuecontrol . concode_field_sep ObjectNameBuilder DEFAULT concode_elem_sep String domain concode_elem_sep String CORE_MODULE concode_elem_sep String JMS_MODULE concode_field_sep ObjectName getHornetQServerObjectName concode_elem_sep ObjectName createObjectName concode_elem_sep ObjectName... |
Integer function ( ) { return this . scale ; } | return the scale of the parameter , if any . concode_field_sep int sqlType concode_elem_sep String name concode_elem_sep String typeName concode_elem_sep Integer scale concode_field_sep List<SqlParameter> sqlTypesToAnonymousParameterList concode_elem_sep String getName concode_elem_sep boolean isInputValueProvided conc... |
void function ( ) { if ( ! isRepeating ( ) && wasInThePast ( ) ) unpersist ( ) ; if ( ! isRepeating ( ) ) getNotMgr ( ) . cancel ( getId ( ) ) ; } | clear the local notification without canceling repeating alarms . concode_field_sep String EXTEND_MINUTES concode_elem_sep String VETTORE concode_elem_sep String RIF_VENDITA concode_elem_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep String END_TIME con... |
int function ( ) { final int loc0 = this . position ; if ( loc0 == DONE ) { return DONE ; } if ( loc0 == this . text . length ) { this . position = DONE ; return DONE ; } final int loc1 = nextPosition ( ) ; if ( loc1 == DONE ) { return this . text . length ; } return loc1 ; } | same like next , but returns the end-of-text as if there was a linebreak added reader.readline compatible concode_field_sep char[] text concode_elem_sep int position concode_elem_sep int DONE concode_field_sep Object next concode_elem_sep String getText concode_elem_sep int nextPosition concode_elem_sep boolean hasNext... |
void function ( float [ ] arg0 ) { float loc0 = loc0 ( arg0 ) ; if ( loc0 != 0.0f ) { float loc1 = 1.0f / loc0 ; arg0 [ 0 ] *= loc1 ; arg0 [ 1 ] *= loc1 ; arg0 [ 2 ] *= loc1 ; } } | normalizes the given vector of three floats to have length == 1.0 . vectors with length zero are unaffected . concode_field_sep int mPrimitive concode_elem_sep float PI concode_elem_sep Buffer mIndexBuffer concode_elem_sep int INT_BYTES concode_elem_sep IntBuffer mColorBuffer concode_elem_sep IntBuffer mNormalBuffer co... |
Serializable function ( String arg0 ) { return ( Serializable ) this . eventData . get ( arg0 ) ; } | retrieve an event attribute . concode_field_sep long serialVersionUID concode_elem_sep Map<String,Object> eventData concode_elem_sep String EVENT_TYPE concode_elem_sep String EVENT_MESSAGE concode_elem_sep String EVENT_DATETIME concode_elem_sep String EVENT_ID concode_field_sep Iterator<Map.Entry<String,Object>> getEnt... |
void function ( String arg0 ) { this . partitionKey = arg0 ; } | determines which shard in the stream the data record is assigned to . partition keys are unicode strings with a maximum length limit of 256 characters for each key . amazon kinesis uses the partition key as input to a hash function that maps the partition key and associated data to a specific shard . specifically , an ... |
void function ( Boolean arg0 ) { this . noAdjustHandles = arg0 ; } | sets the value of the noadjusthandles property . concode_field_sep Boolean noResize concode_elem_sep Boolean noChangeShapeType concode_elem_sep Boolean noTextEdit concode_elem_sep Boolean noAdjustHandles concode_elem_sep Boolean noSelect concode_elem_sep Boolean noGrp concode_elem_sep CTOfficeArtExtensionList extLst co... |
ListPipelinesResult function ( Boolean arg0 ) { setHasMoreResults ( arg0 ) ; return this ; } | indicates whether there are more results that can be obtained by a subsequent call . concode_field_sep Boolean hasMoreResults concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<PipelineIdName> pipelineIdList concode_field_sep void setMarker concode_elem_sep Boolean getHasMoreResults ... |
void function ( BundleContext arg0 ) { } | called when this bundle is stopped so the framework can perform the bundle-specific activities necessary to stop the bundle . in the case of our example plug-in we have nothing to do here . concode_field_sep Logger logger concode_field_sep void start |
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; } | sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex |
Date function ( ) { return creationDate ; } | gets the creationdate concode_field_sep Integer accountID concode_elem_sep Date lastLogin concode_elem_sep BigDecimal balance concode_elem_sep String profileID concode_elem_sep int logoutCount concode_elem_sep Date creationDate concode_elem_sep int loginCount concode_elem_sep BigDecimal openBalance concode_field_sep vo... |
boolean function ( String arg0 ) { try { return stub . deleteEventSink ( arg0 ) ; } catch ( RemoteException loc1 ) { log . error ( "srini_string" + loc1 . getLocalizedMessage ( ) ) ; } return false ; } | invokes services ' deleteeventsink method to get all event sinks concode_field_sep String BUNDLE concode_elem_sep PublishEventMediatorConfigAdminStub stub concode_elem_sep ResourceBundle bundle concode_elem_sep Log log concode_field_sep EventSink[] getAllEventSinks concode_elem_sep org.wso2.carbon.event.sink.xsd.EventS... |
long function ( String arg0 ) { try { openFile ( arg0 ) ; return Files . size ( Paths . get ( arg0 ) ) ; } catch ( IOException loc0 ) { throw Throwables . propagate ( loc0 ) ; } } | return the size of file . this method will automatically create file if it does not already exist . concode_field_sep PlaceHolder placeHolder concode_field_sep void deleteFile concode_elem_sep File openFile concode_elem_sep void unmap concode_elem_sep void replaceFile concode_elem_sep boolean hasFile concode_elem_sep S... |
int function ( InetAddress arg0 ) { if ( arg0 instanceof Inet4Address ) return IPv4 ; if ( arg0 instanceof Inet6Address ) return IPv6 ; throw new IllegalArgumentException ( "srini_string" ) ; } | returns the family of an inetaddress . concode_field_sep int IPv6 concode_elem_sep int IPv4 concode_field_sep int addressLength concode_elem_sep Record[] lookupHostName concode_elem_sep InetAddress[] getAllByName concode_elem_sep String getHostName concode_elem_sep byte[] parseV4 concode_elem_sep byte[] parseV6 concode... |
void function ( String arg0 ) { this . make = arg0 ; } | sets the value of the make property . concode_field_sep String imei concode_elem_sep String model concode_elem_sep long serialVersionUID concode_elem_sep String make concode_field_sep void setIMEI concode_elem_sep String getModel concode_elem_sep String getMake concode_elem_sep void setModel concode_elem_sep String get... |
boolean function ( Session arg0 ) { return ( arg0 . getAcknowledgeMode ( ) == Session . CLIENT_ACKNOWLEDGE ) ; } | determine whether the given session is in client acknowledge mode . this implementation uses jms 1.1 api . concode_field_sep Log logger concode_elem_sep int sessionAcknowledgeMode concode_elem_sep ConnectionFactory connectionFactory concode_elem_sep boolean sessionTransacted concode_elem_sep Constants sessionConstants ... |
Color function ( Color arg0 , Color arg1 , int arg2 ) { return new Color ( arg0 . getDevice ( ) , arg0 . getRed ( ) + ( arg1 . getRed ( ) - arg0 . getRed ( ) ) * arg2 / 255 , arg0 . getGreen ( ) + ( arg1 . getGreen ( ) - arg0 . getGreen ( ) ) * arg2 / 255 , arg0 . getBlue ( ) + ( arg1 . getBlue ( ) - arg0 . getBlue ( )... | calculates a mixed color from two colors by interpolating the rgb parts using a mix ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRectangle concode_elem_sep void fillVerticalGradientRoundedRectangle |
void function ( ) { Trace . check ( isAdmin ( ) , Trace . ACCESS_IS_DENIED ) ; } | method declaration concode_field_sep HsqlHashMap rightsMap concode_elem_sep User uPublic concode_elem_sep String sName concode_elem_sep boolean bAdministrator concode_elem_sep String sPassword concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_sep void ch... |
String function ( ) { return toURL ( false ) ; } | converts to a string representing the portal url . concode_field_sep Logger LOG concode_elem_sep String resourceID concode_elem_sep String cacheLevel concode_elem_sep String resourceWindow concode_elem_sep Map<String,WindowState> windowStates concode_elem_sep Map<String,String[]> publicParameterCurrent concode_elem_sep... |
boolean function ( char arg0 ) { if ( arg0 == CHAR_EOF ) { return false ; } return charsDelimiter . indexOf ( arg0 ) >= 0 ; } | returns true if argument is delimiter chanacter . returns false for istriohardconstants #char_eof . concode_field_sep String charsDelimiter concode_elem_sep String charsBypassed concode_elem_sep Calendar calendar concode_elem_sep String charsSpace concode_field_sep Calendar calendar concode_elem_sep boolean isBypassedC... |
boolean function ( Object arg0 ) { return arg0 . equals ( getDeserilizedObject ( arg0 ) ) ; } | tests the serialization and deserialization of instance objects . concode_field_sep Object lastOutput concode_field_sep boolean assertCompabilitySame concode_elem_sep void writeObject concode_elem_sep Object getLastOutput concode_elem_sep void main concode_elem_sep boolean assertSame concode_elem_sep boolean assertComp... |
String [ ] function ( ) { return values ; } | returns the parameter value concode_field_sep long serialVersionUID concode_elem_sep String[] values concode_elem_sep String key concode_field_sep String getKey |
void function ( java . lang . String arg0 ) { _sampleLARBooking . setUuid ( arg0 ) ; } | sets the uuid of this sample l a r booking . concode_field_sep SampleLARBooking _sampleLARBooking concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel c... |
V function ( Future < V > arg0 ) { boolean loc0 = false ; try { while ( true ) { try { return arg0 . get ( ) ; } catch ( InterruptedException loc1 ) { loc0 = true ; } } } finally { if ( loc0 ) { Thread . currentThread ( ) . interrupt ( ) ; } } } | invokes future . future #get get uninterruptibly.to get uninterruptibility and remove checked exceptions , see futures #getunchecked . if instead , you wish to treat interruptedexception uniformlywith other exceptions , see futures #getchecked future , class futures.getchecked . concode_field_sep PlaceHolder placeHolde... |
RedirectRule function ( String arg0 ) { setReplaceKeyPrefixWith ( arg0 ) ; return this ; } | set the object prefix key to use in the redirect request and returns a reference to this object routingruleredirect for method chaining . concode_field_sep String httpRedirectCode concode_elem_sep String hostName concode_elem_sep String protocol concode_elem_sep String replaceKeyWith concode_elem_sep String replaceKeyP... |
boolean function ( ) { Date loc0 = getStartDate ( ) ; Date loc1 = getEndDate ( ) ; if ( ( loc0 == null ) && ( loc1 == null ) ) { return true ; } Date loc2 = new Date ( ) ; if ( loc0 != null && loc2 . before ( loc0 ) ) { return false ; } if ( loc1 != null && loc2 . after ( loc1 ) ) { return false ; } return true ; } | figures out if the date is valid for the policy concode_field_sep String TYPE_INHERITED concode_elem_sep Context myContext concode_elem_sep String TYPE_CUSTOM concode_elem_sep String TYPE_WORKFLOW concode_elem_sep TableRow myRow concode_elem_sep String TYPE_SUBMISSION concode_elem_sep Logger log concode_field_sep java.... |
void function ( BreadcrumbPathListener arg0 ) { this . listenerList . remove ( BreadcrumbPathListener . class , arg0 ) ; } | removes the specified path listener from this model . concode_field_sep EventListenerList listenerList concode_elem_sep boolean isCumulative concode_elem_sep int smallestCumulativeIndex concode_elem_sep LinkedList<BreadcrumbItem<T>> items concode_field_sep List<BreadcrumbItem<T>> getItems concode_elem_sep void addLast ... |
void function ( String arg0 ) { Rlog . w ( LOG_TAG , arg0 ) ; } | log concode_field_sep int mMcc concode_elem_sep int mCi concode_elem_sep String LOG_TAG concode_elem_sep Creator<CellIdentityLte> CREATOR concode_elem_sep boolean DBG concode_elem_sep int mMnc concode_elem_sep int mPci concode_elem_sep int mTac concode_field_sep int getMnc concode_elem_sep int getCi concode_elem_sep in... |
long function ( ) { return _userGroupRole . getGroupId ( ) ; } | returns the group id of this user group role . concode_field_sep UserGroupRole _userGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId... |
com . liferay . portal . kernel . model . VirtualHost function ( com . liferay . portal . kernel . model . VirtualHost arg0 ) { return getService ( ) . updateVirtualHost ( arg0 ) ; } | updates the virtual host in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep VirtualHostLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.kernel.model.VirtualHost> getVi... |
int function ( final int arg0 ) { return arg0 >>> TAG_TYPE_BITS ; } | given a tag value , determines the field number the upper 29 bits . concode_field_sep int MESSAGE_SET_ITEM_TAG concode_elem_sep int MESSAGE_SET_MESSAGE_TAG concode_elem_sep int WIRETYPE_FIXED64 concode_elem_sep int MESSAGE_SET_TYPE_ID concode_elem_sep int WIRETYPE_END_GROUP concode_elem_sep int wireType concode_elem_se... |
com . liferay . shopping . model . ShoppingItemField function ( com . liferay . shopping . model . ShoppingItemField arg0 ) { return _shoppingItemFieldLocalService . updateShoppingItemField ( arg0 ) ; } | updates the shopping item field in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep ShoppingItemFieldLocalService _shoppingItemFieldLocalService concode_field_sep com.liferay.shopping.model.ShoppingItemField deleteShoppingItemField concode_elem_sep com... |
String function ( ) { String loc0 = UUID . randomUUID ( ) . toString ( ) . replaceAll ( "srini_string" , "srini_string" ) ; uniqueId = mix ( loc0 , macAddress ) ; return uniqueId ; } | generates and returns the next unique id . concode_field_sep String macAddress concode_elem_sep Logger logger concode_elem_sep String uniqueId concode_field_sep String genRandomMac concode_elem_sep String mix |
MapperService function ( ) { return mapperService ; } | return the mapperservice . concode_field_sep ScriptService scriptService concode_elem_sep IndexSettings indexSettings concode_elem_sep IndexReader reader concode_elem_sep IndicesQueriesRegistry indicesQueriesRegistry concode_elem_sep Client client concode_elem_sep ClusterState clusterState concode_elem_sep MapperServic... |
ModuleInfoList function ( Reader arg0 ) { Unmarshaller loc0 = context . createUnmarshaller ( ) ; return ( ModuleInfoList ) loc0 . unmarshal ( arg0 ) ; } | takes the input stream of the xml and instantiates an instance of the moduleinfolist class concode_field_sep ModuleInfo[] moduleInfos concode_elem_sep JAXBContext context concode_field_sep void encode concode_elem_sep ModuleInfo[] getModuleInfos concode_elem_sep void main concode_elem_sep void setModuleInfos |
void function ( Level arg0 ) { this . httpLogLevel = arg0 ; } | set logging level for http calls , @see java.util.logging.level concode_field_sep BraintreeApiName apiName concode_elem_sep Integer httpReadTimeout concode_elem_sep String ENVIRONMENT concode_elem_sep String methodName concode_elem_sep String publicKey concode_elem_sep String PRIVATE_KEY concode_elem_sep String proxyHo... |
Activity function ( Activities arg0 ) { this . lastActivity = arg0 ; return this . activities . get ( arg0 ) ; } | runtimewallet interface implementation . concode_field_sep String walletCategory concode_elem_sep int size concode_elem_sep String walletType concode_elem_sep Activities blockActivity concode_elem_sep Activities lastActivity concode_elem_sep DeveloperIdentity developer concode_elem_sep String publicKey concode_elem_sep... |
int function ( int arg0 ) { int loc0 = arg0 ; if ( ( loc0 / WMFConstants . TA_BASELINE ) != 0 ) return WMFConstants . TA_BASELINE ; loc0 = loc0 % WMFConstants . TA_BASELINE ; if ( ( loc0 / WMFConstants . TA_BOTTOM ) != 0 ) return WMFConstants . TA_BOTTOM ; else return WMFConstants . TA_TOP ; } | get the vertical alignement for the alignment property . concode_field_sep PlaceHolder placeHolder concode_field_sep int getHorizontalAlignment concode_elem_sep String decodeString |
void function ( OutputStream arg0 , TreeNode arg1 ) { arg0 . write_string ( arg1 . name ) ; arg0 . write_long ( arg1 . children . length ) ; for ( int loc0 = 0 ; loc0 < arg1 . children . length ; ++ loc0 ) TreeNodeHelper . write ( arg0 , arg1 . children [ loc0 ] ) ; } | write the treenode into the common data reprentation cdr stream . concode_field_sep boolean active concode_elem_sep String _id concode_elem_sep TypeCode typeCode concode_field_sep TreeNode extract concode_elem_sep TreeNode read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type |
boolean function ( ) { if ( position == null ) return true ; return false ; } | tests if the iterator is at the end of the list . concode_field_sep Node next concode_elem_sep Node last concode_elem_sep Object data concode_elem_sep Node previous concode_elem_sep Node position concode_elem_sep Node first concode_field_sep void next concode_elem_sep void add concode_elem_sep void addLast concode_elem... |
void function ( ) { assertTrue ( ! StringUtils . isBlank ( simpleReview . title ( ) ) ) ; assertTrue ( ! StringUtils . isBlank ( simpleReview . score ( ) ) ) ; assertTrue ( ! StringUtils . isBlank ( simpleReview . info ( ) ) ) ; assertTrue ( simpleReview . getPoster ( ) != null ) ; } | it reads a review . concode_field_sep SelendroidReview simpleReview concode_elem_sep AnnotatedSelendroidReview annotatedSelendroidReview concode_elem_sep ExtendedSelendroidReview extendedSelendroidReview concode_elem_sep AnnotatedSelendroidMovies annotatedSelendroidMovies concode_elem_sep ExtendedSelendroidMovies fakeM... |
void function ( PDOptionalContentGroup arg0 ) { COSArray loc0 = getOCGs ( ) ; loc0 . add ( arg0 . getCOSObject ( ) ) ; COSArray loc1 = ( COSArray ) getD ( ) . getDictionaryObject ( COSName . ORDER ) ; if ( loc1 == null ) { loc1 = new COSArray ( ) ; getD ( ) . setItem ( COSName . ORDER , loc1 ) ; } loc1 . add ( arg0 ) ;... | adds an optional content group ocg . concode_field_sep COSName name concode_elem_sep COSDictionary dict concode_field_sep COSName getName concode_elem_sep Collection<PDOptionalContentGroup> getOptionalContentGroups concode_elem_sep BaseState valueOf concode_elem_sep String[] getGroupNames concode_elem_sep void setBaseS... |
void function ( final String arg0 ) { this . contentLanguage = arg0 ; } | sets the content language for the blob . concode_field_sep String contentMD5 concode_elem_sep LeaseStatus leaseStatus concode_elem_sep long length concode_elem_sep CopyState copyState concode_elem_sep LeaseState leaseState concode_elem_sep String cacheControl concode_elem_sep LeaseDuration leaseDuration concode_elem_se... |
Double function ( Double arg0 ) { if ( arg0 == null ) { return null ; } return arg0 * 0.277777778 ; } | converts kilometers per hour to meter per seconds . concode_field_sep PlaceHolder placeHolder concode_field_sep Double celsiusToFahrenheit concode_elem_sep String getWindDirection concode_elem_sep Double millimetersToInches concode_elem_sep double getSeaLevelPressure concode_elem_sep Double mpsToKmh concode_elem_sep Do... |
void function ( RenderingException arg0 ) { if ( clock != null ) { clock . remove ( this ) ; clock = null ; } } | callback to inform us that there was an exception while rendering concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates c... |
TierPlanEnum function ( ) { return tierPlan ; } | this attribute declares whether this policy is available under commercial or free concode_field_sep String name concode_elem_sep String description concode_elem_sep TierLevelEnum tierLevel concode_elem_sep Long requestCount concode_elem_sep TierPlanEnum tierPlan concode_elem_sep Long unitTime concode_elem_sep Boolean s... |
void function ( int arg0 ) { this . contextLen = arg0 ; } | set the context length . concode_field_sep int alphaSize concode_elem_sep HashMap<Byte,Pair<Long,Integer>> alphabetMap concode_elem_sep int sampledSASize concode_elem_sep int bits concode_elem_sep int numContexts concode_elem_sep int sampledSABits concode_elem_sep byte EOF concode_elem_sep int samplingBase concode_elem... |
int function ( long arg0 , byte [ ] arg1 ) { if ( ! isInLimits ( Long . MAX_VALUE , arg0 - 1 , arg1 . length ) ) { throw Util . outOfRangeArgument ( ) ; } try { return blob . setBytes ( session , arg0 - 1 , arg1 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } } | writes the given array of bytes to the blob value that this blob object represents , starting at position pos , and returns the number of bytes written . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep void truncate concode_elem_sep boolean... |
void function ( Integer arg0 ) { this . offset = arg0 ; } | sets the offset . concode_field_sep Integer offset concode_elem_sep Integer numberOfElements concode_elem_sep List<CerifEntity> entities concode_elem_sep List<Object> identifiers concode_elem_sep Integer pageSize concode_elem_sep Long totalNumberOfElements concode_elem_sep List<String> uuids concode_field_sep void setI... |
Scope function ( ) { return createInternalScope ( "srini_string" ) ; } | internal : in event abc : integer in event event1 operation foo operation myopp1 : integer var myint : integer var mybool : boolean var myreal : real var mystring : string concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Scope interfaceScop... |
void function ( ) { if ( ! disposables . isDisposed ( ) ) { disposables . dispose ( ) ; } } | dispose from current compositedisposable . concode_field_sep ThreadExecutor threadExecutor concode_elem_sep PostExecutionThread postExecutionThread concode_elem_sep CompositeDisposable disposables concode_field_sep Observable<T> buildUseCaseObservable concode_elem_sep void addDisposable concode_elem_sep void execute |
DiscCacheAware function ( Context arg0 ) { File loc0 = arg0 . getCacheDir ( ) ; File loc1 = new File ( loc0 , "srini_string" ) ; if ( loc1 . exists ( ) || loc1 . mkdir ( ) ) { loc0 = loc1 ; } return new TotalSizeLimitedDiscCache ( loc0 , 2 * 1024 * 1024 ) ; } | creates reserve disc cache which will be used if primary disc cache becomes unavailable concode_field_sep AtomicInteger threadNumber concode_elem_sep String namePrefix concode_elem_sep AtomicInteger poolNumber concode_elem_sep int threadPriority concode_elem_sep ThreadGroup group concode_field_sep BitmapDisplayer creat... |
Styles function ( ) { return styles ; } | gets the value of the styles property . concode_field_sep Numbering numbering concode_elem_sep Fonts fonts concode_elem_sep Styles styles concode_elem_sep Body body concode_field_sep void setStyles concode_elem_sep Fonts getFonts concode_elem_sep Body getBody concode_elem_sep Numbering getNumbering concode_elem_sep voi... |
java . util . Iterator < AnyType > function ( ) { return new LinkedListIterator ( ) ; } | obtains an iterator object used to traverse the collection . concode_field_sep Node<AnyType> next concode_elem_sep boolean okToRemove concode_elem_sep int theSize concode_elem_sep AnyType data concode_elem_sep Node<AnyType> endMarker concode_elem_sep Node<AnyType> prev concode_elem_sep Node<AnyType> current concode_ele... |
BufferedImage function ( BitMatrix arg0 ) { return toBufferedImage ( arg0 , DEFAULT_CONFIG ) ; } | renders a bitmatrix as an image , where `` false '' bits are renderedas white , and `` true '' bits are rendered as black . concode_field_sep MatrixToImageConfig DEFAULT_CONFIG concode_field_sep void writeToFile concode_elem_sep void writeToFile concode_elem_sep void writeToStream concode_elem_sep void writeToStream |
StringKeyGenerator function ( ) { return new HexEncodingStringKeyGenerator ( secureRandom ( ) ) ; } | creates a stringkeygenerator that hex-encodes securerandom keys of 8 bytes in length.the hex-encoded string is keylength 2 characters in length . concode_field_sep PlaceHolder placeHolder concode_field_sep BytesKeyGenerator shared concode_elem_sep BytesKeyGenerator secureRandom concode_elem_sep BytesKeyGenerator secure... |
void function ( String arg0 ) { this . mechanismType = arg0 ; } | channel or synaptic mechanism or ion concentration concode_field_sep String SBML_BASED_CELL_MECHANISM concode_elem_sep String SYNAPTIC_MECHANISM concode_elem_sep String CHANNELML_BASED_CELL_MECHANISM concode_elem_sep String FILE_BASED_CELL_MECHANISM concode_elem_sep String mechanismModel concode_elem_sep String SBML_ME... |
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } } | returns true if the given state is currently active otherwise false . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void enterSequence_main_region_B_default concode_elem_sep void exitAction concode_elem_sep void runCycle concode_elem_sep void exit... |
int function ( ) { return fixVersionServicePack ; } | returns fix protocol service pack value for this fix object concode_field_sep int currentFixVersion concode_elem_sep Field[] fieldArr concode_elem_sep FixConfig SERVER_DEFAULT_4_2 concode_elem_sep int fixVersionServicePack concode_elem_sep Fields fields concode_elem_sep int fixVersionMajor concode_elem_sep int fixVersi... |
String function ( ) { return this . id ; } | returns an identifier for the binding e.g. `` hue '' . concode_field_sep String DEFAULT_SERVICE_ID_PREFIX concode_elem_sep URI configDescriptionURI concode_elem_sep String author concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String serviceId concode_field_s... |
void function ( ConceptName arg0 ) { this . conceptName = arg0 ; } | sets the concept name associated with this word . concode_field_sep String synonym concode_elem_sep ConceptName conceptName concode_elem_sep long serialVersionUID concode_elem_sep Integer conceptWordId concode_elem_sep Concept concept concode_elem_sep Double weight concode_elem_sep Locale locale concode_elem_sep String... |
void function ( Object arg0 [ ] ) { if ( iType == MAIN || iType == UNIQUE ) { return ; } for ( int loc0 = 0 ; loc0 < iLen ; loc0 ++ ) { Object loc1 = arg0 [ iColRef [ loc0 ] ] ; if ( loc1 == null ) { return ; } oMain [ iColMain [ loc0 ] ] = loc1 ; } Trace . check ( iMain . find ( oMain ) != null , Trace . INTEGRITY_CON... | method declaration concode_field_sep int FOREIGN_KEY concode_elem_sep Table tMain concode_elem_sep Table tRef concode_elem_sep int iColMain[] concode_elem_sep Object oMain[] concode_elem_sep int iType concode_elem_sep int iColRef[] concode_elem_sep Index iMain concode_elem_sep int MAIN concode_elem_sep Index iRef conco... |
void function ( int arg0 ) { this . N = arg0 ; this . diag = null ; this . off = null ; if ( splits . length < arg0 ) { splits = new int [ arg0 ] ; } numSplits = 0 ; x1 = 0 ; x2 = arg0 - 1 ; steps = numExceptional = lastExceptional = 0 ; this . Q = null ; } | sets the size of the matrix being decomposed , declares new memory if needed , and sets all helper functions to their initial value . concode_field_sep double c concode_elem_sep EigenvalueSmall eigenSmall concode_elem_sep int numSplits concode_elem_sep int numExceptional concode_elem_sep double bulge concode_elem_sep i... |
int function ( Path arg0 , Path arg1 , Class < ? extends Mapper > arg2 ) { MapReduceLocalDriver loc0 = new MapReduceLocalDriver ( ) ; if ( arg2 == null ) return loc0 . run ( new String [ ] { arg0 . toString ( ) , arg1 . toString ( ) } ) ; else return loc0 . run ( new String [ ] { arg0 . toString ( ) , arg1 . toString (... | run mapreduce job using hawqinputformat locally . concode_field_sep Pattern PATH_PATTERN concode_field_sep void runShellCommand concode_elem_sep void transformMetadata concode_elem_sep void runSQLs concode_elem_sep List<String> dumpTable concode_elem_sep String getColumnValue concode_elem_sep Connection getTestDBConnec... |
com . liferay . portal . kernel . model . RecentLayoutRevision function ( com . liferay . portal . kernel . model . RecentLayoutRevision arg0 ) { return _recentLayoutRevisionLocalService . addRecentLayoutRevision ( arg0 ) ; } | adds the recent layout revision to the database . also notifies the appropriate model listeners . concode_field_sep RecentLayoutRevisionLocalService _recentLayoutRevisionLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.k... |
File function ( Project arg0 , Compiler arg1 ) { return new File ( getGeneratedDataDirectory ( arg0 ) , arg1 . getDescription ( ) . replaceAll ( "srini_string" , "srini_string" ) ) ; } | returns a directory concode_field_sep Comparator<String> URLS_COMPARATOR concode_elem_sep Logger LOG concode_elem_sep String ourSystemPath concode_field_sep int compare concode_elem_sep String getModuleOutputPath concode_elem_sep File getRebuildMarkerFile concode_elem_sep String getCompilerSystemDirectoryName concode_e... |
void function ( String arg0 ) { this . firstName = arg0 ; } | sets the value of the firstname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Address address concode_elem_sep Integer age concode_field_sep void setLastName concode_elem_sep Integer getAge concode_elem_sep void setAddress concode_elem_sep Person withAddress concode_ele... |
CompletionStage < String > function ( String arg0 , String arg1 , Map < String , String > arg2 ) { return client ( ) . redirectURL ( arg0 , arg1 , arg2 ) ; } | retrieve the url where the user should be redirected to start the openid authentication process concode_field_sep PlaceHolder placeHolder concode_field_sep CompletionStage<UserInfo> verifiedId concode_elem_sep OpenIdClient client |
void function ( TableFilter arg0 ) { for ( int loc0 = 0 ; loc0 < iArgCount ; loc0 ++ ) { if ( eArg [ loc0 ] != null ) { eArg [ loc0 ] . resolve ( arg0 ) ; } } } | resolves the arguments supplied to this function object against the specified tablefilter . concode_field_sep int iReturnType concode_elem_sep Expression eArg[] concode_elem_sep boolean bConnection concode_elem_sep Hashtable methodCache concode_elem_sep int iArgType[] concode_elem_sep boolean isIdentityFunction concode... |
void function ( double arg0 ) { this . maxPower = arg0 ; } | sets the max power . concode_field_sep double constant concode_elem_sep double staticPower concode_elem_sep double maxPower concode_field_sep double getMaxPower concode_elem_sep double getPower concode_elem_sep double getConstant concode_elem_sep double getStaticPower concode_elem_sep void setStaticPower concode_elem_s... |
void function ( Signal arg0 ) { if ( handlers . get ( arg0 ) == null ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } raise0 ( arg0 . number ) ; } | raises a signal in the current process . concode_field_sep int number concode_elem_sep Hashtable handlers concode_elem_sep Hashtable signals concode_elem_sep String name concode_field_sep int getNumber concode_elem_sep String getName concode_elem_sep void dispatch concode_elem_sep long handle0 concode_elem_sep void rai... |
void function ( String arg0 ) { this . title = arg0 ; } | sets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MIAcquisitionInformationType miAcquisitionInformation concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep S... |
void function ( final LeftTupleSinkNode arg0 ) { if ( this . firstNode == null ) { this . firstNode = arg0 ; this . lastNode = arg0 ; ; } else { this . lastNode . setNextLeftTupleSinkNode ( arg0 ) ; arg0 . setPreviousLeftTupleSinkNode ( this . lastNode ) ; this . lastNode = arg0 ; } this . size ++ ; } | add a tuplesinknode to the list . if the linkedlist is empty then the first and last nodes are set to the added node . concode_field_sep int size concode_elem_sep long serialVersionUID concode_elem_sep LeftTupleSinkNode lastNode concode_elem_sep LeftTupleSinkNode firstNode concode_field_sep void writeExternal concode_e... |
void function ( Intent arg0 ) { for ( CordovaPlugin loc0 : this . pluginMap . values ( ) ) { loc0 . onNewIntent ( arg0 ) ; } } | called when the activity receives a new intent . concode_field_sep CordovaWebView app concode_elem_sep CordovaInterface ctx concode_elem_sep HashMap<String,List<String>> urlMap concode_elem_sep int SLOW_EXEC_WARNING_THRESHOLD concode_elem_sep HashMap<String,CordovaPlugin> pluginMap concode_elem_sep HashMap<String,Plugi... |
void function ( AnnotationsBuilder arg0 , String arg1 ) { String loc0 = "srini_string" + arg1 + "srini_string" ; arg0 . addLine ( loc0 ) ; } | adds a '' @temporal '' annotation concode_field_sep String IDENTITY concode_elem_sep String SEQUENCE concode_elem_sep AttributeInContext _attribute concode_elem_sep String TABLE concode_elem_sep boolean EMBEDDED_ID_FALSE concode_elem_sep String AUTO concode_elem_sep boolean EMBEDDED_ID_TRUE concode_field_sep void annot... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAvailabilityOptions ( ) != null ) loc0 . append ( "srini_string" + getAvailabilityOptions ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep AvailabilityOptionsStatus availabilityOptions concode_field_sep AvailabilityOptionsStatus getAvailabilityOptions concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeAvailabilityOption... |
void function ( PacketBuffer arg0 ) { this . channel = arg0 . readStringFromBuffer ( 20 ) ; int loc0 = arg0 . readableBytes ( ) ; if ( loc0 >= 0 && loc0 <= 32767 ) { this . data = new PacketBuffer ( arg0 . readBytes ( loc0 ) ) ; } else { throw new IOException ( "srini_string" ) ; } } | reads the raw packet data from the data stream . concode_field_sep PacketBuffer data concode_elem_sep String channel concode_field_sep String getChannelName concode_elem_sep void writePacketData concode_elem_sep PacketBuffer getBufferData concode_elem_sep void processPacket |
void function ( SuggesterStatus arg0 ) { this . suggester = arg0 ; } | the status of the suggester being deleted . concode_field_sep SuggesterStatus suggester concode_field_sep SuggesterStatus getSuggester concode_elem_sep DeleteSuggesterResult withSuggester concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteSuggesterResult clone concode_elem_sep String t... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep OAuthConsumerLocalService _service concode_field_sep com.liferay.opensocial.model.OAuthConsumer updateOAuthConsumer concode_elem_sep com.liferay.opensocial.model.OAuthConsumer updateOAuthConsumer concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamic... |
BitSet function ( ) { BitSet loc0 = new BitSet ( this . size ( ) ) ; this . data . rewind ( ) ; this . data . get ( loc0 . data , 0 , loc0 . data . length ) ; return loc0 ; } | get a copy of this immutablebitset as a mutable bitset . concode_field_sep LongBuffer data concode_field_sep boolean intersects concode_elem_sep int nextUnsetBit concode_elem_sep long getWord concode_elem_sep IntIterator intIterator concode_elem_sep int getNumberOfWords concode_elem_sep int nextSetBit concode_elem_sep ... |
DnsServerAddresses function ( InetSocketAddress ... arg0 ) { return shuffled0 ( sanitize ( arg0 ) ) ; } | returns the dnsserveraddresses that yields the specified addresses in a shuffled order . once alladdresses are yielded , the addresses are shuffled again . concode_field_sep DnsServerAddresses DEFAULT_NAME_SERVERS concode_elem_sep InternalLogger logger concode_elem_sep List<InetSocketAddress> DEFAULT_NAME_SERVER_LIST c... |
void function ( String arg0 ) { this . marker = arg0 ; } | when istruncated is true , this element is present and contains the value to use for the marker parameter in a subsequent pagination request . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<MFADevice> mFADevices concode_field_sep Boolean isTr... |
Integer function ( ) { return status ; } | this method was generated by mybatis generator . this method returns the value of the database column boss_products . status concode_field_sep Date validDate concode_elem_sep String description concode_elem_sep String prodId concode_elem_sep long serialVersionUID concode_elem_sep String modifyUser concode_elem_sep Date... |
void function ( Counter < String > [ ] arg0 , double arg1 ) { for ( int loc0 = 0 ; loc0 < fields . length ; loc0 ++ ) { if ( ( values [ loc0 ] != null ) && ! values [ loc0 ] . equals ( "srini_string" ) ) { arg0 [ loc0 ] . incrementCount ( values [ loc0 ] , arg1 ) ; } } } | should be passed a counter , each entry of which keeps scores for possibilities in that template slot . the counter for each template value is incremented by the corresponding score of this pascaltemplate . concode_field_sep String[] values concode_elem_sep String[] fields concode_elem_sep Index<String> fieldIndices co... |
ThrottleSettings function ( ) { return this . throttleSettings ; } | specifies the application programming interface api throttle settings for the current account resource . concode_field_sep ThrottleSettings throttleSettings concode_elem_sep String cloudwatchRoleArn concode_field_sep void setThrottleSettings concode_elem_sep GetAccountResult withThrottleSettings concode_elem_sep int ha... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.