code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
boolean function ( Calendar arg0 , Calendar arg1 , long arg2 ) { return ( Math . abs ( arg0 . getTimeInMillis ( ) - arg1 . getTimeInMillis ( ) ) <= arg2 ) ; } | compare two times and check they are within a certain tolerance concode_field_sep String tzStr concode_elem_sep Logger logger concode_elem_sep TimeUpdateRequestState state concode_elem_sep MaxCulMsgHandler messageHandler concode_elem_sep int pktLostCount concode_elem_sep long TIME_TOLERANCE concode_field_sep boolean us... |
String function ( String arg0 , String arg1 ) { return property ( arg0 , arg1 ) ; } | alias to property string name , string defaultvalue concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep void setProperty concode_elem_sep void setSystemProperty concode_elem_sep String property concode_elem_... |
AtomicLongMap < K > function ( Map < ? extends K , ? extends Long > arg0 ) { AtomicLongMap < K > loc0 = create ( ) ; loc0 . putAll ( arg0 ) ; return loc0 ; } | creates an atomiclongmap with the same mappings as the specified map . concode_field_sep Map<K,Long> asMap concode_elem_sep ConcurrentHashMap<K,AtomicLong> map concode_field_sep long getAndIncrement concode_elem_sep long incrementAndGet concode_elem_sep Map<K,Long> createAsMap concode_elem_sep Map<K,Long> asMap concode... |
int function ( ) { return numConnections ; } | returns the total number of connections for this profile concode_field_sep List<ConnectionTypeHandle> handles concode_elem_sep List<ConnectionTypeHandle> handles concode_elem_sep Set<TransportRequestOptions.Type> types concode_elem_sep int offset concode_elem_sep int offset concode_elem_sep int numConnections concode_e... |
XAResource [ ] function ( ActivationSpec [ ] arg0 ) { log . trace ( "srini_string" ) ; return null ; } | this method is called by the application server during crash recovery . concode_field_sep Logger log concode_elem_sep Map<PureInflowActivationSpec,PureInflowActivation> activations concode_field_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpointDeactivati... |
void function ( boolean arg0 ) { m_started = arg0 ; } | setstarted concode_field_sep BufferedReader m_reader concode_elem_sep String m_host concode_elem_sep Thread m_socketReader concode_elem_sep Tl1AutonomousMessageProcessor m_messageProcessor concode_elem_sep int m_reconnectAttempts concode_elem_sep BlockingQueue<Tl1AutonomousMessage> m_tl1Queue concode_elem_sep Socket m_... |
void function ( ) { try { fileStream = new FileInputStream ( fileName ) ; } catch ( Throwable loc0 ) { throw new FileNotFoundException ( ) ; } } | opens the file for reading concode_field_sep String fileName concode_elem_sep GenericData gendata concode_elem_sep FileInputStream fileStream concode_field_sep void readFileHeader concode_elem_sep String getFilename concode_elem_sep int getDataGroupCnt concode_elem_sep void readFileHeaderMinDP concode_elem_sep void rea... |
void function ( Date arg0 ) { this . bidStartDate = arg0 ; } | sets the bid start date concode_field_sep Long itemId concode_elem_sep String itemName concode_elem_sep Date createdDate concode_elem_sep Date bidEndDate concode_elem_sep Double initialPrice concode_elem_sep List<Bid> bids concode_elem_sep Date bidStartDate concode_field_sep void setBidEndDate concode_elem_sep Bid addB... |
void function ( Double arg0 ) { this . taxRate2 = arg0 ; } | sets the value of the taxrate2 property . concode_field_sep Double amount concode_elem_sep Long line concode_elem_sep Long orderLine concode_elem_sep Double tax1Amt concode_elem_sep String memo concode_elem_sep RecordRef amortizationSched concode_elem_sep RecordRef taxCode concode_elem_sep String amortizationResidual c... |
String function ( ) { return value ; } | gets the value of the value property . concode_field_sep String mode concode_elem_sep String transform concode_elem_sep String variant concode_elem_sep String value concode_field_sep void setTransform concode_elem_sep String getVariant concode_elem_sep void setValue concode_elem_sep void setMode concode_elem_sep void s... |
IpAddress function ( ) { return new IpAddress ( socket . getLocalAddress ( ) ) ; } | gets the local address to which the socket is bound . concode_field_sep boolean lock concode_elem_sep Socket socket concode_field_sep int getLocalPort concode_elem_sep int getPort concode_elem_sep IpAddress getAddress concode_elem_sep OutputStream getOutputStream concode_elem_sep int getSoTimeout concode_elem_sep void ... |
void function ( LogNode arg0 ) { mNext = arg0 ; } | sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext |
void function ( Channel arg0 ) { } | indicates that the given channel has been terminated . after this occurs , we are guaranteed not to read from the associated streams again , so any state can be cleaned up . concode_field_sep PlaceHolder placeHolder concode_field_sep ManagedBuffer getChunk concode_elem_sep void registerChannel concode_elem_sep ManagedB... |
void function ( ) { skipInternal ( mEOFBlockStream , ( int ) BLOCK_LENGTH ) ; } | tests the understoreblockinstream #skip long method for the last block of the file . concode_field_sep long BLOCK_LENGTH concode_elem_sep String TEST_FILENAME concode_elem_sep UnderStoreBlockInStream mEOFBlockStream concode_elem_sep File mFile concode_elem_sep UnderStoreBlockInStream mBlockStream concode_elem_sep long ... |
XmlDom function ( ) { return adestData ; } | see #adestdata concode_field_sep XmlDom signingCertificate concode_elem_sep String contextName concode_elem_sep XmlDom bvData concode_elem_sep POEExtraction poe concode_elem_sep ValidationPolicy countersignatureValidationPolicy concode_elem_sep XmlDom ltvData concode_elem_sep XmlDom tsData concode_elem_sep Date current... |
void function ( String arg0 ) { if ( ( m_firstFree + 1 ) >= m_mapSize ) { m_mapSize += m_blocksize ; String loc0 [ ] = new String [ m_mapSize ] ; System . arraycopy ( m_map , 0 , loc0 , 0 , m_firstFree + 1 ) ; m_map = loc0 ; } m_map [ m_firstFree ] = arg0 ; m_firstFree ++ ; } | append a string onto the vector . concode_field_sep int m_blocksize concode_elem_sep int m_mapSize concode_elem_sep long serialVersionUID concode_elem_sep int m_firstFree concode_elem_sep String m_map[] concode_field_sep String pop concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep String elem... |
void function ( IMenuListener2 arg0 ) { this . showHelper = arg0 ; } | uses imenulistener2 to do some processing before menuabouttoshow and after menuabouttohide the swt.show event . concode_field_sep IMenuListener2 hideHelper concode_elem_sep MenuManagerEventHelper INSTANCE concode_elem_sep IMenuListener2 showHelper concode_field_sep void showEventPreHelper concode_elem_sep IMenuListener... |
List < MultipartUpload > function ( ) { if ( multipartUploads == null ) multipartUploads = new ArrayList < MultipartUpload > ( ) ; return multipartUploads ; } | returns the list of multipart uploads . concode_field_sep boolean isTruncated concode_elem_sep String bucketName concode_elem_sep String nextKeyMarker concode_elem_sep List<String> commonPrefixes concode_elem_sep String delimiter concode_elem_sep String prefix concode_elem_sep String uploadIdMarker concode_elem_sep Str... |
void function ( ManagedObjectReference arg0 ) { this . returnval = arg0 ; } | sets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep ManagedObjectReference getReturnval |
void function ( long arg0 ) { _ticket . setCompanyId ( arg0 ) ; } | sets the company id of this ticket . concode_field_sep Ticket _ticket concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean ... |
Color function ( ) { Color loc0 = Color . white ; JFrame loc1 = new JFrame ( ) ; loc1 . setAlwaysOnTop ( true ) ; loc0 = JColorChooser . showDialog ( loc1 , "srini_string" , loc0 ) ; return loc0 ; } | method to let the user pick a color and return the color object . concode_field_sep PlaceHolder placeHolder concode_field_sep void main |
int function ( ) { return width ; } | returns the width of this kernel . concode_field_sep double[] data concode_elem_sep int yOrigin concode_elem_sep int width concode_elem_sep int xOrigin concode_elem_sep double factor concode_elem_sep int height concode_field_sep int getHeight concode_elem_sep int getXOrigin concode_elem_sep Object clone concode_elem_se... |
Double function ( Vector arg0 ) { int loc0 = AbstractAlgorithm . get ( ) . getIterations ( ) ; return this . apply ( loc0 , arg0 ) ; } | evaluates the function . concode_field_sep ContinuousFunction fda4_g concode_elem_sep long serialVersionUID concode_elem_sep int K concode_elem_sep int M concode_elem_sep int n concode_elem_sep FunctionOptimisationProblem fda4_g_problem concode_field_sep int getK concode_elem_sep FunctionOptimisationProblem getFDA4_g_p... |
long function ( String arg0 , PrintWriter arg1 ) { long loc0 = this . report ( arg0 , arg1 ) ; this . start ( ) ; return loc0 ; } | print elapsed time and restart timer . concode_field_sep long startTime concode_elem_sep long start concode_elem_sep NumberFormat nf concode_field_sep String toSecondsString concode_elem_sep String toSecondsString concode_elem_sep void doing concode_elem_sep long stop concode_elem_sep long stop concode_elem_sep long st... |
boolean function ( Object arg0 , Object arg1 ) { if ( key1 != null ) { if ( ! key1 . equals ( arg0 ) ) { return false ; } } else if ( arg0 != null ) { return false ; } if ( key2 != null ) { return key2 . equals ( arg1 ) ; } return arg1 == null ; } | whether this entry match the given keys . concode_field_sep Object key1 concode_elem_sep Entry next concode_elem_sep Object key2 concode_elem_sep Entry nextEntry concode_elem_sep int count concode_elem_sep int initialCapacity concode_elem_sep boolean finished concode_elem_sep int nextIndex concode_elem_sep Object value... |
int [ ] function ( int arg0 ) { int [ ] loc0 = new int [ arg0 ] ; Random loc1 = new Random ( ) ; for ( int loc2 = 0 ; loc2 < arg0 ; loc2 ++ ) loc0 [ loc2 ] = loc1 . nextInt ( 100 ) ; return loc0 ; } | procedura , ktora vygeneruje nahodne pole concode_field_sep PlaceHolder placeHolder concode_field_sep void vypis concode_elem_sep void main concode_elem_sep void bubleSortuj |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a 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 to com.l... |
void function ( boolean arg0 ) { this . gzipRequesting = arg0 ; } | whether gzip compression is being used for transmitting the request . concode_field_sep boolean contentLengthOptional concode_elem_sep String basicUserName concode_elem_sep boolean enabledForExceptions concode_elem_sep String basicEncoding concode_elem_sep String basicPassword concode_elem_sep java.util.TimeZone timeZo... |
Boolean function ( ) { return this . isTruncated ; } | a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re... |
boolean function ( ) { return conf . getBoolean ( SPARK_NETWORK_IO_LAZYFD_KEY , true ) ; } | whether to initialize filedescriptor lazily or not . if true , file descriptors are created only when data is going to be transferred . this can reduce the number of open files . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep Stri... |
void function ( boolean arg0 , Object arg1 ) { if ( ! arg0 ) error ( String . valueOf ( arg1 ) ) ; } | equivalent to assert cond : value ; concode_field_sep PlaceHolder placeHolder concode_field_sep void checkNull concode_elem_sep void checkNull concode_elem_sep void checkNull concode_elem_sep T checkNonNull concode_elem_sep T checkNonNull concode_elem_sep void error concode_elem_sep void error |
boolean function ( ) { return isPasswordEncrypted_ ; } | indicates whether or not the encrypted password was used to establish the session . concode_field_sep int numberOfFilesOpen_ concode_elem_sep long sessionID_ concode_elem_sep int sessionAge_ concode_elem_sep boolean isPasswordEncrypted_ concode_elem_sep int numberOfConnections_ concode_elem_sep long serialVersionUID co... |
String function ( ) { return orgidt ; } | this method was generated by mybatis generator . this method returns the value of the database column actani.orgidt concode_field_sep String sysidt concode_elem_sep String actflg concode_elem_sep String curcde concode_elem_sep String apcode concode_elem_sep String recsts concode_elem_sep String orgidt concode_elem_sep ... |
void function ( Call arg0 ) { } | does nothing . callback function called when the invite expires concode_field_sep PlaceHolder placeHolder concode_field_sep void onCallModifying concode_elem_sep void onCallTransfer concode_elem_sep void onCallAccepted concode_elem_sep void onCallClosed concode_elem_sep void onCallTransferSuccess concode_elem_sep void ... |
CTNormalViewPortion function ( ) { return restoredTop ; } | gets the value of the restoredtop property . concode_field_sep CTNormalViewPortion restoredLeft concode_elem_sep STSplitterBarState vertBarState concode_elem_sep CTExtensionList extLst concode_elem_sep Boolean showOutlineIcons concode_elem_sep Boolean snapVertSplitter concode_elem_sep Boolean preferSingleView concode_e... |
void function ( ) { PlumNeedle loc0 = new PlumNeedle ( ) ; PlumNeedle loc1 = new PlumNeedle ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( loc1 . equals ( loc0 ) ) ; } | check that the equals method can distinguish all fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization |
Release function ( java . lang . String arg0 ) { return getPersistence ( ) . removeByServletContextName ( arg0 ) ; } | removes the release where servletcontextname = ? from the database . concode_field_sep ReleasePersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep Release fetchByServletContextName concode_elem_sep Release fetchByServletContextN... |
void function ( ) { initModel ( ) ; runSim ( ) ; } | starts the simulation . concode_field_sep boolean simCancelled concode_elem_sep String REPORT_PAC concode_elem_sep Vector<Report> reports concode_elem_sep World world concode_elem_sep boolean simDone concode_elem_sep double lastUpdate concode_elem_sep String NROF_REPORT_S concode_elem_sep SimScenario scen concode_elem_... |
Session function ( int arg0 , long arg1 ) { Database loc0 = ( Database ) databaseIDMap . get ( arg0 ) ; return loc0 == null ? null : loc0 . sessionManager . getSession ( arg1 ) ; } | returns an existing session . used with repeat http connections belonging to the same jdbc conenction / hsql session pair . concode_field_sep IntKeyHashMap databaseIDMap concode_elem_sep int dbIDCounter concode_elem_sep HashMap fileDatabaseMap concode_elem_sep HsqlTimer timer concode_elem_sep HashMap memDatabaseMap con... |
Blob function ( Blob arg0 ) { return ( Blob ) Proxy . newProxyInstance ( getProxyClassLoader ( ) , PROXY_INTERFACES , new SerializableBlobProxy ( arg0 ) ) ; } | generates a serializableblob proxy wrapping the provided blob object . concode_field_sep Class[] PROXY_INTERFACES concode_elem_sep Blob blob concode_field_sep Blob getWrappedBlob concode_elem_sep Object invoke concode_elem_sep ClassLoader getProxyClassLoader |
ResourceBundle function ( ) { return resourceBundle ; } | gets the resource bundle used to localize the raw message during formatting . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level concode_elem_sep Throwable thrown concode_elem_sep String message concode_elem_sep int MINOR concode... |
void function ( String arg0 ) { System . err . println ( arg0 ) ; } | show the specified message . concode_field_sep MessageHandler _handler concode_field_sep MessageHandler getMessageHandler concode_elem_sep boolean yesNoQuestion concode_elem_sep void _error concode_elem_sep void _error concode_elem_sep void _warning concode_elem_sep void _warning concode_elem_sep boolean _yesNoQuestion... |
String function ( ) { return mUrl ; } | returns the request url concode_field_sep String mUrl concode_elem_sep String mContent concode_elem_sep String mVerb concode_elem_sep HashMap<String,String> mHeaders concode_field_sep void removeHeader concode_elem_sep void setVerb concode_elem_sep void setHeaders concode_elem_sep void setContent concode_elem_sep void ... |
java . math . BigInteger function ( ) { return target_id ; } | gets the target_id value for this relationshipdata . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.math.BigInteger target_id concode_elem_sep java.math.BigInteger id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.intell... |
String function ( Clazz arg0 ) { return arg0 . getString ( u2descriptorIndex ) ; } | returns the descriptor . concode_field_sep int u2index concode_elem_sep int u2startPC concode_elem_sep Clazz referencedClass concode_elem_sep Object visitorInfo concode_elem_sep int u2nameIndex concode_elem_sep int u2length concode_elem_sep int u2descriptorIndex concode_field_sep String getName concode_elem_sep void re... |
com . liferay . portal . workflow . kaleo . model . KaleoAction function ( com . liferay . portal . workflow . kaleo . model . KaleoAction arg0 ) { return _kaleoActionLocalService . deleteKaleoAction ( arg0 ) ; } | deletes the kaleo action from the database . also notifies the appropriate model listeners . concode_field_sep KaleoActionLocalService _kaleoActionLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoAction> getKaleoActions... |
void function ( String arg0 ) { this . text = arg0 ; } | sets the current condition as text . concode_field_sep Calendar lastUpdate concode_elem_sep String icon concode_elem_sep String commonId concode_elem_sep String text concode_elem_sep Calendar observationTime concode_elem_sep String id concode_field_sep void setIcon concode_elem_sep String getText concode_elem_sep void ... |
Dir function ( final URL arg0 ) { return fromURL ( arg0 , defaultUrlTypes ) ; } | tries to create a dir from the given url , using the defaulturltypes concode_field_sep List<UrlType> defaultUrlTypes concode_field_sep String getName concode_elem_sep Iterable<File> findFiles concode_elem_sep Iterable<File> findFiles concode_elem_sep void setDefaultURLTypes concode_elem_sep Iterable<File> getFiles conc... |
void function ( String arg0 , Object arg1 ) { myAttributes . put ( arg0 , arg1 ) ; } | set or replace the specified context attribute . concode_field_sep PrintWriter myLogWriter concode_elem_sep ConcurrentHashMap<String,String> myParameters concode_elem_sep Hashtable myAttributes concode_elem_sep URL myResourceBaseURL concode_field_sep Enumeration getServletNames concode_elem_sep String getServerInfo con... |
PartialCorrelationPdf function ( ) { return new PartialCorrelationPdf ( 5 , 2 ) ; } | generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep int n concode_elem_sep double constant concode_elem_sep double gammaRatio concode_elem_sep double outsideExp concode_elem_sep int k concode_field_sep int getK concode_elem_sep int getN concode_elem... |
String function ( ) { return semantic ; } | gets the value of the semantic property . concode_field_sep String semantic concode_elem_sep String source concode_field_sep void setSource concode_elem_sep void setSemantic concode_elem_sep String getSource |
void function ( String arg0 , Bundle arg1 ) { if ( arg1 == null ) { arg1 = new Bundle ( ) ; } arg1 . putString ( EXTRA_DELETE , "srini_string" ) ; subscribe ( arg0 , arg1 ) ; } | unsubscribe from a source to stop receiving messages from it . this function is blocking and should not be called on the main thread . concode_field_sep String EXTRA_REGISTRATION_ID concode_elem_sep String EXTRA_MESSENGER concode_elem_sep String ERROR_SERVICE_NOT_AVAILABLE concode_elem_sep String EXTRA_SUBTYPE concode_... |
List < MsgVpnRestDeliveryPointLinks > function ( ) { return links ; } | get links concode_field_sep List<MsgVpnRestDeliveryPointLinks> links concode_elem_sep List<MsgVpnRestDeliveryPoint> data concode_elem_sep SempMeta meta concode_field_sep String toIndentedString concode_elem_sep MsgVpnRestDeliveryPointsResponse data concode_elem_sep void setData concode_elem_sep void setMeta concode_ele... |
DecimalType function ( int arg0 , int arg1 ) { return DecimalType$ . MODULE$ . apply ( arg0 , arg1 ) ; } | creates a decimaltype by specifying the precision and scale . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType concode_elem_sep DataType LongType concode_elem_sep DataType DoubleTyp... |
List < String > function ( Configuration arg0 , String arg1 , String arg2 ) { String loc0 = arg0 . get ( arg1 , arg2 ) ; if ( loc0 == null ) { return new ArrayList < > ( ) ; } return new ArrayList < > ( StringUtils . getTrimmedStringCollection ( loc0 ) ) ; } | returns a list of strings from a comma-delimited configuration value . concode_field_sep String REST_CSRF_BROWSER_USERAGENTS_REGEX_KEY concode_elem_sep boolean restCSRFEnabled concode_elem_sep String REST_CSRF_CUSTOM_HEADER_KEY concode_elem_sep String REST_CSRF_METHODS_TO_IGNORE_KEY concode_elem_sep String REST_CSRF_ME... |
void function ( String arg0 ) { this . description = arg0 ; } | sets description . concode_field_sep String name concode_elem_sep String alias concode_elem_sep String description concode_elem_sep Long ID concode_elem_sep boolean isCloudEvent concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setCloudEvent concode_elem_sep void setID concode_elem_se... |
ListRulesResult function ( String arg0 ) { setNextMarker ( arg0 ) ; return this ; } | if you have more rules than the number that you specified for limit in the request , the response includes a nextmarker value . to list more rules , submit another listrules request , and specify the nextmarker value from the response in the nextmarker value in the next request . concode_field_sep String nextMarker con... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getPolicyName ( ) != null ) loc0 . append ( "srini_string" + getPolicyName ( ) + "srini_string" ) ; if ( getPolicyArn ( ) != null ) loc0 . append ( "srini_string" + getPolicyArn ( ) ) ; loc0 . append ( "srini_stri... | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String policyArn concode_elem_sep String policyName concode_field_sep void setPolicyName concode_elem_sep void setPolicyArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Policy clone co... |
CompositeType function ( ) { return clusteringType ; } | the type of the primary key , which is composed by token , partition key and clustering key types . concode_field_sep FieldType FIELD_TYPE concode_elem_sep ClusteringComparator clusteringComparator concode_elem_sep CFMetaData metadata concode_elem_sep String FIELD_NAME concode_elem_sep Logger logger concode_elem_sep Co... |
byte function ( int arg0 ) { return bytes [ arg0 ] ; } | returns byte at index . no check is fulfilled to provide high speed . concode_field_sep ByteBuffer next concode_elem_sep int cacheSize concode_elem_sep int MAX_WASTE concode_elem_sep byte[] bytes concode_elem_sep int usedSize concode_elem_sep ByteBuffer prev concode_field_sep int getCacheSize concode_elem_sep ByteBuffe... |
int function ( ) { return numArgs ; } | get the number of arguments that the method takes . concode_field_sep int numArgs concode_elem_sep String methodName concode_field_sep String getMethodName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString |
Vector3 function ( ) { return VectorMath . transform ( Vector3 . FORWARD , getRotation ( ) ) ; } | returns a unit vector that points in the forward direction of this transform concode_field_sep Quaternion rotation concode_elem_sep Vector3 scale concode_elem_sep Point position concode_elem_sep long serialVersionUID concode_elem_sep SpinLock lock concode_field_sep Transform rotate concode_elem_sep Transform set concod... |
void function ( File arg0 , Language arg1 ) { export ( arg0 , arg1 , true ) ; } | export to file concode_field_sep int m_sheetCount concode_elem_sep HSSFFont m_fontHeader concode_elem_sep int m_rowSplit concode_elem_sep Language m_lang concode_elem_sep HSSFWorkbook m_workbook concode_elem_sep HSSFDataFormat m_dataFormat concode_elem_sep int m_colSplit concode_elem_sep HashMap<String,HSSFCellStyle> m... |
boolean function ( ) { return configs . isEmpty ( ) ; } | checks whether there are no configurations available . concode_field_sep List<Config> configs concode_elem_sep String defaultConfigName concode_field_sep void setConfigs concode_elem_sep Config getConfigOrDefault concode_elem_sep List<Config> getConfigs concode_elem_sep void setDefaultConfigName concode_elem_sep Config... |
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 long exitCount concode_elem_sep long entryCount concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_fiel... |
Chain function ( ) { if ( current_model_pos >= structure . nrModels ( ) ) { return null ; } List < Chain > loc0 = structure . getModel ( current_model_pos ) ; if ( current_chain_pos >= loc0 . size ( ) ) { return null ; } return loc0 . get ( current_chain_pos ) ; } | get the current chain . returns null if we are at the end of the iteration . concode_field_sep int current_model_pos concode_elem_sep int current_chain_pos concode_elem_sep int current_group_pos concode_elem_sep Structure structure concode_field_sep Group next concode_elem_sep void setModelPos concode_elem_sep int getG... |
T function ( ) { return request ; } | get the request associated with this response concode_field_sep T request concode_elem_sep JSONObject jsonResponse concode_elem_sep Date requestDate concode_field_sep V getValue concode_elem_sep J4pType getType concode_elem_sep JSONObject asJSONObject concode_elem_sep Date getRequestDate |
void function ( MessageListener arg0 ) { if ( ! allowsInstantMessage ( ) ) return ; OperationSetBasicInstantMessaging loc0 = adHocChatRoom . getParentProvider ( ) . getOperationSet ( OperationSetBasicInstantMessaging . class ) ; loc0 . addMessageListener ( arg0 ) ; } | adds an instant message listener to this chat transport . concode_field_sep ChatSession chatSession concode_elem_sep AdHocChatRoom adHocChatRoom concode_field_sep Object getDescriptor concode_elem_sep String getName concode_elem_sep FileTransfer sendMultimediaFile concode_elem_sep ProtocolProviderService getProtocolPro... |
T [ ] function ( Class < T > arg0 ) { return listenerList . getListeners ( arg0 ) ; } | return the subset of eventlistener objects found in thisobject 's #listenerlist which are elements of the specifiedtype . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_field_sep void removeListDataListener concode_elem_sep ListDataListener[] getListDataListeners concode... |
BeanDefinitionBuilder function ( int arg0 ) { beanDefinition . setAutowireMode ( arg0 ) ; return this ; } | set the autowire mode for this definition . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder addConstructorArgReference concode_elem_sep BeanDefinitionBuilder setFactoryM... |
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( sLevel > LEVEL_WARNING ) { return ; } Log . w ( arg0 , arg1 , arg2 ) ; } | send a warning log message concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void d concode_elem_sep void d concode_elem_s... |
PageEnableMessage function ( ) { return new PageEnableMessage ( getNextRequestId ( ) ) ; } | constructs a devtools remote debugging message to request page-related events . concode_field_sep int idCounter concode_field_sep PageNavigateMessage encodePageNavigateMessage concode_elem_sep NetworkClearBrowserCookiesMessage encodeNetworkClearBrowserCookiesMessage concode_elem_sep NetworkGetResponseBodyMessage encode... |
void function ( String arg0 ) { this . state = arg0 ; } | indicates whether monitoring is enabled for the instance . concode_field_sep String state concode_field_sep String getState concode_elem_sep Monitoring withState concode_elem_sep Monitoring withState concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Monitoring clone concode_elem_sep String ... |
void function ( ) { try { configuration . configure ( configFile ) ; sessionFactory = configuration . buildSessionFactory ( ) ; } catch ( Exception loc0 ) { System . err . println ( "srini_string" ) ; loc0 . printStackTrace ( ) ; } } | rebuild hibernate session factory concode_field_sep Configuration configuration concode_elem_sep String configFile concode_elem_sep ThreadLocal<Session> threadLocal concode_elem_sep String CONFIG_FILE_LOCATION concode_elem_sep org.hibernate.SessionFactory sessionFactory concode_field_sep Configuration getConfiguration ... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep FolderLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.mail.model.Folder deleteFolder concode_elem_sep com.liferay.mail.model.Folder deleteFolder concode_elem_sep com.liferay.portal.ke... |
int function ( ) { return nativeGetWidth ( mNativeBox ) ; } | returns the box 's width in pixels . concode_field_sep int INDEX_X concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_elem_sep int INDEX_H concode_elem_sep int mNativeBox concode_elem_sep int INDEX_Y concode_field_sep int nativeGetWidth concode_elem_sep void nativeDestroy concode_elem_sep int[] get... |
void function ( Profile arg0 ) { nativeClear ( mNativeOmniboxPrerender , arg0 ) ; } | clears the transitional matches . this should be called when the user stops typing into the omnibox e.g. when navigating away , closing the keyboard or changing tabs concode_field_sep long mNativeOmniboxPrerender concode_field_sep void prerenderMaybe concode_elem_sep void nativePrerenderMaybe concode_elem_sep long nati... |
boolean function ( long arg0 , double arg1 , long arg2 ) { if ( this . hasSpace ( arg0 , arg1 , arg2 ) ) { usedRam += arg0 ; usedCpuCores += arg1 ; usedDisk += arg2 ; return true ; } else { return false ; } } | update the resources currently used by the container , when a new instance with specific resource requirements has been assigned to the container . concode_field_sep long maxRam concode_elem_sep long usedRam concode_elem_sep long maxDisk concode_elem_sep long usedDisk concode_elem_sep double usedCpuCores concode_elem_s... |
int function ( ) { int loc0 = 17 ; if ( property != null ) { loc0 += 31 * loc0 + 7 * property . hashCode ( ) ; } else { loc0 += 31 * loc0 + 7 ; } return loc0 ; } | returns a hash code value for the object . concode_field_sep String property concode_field_sep String getProperty concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep void setProperty concode_elem_sep void endpointDeactivation concode_elem_sep boolean equals concode_elem_sep void start c... |
CosmoSecurityContext function ( String arg0 , String arg1 ) { if ( LOG . isDebugEnabled ( ) ) { LOG . debug ( "srini_string" + arg0 ) ; } Principal loc0 = testHelper . makeDummyUserPrincipal ( arg0 , arg1 ) ; CosmoSecurityContext loc1 = createSecurityContext ( loc0 ) ; contexts . set ( loc1 ) ; return loc1 ; } | authenticate the given cosmo credentials and register a cosmosecuritycontext for them . this method is used when cosmo components need to programatically log in a user rather than relying on a security context already being in place . concode_field_sep TestHelper testHelper concode_elem_sep ThreadLocal contexts concode... |
void function ( SVGDocumentLoaderEvent arg0 ) { } | called when the loading of a document was completed . concode_field_sep PlaceHolder placeHolder concode_field_sep void documentLoadingStarted concode_elem_sep void documentLoadingCancelled concode_elem_sep void documentLoadingFailed |
String function ( ) { return id ; } | gets the value of the id property . concode_field_sep String isolateSecurityPermissions concode_elem_sep Description description concode_elem_sep SbbLocalInterfaceName sbbLocalInterfaceName concode_elem_sep String id concode_field_sep String getIsolateSecurityPermissions concode_elem_sep SbbLocalInterfaceName getSbbLoc... |
Netty4CorsConfigBuilder function ( ) { enabled = false ; return this ; } | disables cors support . concode_field_sep boolean noPreflightHeaders concode_elem_sep boolean enabled concode_elem_sep Optional<Pattern> pattern concode_elem_sep boolean allowNullOrigin concode_elem_sep Set<String> requestHeaders concode_elem_sep Set<HttpMethod> requestMethods concode_elem_sep boolean anyOrigin concode... |
String [ ] function ( ) { return styleStrings ; } | get array containing string values for font style names . concode_field_sep int DEFAULT_STYLE_INT concode_elem_sep int MIN_SIZE concode_elem_sep int[] styleInts concode_elem_sep String DEFAULT_STYLE_STRING concode_elem_sep String TAB_STRING concode_elem_sep String SPACES concode_elem_sep int DEFAULT_SIZE concode_elem_s... |
String function ( ) { return code ; } | gets the value of the code property . concode_field_sep String code concode_elem_sep String elm concode_field_sep void setElm concode_elem_sep void setCode concode_elem_sep String getElm |
String function ( ) { return codebase ; } | gets the code base . concode_field_sep String name concode_elem_sep String code concode_elem_sep HashMap parameters concode_elem_sep String codebase concode_elem_sep URL documentbase concode_elem_sep Dimension screenSize concode_elem_sep ArrayList archives concode_field_sep Dimension getSize concode_elem_sep URL getDoc... |
void function ( MsgOutputStream arg0 ) { pos . pack ( arg0 ) ; ang . pack ( arg0 ) ; } | writes an object position to an output stream . concode_field_sep Point3D pos concode_elem_sep Point3D ang concode_field_sep ObjPos unpack |
void function ( XMLGregorianCalendar arg0 ) { this . adjustmentDate = arg0 ; } | sets the value of the adjustmentdate property . concode_field_sep XMLGregorianCalendar adjustmentDate concode_elem_sep long serialVersionUID concode_elem_sep BigInteger adjustmentAmount concode_field_sep XMLGregorianCalendar getAdjustmentDate concode_elem_sep BigInteger getAdjustmentAmount concode_elem_sep void setAdju... |
void function ( String arg0 , String arg1 ) { v ( arg0 , arg1 , null ) ; } | prints a message at verbose priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void prin... |
int function ( Tree arg0 ) { if ( arg0 . isLeaf ( ) ) { CoreLabel loc0 = ErasureUtils . uncheckedCast ( arg0 . loc0 ( ) ) ; return loc0 . index ( ) - 1 ; } return rightIndex ( arg0 . children ( ) [ arg0 . children ( ) . length - 1 ] ) ; } | returns a 0-based index of the right leaf of the tree . assumes the leaves had been indexed from 1 concode_field_sep PlaceHolder placeHolder concode_field_sep int leftIndex concode_elem_sep boolean constraintMatchesTreeTop concode_elem_sep boolean findStateOnAgenda concode_elem_sep BinaryTransition.Side getBinarySide c... |
void function ( String [ ] arg0 ) { String loc0 = "srini_string" ; String loc1 = "srini_string" ; new SchemaGenerator ( ) . processDir ( loc0 , loc1 ) ; } | main . concode_field_sep PlaceHolder placeHolder concode_field_sep void registerProperty concode_elem_sep void generateSchema concode_elem_sep String generateSchema concode_elem_sep void pass concode_elem_sep String detectType concode_elem_sep void processDir concode_elem_sep void passArray |
void function ( ) { if ( ! mRecycled ) { nativeDestroy ( mNativePix ) ; mRecycled = true ; } } | releases resources and frees any memory associated with this pix . you may not modify or access the pix after calling this method . concode_field_sep int INDEX_D concode_elem_sep long mNativePix concode_elem_sep int INDEX_H concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_field_sep boolean native... |
void function ( String arg0 ) { this . name = arg0 ; } | a friendly name or description of the webacl . you ca n't change the name of a webacl after you create it . concode_field_sep String name concode_elem_sep String webACLId concode_field_sep void setWebACLId concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Web... |
Builder function ( ) { preview = true ; return this . setEndpoint ( Constants . ENDPOINT_PREVIEW ) ; } | sets the endpoint to point the preview api . concode_field_sep boolean preview concode_elem_sep String spaceId concode_elem_sep Cache cache concode_elem_sep String endpoint concode_elem_sep Logger.Level logLevel concode_elem_sep CDAService service concode_elem_sep Executor callbackExecutor concode_elem_sep Logger logge... |
void function ( ) { String loc0 = PasswordUtils . maskPasswordsInDefinition ( "srini_string" = "srini_string" ) ; } | a basic stream definition parameter parameter at end called `` password '' should have its value masked . the value is wrapped in quotation marks . concode_field_sep PlaceHolder placeHolder concode_field_sep void testMaskStreamDefinitionWithUnicodePasswordParameter concode_elem_sep void testMaskStreamDefinitionWithPass... |
void function ( char [ ] arg0 , int arg1 , int arg2 ) { } | this class is only used internally so this method should never be called . concode_field_sep Node _root concode_elem_sep Node _lastSibling concode_elem_sep Document _document concode_elem_sep Vector _namespaceDecls concode_elem_sep Stack _nodeStk concode_elem_sep Node _nextSibling concode_field_sep Node getDOM concode_... |
Cursor function ( String arg0 , String [ ] arg1 , String arg2 , String [ ] arg3 , String arg4 , String arg5 , String arg6 ) { return query ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , null ) ; } | query concode_field_sep SQLiteDatabase dbwriter concode_elem_sep RunnableExecutor executor concode_elem_sep FinishDBTask finishTask concode_field_sep void excuteTranction concode_elem_sep void insert concode_elem_sep void insert concode_elem_sep void update concode_elem_sep void run concode_elem_sep void setTaskFinishC... |
String function ( ) { return createUser ; } | this method was generated by mybatis generator . this method returns the value of the database column portal_role . create_user concode_field_sep String roleChname concode_elem_sep String modifyUser concode_elem_sep Date modifyTime concode_elem_sep Date createTime concode_elem_sep String roleCode concode_elem_sep Strin... |
java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; } | returns the spring bean id for this bean . concode_field_sep ExportImportLocalService _service concode_field_sep java.io.File exportLayoutsAsFile concode_elem_sep void importLayouts concode_elem_sep void importLayouts concode_elem_sep void importLayoutsDataDeletions concode_elem_sep void importPortletDataDeletions conc... |
int function ( ) { return numElementsEmitted ; } | gets the number of elements emitted so far . concode_field_sep boolean isRunning concode_elem_sep ListState<Integer> checkpointedState concode_elem_sep int numElementsEmitted concode_elem_sep TypeSerializer<T> serializer concode_elem_sep long serialVersionUID concode_elem_sep byte[] elementsSerialized concode_elem_sep ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.