code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
java . util . Date function ( ) { return this . start ; } | the time range 's start time . specify null to leave the time range 's start time open-ended . concode_field_sep java.util.Date start concode_elem_sep java.util.Date end concode_field_sep TimeRange withEnd concode_elem_sep TimeRange withStart concode_elem_sep void setStart concode_elem_sep int hashCode concode_elem_sep... |
void function ( int arg0 , PageText arg1 ) { searchResultCache . put ( arg0 , new WeakReference < PageText > ( arg1 ) ) ; } | add a search result hit for a given page . a page can have 1 or more hits but all that matters is that there is at least one hit to manage . the index and pagetext object is stored in the cache . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTe... |
void function ( ) { this . encrypt = true ; } | activate snmp v3 encryption . by default the encryption is not activated . be sure that the security provider classes needed for des are in your classpath eg : jce classes concode_field_sep UserAcl uacl concode_elem_sep String securityFile concode_elem_sep SnmpEngineId engineId concode_elem_sep boolean encrypt concode_... |
void function ( String arg0 , boolean arg1 ) { this . features . put ( arg0 , arg1 ) ; } | sets a feature . concode_field_sep HashMap<String,Boolean> features concode_elem_sep DTDHandler handler concode_elem_sep EntityResolver entityResolver concode_elem_sep ContentHandler contentHandler concode_elem_sep ErrorHandler errorHandler concode_elem_sep HashMap<String,Object> properties concode_field_sep ErrorHandl... |
boolean function ( String arg0 ) { if ( parser == null ) { Log . e ( TAG , "srini_string" ) ; return false ; } return parser . getInternalWhitelist ( ) . isUrlWhiteListed ( arg0 ) ; } | determine if url is in approved list of urls to load . concode_field_sep ConfigXmlParser parser concode_elem_sep String TAG concode_field_sep void init concode_elem_sep void init concode_elem_sep Whitelist getExternalWhitelist concode_elem_sep List<PluginEntry> getPluginEntries concode_elem_sep CordovaPreferences getPr... |
String function ( ) { return original ; } | returns the original . concode_field_sep String head concode_elem_sep FinalSet<String> prepositions concode_elem_sep String adjective concode_elem_sep String original concode_elem_sep Set<String> determiners concode_elem_sep String preModifier concode_elem_sep String preposition concode_elem_sep String determiner conco... |
int function ( ) { return 13 ; } | returns the height of the icon . the basiclookandfeel checkbox icon has a height of 13 pixels . concode_field_sep CheckBoxIcon checkBoxIcon concode_elem_sep long serialVersionUID concode_elem_sep RadioButtonIcon radioButtonIcon concode_field_sep int getIconWidth concode_elem_sep int getIconWidth concode_elem_sep int ge... |
void function ( double arg0 , double arg1 ) { Assert . assertTrue ( "srini_string" + arg0 + "srini_string" + arg1 , Math . abs ( arg0 - arg1 ) < error ) ; } | asserts that the absolute value of the difference between the doubles is less than the tolerance . concode_field_sep double error concode_field_sep placeholderType placeHolder |
void function ( ) { inputDir . refresh ( ) ; } | re scan the set of input files from which splits are derived . concode_field_sep ExecutorService sched concode_elem_sep Log LOG concode_elem_sep Semaphore sem concode_elem_sep JobMonitor monitor concode_elem_sep boolean shutdown concode_elem_sep int queueDepth concode_elem_sep GridmixJob job concode_elem_sep FilePool i... |
void function ( Configuration arg0 , String arg1 ) { synchronized ( LoginUser . class ) { resetLoginUser ( ) ; arg0 . set ( Constants . SECURITY_LOGIN_USERNAME , arg1 ) ; LoginUser . get ( arg0 ) ; } } | resets the loginuser and re-login with new user . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( TBase arg0 ) { System . out . println ( arg0 . getClass ( ) ) ; System . out . println ( "srini_string" + write ( compactProtocolFactory , arg0 ) ) ; System . out . println ( "srini_string" + write ( fullProtocolFactory , arg0 ) ) ; System . out . println ( ) ; } | used for debugging . concode_field_sep myStringStruct stringStruct1 concode_elem_sep myDoubleStruct doubleStruct2 concode_elem_sep myMapStruct mapStruct concode_elem_sep TProtocolFactory fullProtocolFactory concode_elem_sep String outputJson concode_elem_sep TProtocolFactory compactProtocolFactory concode_elem_sep Bool... |
void function ( Node arg0 , CentralityType arg1 ) { CentralityType loc0 = centralities . get ( arg0 ) ; if ( loc0 == null ) { loc0 = zeroValue ; } centralities . put ( arg0 , centralityAccumulator . addCosts ( loc0 , arg1 ) ) ; } | this adds a value to a given node in the centralities map . if the map does not contain the node , it is added . concode_field_sep CentralityType zeroValue concode_elem_sep Set<Node> nodeSet concode_elem_sep SingleSourceShortestPath<ShortestPathCostType> singleSourceShortestPath concode_elem_sep Map<Node,CentralityType... |
GraphicsConfiguration function ( GraphicsConfigTemplate arg0 ) { return arg0 . getBestConfiguration ( getConfigurations ( ) ) ; } | return the best configuration , according to the criteria in the given template . concode_field_sep DisplayMode mode concode_elem_sep int TYPE_PRINTER concode_elem_sep int TYPE_RASTER_SCREEN concode_elem_sep int TYPE_IMAGE_BUFFER concode_elem_sep Window full_screen concode_field_sep String getIDstring concode_elem_sep ... |
java . lang . String function ( ) { return version ; } | gets the version value for this remoteserverinfo . concode_field_sep java.lang.String baseUrl concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String edition concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.atlassian.jira.rpc.soap.beans.RemoteTimeInfo serverTime concode_elem_sep jav... |
boolean function ( ) { checkInitialization ( ) ; boolean loc0 = false ; int loc1 = numberOfEntries * 2 ; if ( bag . length >= loc1 ) { int loc2 = numberOfEntries ; int loc3 = 0 ; loc0 = true ; while ( loc2 < loc1 ) { add ( bag [ loc3 ] ) ; loc3 ++ ; loc2 ++ ; } } return loc0 ; } | duplicate all the items in a bag . concode_field_sep int numberOfEntries concode_elem_sep int DEFAULT_CAPACITY concode_elem_sep T[] bag concode_elem_sep int MAX_CAPACITY concode_elem_sep boolean initialized concode_field_sep boolean add concode_elem_sep int getFrequencyOf concode_elem_sep T removeEntry concode_elem_sep... |
void function ( ) { setStatus ( Status . DISCONNECTED ) ; heartbeatDisconnection = true ; } | sets the status to disconnected and flags the node as being disconnected by lack of heartbeat . concode_field_sep Heartbeat lastHeartbeat concode_elem_sep HeartbeatPayload lastHeartbeatPayload concode_elem_sep Logger lockLogger concode_elem_sep boolean heartbeatDisconnection concode_elem_sep NodeIdentifier nodeId conco... |
long function ( ) { return this . offset ; } | gets the offset within the full collection where this collection 's items begin . concode_field_sep long offset concode_elem_sep long fullSize concode_elem_sep long limit concode_elem_sep Collection<E> collection concode_field_sep boolean add concode_elem_sep long fullSize concode_elem_sep boolean containsAll concode_e... |
JavaScriptSource function ( ) { return singleton ; } | return the singleton instance concode_field_sep String mExpr concode_elem_sep JavaScriptSource singleton concode_elem_sep Map<String,Boolean> R concode_field_sep void addReserved concode_elem_sep boolean isValidJSIdentifier concode_elem_sep boolean isReserved concode_elem_sep String toSource concode_elem_sep String toS... |
void function ( float arg0 , float arg1 , Vec2 arg2 ) { arg2 . set ( arg0 , arg1 ) ; viewportTransform . getWorldToScreen ( arg2 , arg2 ) ; } | takes the world coordinates and puts the corresponding screen coordinates in argscreen . concode_field_sep int e_centerOfMassBit concode_elem_sep IViewportTransform viewportTransform concode_elem_sep int e_dynamicTreeBit concode_elem_sep int e_wireframeDrawingBit concode_elem_sep int e_aabbBit concode_elem_sep int e_pa... |
void function ( long arg0 ) { this . timestamp = arg0 ; } | called by the cluster before sending out the message . concode_field_sep String ssoId concode_elem_sep String password concode_elem_sep SerializablePrincipal principal concode_elem_sep String username concode_elem_sep long timestamp concode_elem_sep long serialVersionUID concode_elem_sep int ADD_SESSION concode_elem_se... |
String function ( ) { return this . policyDocument ; } | the policy document . concode_field_sep String policyDocument concode_elem_sep String groupName concode_elem_sep String policyName concode_field_sep void setGroupName concode_elem_sep String getGroupName concode_elem_sep GetGroupPolicyResult withGroupName concode_elem_sep void setPolicyName concode_elem_sep void setPol... |
void function ( ) { prepareStateTest ( ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_NODE_NOT_REACHABLE ) ; } | a state must be reachable . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_sep ... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep java.lang.String statusMsg concode_elem_sep int reportID concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String status concode_field_sep java.lan... |
boolean function ( ) { if ( filePath == null ) { return false ; } return new File ( filePath ) . exists ( ) ; } | returns true if the product file exists in the product cache directory . concode_field_sep long lastTouchedMillis concode_elem_sep String filePath concode_elem_sep Metacard metacard concode_elem_sep Logger LOGGER concode_elem_sep String resourceName concode_elem_sep long serialVersionUID concode_elem_sep MimeType mimeT... |
java . util . List < com . liferay . portal . model . PortalPreferences > function ( int arg0 , int arg1 ) { return _portalPreferencesLocalService . getPortalPreferenceses ( arg0 , arg1 ) ; } | returns a range of all the portal preferenceses . 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.liferay.portal.kernel.dao.orm.query... |
void function ( BasicPoolEntry arg0 ) { if ( numEntries < 1 ) { throw new IllegalStateException ( "srini_string" + route ) ; } if ( numEntries <= freeEntries . size ( ) ) { throw new IllegalStateException ( "srini_string" + route ) ; } freeEntries . add ( arg0 ) ; } | returns an allocated entry to this pool . concode_field_sep LinkedList<BasicPoolEntry> freeEntries concode_elem_sep HttpRoute route concode_elem_sep Log log concode_elem_sep int maxEntries concode_elem_sep Queue<WaitingThread> waitingThreads concode_elem_sep int numEntries concode_elem_sep ConnPerRoute connPerRoute con... |
String function ( ) { return "srini_string" ; } | the software the recording was encoded with . concode_field_sep PlaceHolder placeHolder concode_field_sep String date concode_elem_sep String fileName concode_elem_sep String copyright concode_elem_sep String author concode_elem_sep String album concode_elem_sep String composer concode_elem_sep int length concode_elem_... |
boolean function ( ) { return ( this . exception != null ) ; } | return whether this invocation result holds an exception . if this returns false , the result value applies even if null . concode_field_sep Throwable exception concode_elem_sep long serialVersionUID concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep Throwable getException concode_elem_sep... |
void function ( int arg0 , T arg1 ) { throw new UnsupportedOperationException ( READ_ONLY_ERROR_MESSAGE ) ; } | unsupported operation , throws an unsupportedoperationexception since this list is read-only . concode_field_sep String READ_ONLY_ERROR_MESSAGE concode_elem_sep Logger logger concode_elem_sep Map<ServiceReference,T> serviceMap concode_field_sep int compare concode_elem_sep List<T> subList concode_elem_sep T set concode... |
void function ( Cart arg0 ) { this . cartsCache . remove ( arg0 . getId ( ) ) ; } | removes a cart concode_field_sep Cache<String,Cart> cartsCache concode_elem_sep String CARTS_CACHE concode_field_sep void saveCart concode_elem_sep Cart getCart |
void function ( final InputStream arg0 , final OutputStream arg1 ) { final byte [ ] loc0 = new byte [ DEFAULT_ENCODING_BUFFER_SIZE ] ; int loc1 ; while ( - 1 != ( loc1 = arg0 . read ( loc0 ) ) ) { arg1 . write ( loc0 , 0 , loc1 ) ; } } | copies the contents of one stream to the other . concode_field_sep int DEFAULT_ENCODING_BUFFER_SIZE concode_field_sep void encodeBase64 concode_elem_sep OutputStream wrapQuotedPrintable concode_elem_sep void encodeQuotedPrintableBinary concode_elem_sep void encodeQuotedPrintable concode_elem_sep OutputStream wrapBase64 |
RandomAccessOrds function ( SortedDocValues arg0 ) { return new SingletonSortedSetDocValues ( arg0 ) ; } | returns a multi-valued view over the provided sorteddocvalues concode_field_sep PlaceHolder placeHolder concode_field_sep Bits unwrapSingletonBits concode_elem_sep NumericDocValues emptyNumeric concode_elem_sep Bits docsWithValue concode_elem_sep Bits docsWithValue concode_elem_sep Bits docsWithValue concode_elem_sep S... |
int function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getIntParameter ( CONTENT_BUFFER_SIZE , 4096 ) ; } | obtains the value of nioreactorpnames #content_buffer_size parameter.if not set , defaults to 4096 . concode_field_sep PlaceHolder placeHolder concode_field_sep void setContentBufferSize concode_elem_sep void setSelectInterval concode_elem_sep void setGracePeriod concode_elem_sep void setInterestOpsQueueing concode_ele... |
boolean function ( ) { return m_InvertSplitFolds ; } | gets whether to use the first fold as training set = false or as test set = true concode_field_sep boolean m_Verbose concode_elem_sep Instances m_Instances concode_elem_sep int m_SplitFolds concode_elem_sep Instances m_Testset concode_elem_sep Instances m_Trainset concode_elem_sep boolean m_Processed concode_elem_sep b... |
void function ( Object arg0 , Throwable arg1 ) { logInternal ( INFO , arg0 , arg1 ) ; } | logs the given message and throwable at the ` info ' level . concode_field_sep Level ERROR concode_elem_sep Level WARN concode_elem_sep Logger jdkLogger concode_elem_sep Level TRACE concode_elem_sep Level DEBUG concode_elem_sep Level FATAL concode_elem_sep Level INFO concode_field_sep boolean isWarnEnabled concode_elem... |
TimeZone function ( int arg0 , int arg1 ) { int loc0 = 1000 * 60 * 60 * arg0 ; int loc1 = 1000 * 60 * arg1 ; if ( arg0 < 0 ) { loc1 *= - 1 ; } return new SimpleTimeZone ( loc0 + loc1 , "srini_string" ) ; } | builds a timezone object with the given offset . concode_field_sep DateFormat dfs[] concode_elem_sep VCardVersion versions[] concode_elem_sep Map<VCardProperty,Integer[]> expectedPropCodes concode_elem_sep VCard vcard concode_field_sep Date date concode_elem_sep Date date concode_elem_sep void assertPropertyCount conco... |
BigDecimal function ( int arg0 ) { int loc0 = arg0 + 5 ; BigDecimal loc1 = arctan ( 5 , loc0 ) ; BigDecimal loc2 = arctan ( 239 , loc0 ) ; BigDecimal loc3 = loc1 . multiply ( FOUR ) . subtract ( loc2 ) . multiply ( FOUR ) ; return loc3 . setScale ( arg0 , BigDecimal . ROUND_HALF_UP ) ; } | compute the value of pi to the specified number of digits after the decimal point . the value is computed using machin 's formula : pi/4 = 4arctan 1/5 - arctan 1/239 and a power series expansion of arctan x to sufficient precision . concode_field_sep BigDecimal result concode_elem_sep int roundingMode concode_elem_sep ... |
void function ( java . util . Collection < Configuration > arg0 ) { if ( arg0 == null ) { this . configurations = null ; return ; } this . configurations = new com . amazonaws . internal . SdkInternalList < Configuration > ( arg0 ) ; } | a list of configurations you apply to this configuration object . concode_field_sep com.amazonaws.internal.SdkInternalList<Configuration> configurations concode_elem_sep String classification concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,String> properties concode_field_sep java.util.List<Configuration>... |
void function ( Object arg0 ) { String loc0 = arg0 . toString ( ) ; if ( this . minVal == null || this . minVal . compareTo ( loc0 ) > 0 ) { this . minVal = loc0 ; } } | add a value to the aggregator concode_field_sep String minVal concode_field_sep String getVal concode_elem_sep String getReport concode_elem_sep void reset concode_elem_sep ArrayList<String> getCombinerOutput |
Object function ( VerticalCommand arg0 ) { if ( processor == null ) { throw new ServiceException ( "srini_string" + getName ( ) + "srini_string" ) ; } return processor . processIncoming ( arg0 ) ; } | serves an incoming vertical command , locally . this method is invoked if a new verticalcommand object is generated by a slice targetted by a former horizontalcommand , which happens if the slice.serve yields a non-null result . this method makes it so that the newly created vertical command is handed to the command pr... |
List < Future < FreeStyleBuild >> function ( List < FreeStyleProject > arg0 ) { System . out . println ( "srini_string" + arg0 . size ( ) + "srini_string" ) ; List < Future < FreeStyleBuild >> loc0 = new ArrayList < Future < FreeStyleBuild >> ( ) ; for ( FreeStyleProject loc1 : arg0 ) loc0 . add ( loc1 . scheduleBuild2... | builds all the given projects at once . concode_field_sep int init concode_elem_sep JenkinsRule r concode_elem_sep CountDownLatch counter concode_field_sep List<FreeStyleProject> create5SlowJobs concode_elem_sep void autoProvision concode_elem_sep Builder createBuilder concode_elem_sep void verifySuccessfulCompletion c... |
Result function ( ParserInputSource arg0 , boolean arg1 , List < Event > arg2 ) { return new Result ( arg0 , true , arg1 , arg2 ) ; } | factory for a successful preprocessing result , meaning that the build file was able to be read and has valid syntax and was preprocessed . but note that there may have been be errors during preprocessing . concode_field_sep ParserInputSource result concode_elem_sep Iterable<Event> allEvents concode_elem_sep boolean co... |
void function ( TriggerListener ... arg0 ) { this . globalTriggerListeners = arg0 ; } | specify global quartz triggerlisteners to be registered with the scheduler . such triggerlisteners will apply to all triggers in the scheduler . concode_field_sep Log logger concode_elem_sep Map<String,Calendar> calendars concode_elem_sep String[] jobSchedulingDataLocations concode_elem_sep TriggerListener[] globalTrig... |
int function ( InputStream arg0 ) { int loc0 = 0 ; for ( int loc1 = 24 ; loc1 >= 0 ; loc1 -= 8 ) { int loc2 = arg0 . read ( ) ; if ( loc2 == - 1 ) { throw new IOException ( ) ; } loc0 += loc2 << loc1 ; } return loc0 ; } | reads an int from an inputstream concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep int readLine concode_elem_sep Serializable deserialize |
int function ( ) { return mSize ; } | returns the number of key-value mappings that this sparseintarray currently stores . concode_field_sep long[] mKeys concode_elem_sep int mSize concode_elem_sep long[] mValues concode_field_sep void growKeyAndValueArrays concode_elem_sep long keyAt concode_elem_sep void clear concode_elem_sep long valueAt concode_elem_s... |
int function ( ) { return attributeMap . size ( ) ; } | returns the number of elements in this attribute set . concode_field_sep Class interfaceName concode_elem_sep long serialVersionUID concode_elem_sep HashMap attributeMap concode_field_sep boolean add concode_elem_sep boolean containsKey concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep boole... |
void function ( String arg0 ) { this . buyerAddress1 = arg0 ; } | sets the value of the buyeraddress1 property . concode_field_sep String buyerPhone concode_elem_sep String dealerName concode_elem_sep String dealerCode concode_elem_sep String buyerAddress1 concode_elem_sep String buyerAddress2 concode_elem_sep String buyerName concode_elem_sep String ban concode_field_sep String getB... |
Integer function ( ) { return initialHeapSize ; } | initial heap size in mb concode_field_sep String minVersion concode_elem_sep String VERSION_PATTERN concode_elem_sep String jdkPreference concode_elem_sep String JDK_PREFERENCE_PREFER_JRE concode_elem_sep String JDK_PREFERENCE_JDK_ONLY concode_elem_sep String ARGS concode_elem_sep String[] JDK_PREFERENCE_NAMES concode_... |
java . util . Date function ( ) { return this . uploadStart ; } | the time that the disk upload starts . concode_field_sep java.util.Date uploadStart concode_elem_sep java.util.Date uploadEnd concode_elem_sep Double uploadSize concode_elem_sep String comment concode_field_sep ClientData withUploadStart concode_elem_sep void setUploadEnd concode_elem_sep void setUploadSize concode_ele... |
UniqueEntityLoader function ( OuterJoinLoadable arg0 , int arg1 , LockOptions arg2 , SessionFactoryImplementor arg3 , LoadQueryInfluencers arg4 ) { if ( arg1 <= 1 ) { return buildNonBatchingLoader ( arg0 , arg2 , arg3 , arg4 ) ; } return buildBatchingLoader ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } | builds a batch-fetch capable loader based on the given persister , lock-options , etc. . concode_field_sep PlaceHolder placeHolder concode_field_sep UniqueEntityLoader buildBatchingLoader concode_elem_sep UniqueEntityLoader buildBatchingLoader concode_elem_sep UniqueEntityLoader buildNonBatchingLoader concode_elem_sep ... |
void function ( ) { } | called after plugin construction and fields have been initialized . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOver... |
void function ( @ NotNull MetricQueryParser . AnsiDateContext arg0 ) { } | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterRelativeTimerangeOffset concode_elem_sep void exitDottedPathElements concode_elem_sep void exitExportStatement concode_elem_sep void exitAbsoluteTimerange concode_elem_sep void exitMetric concode_elem_sep voi... |
Class < ? extends Channel > function ( IOMode arg0 ) { switch ( arg0 ) { case NIO : return NioSocketChannel . class ; case EPOLL : return EpollSocketChannel . class ; default : throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } } | returns the correct client socketchannel class based on iomode . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep ByteToMessageDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep ThreadFactory createT... |
String function ( ) { return this . connectorFactory ; } | gets the connector factory from the configuration file . concode_field_sep Log LOGGER concode_elem_sep HashMap errorMessages concode_elem_sep InstanceSerializerMap instanceSerializerMap concode_elem_sep HashMap submissionHandlers concode_elem_sep HashMap customElements concode_elem_sep String connectorFactory concode_e... |
void function ( String arg0 ) { this . msisdn = arg0 ; } | sets the value of the msisdn property . concode_field_sep String sim concode_elem_sep String imei concode_elem_sep String msisdn concode_field_sep void setImei concode_elem_sep void setSim concode_elem_sep String getSim concode_elem_sep String getMsisdn concode_elem_sep String getImei |
void function ( Dimension2D arg0 ) { setSize ( arg0 . getWidth ( ) , arg0 . getHeight ( ) ) ; } | sets the size of this dimension2d object to match the specified size . this method is included for completeness , to parallel the getsize method of component . concode_field_sep PlaceHolder placeHolder concode_field_sep double getHeight concode_elem_sep Object clone concode_elem_sep double getWidth |
void function ( RenderRequest arg0 , RenderResponse arg1 , Object arg2 , Exception arg3 ) { afterCompletion ( arg0 , arg1 , arg2 , arg3 ) ; } | this implementation delegates to #aftercompletion . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean preHandleResource concode_elem_sep boolean preHandleRender concode_elem_sep void afterResourceCompletion concode_elem_sep void afterEventCompletion concode_elem_sep boolean preHandleAction concode_ele... |
void function ( Owner arg0 ) { this . owner = arg0 ; } | for internal use only . sets the owner on this access control list acl . this method is only intended for internal use by the library . the owner of a bucket or object can not be changed . however the object can be overwritten by the new desired owner deleted and rewritten . concode_field_sep Owner owner concode_elem_s... |
TaskExecutorRegistration function ( int arg0 ) { this . maxPoolSize = arg0 ; return this ; } | set the max pool size of the threadpoolexecutor . note : when an unbounded #queuecapacity int queuecapacity is configured the default , themax pool size is effectively ignored . see the `` unbounded queues '' strategy in java.util.concurrent.threadpoolexecutor threadpoolexecutor formore details . by default this is set... |
boolean function ( Object arg0 , Object arg1 ) { if ( arg0 == null && arg1 == null ) { return true ; } if ( arg0 == null || arg1 == null ) { return false ; } return arg0 . equals ( arg1 ) ; } | helper for equals concode_field_sep int depth concode_elem_sep int pomOrder concode_elem_sep ArtifactScopeEnum scope concode_elem_sep boolean resolved concode_elem_sep MetadataGraphVertex source concode_elem_sep String version concode_elem_sep String artifactUri concode_elem_sep MetadataGraphVertex target concode_field... |
int function ( DataInput arg0 ) { return ( int ) readVLong ( arg0 ) ; } | reads a zero-compressed encoded integer from input stream and returns it . concode_field_sep PlaceHolder placeHolder concode_field_sep int writeCompressedString concode_elem_sep String[] readCompressedStringArray concode_elem_sep int decodeVIntSize concode_elem_sep void writeStringArray concode_elem_sep String readComp... |
boolean function ( final SerialDate arg0 ) { final int loc0 ; if ( arg0 . getMonth ( ) == MonthConstants . FEBRUARY ) { loc0 = arg0 . getDayOfMonth ( ) ; if ( SerialDate . isLeapYear ( arg0 . getYYYY ( ) ) ) { return ( loc0 == 29 ) ; } else { return ( loc0 == 28 ) ; } } else { return false ; } } | returns true if the specified date is the last day in february that is , the 28th in non-leap years , and the 29th in leap years . concode_field_sep DateFormatSymbols dateFormatSymbols concode_elem_sep String[] months concode_elem_sep String[] weekdays concode_field_sep int dayCountActual concode_elem_sep int dayCount3... |
String function ( ) { return server ; } | gets the server . concode_field_sep IOException exception concode_elem_sep SocketWrapper socketWrapper concode_elem_sep String server concode_elem_sep boolean valid concode_elem_sep int port concode_elem_sep Socket socket concode_elem_sep Logger logger concode_elem_sep Object sync concode_elem_sep long timeout concode_... |
void function ( ) { producerExecutorService . shutdownNow ( ) ; } | shutdown the producer executor service . concode_field_sep int SHUTDOWN_TIMEOUT_SECONDS concode_elem_sep AtomicInteger incrementer concode_elem_sep double DELTA concode_elem_sep SlidingWindowTimeReservoir time10usReservoir concode_elem_sep ExecutorService producerExecutorService concode_elem_sep int PRODUCER_COUNT conc... |
IndexedCollection < O > function ( int arg0 , Factory < Set < O >> arg1 ) { return new ObjectLockingIndexedCollection < O > ( arg1 , arg0 ) ; } | returns a new indexedcollection to which objects can be added subsequently . the implementation returned supports concurrent reads and writes in general , but employs some locking in the write path for applications in which multiple threads might try to add/remove the same object to/from the collection concurrently . s... |
ByteRange function ( long arg0 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } return new ByteRange ( arg0 , UNDEFINED_OFFSET , ByteRangeType . LAST_N_BYTES ) ; } | construct a range that represents the last n bytes of an object . concode_field_sep long endOffset concode_elem_sep long startOffset concode_elem_sep long UNDEFINED_OFFSET concode_elem_sep ByteRangeType type concode_field_sep long getLastNBytes concode_elem_sep long getEndOffset concode_elem_sep long getStartOffset con... |
int function ( ) { return type ; } | get the type of this client . concode_field_sep String name concode_elem_sep int type concode_elem_sep Maze maze concode_elem_sep Set listenerSet concode_elem_sep int LOCAL concode_elem_sep int REMOTE concode_elem_sep int ROBOT concode_field_sep Point getPoint concode_elem_sep boolean backup concode_elem_sep String get... |
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; } | info log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d con... |
void function ( ) { XYBarRenderer loc0 = new XYBarRenderer ( ) ; XYBarRenderer loc1 = new XYBarRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } | two objects that are equal are required to return the same hashcode . concode_field_sep double EPSILON concode_field_sep void testSerialization2 concode_elem_sep void testCloning concode_elem_sep void testFindDomainBounds concode_elem_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_s... |
Bits function ( Bits arg0 ) { sizeTo ( arg0 . bits . length ) ; for ( int loc0 = 0 ; loc0 < arg0 . bits . length ; loc0 ++ ) bits [ loc0 ] = bits [ loc0 ] | arg0 . bits [ loc0 ] ; return this ; } | this set = this set | xs . concode_field_sep int wordmask concode_elem_sep int wordshift concode_elem_sep int wordlen concode_elem_sep int[] bits concode_field_sep void sizeTo concode_elem_sep int trailingZeroBits concode_elem_sep void clear concode_elem_sep Bits andSet concode_elem_sep void main concode_elem_sep boole... |
GetApiKeysResult function ( ApiKey ... arg0 ) { if ( this . items == null ) { setItems ( new java . util . ArrayList < ApiKey > ( arg0 . length ) ) ; } for ( ApiKey loc0 : arg0 ) { this . items . add ( loc0 ) ; } return this ; } | the current page of any apikey resources in the collection of apikey resources . note : this method appends the values to the existing list if any . use #setitems java.util.collection or #withitems java.util.collection if you want to override theexisting values . concode_field_sep String position concode_elem_sep java.... |
Object function ( ) { return toLevel ( this . levelInt ) ; } | return the flyweight instance of the level received through serizalization , i.e. ` this ' . concode_field_sep Integer INFO_INTEGER concode_elem_sep Level DEBUG concode_elem_sep Level INFO concode_elem_sep Level TRACE concode_elem_sep Integer ALL_INTEGER concode_elem_sep Integer WARN_INTEGER concode_elem_sep Integer ER... |
T function ( ID arg0 ) { return dao . findById ( arg0 ) . orElse ( null ) ; } | get the object by id . concode_field_sep CommonRepository<T,ID> dao concode_field_sep List<T> getAll concode_elem_sep T create concode_elem_sep T update concode_elem_sep void delete concode_elem_sep List<T> findAll concode_elem_sep Page<T> findAll |
IdGenerator function ( ) { return this . idGenerator ; } | return the configured idgenerator , if any . concode_field_sep IdGenerator idGenerator concode_elem_sep IdGenerator ID_VALUE_NONE_GENERATOR concode_elem_sep boolean enableTimestamp concode_field_sep void setIdGenerator concode_elem_sep boolean isEnableTimestamp concode_elem_sep void initHeaders concode_elem_sep UUID ge... |
void function ( PrintWriter arg0 ) { DriverManager . log_writer = arg0 ; } | this method sets the log writer being used by jdbc drivers . this is a system-wide parameter that affects all drivers . note that since there is no way to retrieve a printstream from a printwriter , this method can not set the log stream in use by jdbc . thus any older drivers may not see this setting . concode_field_s... |
String function ( String arg0 ) { if ( validHeaderValue ( arg0 ) == false ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 ; } | throw an exception if the value is not a #validheadervalue string valid header . concode_field_sep RestHandler handler concode_elem_sep String deprecationMessage concode_elem_sep DeprecationLogger deprecationLogger concode_field_sep boolean validHeaderValue concode_elem_sep void handleRequest |
TraitHeader function ( String arg0 ) { return index . get ( arg0 . toLowerCase ( Locale . US ) ) ; } | a case-insensitive and null-tolerant variant of #valueof string . concode_field_sep Map<String,TraitHeader> index concode_elem_sep String header concode_elem_sep String ASP_NET concode_elem_sep String poweredBy concode_elem_sep InetAddress remoteAddress concode_elem_sep long timestamp concode_field_sep String getPowere... |
Consumer function ( ) { return new Consumer ( ) ; } | create an instance of consumer concode_field_sep PlaceHolder placeHolder concode_field_sep Producer createProducerType concode_elem_sep Filter createFilterType concode_elem_sep Registered createRegistered concode_elem_sep Metadata createMeta |
char [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , arg0 . length ) ; } | encodes a byte array into base64 format . no blanks or line breaks are inserted . concode_field_sep char[] map1 concode_elem_sep byte[] map2 concode_field_sep String encodeString concode_elem_sep String decodeString concode_elem_sep byte[] decode concode_elem_sep byte[] decode |
Integer function ( ) { return sequenceNumber ; } | gets the value of the sequencenumber property . concode_field_sep String wbsCode concode_elem_sep Integer sequenceNumber concode_elem_sep Date lastUpdateDate concode_elem_sep Boolean isBaseline concode_elem_sep Double weight concode_elem_sep String wbsName concode_elem_sep Integer wbsObjectId concode_elem_sep Integer p... |
int function ( ) { int loc0 ; try { String loc1 = InetAddress . getLocalHost ( ) . toString ( ) ; loc0 = loc1 . hashCode ( ) ; } catch ( Exception loc1 ) { loc0 = 0 ; } return new Object ( ) . hashCode ( ) ^ ( int ) System . currentTimeMillis ( ) ^ loc0 ; } | do our best to get the id of this virtual machine . concode_field_sep int machineId concode_elem_sep short uidCounter concode_elem_sep long last concode_elem_sep long serialVersionUID concode_elem_sep int unique concode_elem_sep short count concode_elem_sep long time concode_field_sep UID read concode_elem_sep int hash... |
boolean function ( EObject arg0 ) { return getNameAttribute ( arg0 . eClass ( ) ) != null ; } | by default , elements are nameable if they have an eattribute named `` name '' . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concod... |
String function ( ) { return orderNum ; } | gets the value of the ordernum property . concode_field_sep List<ABCOrder.OrderItems.Item> item concode_elem_sep short quantity concode_elem_sep float price concode_elem_sep String customerNum concode_elem_sep ABCOrder.Header header concode_elem_sep String orderNum concode_elem_sep String id concode_elem_sep ABCOrder.O... |
boolean function ( Player arg0 ) { return isBanned ( arg0 . getUniqueId ( ) ) ; } | thread safe concode_field_sep BanManager plugin concode_field_sep PlayerData getPlayer concode_elem_sep PlayerData getPlayer concode_elem_sep PlayerData getPlayer concode_elem_sep CloseableIterator<PlayerBanRecord> getBanRecords concode_elem_sep CloseableIterator<IpBanRecord> getBanRecords concode_elem_sep PlayerData g... |
List < DynamicFieldInstance > function ( int arg0 , int arg1 , String arg2 , boolean arg3 , ImogJunction arg4 , String arg5 ) { ImogActor loc0 = HttpSessionUtil . getCurrentUser ( ) ; ImogJunction loc1 = createFilterJuntion ( loc0 ) ; if ( arg4 != null ) loc1 . add ( arg4 ) ; List < DynamicFieldInstance > loc2 = dao . ... | used when dynamicfieldinstance is involved in a relation 1 1 association and is the reverserelationfield of the relation return all instance of dynamicfieldinstance non affected regarding specified property . concode_field_sep DynamicFieldInstanceDao dao concode_elem_sep DynamicFieldTemplateHandler fieldTemplateHandler... |
double function ( int [ ] arg0 , int [ ] arg1 ) { int loc0 = arg0 . length ; double [ ] loc1 = new double [ loc0 ] ; double [ ] loc2 = new double [ loc0 ] ; wilcoxonRanks ( arg0 , arg1 , loc1 , loc2 ) ; return Math . min ( getMeanWplus ( loc1 ) , getMeanWminus ( loc1 ) ) ; } | normal-distribution probability value for matched sets of values . based upon : http://comp9.psych.cornell.edu/darlington/normscor.htm the standard wilcoxon is not used because it requires a lookup table . concode_field_sep Logger log concode_field_sep long setBits concode_elem_sep long setBits concode_elem_sep double ... |
void function ( String arg0 ) { this . featureIdentifier = arg0 ; } | sets the value of the featureidentifier property . concode_field_sep Boolean unlimitedMinutes concode_elem_sep DataBalanceType remainingData concode_elem_sep DataBalanceType dataRemainingBeforeThrottle concode_elem_sep Boolean unlimitedMessages concode_elem_sep long serialVersionUID concode_elem_sep DataBalanceType dat... |
void function ( EdgeImpl arg0 ) { if ( this . edges . contains ( arg0 ) ) { throw new WorkflowRuntimeException ( "srini_string" ) ; } else { this . edges . add ( arg0 ) ; } } | adds an edge . concode_field_sep NodeImpl node concode_elem_sep Kind kind concode_elem_sep String name concode_elem_sep List<EdgeImpl> edges concode_elem_sep ComponentPort componentPort concode_elem_sep String id concode_elem_sep String nodeID concode_elem_sep GraphImpl graph concode_field_sep void setName concode_elem... |
void function ( boolean arg0 ) { _address . setMailing ( arg0 ) ; } | sets whether this address is mailing . concode_field_sep Address _address concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep com.liferay.portal.model.Country getCountry concode_elem_sep boolean isCachedModel concode_elem_sep in... |
String function ( ) { return tokenStatus ; } | gets the value of the tokenstatus property . concode_field_sep String tokenStatus concode_elem_sep String userStatus concode_elem_sep String ctkipUrl concode_elem_sep String pseudoUserId concode_elem_sep long serialVersionUID concode_elem_sep String activationCode concode_field_sep void setActivationCode concode_elem_s... |
FormattingInfo function ( ) { return DEFAULT ; } | gets default instance . concode_field_sep boolean leftTruncate concode_elem_sep FormattingInfo DEFAULT concode_elem_sep int minLength concode_elem_sep boolean leftAlign concode_elem_sep char[] SPACES concode_elem_sep int maxLength concode_field_sep int getMaxLength concode_elem_sep void format concode_elem_sep boolean ... |
int function ( ) { int loc0 = 0 ; for ( Connection loc1 : connections ) { if ( loc1 . isFramed ( ) ) loc0 ++ ; } return loc0 ; } | returns total number of multiplexed connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep Runnable connectionsCleanupRunnable concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep LinkedList<Connection> connections concode_ele... |
SessionContext function ( final boolean arg0 ) { return this . getSessionContext ( ) ; } | this method is equal to #getsessioncontext concode_field_sep SessionContext sessionContext concode_elem_sep ConcurrentHashMap<String,Object> data concode_field_sep String getModule concode_elem_sep String getRemoteAddr concode_elem_sep String getContextPath concode_elem_sep String getServerName concode_elem_sep void ad... |
List < K > function ( ) { if ( deletions == null ) return ImmutableList . of ( ) ; return deletions ; } | returns the list of deletions in this mutation . concode_field_sep List<E> additions concode_elem_sep List<K> deletions concode_field_sep List<E> getAdditions concode_elem_sep void deletion concode_elem_sep void merge concode_elem_sep boolean hasDeletions concode_elem_sep boolean hasAdditions concode_elem_sep void addi... |
float function ( String arg0 ) { return library . getFloat ( entries , arg0 ) ; } | gets a float specified by the key in the dictionary entries . if the value is a reference , the float value that the reference points to is returned . concode_field_sep Hashtable<Object,Object> entries concode_elem_sep Library library concode_elem_sep boolean inited concode_elem_sep boolean isDeleted concode_elem_sep R... |
void function ( Object arg0 , Object arg1 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } | implementation of addproperty . concode_field_sep PlaceHolder placeHolder concode_field_sep void rollback concode_elem_sep State getState concode_elem_sep Object getProperty concode_elem_sep void putState concode_elem_sep void commit concode_elem_sep Set<String> getAuthorizations concode_elem_sep void removeState conco... |
String function ( ) { return eventName ; } | returns name of event concode_field_sep String propertyName concode_elem_sep String eventName concode_elem_sep Object source concode_field_sep Object getSource concode_elem_sep String getPropertyName |
Object function ( Object arg0 ) { if ( ! ( arg0 instanceof String ) ) { throw new EncoderException ( "srini_string" ) ; } return this . nysiis ( ( String ) arg0 ) ; } | encodes an object using the nysiis algorithm . this method is provided in order to satisfy the requirements of the encoder interface , and will throw an encoderexception if the supplied object is not of type string . concode_field_sep char[] CHARS_C concode_elem_sep char[] CHARS_G concode_elem_sep char[] CHARS_SSS conc... |
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } | get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String[] values concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String id concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc ... |
Builder < T > function ( @ NonNull String arg0 ) { this . setTargetFolder ( new File ( arg0 ) ) ; return this ; } | this method specifies target folder where models should be saved concode_field_sep String modelPrefix concode_elem_sep ListenerEvent targetEvent concode_elem_sep File targetFolder concode_elem_sep int targetFrequency concode_elem_sep Semaphore locker concode_elem_sep boolean useBinarySerialization concode_field_sep Ser... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.