code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
TagValue function ( String arg0 ) { return remove ( manager . get ( arg0 ) ) ; } | convenience method for removing a tag concode_field_sep TagManager manager concode_elem_sep Map<Tag,TagValue> map concode_field_sep TagManager getManager concode_elem_sep Iterator<Entry<Tag,TagValue>> iterator concode_elem_sep boolean set concode_elem_sep boolean set concode_elem_sep TagValue get |
void function ( ) { IterationStrategy loc0 = new CooperativeDataClusteringPSOIterationStrategy ( ) ; CooperativeMultiswarmIterationStrategy loc1 = new CooperativeMultiswarmIterationStrategy ( ) ; loc1 . setDelegate ( loc0 ) ; Assert . assertEquals ( loc0 , loc1 . getDelegate ( ) ) ; } | test of setdelegate method , of class cooperativemultiswarmiterationstrategy . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPerformIteration concode_elem_sep void testGetDelegate |
IFormatWriter [ ] function ( ) { IFormatWriter [ ] loc0 = new IFormatWriter [ writers . length ] ; System . arraycopy ( writers , 0 , loc0 , 0 , writers . length ) ; return loc0 ; } | gets all constituent file format writers . concode_field_sep ClassList<IFormatWriter> defaultClasses concode_elem_sep String[] suffixes concode_elem_sep int current concode_elem_sep String currentId concode_elem_sep String[] compressionTypes concode_elem_sep IFormatWriter[] writers concode_elem_sep Logger LOGGER concod... |
Register [ ] function ( int arg0 , int arg1 ) { m_ReadMultipleRegistersRequest . setReference ( arg0 ) ; m_ReadMultipleRegistersRequest . setWordCount ( arg1 ) ; m_Transaction . setRequest ( m_ReadMultipleRegistersRequest ) ; m_Transaction . execute ( ) ; return ( ( ReadMultipleRegistersResponse ) m_Transaction . getRe... | reads a given number of registers from the slave . note that the number of registers returned i.e. array length will be according to the number received in the slave response . concode_field_sep WriteSingleRegisterRequest m_WriteSingleRegisterRequest concode_elem_sep ReadInputDiscretesRequest m_ReadInputDiscretesReques... |
boolean function ( ) { return isRunning ( ) ; } | returns whether this animator has been started and not yet ended . this state is a superset of the state of #isrunning , because an animator with a nonzero #getstartdelay startdelay will return true for #isstarted during thedelay phase , whereas #isrunning will return true only after the delay phaseis complete . concod... |
String function ( String arg0 , String arg1 ) { return put ( arg0 , arg1 ) ; } | convenience method to allow for storing null values . #put does n'tallow null values , because that would be ambiguous . concode_field_sep TreeMap<String,SortedSet<String>> wrappedMap concode_field_sep String getAsQueryString concode_elem_sep Set<java.util.Map.Entry<String,SortedSet<String>>> entrySet concode_elem_sep ... |
double function ( ) { return ( get_bill ( ) / get_kwh_price ( ) ) * get_elec_ef ( ) * get_months ( ) ; } | will calculate the carbon emissions for a building object concode_field_sep double kwh_price concode_elem_sep double bill concode_elem_sep double elec_ef concode_elem_sep int months concode_field_sep void set_bill concode_elem_sep double get_kwh_price concode_elem_sep int get_months concode_elem_sep double get_bill con... |
double function ( List < String > arg0 , List < ? extends List < String >> arg1 ) { int loc0 = 0 ; int loc1 = arg0 . size ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { int loc3 = loc2 < loc1 - 1 ? loc2 + 1 : 0 ; loc0 += distances . getDistance ( arg0 . get ( loc2 ) , arg0 . get ( loc3 ) ) ; } return loc0 ; } | calculates the length of an evolved route . concode_field_sep DistanceLookup distances concode_field_sep boolean isNatural |
SecureMethod function ( ) { return new SecureMethod ( ) ; } | create an instance of securemethod concode_field_sep QName _SecureMethod_QNAME concode_elem_sep QName _SecureMethodResponse_QNAME concode_field_sep SimpleResponse createSimpleResponse concode_elem_sep SecureMethodResponse createSecureMethodResponse concode_elem_sep JAXBElement<SecureMethodResponse> createSecureMethodRe... |
void function ( ) { readLimit = writePos - 1 ; } | marks that all the input needs to be made available in the encoded output . concode_field_sep int MF_BT4 concode_elem_sep int keepSizeAfter concode_elem_sep int matchLenMax concode_elem_sep byte[] buf concode_elem_sep boolean finishing concode_elem_sep int niceLen concode_elem_sep int readLimit concode_elem_sep int wri... |
WebExchangeDataBinder function ( ServerWebExchange arg0 , String arg1 ) { return createDataBinder ( arg0 , null , arg1 ) ; } | create a webexchangedatabinder without a `` target '' object , i.e.for applying type conversion to simple types . concode_field_sep Model model concode_elem_sep WebBindingInitializer initializer concode_field_sep Model getModel concode_elem_sep WebExchangeDataBinder initDataBinder concode_elem_sep WebExchangeDataBinder... |
int function ( ) { return 8192 ; } | return update notification threshold . concode_field_sep BitSet flag concode_field_sep void progressFinish concode_elem_sep void progressStart concode_elem_sep boolean shouldMeterInput concode_elem_sep void main concode_elem_sep void progressUpdate |
String function ( long arg0 ) { long loc0 = arg0 % 60 ; long loc1 = ( arg0 / 60 ) % 60 ; long loc2 = ( arg0 / ( 60 * 60 ) ) % 24 ; return String . format ( "srini_string" , loc2 , loc1 , loc0 ) ; } | convert secs to h mm ss . concode_field_sep PlaceHolder placeHolder concode_field_sep void createTarGzOfDirectory concode_elem_sep String readfixPath concode_elem_sep void addFileToTarGz concode_elem_sep String convertMSecsToHMmSs |
ComplexNumbers function ( ) { return sin ( ) . divides ( cos ( ) ) ; } | return a new complex object whose value is the complex tangent of this concode_field_sep double re concode_elem_sep double im concode_field_sep double phase concode_elem_sep ComplexNumbers minus concode_elem_sep double im concode_elem_sep ComplexNumbers cos concode_elem_sep double circ_r concode_elem_sep ComplexNumbers... |
void function ( Object arg0 ) { assertNotNull ( arg0 , "srini_string" ) ; } | verify that a parameter is not null and throw a runtime exception if so . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertEquals c... |
void function ( ) { this . idGenerator = ID_VALUE_NONE_GENERATOR ; } | a shortcut for calling #setidgenerator org.springframework.util.idgenerator with an id generation strategy to disable id generation completely . concode_field_sep IdGenerator idGenerator concode_elem_sep IdGenerator ID_VALUE_NONE_GENERATOR concode_elem_sep boolean enableTimestamp concode_field_sep IdGenerator getIdGene... |
COSDictionary function ( ) { return this . uriDictionary ; } | returns the corresponding dictionary . concode_field_sep COSDictionary uriDictionary concode_field_sep String getBase concode_elem_sep COSBase getCOSObject concode_elem_sep void setBase |
String function ( ) { return name ; } | gets the name of the name object . concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String toS... |
String function ( ) { if ( messageLog . size ( ) > ( position + 1 ) ) { position ++ ; } return ( "srini_string" ) ; } | method to move the user 's view downwards by a single line , by setting each message to the one below it in the log concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode... |
Properties function ( ) { return properties ; } | get the properties associated with the inboundendpoint concode_field_sep String protocol concode_elem_sep String injectingSeq concode_elem_sep SynapseEnvironment synapseEnvironment concode_elem_sep String onErrorSeq concode_elem_sep String name concode_elem_sep Properties properties concode_elem_sep String classImpl co... |
String function ( ) { return this . userid ; } | gets the userid of this bookmarkentitypk . concode_field_sep String bmid concode_elem_sep String userid concode_field_sep void setBmid concode_elem_sep String getBmid concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setUserid |
long function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } | method can be used to get the block index . this can be used when multiple thread can be used scan group of blocks in that can we can assign the some of the blocks to one thread and some to other concode_field_sep BTreeNode[] children concode_elem_sep BlockletLevelDeleteDeltaDataCache deleteDeltaDataCache concode_elem_... |
void function ( ) { Assert . assertFalse ( this . negAuthFilter . isLoginAttempt ( "srini_string" ) ) ; Assert . assertTrue ( this . negAuthFilter . isLoginAttempt ( "srini_string" ) ) ; Assert . assertTrue ( this . negAuthFilter . isLoginAttempt ( "srini_string" ) ) ; } | test is login attempt . concode_field_sep NegotiateAuthenticationFilter negAuthFilter concode_elem_sep MockServletResponse response concode_elem_sep byte[] out concode_field_sep void testSendChallengeOnFailure concode_elem_sep void setUp concode_elem_sep void testSendChallengeInitiateNegotiate concode_elem_sep void tes... |
CTNotesViewProperties function ( ) { return notesViewPr ; } | gets the value of the notesviewpr property . concode_field_sep CTSlideSorterViewProperties sorterViewPr concode_elem_sep CTNotesTextViewProperties notesTextViewPr concode_elem_sep CTNotesViewProperties notesViewPr concode_elem_sep CTSlideViewProperties slideViewPr concode_elem_sep CTOutlineViewProperties outlineViewPr ... |
void function ( int arg0 ) { this . value = arg0 ; } | sets the value of the value property . concode_field_sep boolean minutes concode_elem_sep boolean messages concode_elem_sep long serialVersionUID concode_elem_sep int value concode_field_sep int getValue concode_elem_sep void setMessages concode_elem_sep void setMinutes concode_elem_sep boolean isMessages concode_elem_... |
BindingInfo function ( String arg0 ) { return getBindingInfo ( arg0 , null ) ; } | returns the binding information for the specified binding id , or null if no binding information could befound . concode_field_sep Collection<BindingInfoProvider> bindingInfoProviders concode_field_sep void addBindingInfoProvider concode_elem_sep Set<BindingInfo> getBindingInfos concode_elem_sep Set<BindingInfo> getBin... |
Marker function ( String arg0 ) { return markerFactory . getDetachedMarker ( arg0 ) ; } | create a marker which is detached even at birth from the markerfactory . concode_field_sep IMarkerFactory markerFactory concode_field_sep Marker getMarker concode_elem_sep IMarkerFactory getIMarkerFactory |
boolean function ( EObject arg0 , EObject arg1 ) { return false ; } | by default , do n't provide any child paste override behaviour . 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 concode_elem_sep Strin... |
void function ( String arg0 ) { this . firstName = arg0 ; } | sets the student 's first name . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep boolean lascComplete concode_elem_sep int nextId concode_elem_sep int currentEarnedCr concode_elem_sep int REQUIRED_CR concode_elem_sep double gpa concode_elem_sep String id concode_elem_sep int anticip... |
boolean function ( String arg0 ) { int loc0 = arg0 == null ? 0 : arg0 . length ( ) ; while ( loc0 > 0 ) { if ( arg0 . charAt ( -- loc0 ) > ' ' ) { return false ; } } return true ; } | checks if text is empty characters < = space concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rightTrimSize concode_elem_sep String toZeroPaddedString concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep Str... |
int function ( int arg0 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( arg0 + "srini_string" ) ; } else if ( arg0 < 2 ) { return 1 ; } else { return getFibTerm ( arg0 - 1 ) + getFibTerm ( arg0 - 2 ) ; } } | calculates the desired term in the fibonacci sequence . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
MultiLineStringBuilder function ( ) { return new MultiLineStringBuilder ( ) ; } | create a new collection of linestrings concode_field_sep PlaceHolder placeHolder concode_field_sep PointBuilder newPoint concode_elem_sep PointBuilder newPoint concode_elem_sep MultiPolygonBuilder newMultiPolygon concode_elem_sep MultiPolygonBuilder newMultiPolygon concode_elem_sep CircleBuilder newCircleBuilder concod... |
int function ( ) { return m_resultSetConcurrency ; } | get resultset concurrency concode_field_sep String m_sql concode_elem_sep long serialVersionUID concode_elem_sep int m_resultSetType concode_elem_sep String m_trxName concode_elem_sep int m_resultSetConcurrency concode_field_sep String getSql concode_elem_sep int getResultSetType concode_elem_sep String getTrxName conc... |
void function ( String arg0 ) { this . state = arg0 ; } | one of the following load balancer states : adding - the instances in the group are being registered with the load balancer . added - all instances in the group are registered with the load balancer . inservice - at least one instance in the group passed an elb health check . removing - the instances are being deregist... |
String [ ] function ( ) { return this . errorCodes ; } | return the sql error codes to match . concode_field_sep String[] errorCodes concode_elem_sep Class<?> exceptionClass concode_field_sep Class<?> getExceptionClass concode_elem_sep void setExceptionClass concode_elem_sep void setErrorCodes |
java . lang . String function ( ) { return customTargetingValueActionType ; } | gets the customtargetingvalueactiontype value for this customtargetingvalueaction . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String customTargetingValueActionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep or... |
void function ( CTOfficeArtExtensionList arg0 ) { this . extLst = arg0 ; } | sets the value of the extlst property . concode_field_sep CTShapeLocking spLocks concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep Boolean txBox concode_field_sep void setTxBox concode_elem_sep CTOfficeArtExtensionList getExtLst concode_elem_sep void setSpLocks concode_elem_sep CTShapeLocking getSpLocks... |
T function ( int arg0 , EObject arg1 ) { switch ( arg0 ) { case SecondarytablePackage . PRINTER : { Printer loc0 = ( Printer ) arg1 ; T loc1 = casePrinter ( loc0 ) ; if ( loc1 == null ) loc1 = defaultCase ( arg1 ) ; return loc1 ; } default : return defaultCase ( arg1 ) ; } } | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep SecondarytablePackage modelPackage concode_field_sep T casePrinter concode_elem_sep T defaultCase |
void function ( ) { if ( autoFocusManager != null ) { autoFocusManager . stop ( ) ; autoFocusManager = null ; } if ( camera != null && previewing ) { camera . stopPreview ( ) ; previewCallback . setHandler ( null , 0 ) ; previewing = false ; } } | tells the camera to stop drawing preview frames . concode_field_sep String TAG concode_elem_sep Context context concode_elem_sep boolean initialized concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep Camera camera concode_elem_sep CameraConfigurationManager configManager concode_elem_sep PreviewCallbac... |
void function ( String arg0 ) { boolean loc0 = true ; List < Ref > loc1 = repo . branchList ( ) . call ( ) ; if ( Iterables . any ( loc1 , ref -> ref . getName ( ) . replace ( "srini_string" , "srini_string" ) . equals ( arg0 ) ) ) { loc0 = false ; } repo . checkout ( ) . setCreateBranch ( loc0 ) . setName ( arg0 ) . c... | change active branch to branch . create the branch if it does n't exist . concode_field_sep Git repo concode_field_sep void deleteFile concode_elem_sep void deleteBranch concode_elem_sep Git createLocalRepo concode_elem_sep void writePropertyToFile concode_elem_sep void commitChanges concode_elem_sep void changePropert... |
int function ( int arg0 ) { return ( arg0 & ~ ( PRIVATE | PROTECTED ) ) | PUBLIC ; } | truns the public bit on . the protected and private bits are cleared . concode_field_sep int PRIVATE concode_elem_sep int PROTECTED concode_elem_sep int INTERFACE concode_elem_sep int PUBLIC concode_elem_sep int STATIC concode_elem_sep int NATIVE concode_elem_sep int SUPER concode_elem_sep int VARARGS concode_elem_sep ... |
String function ( byte [ ] arg0 ) { String loc0 = new String ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 += Integer . toHexString ( ( arg0 [ loc1 ] >>> 4 ) & 0x0F ) ; loc0 += Integer . toHexString ( arg0 [ loc1 ] & 0x0F ) ; } return loc0 ; } | transforms an array of bytes into a string of hex values . concode_field_sep PlaceHolder placeHolder concode_field_sep MessageDigest update concode_elem_sep MessageDigest update concode_elem_sep MessageDigest update concode_elem_sep byte[] getDigest concode_elem_sep byte[] doFinal |
Collection < Class < ? extends Plugin >> function ( ) { return Collections . emptyList ( ) ; } | returns plugins that should be loaded on the node concode_field_sep NodeConfigurationSource EMPTY concode_field_sep Collection<Class<? extends Plugin>> transportClientPlugins concode_elem_sep Settings transportClientSettings concode_elem_sep Settings transportClientSettings concode_elem_sep Settings nodeSettings concod... |
void function ( String arg0 ) { this . sourcePolicyId = arg0 ; } | the identifier of the policy that was provided as an input . concode_field_sep Position endPosition concode_elem_sep String sourcePolicyId concode_elem_sep String sourcePolicyType concode_elem_sep Position startPosition concode_field_sep Statement withEndPosition concode_elem_sep void setSourcePolicyType concode_elem_s... |
long function ( ) { return missCount ; } | the number of lookups in the cache that failed to retrieve a docidset . concode_field_sep long cacheCount concode_elem_sep long hitCount concode_elem_sep long cacheSize concode_elem_sep XContentBuilderString CACHE_SIZE concode_elem_sep XContentBuilderString EVICTIONS concode_elem_sep XContentBuilderString HIT_COUNT con... |
void function ( XMLGregorianCalendar arg0 ) { this . modified = arg0 ; } | sets the value of the modified property . concode_field_sep List<RightsInstance> rightsInstance concode_elem_sep XMLGregorianCalendar created concode_elem_sep XMLGregorianCalendar modified concode_elem_sep long serialVersionUID concode_field_sep List<RightsInstance> getRightsInstance concode_elem_sep XMLGregorianCalend... |
RemotingProtocolEncoder function ( ) { return encoder ; } | returns the remoting encoder . concode_field_sep RemotingProtocolDecoder decoder concode_elem_sep RemotingProtocolEncoder encoder concode_field_sep void init concode_elem_sep RemotingProtocolDecoder getRemotingDecoder |
ResponseEntity < T > function ( T arg0 , HttpStatus arg1 ) { HttpHeaders loc0 = new HttpHeaders ( ) ; loc0 . set ( CONTENT_TYPE , MediaType . APPLICATION_JSON_VALUE ) ; Map < String , Object > loc1 = new HashMap < String , Object > ( ) ; loc1 . put ( "srini_string" , arg0 ) ; return new ResponseEntity ( loc1 , loc0 , a... | get json response from object with http status concode_field_sep String ACCESS_CONTROL_ALLOW_ORIGIN concode_elem_sep String CONTENT_TYPE concode_field_sep ResponseEntity<T> getJsonHttptatus concode_elem_sep ResponseEntity<T> getJsonHttptatus concode_elem_sep String toJson concode_elem_sep ResponseEntity<List<T>> defaul... |
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof Context ) ) { return false ; } final Context loc0 = ( Context ) arg0 ; if ( this . getId ( ) == null || loc0 . getId ( ) == null || ! loc0 . getId ( ) . equals ( getId ( ) ) ) { return false ; } return true ; } | returns true if the argument is an context instance and all identifiers for this entity equal the identifiers of the argument entity . returns false otherwise . concode_field_sep long serialVersionUID concode_elem_sep org.topcased.gpm.common.extensions.GUIContext guiContext concode_elem_sep java.lang.String id concode_... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep PluginSettingService _service concode_field_sep com.liferay.portal.kernel.model.PluginSetting updatePluginSetting concode_elem_sep PluginSettingService getService |
boolean function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < headers . size ( ) ; loc0 ++ ) { Header loc1 = ( Header ) headers . get ( loc0 ) ; if ( loc1 . getName ( ) . equalsIgnoreCase ( arg0 ) ) { return true ; } } return false ; } | tests if headers with the given name are contained within this group . header name comparison is case insensitive . concode_field_sep List headers concode_elem_sep long serialVersionUID concode_field_sep Header getCondensedHeader concode_elem_sep void setHeaders concode_elem_sep void addHeader concode_elem_sep void upd... |
String function ( ) { return ( m_fullPath ) ; } | retrieve the full path . concode_field_sep List<Integer> m_externalTaskUniqueIDs concode_elem_sep String m_fullPath concode_elem_sep Integer m_taskUniqueID concode_elem_sep String m_fileName concode_elem_sep Integer m_uniqueIDOffset concode_elem_sep String m_dosFullPath concode_elem_sep String m_dosFileName concode_fie... |
void function ( T ... arg0 ) { boolean loc0 = true ; if ( arguments == null ) { loc0 = false ; arguments = new ArrayList < T > ( ) ; } Collections . addAll ( arguments , arg0 ) ; if ( ! loc0 ) { submit ( ) ; } } | appends arguments and sends this runnable for theexecution if needed . this implementation uses @see #submit to send this runnable for execution . concode_field_sep List<T> arguments concode_field_sep void submit concode_elem_sep List<T> flush concode_elem_sep void run concode_elem_sep void run |
BigDecimal function ( ) { return zscore ; } | gets the value of the zscore property . concode_field_sep BigInteger numobs concode_elem_sep BigDecimal obsval concode_elem_sep BigDecimal mean concode_elem_sep BigDecimal mindiff concode_elem_sep BigDecimal zscore concode_elem_sep BigDecimal stdev concode_elem_sep String atoms concode_field_sep BigInteger getNumobs co... |
ExecutorService function ( ) { return build ( null , null ) ; } | builds the new thread pool concode_field_sep ThreadPoolProfile profile concode_elem_sep CamelContext context concode_field_sep ScheduledExecutorService buildScheduled concode_elem_sep ScheduledExecutorService buildScheduled concode_elem_sep ScheduledExecutorService buildScheduled concode_elem_sep ThreadPoolBuilder keep... |
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... |
CommDeviceBuilder function ( double arg0 ) { CommModel . checkReliability ( arg0 ) ; deviceReliability = arg0 ; return this ; } | sets the reliability of the device to be constructed . the reliability is applied for both sending and receiving messages . reliability must be 0 & le ; r & le ; 1 . concode_field_sep Optional<Double> deviceMaxRange concode_elem_sep CommModel model concode_elem_sep boolean used concode_elem_sep CommUser user concode_el... |
void function ( Calendar arg0 ) { this . spring = arg0 ; } | sets the date of the beginning of spring . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep void setAutumn concode_elem_sep Calendar getNextSeason concode_... |
void function ( boolean arg0 ) { } | called when the system is about to start resuming a previous activity . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_sep Uri remapUri concode_elem_sep void onNewIn... |
String function ( ) { return username ; } | get username concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep U... |
String function ( ) { return "srini_string" + mListenPort + "srini_string" + mClient . getClientData ( ) . getPid ( ) + ( ( mConnState != ST_READY ) ? "srini_string" : "srini_string" ) ; } | represent the debugger as a string . concode_field_sep int mConnState concode_elem_sep ByteBuffer mReadBuffer concode_elem_sep int MAX_BUF_SIZE concode_elem_sep Client mClient concode_elem_sep ByteBuffer mPreDataBuffer concode_elem_sep int ST_NOT_CONNECTED concode_elem_sep int ST_AWAIT_SHAKE concode_elem_sep SocketChan... |
OntModel function ( ) { try { return readFromRepository ( ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; throw ( new SesameException ( loc0 . getMessage ( ) ) ) ; } } | constructs a jena ontmodel from the rdf in the repository . this method was developed for liber , but is not used because it takes about 45 seconds to read all three ontologies from sesame ! better to read them from local files instead . concode_field_sep String repository concode_elem_sep Repository sesameRepository c... |
long function ( ) { return length ; } | get the length of this file , in bytes . concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep long length concode_elem_sep FsPermission permission concode_elem_sep byte storagePolicy concode_elem_sep FileEncryptionInfo feInfo concode_elem_sep short block_replication concode_elem_sep byte[] EM... |
boolean function ( ) { return _kaleoNode . getInitial ( ) ; } | returns the initial of this kaleo node . concode_field_sep KaleoNode _kaleoNode concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean getTerminal concode_elem_sep java.lang.String getName concode_elem_... |
void function ( T arg0 ) { if ( bebaskanObjek . size ( ) < ukuranMaksimal ) { bebaskanObjek . add ( arg0 ) ; } } | method yang digunakan untuk membebaskan obyek concode_field_sep int ukuranMaksimal concode_elem_sep List<T> bebaskanObjek concode_elem_sep SatukanObjek<T> pabrikObjek concode_field_sep T ciptakanObjek concode_elem_sep T objekBaru |
String function ( ) { return state_names [ _value ] ; } | returns a short string representation . concode_field_sep int _USER_ID concode_elem_sep long serialVersionUID concode_elem_sep String[] state_names concode_elem_sep IdAssignmentPolicyValue USER_ID concode_elem_sep IdAssignmentPolicyValue SYSTEM_ID concode_elem_sep int _value concode_elem_sep IdAssignmentPolicyValue[] e... |
Enumeration < ? extends Principal > function ( ) { return groupMembers . elements ( ) ; } | returns the enumeration of the members in the group . concode_field_sep Vector<Principal> groupMembers concode_elem_sep String group concode_field_sep boolean removeMember concode_elem_sep boolean addMember concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep bo... |
void function ( ) { urlLocation = null ; url = null ; errorMessage = null ; closeConnection ( ) ; } | free up any resources used , immediately . concode_field_sep String urlLocation concode_elem_sep String errorMessage concode_elem_sep InputStream inputStream concode_elem_sep URL url concode_field_sep URLAccess doURLAccess concode_elem_sep void closeConnection |
void function ( ) { rsa_description . update_get_signature_step ( ) ; rsa_description . update_commit_step ( ) ; rsa_debug . update_get_step ( ) ; } | update arguments and results of all steps in all protocols . needed because the rsa ov-chip applet switches references in the resign step , see rsa_plain_card #switch_to_new_attributes rsa_plain_card . switch_to_new_attributes and rsa_mont_card #switch_to_new_attributes rsa_mont_card . switch_to_new_attributes . concod... |
boolean function ( ) { return this . property ; } | the property of this node concode_field_sep HashMap<String,TrieNode> children concode_elem_sep TrieNode parent concode_elem_sep boolean property concode_elem_sep Logger LOG concode_elem_sep TrieNode rootNode concode_field_sep String[] getChildren concode_elem_sep TrieNode getParent concode_elem_sep void deleteChild con... |
String function ( ) { return this . identityId ; } | a name-spaced guid for example , us-east-1 :23 ec4050-6aea-7089-a2dd-08002example created by amazon cognito . guid generation is unique within a region . concode_field_sep java.util.Date lastModifiedDate concode_elem_sep String identityId concode_elem_sep String lastModifiedBy concode_elem_sep Long dataStorage concode_... |
void function ( ) { Date loc0 = new Date ( 10L ) ; Date loc1 = new Date ( 20L ) ; DateRange loc2 = new DateRange ( loc0 , loc1 ) ; loc0 . setTime ( 11L ) ; assertEquals ( new Date ( 10L ) , loc2 . getLowerDate ( ) ) ; loc2 . getUpperDate ( ) . setTime ( 22L ) ; assertEquals ( new Date ( 20L ) , loc2 . getUpperDate ( ) ... | confirm that a daterange is immutable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testClone concode_elem_sep void testSerialization concode_elem_sep void testEquals |
ArrayOftPlayersWithCards function ( ) { return allPlayersWithYellowOrRedCardsResult ; } | gets the value of the allplayerswithyelloworredcardsresult property . concode_field_sep ArrayOftPlayersWithCards allPlayersWithYellowOrRedCardsResult concode_field_sep void setAllPlayersWithYellowOrRedCardsResult |
String function ( ) { return request . getTransactionMethod ( ) ; } | gets the transaction method concode_field_sep int STATE_WAITING concode_elem_sep TransactionIdentifier transaction_id concode_elem_sep Message request concode_elem_sep int STATE_CONFIRMED concode_elem_sep int STATE_TERMINATED concode_elem_sep int transaction_sqn concode_elem_sep Log log concode_elem_sep int STATE_IDLE ... |
void function ( TVyrizeniEntity arg0 ) { this . vyrizeniUzavreni = arg0 ; } | sets the value of the vyrizeniuzavreni property . concode_field_sep TJineUdaje jineUdaje concode_elem_sep TEvidence evidence concode_elem_sep TVyrizeniEntity vyrizeniUzavreni concode_elem_sep TPopis popis concode_elem_sep TIdentifikace identifikace concode_elem_sep TPristupnost pristupnost concode_elem_sep TTrideniSpis... |
SeverityLevel function ( String arg0 ) { setCode ( arg0 ) ; return this ; } | one of four values : `` low , '' `` medium , '' `` high , '' and `` urgent '' . these values correspond to response times returned to the caller in severitylevel.name . concode_field_sep String code concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode... |
byte [ ] function ( float arg0 ) { return intToBytes ( Float . floatToRawIntBits ( arg0 ) ) ; } | converts a float to a byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToBytes concode_elem_sep long bytesToLong concode_elem_sep long bytesToLong concode_elem_sep byte[] doubleToBytes concode_elem_sep short bytesToShort concode_elem_sep short bytesToShort concode_elem_sep byte[] shor... |
long function ( InputStream arg0 , OutputStream arg1 ) { byte [ ] loc0 = new byte [ DEFAULT_BUFFER_SIZE ] ; long loc1 = 0 ; int loc2 = 0 ; while ( EOF != ( loc2 = arg0 . read ( loc0 ) ) ) { arg1 . write ( loc0 , 0 , loc2 ) ; loc1 += loc2 ; } return loc1 ; } | copy bytes from a large over 2gb inputstream to an outputstream . this method buffers the input internally , so there is no need to use a bufferedinputstream . the buffer size is given by #default_buffer_size . concode_field_sep int DEFAULT_BUFFER_SIZE concode_elem_sep int EOF concode_field_sep int read concode_elem_se... |
boolean function ( Request arg0 , Proxy . Type arg1 ) { return ! arg0 . isHttps ( ) && arg1 == Proxy . Type . HTTP ; } | returns true if the request line should contain the full url with host and port like `` get http://android.com/foo http/1 .1 '' or only the path like `` get / foo http/1 .1 '' . concode_field_sep PlaceHolder placeHolder concode_field_sep String get concode_elem_sep String requestPath |
long function ( InputStream arg0 , OutputStream arg1 , int arg2 ) { int loc0 ; long loc1 = 0 ; byte [ ] loc2 = new byte [ arg2 ] ; while ( arg0 . available ( ) > 0 ) { loc0 = arg0 . loc0 ( loc2 , 0 , loc2 . length ) ; if ( loc0 > 0 ) { arg1 . write ( loc2 , 0 , loc0 ) ; loc1 += loc0 ; } } return loc1 ; } | write . concode_field_sep int BUFFER_SIZE concode_field_sep String read concode_elem_sep void writeLines concode_elem_sep void writeLines concode_elem_sep void appendLines concode_elem_sep String[] readLines concode_elem_sep String[] readLines |
boolean function ( ) { return skipArrays ( ) . isPrimitive ( ) ; } | return true if this is an array of a primitive type . concode_field_sep Type arrayType concode_elem_sep com.sun.javadoc.Type skipArraysCache concode_elem_sep DocEnv env concode_field_sep TypeVariable asTypeVariable concode_elem_sep com.sun.javadoc.Type getElementType concode_elem_sep String simpleTypeName concode_elem_... |
String function ( final URL arg0 , final String arg1 ) { return getUrl ( arg0 , arg1 , null ) ; } | create a full url for the given lineage endpoint , urlpath and parameter . concode_field_sep Logger LOGGER concode_elem_sep String hostname concode_elem_sep String url concode_field_sep VerticesResult getVerticesResult concode_elem_sep VertexIdsResult getVertexIdsByDirection concode_elem_sep EdgesResult getEdgesResult ... |
void function ( String [ ] arg0 ) { EventQueue . invokeLater ( new Runnable ( ) { public void run ( ) { try { Chat loc0 = new Chat ( ) ; loc0 . frame . setVisible ( true ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } } ) ; } | launch the application . concode_field_sep JTextField sendtext concode_elem_sep JFrame frame concode_elem_sep JTextArea textArea concode_field_sep void initialize |
DiscoveryNode function ( ) { return node ; } | the node which this ping describes concode_field_sep DiscoveryNode node concode_elem_sep boolean hasJoinedOnce concode_elem_sep ClusterName clusterName concode_elem_sep Map<DiscoveryNode,PingResponse> pings concode_elem_sep long id concode_elem_sep PingResponse[] EMPTY concode_elem_sep AtomicLong idGenerator concode_el... |
C function ( Enum < ? > arg0 ) { C loc0 = cache . get ( arg0 ) ; if ( loc0 == null ) { loc0 = findCounter ( arg0 . getDeclaringClass ( ) . getName ( ) , arg0 . name ( ) ) ; cache . put ( arg0 , loc0 ) ; } return loc0 ; } | find the counter for the given enum . the same enum will always return the same counter . concode_field_sep Log LOG concode_elem_sep Map<String,G> fgroups concode_elem_sep Map<String,String> legacyMap concode_elem_sep Limits limits concode_elem_sep Map<String,G> groups concode_elem_sep Map<Enum<?>,C> cache concode_elem... |
Message function ( Body arg0 ) { this . body = arg0 ; return this ; } | the message body . returns a reference to this object so that method calls can be chained together . concode_field_sep Content subject concode_elem_sep Body body concode_field_sep Content getSubject concode_elem_sep void setSubject concode_elem_sep Body getBody concode_elem_sep int hashCode concode_elem_sep boolean equ... |
Buffer function ( ) { mark = pos ; return this ; } | sets this buffer 's mark at its position . concode_field_sep int cap concode_elem_sep Pointer address concode_elem_sep int pos concode_elem_sep int limit concode_elem_sep int mark concode_field_sep void checkIfReadOnly concode_elem_sep boolean hasArray concode_elem_sep boolean hasRemaining concode_elem_sep Buffer clear... |
void function ( ) { fPresenter = getPresenterProvider ( ) . get ( ) ; fPresenter . install ( fSourceViewer , fPresentationReconciler ) ; if ( styledText != null ) { fReconciler = reconcilerProvider . get ( ) ; fReconciler . install ( styledText , fSourceViewer , fPresenter ) ; } } | enable advanced highlighting . concode_field_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextStyledText styledText concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresentationReconciler concode_elem_... |
long function ( ) { return lastModified ; } | method to get the last modified date as a long integer . concode_field_sep long snapshotID concode_elem_sep String parentPath concode_elem_sep boolean isCollection concode_elem_sep String description concode_elem_sep int dbBasedContentID concode_elem_sep boolean directory concode_elem_sep boolean versionableChange conc... |
void function ( InetAddress arg0 , int arg1 , int arg2 ) { if ( arg1 != 0 && arg2 != 0 ) { mTransport = TRANSPORT_UDP ; mPort = arg1 ; for ( int loc0 = 0 ; loc0 < mBufferCount ; loc0 ++ ) { mPackets [ loc0 ] . setPort ( arg1 ) ; mPackets [ loc0 ] . setAddress ( arg0 ) ; } mReport . setDestination ( arg0 , arg2 ) ; } } | sets the destination address and to which the packets will be sent . concode_field_sep long duration concode_elem_sep long mCacheSize concode_elem_sep float m concode_elem_sep int TRANSPORT_UDP concode_elem_sep DatagramPacket[] mPackets concode_elem_sep long mClock concode_elem_sep int mTotal concode_elem_sep int mSeq ... |
List < T > function ( List < T > arg0 , int arg1 ) { Session loc0 = getSessionFactory ( ) . getCurrentSession ( ) ; int loc1 = 0 ; for ( T loc2 : arg0 ) { loc0 . update ( loc2 ) ; if ( arg1 != 0 && ++ loc1 % arg1 == 0 ) { loc0 . flush ( ) ; loc0 . clear ( ) ; } } return arg0 ; } | used for updating entities in batch concode_field_sep Class<T> businessEntity concode_field_sep T find concode_elem_sep T find concode_elem_sep T save concode_elem_sep T update concode_elem_sep Session getOpenSession concode_elem_sep boolean delete concode_elem_sep List<T> findAll concode_elem_sep SessionFactory getSes... |
void function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < REPEAT_COUNT ; loc0 ++ ) { Assert . assertEquals ( UPLOAD_DATA_STRING , arg0 . substring ( UPLOAD_DATA_STRING . length ( ) * loc0 , UPLOAD_DATA_STRING . length ( ) * ( loc0 + 1 ) ) ) ; } } | helper function to check whether data is a concatenation of repeat_count upload_data_string strings . concode_field_sep String UPLOAD_DATA_STRING concode_elem_sep byte[] UPLOAD_DATA concode_elem_sep int REPEAT_COUNT concode_field_sep String getResponseAsString concode_elem_sep byte[] getLargeData |
void function ( Polynomial arg0 , Equation arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ( ) ; loc0 ++ ) { append ( arg0 . getTerm ( loc0 ) ) ; } simplify ( arg1 ) ; } | add another polynomial concode_field_sep Kernel kernel concode_elem_sep ArrayList<Term> terms concode_field_sep boolean isVar concode_elem_sep void sub concode_elem_sep void sub concode_elem_sep Polynomial fromNode concode_elem_sep HashSet<GeoElement> getVariables concode_elem_sep Polynomial apply concode_elem_sep Poly... |
IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; } | get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean projectExists concode_elem_sep FeatureCo... |
Set < String > function ( ) { return this . queryParams ; } | parameter keys that are sent via the query string concode_field_sep String path concode_elem_sep Set<String> queryParams concode_elem_sep String basicAuthUser concode_elem_sep StreamingResponseCallback callback concode_elem_sep String basicAuthPwd concode_elem_sep METHOD method concode_elem_sep ResponseParser responseP... |
void function ( ) { k = i - 1 ; if ( k > 1 ) { step1 ( ) ; step2 ( ) ; step3 ( ) ; step4 ( ) ; step5 ( ) ; step6 ( ) ; } i_end = k + 1 ; i = 0 ; } | stem the word placed into the stemmer buffer through calls to add . returns true if the stemming process resulted in a word different from the input . you can retrieve the result with getresultlength / getresultbuffer or tostring . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_e... |
void function ( URL arg0 , AuthenticatedURL . Token arg1 , Token < AbstractDelegationTokenIdentifier > arg2 , String arg3 ) { try { doDelegationTokenOperation ( arg0 , arg1 , DelegationTokenOperation . CANCELDELEGATIONTOKEN , null , arg2 , false , arg3 ) ; } catch ( AuthenticationException loc0 ) { throw new IOExceptio... | cancels a delegation token from the server end-point . it does not require being authenticated by the configured authenticator . concode_field_sep String HTTP_PUT concode_elem_sep String DELEGATION_TOKEN_HEADER concode_elem_sep String HTTP_GET concode_elem_sep String RENEWER_PARAM concode_elem_sep String OP_PARAM conco... |
Date function ( ) { if ( isValid ( month , day + 1 , year ) ) return new Date ( month , day + 1 , year ) ; else if ( isValid ( month + 1 , 1 , year ) ) return new Date ( month + 1 , 1 , year ) ; else return new Date ( 1 , 1 , year + 1 ) ; } | returns the next date in the calendar . concode_field_sep int month concode_elem_sep int year concode_elem_sep int[] DAYS concode_elem_sep int day concode_field_sep int month concode_elem_sep int year concode_elem_sep int hashCode concode_elem_sep boolean isValid concode_elem_sep boolean equals concode_elem_sep boolean... |
DistalDendrite function ( Connections arg0 ) { DistalDendrite loc0 = new DistalDendrite ( this , arg0 . incrementSegments ( ) ) ; arg0 . getSegments ( this ) . add ( loc0 ) ; return loc0 ; } | returns a newly created distaldendrite concode_field_sep Integer boxedIndex concode_elem_sep int hashcode concode_elem_sep Column column concode_elem_sep int index concode_field_sep void removeReceptorSynapse concode_elem_sep int getIndex concode_elem_sep void addReceptorSynapse concode_elem_sep int hashCode concode_el... |
java . util . List < Dimension > function ( ) { if ( dimensions == null ) { dimensions = new com . amazonaws . internal . SdkInternalList < Dimension > ( ) ; } return dimensions ; } | a list of dimensions associated with the metric . concode_field_sep String metricName concode_elem_sep String namespace concode_elem_sep com.amazonaws.internal.SdkInternalList<Dimension> dimensions concode_field_sep void setMetricName concode_elem_sep Metric withDimensions concode_elem_sep Metric withDimensions concode... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.