code
stringlengths
20
663
nl
stringlengths
68
7.19k
byte [ ] function ( ) { if ( saslClient != null && saslClient . hasInitialResponse ( ) ) { try { return saslClient . evaluateChallenge ( new byte [ 0 ] ) ; } catch ( SaslException loc1 ) { throw Throwables . propagate ( loc1 ) ; } } else { return new byte [ 0 ] ; } }
used to initiate sasl handshake with server . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslClient saslClient concode_elem_sep String expectedQop concode_field_sep byte[] response concode_elem_sep void dispose concode_elem_sep v...
CertificatePinner function ( CertificateChainCleaner arg0 ) { return this . certificateChainCleaner != arg0 ? new CertificatePinner ( pins , arg0 ) : this ; }
returns a certificate pinner that uses certificatechaincleaner . concode_field_sep List<Pin> pins concode_elem_sep CertificatePinner DEFAULT concode_elem_sep String pattern concode_elem_sep List<Pin> pins concode_elem_sep CertificateChainCleaner certificateChainCleaner concode_elem_sep String hashAlgorithm concode_elem...
void function ( float arg0 ) { this . lowerLeftY = arg0 ; }
setter for property lowerlefty . concode_field_sep float upperRightX concode_elem_sep float upperRightY concode_elem_sep float lowerLeftY concode_elem_sep float lowerLeftX concode_field_sep float getHeight concode_elem_sep boolean contains concode_elem_sep float getLowerLeftX concode_elem_sep void setLowerLeftX concode...
void function ( SessionNode arg0 ) { SessionEvent loc0 = new SessionEvent ( this . source , arg0 , SessionEvent . MODEL_CREATED ) ; fireSessionEvent ( loc0 ) ; }
fires an event indicating that a new model has been created for the given session node in the session . concode_field_sep List sessionListeners concode_elem_sep Object source concode_field_sep void fireNodeRemoved concode_elem_sep void fireParentAdded concode_elem_sep void fireNodeAdded concode_elem_sep void fireSessio...
JsonNode function ( java . io . InputStream arg0 ) { try { return mapper ( ) . readTree ( arg0 ) ; } catch ( Throwable loc0 ) { throw new RuntimeException ( loc0 ) ; } }
parses a inputstream representing a json , and return it as a jsonnode . concode_field_sep ObjectMapper defaultObjectMapper concode_elem_sep ObjectMapper objectMapper concode_field_sep JsonNode toJson concode_elem_sep String prettyPrint concode_elem_sep String generateJson concode_elem_sep ObjectMapper newDefaultMapper...
Object function ( final String arg0 ) { return ( StringUtils . isEmpty ( arg0 ) ) ? getDefaultValue ( ) : convertToValue ( arg0 ) ; }
converts a string to value consistent with type or uses the default value if the string is null or empty . concode_field_sep Log LOG concode_elem_sep boolean isArray concode_elem_sep IFunction<Object,String> convertToString concode_elem_sep IFunction<String,Object> parse concode_elem_sep LazyMember<Map<Class<?>,Object>...
void function ( ) { log . trace ( "srini_string" ) ; }
this method may be called by a deployment tool to validate the overall activation configuration information provided by the endpoint deployer . concode_field_sep Logger log concode_elem_sep ResourceAdapter ra concode_field_sep void setResourceAdapter concode_elem_sep ResourceAdapter getResourceAdapter
void function ( TypedPropertyMap arg0 ) { if ( arg0 == null ) { return ; } properties . putAll ( arg0 ) ; }
package scope so the componentpresetfactory can call it . concode_field_sep TypedKey<Integer> SIDES concode_elem_sep TypedKey<Double> AFT_SHOULDER_DIAMETER concode_elem_sep TypedKey<Double> FORE_OUTER_DIAMETER concode_elem_sep TypedKey<Double> WIDTH concode_elem_sep String type concode_elem_sep TypedKey<Double> INNER_D...
void function ( ) { stop ( Maps . < String , String > newHashMap ( ) ) ; }
stop the timer and submit the event . if the timer was already stopped before , this is a no-op . concode_field_sep String MR_DISTRIBUTED_CACHE_SETUP concode_elem_sep EventSubmitter submitter concode_elem_sep String JOB_RUN concode_elem_sep String MR_STAGING_DATA_CLEAN concode_elem_sep String METADATA_TIMING_EVENT conc...
Notification function ( int arg0 ) { Notification loc0 = get ( arg0 ) ; if ( loc0 != null ) { loc0 . cancel ( ) ; } return loc0 ; }
clear local notification specified by id . concode_field_sep Context context concode_field_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMgr concode_elem_sep List<JSONObje...
void function ( ) { alexaListening = Optional . of ( new CountDownLatch ( 1 ) ) ; audioPlayer . interruptAllAlexaOutput ( ) ; resumeAudioThread . ifPresent ( t -> t . interrupt ( ) ) ; speechRequestRunning = true ; }
called when the starting a speech request to alexa voice service concode_field_sep AVSAudioPlayer audioPlayer concode_elem_sep Optional<CountDownLatch> outstandingDirectiveCount concode_elem_sep Optional<Thread> resumeAudioThread concode_elem_sep Optional<CountDownLatch> alexaListening concode_elem_sep boolean speechRe...
long function ( ) { return id ; }
returns task id concode_field_sep TaskId parentTask concode_elem_sep long startTimeNanos concode_elem_sep String action concode_elem_sep String description concode_elem_sep long startTime concode_elem_sep long id concode_elem_sep String type concode_field_sep TaskResult result concode_elem_sep TaskResult result concode...
HostAndPort function ( String arg0 ) { HostAndPort loc0 = fromString ( arg0 ) ; checkArgument ( ! loc0 . hasPort ( ) , "srini_string" , arg0 ) ; return loc0 ; }
build a hostandport instance from a host only . note : non-bracketed ipv6 literals are allowed . use #requirebracketsforipv6 to prohibit these . concode_field_sep long serialVersionUID concode_elem_sep int port concode_elem_sep boolean hasBracketlessColons concode_elem_sep int NO_PORT concode_elem_sep String host conco...
void function ( Date arg0 ) { cookieExpiryDate = arg0 ; }
sets expiration date . note : the object returned by this method is considered immutable . changing it e.g. using settime could result in undefined behaviour . do so at your peril . concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String na...
void function ( ) { shutdownNetwork ( ) ; }
stops the zookeeper server . concode_field_sep ZooKeeperServer zooKeeperServer concode_elem_sep int port concode_elem_sep File dataDir concode_elem_sep ServerCnxnFactory connectionFactory concode_elem_sep Amount<Integer,Time> DEFAULT_SESSION_TIMEOUT concode_elem_sep File snapDir concode_field_sep void startNetwork conc...
void function ( ) { isMutable = false ; }
makes this list immutable . all subsequent modifications will throw an unsupportedoperationexception . concode_field_sep StorageMode mode concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep List<Message> listData concode_elem_sep Converter<K,V> converter concode_elem_s...
MutablePropertyValues function ( String arg0 , Object arg1 ) { addPropertyValue ( new PropertyValue ( arg0 , arg1 ) ) ; return this ; }
add a propertyvalue object , replacing any existing one for the corresponding property or getting merged with it if applicable . concode_field_sep boolean converted concode_elem_sep List<PropertyValue> propertyValueList concode_elem_sep Set<String> processedProperties concode_field_sep void removePropertyValue concode_...
String function ( ) { return output . getText ( ) ; }
get the text currently in the output component . this is used for testing purposes . concode_field_sep JTextArea output concode_elem_sep JTextArea input concode_elem_sep WebDriver driver concode_elem_sep JButton run concode_elem_sep JFrame mainFrame concode_field_sep void runSnippet concode_elem_sep void init concode_e...
void function ( String arg0 ) { cmds . remove ( arg0 ) ; }
removes a command from the batch . concode_field_sep List<String> cmds concode_field_sep void add concode_elem_sep List<String> get concode_elem_sep void execute
DefaultResponseCreator function ( ) { return new DefaultResponseCreator ( HttpStatus . NO_CONTENT ) ; }
responsecreator for a 204 response no_content . concode_field_sep PlaceHolder placeHolder concode_field_sep DefaultResponseCreator withStatus concode_elem_sep DefaultResponseCreator withSuccess concode_elem_sep DefaultResponseCreator withSuccess concode_elem_sep DefaultResponseCreator withSuccess concode_elem_sep Defau...
long function ( int arg0 ) { return ( arg0 == chunkCount - 1 ) ? lastChunkDurationUs : chunkStartTimesUs [ arg0 + 1 ] - chunkStartTimesUs [ arg0 ] ; }
gets the duration of the specified chunk . concode_field_sep int lookAheadCount concode_elem_sep int displayHeight concode_elem_sep int qualityLevels concode_elem_sep byte[] data concode_elem_sep int TYPE_TEXT concode_elem_sep String language concode_elem_sep int majorVersion concode_elem_sep int type concode_elem_sep ...
void function ( Collection < Edge > arg0 ) { this . visible . clear ( ) ; this . visible . addAll ( arg0 ) ; }
show only the given edges . concode_field_sep boolean curve concode_elem_sep int baseline concode_elem_sep BasicStroke defaultStroke concode_elem_sep HashMap<Shape,Edge> shapes concode_elem_sep int heightPerLevel concode_elem_sep HashMap<String,Color> colors concode_elem_sep HashSet<Edge> selected concode_elem_sep Hash...
void function ( String arg0 ) { this . name = arg0 ; }
sets the name of the device . concode_field_sep String TYPE_GATEWAY_EXTRAS concode_elem_sep HmInterface hmInterface concode_elem_sep List<HmChannel> channels concode_elem_sep String address concode_elem_sep String name concode_elem_sep String ADDRESS_GATEWAY_EXTRAS concode_elem_sep String type concode_elem_sep String f...
String function ( ) { return password ; }
retrieves the password concode_field_sep String password concode_elem_sep String username concode_field_sep String getUsername
void function ( ) { if ( server != null ) { try { server . stop ( ) ; server = null ; } catch ( Exception loc0 ) { throw uncheck ( loc0 ) ; } } }
stops the server if it is running . concode_field_sep RatpackServer server concode_field_sep void addDefaultImpositions concode_elem_sep ServerBackedApplicationUnderTest of concode_elem_sep ServerBackedApplicationUnderTest of concode_elem_sep RatpackServer createServer concode_elem_sep URI getAddress concode_elem_sep I...
SelectedChannelType function ( ) { return grayChannel ; }
gets the value of the graychannel property . concode_field_sep SelectedChannelType blueChannel concode_elem_sep SelectedChannelType grayChannel concode_elem_sep SelectedChannelType redChannel concode_elem_sep SelectedChannelType greenChannel concode_field_sep void setBlueChannel concode_elem_sep SelectedChannelType get...
void function ( RuntimeServices arg0 , InternalContextAdapter arg1 , Node arg2 ) { rsvc = arg0 ; String loc0 = getScopeName ( ) + '.' + RuntimeConstants . PROVIDE_SCOPE_CONTROL ; this . provideScope = rsvc . getBoolean ( loc0 , provideScope ) ; }
how this directive is to be initialized . concode_field_sep int line concode_elem_sep boolean provideScope concode_elem_sep String templateName concode_elem_sep RuntimeServices rsvc concode_elem_sep int column concode_field_sep void postRender concode_elem_sep String getName concode_elem_sep void preRender concode_elem...
ObjectId function ( String arg0 ) { byte [ ] loc0 = new byte [ 12 ] ; assert arg0 . length ( ) == 24 ; for ( int loc1 = 0 , loc2 = 0 ; loc1 != 12 ; ++ loc1 ) { String loc3 = arg0 . substring ( loc2 , loc2 += 2 ) ; loc0 [ loc1 ] = ( byte ) Integer . parseInt ( loc3 , 16 ) ; } return readObjectId ( loc0 ) ; }
read the objectid from the hexadecimal string representation of the objectid . concode_field_sep PlaceHolder placeHolder concode_field_sep String regexFlagsFor concode_elem_sep String regexFlagsFor concode_elem_sep int regexFlagsFrom concode_elem_sep void writeObjectId concode_elem_sep boolean valuesAreEqual
String function ( ) { return name ; }
gets the value of the name property . concode_field_sep String name concode_field_sep void setName
void function ( Object ... arg0 ) { if ( arg0 == null ) { throw new RuntimeException ( "srini_string" ) ; } objectGraph = ObjectGraph . create ( arg0 ) ; }
get ready to wield your dagger with your modules you would normally pass to object graph creation concode_field_sep ObjectGraph objectGraph concode_field_sep void injectStatics concode_elem_sep Object get concode_elem_sep void inject concode_elem_sep void plus concode_elem_sep void validate
FileSystem function ( Path arg0 ) { return new ZipFileSystem ( arg0 ) ; }
returns a new instance of a simple filesystem implementation thatpresents the contents of a zip file as a read-only file system view . concode_field_sep FileSystem defaultFileSystem concode_field_sep FileSystem initDefaultAsUnion concode_elem_sep FileSystem initDefaultAsNative concode_elem_sep FileSystem initDefaultAsJ...
List < T > function ( ) { return Collections . unmodifiableList ( onNextEvents ) ; }
get the sequence of items observed by this observer , as an ordered list . concode_field_sep Observer<T> delegate concode_elem_sep Observer<Object> INERT concode_elem_sep ArrayList<T> onNextEvents concode_elem_sep ArrayList<Throwable> onErrorEvents concode_elem_sep ArrayList<Notification<T>> onCompletedEvents concode_f...
String function ( String arg0 , ImageSize arg1 ) { return new StringBuilder ( arg0 ) . append ( URI_AND_SIZE_SEPARATOR ) . append ( arg1 . getWidth ( ) ) . append ( WIDTH_AND_HEIGHT_SEPARATOR ) . append ( arg1 . getHeight ( ) ) . toString ( ) ; }
generates key for memory cache for incoming image uri + size . pattern for cache key - imageuri _ width x height . concode_field_sep String URI_AND_SIZE_SEPARATOR concode_elem_sep String WIDTH_AND_HEIGHT_SEPARATOR concode_field_sep List<String> findCacheKeysForImageUri concode_elem_sep Comparator<String> createFuzzyKey...
int function ( final @ NonNull List < T > arg0 , final @ NonNull T arg1 ) { return ListUtils . indexOf ( arg0 , arg1 , Object :: equals ) ; }
returns the index of the first element in ` xs ` that equals ` x ` , or ` -1 ` if ` x ` is not found in ` xs ` . concode_field_sep PlaceHolder placeHolder concode_field_sep List<T> mutatingConcat concode_elem_sep List<T> allReplaced concode_elem_sep List<T> prepend concode_elem_sep boolean nonEmpty concode_elem_sep Lis...
Date function ( ) { return _wsrpConsumerPortlet . getCreateDate ( ) ; }
returns the create date of this wsrp consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpan...
char function ( ) { return src . charAt ( pos ++ ) ; }
returns the next character in the buffer . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_sep void init concode_elem_sep void init concod...
void function ( String arg0 ) { this . ban = arg0 ; }
sets the value of the ban property . concode_field_sep XMLGregorianCalendar loginStatusChangeDate concode_elem_sep String registrationStatus concode_elem_sep String registeredFirstName concode_elem_sep String subscriberId concode_elem_sep long serialVersionUID concode_elem_sep BigInteger authenticationFailureCount conc...
boolean function ( int arg0 ) { return mCheckStates . get ( arg0 ) ; }
returns the checked state of the specified position . the result is only valid if the choice mode has been set to abslistview.choice _ mode_single , but the code does not check this . concode_field_sep RecyclerView.AdapterDataObserver mAdapterDataObserver concode_elem_sep LongSparseArray<Integer> mCheckedIdStates conco...
void function ( INode arg0 , List < XAttr > arg1 , int arg2 ) { if ( arg0 . getXAttrFeature ( ) != null ) { arg0 . removeXAttrFeature ( arg2 ) ; } if ( arg1 == null || arg1 . isEmpty ( ) ) { return ; } arg0 . addXAttrFeature ( new XAttrFeature ( arg1 ) , arg2 ) ; }
update xattrs of inode . must be called while holding the fsdirectory write lock . concode_field_sep SerialNumberMap<String> NAME_MAP concode_field_sep String getName concode_elem_sep List<XAttr> readINodeXAttrs concode_elem_sep int getNameSerialNumber concode_elem_sep XAttr readINodeXAttrByPrefixedName
void function ( long arg0 ) { this . queueSize = arg0 ; }
sets the total number of messages in the queue/store that have not been ack 'd by a consumer . this can become confusing at times when compared to the enqueue count because the enqueue count is a count over a period of time since the last broker restart while the queue size is not dependent on a period of time but inst...
MinOptMax function ( ) { return space ; }
returns the space value . concode_field_sep boolean forcing concode_elem_sep boolean conditional concode_elem_sep MinOptMax space concode_elem_sep int precedence concode_field_sep SpaceVal makeWordSpacing concode_elem_sep MinOptMax createSpaceProperty concode_elem_sep boolean isForcing concode_elem_sep int getPrecedenc...
void function ( Date arg0 ) { this . docDate = arg0 ; }
setter method for docdate concode_field_sep String fatherName concode_elem_sep String education concode_elem_sep String gender concode_elem_sep String houseStatus concode_elem_sep String panNo concode_elem_sep String maritialStatus concode_elem_sep String drivLicNo concode_elem_sep Date docDate concode_elem_sep long se...
void function ( PrintWriter arg0 , String arg1 , APDU_Serializable [ ] arg2 , int arg3 ) { arg0 . format ( arg1 , arg3 ) ; short loc0 = arg2 [ arg3 ] . loc0 ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; arg2 [ arg3 ] . to_byte_array ( loc0 , ( short ) 0 , loc1 , ( short ) 0 ) ; arg0 . println ( Misc_host . to_byte_hex_stri...
output serialized data of array element . outputs the byte representation of a i to out . the format string line_start must contain at most one integer conversion.it is printed with the index before the data . concode_field_sep PlaceHolder placeHolder concode_field_sep void array_to concode_elem_sep void array_from con...
void function ( java . lang . String arg0 ) { _scProductVersion . setChangeLog ( arg0 ) ; }
sets the change log of this s c product version . concode_field_sep SCProductVersion _scProductVersion concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCa...
PrivateKey function ( ) { return privateKey ; }
returns the private key . concode_field_sep PrivateKey privateKey concode_elem_sep long serialVersionUID concode_elem_sep PublicKey publicKey concode_field_sep PublicKey getPublic
ArrayList < Integer > function ( ) { return waitTimes ; }
gets a list of all the wait times between flights . concode_field_sep Integer totalTravelTime concode_elem_sep ArrayList<Integer> waitTimes concode_elem_sep double totalCost concode_elem_sep String departureDateAsStr concode_elem_sep String origin concode_elem_sep long serialVersionUID concode_elem_sep String destinati...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep java.lang.Double contribution concode_elem_sep java.lang.Boolean isPrimary concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef salesRole concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concod...
boolean function ( final double arg0 , final double arg1 , final double arg2 , final double arg3 , final double arg4 , final double arg5 , final double arg6 , final double arg7 ) { return ! ( arg2 < arg6 || arg0 < arg4 || arg3 > arg7 || arg1 > arg5 ) ; }
computes whether the first a rectangle is wholly within another b rectangle shared boundaries allowed concode_field_sep PlaceHolder placeHolder concode_field_sep boolean rectDisjoint concode_elem_sep boolean rectIntersects concode_elem_sep boolean rectCrosses concode_elem_sep boolean pointInRectPrecise
void function ( String arg0 ) { this . queryCondition = arg0 ; }
sets the querycondition . concode_field_sep int DEFAULT_BATCH_SIZE concode_elem_sep String password concode_elem_sep String batchSize concode_elem_sep boolean useProxy concode_elem_sep int DEFAULT_TIME_OUT concode_elem_sep String proxyPort concode_elem_sep String moduleName concode_elem_sep String proxyUsername concode...
void function ( ) { if ( index < chars . length ) index ++ ; }
skips next character in the buffer . concode_field_sep char EOF concode_elem_sep int index concode_elem_sep char[] chars concode_field_sep int read concode_elem_sep boolean hasMore concode_elem_sep int getLength concode_elem_sep void back concode_elem_sep int peek
void function ( Operator < ? extends OperatorDesc > arg0 , ColumnInfo arg1 , Dependency arg2 ) { LinkedHashMap < ColumnInfo , Dependency > loc0 = depMap . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new LinkedHashMap < ColumnInfo , Dependency > ( ) ; depMap . put ( arg0 , loc0 ) ; } loc0 . put ( arg1 , arg2 ) ; }
puts the dependency for an operator , columninfo tuple . concode_field_sep ParseContext pctx concode_elem_sep Map<Operator<? extends OperatorDesc>,Set<Predicate>> condMap concode_elem_sep Index index concode_elem_sep Map<Operator<? extends OperatorDesc>,LinkedHashMap<ColumnInfo,Dependency>> depMap concode_elem_sep Link...
void function ( int arg0 ) { gradlePanel . setCurrentGradleTab ( arg0 ) ; }
makes the specified tab the current tab . concode_field_sep AlternateUIInteraction alternateUIInteraction concode_elem_sep SettingsNode settings concode_elem_sep MainGradlePanel gradlePanel concode_elem_sep JPanel mainPanel concode_elem_sep GradlePluginLord gradlePluginLord concode_field_sep boolean canClose concode_el...
void function ( Event arg0 ) { try { homematicClient . executeProgram ( ( ( ProgramConfig ) arg0 . getBindingConfig ( ) ) . getName ( ) ) ; } catch ( HomematicClientException loc0 ) { logger . error ( loc0 . getMessage ( ) , loc0 ) ; } finally { itemDisabler . add ( arg0 . getBindingConfig ( ) ) ; } }
executes a program on the homematic server . concode_field_sep DelayedExecutor delayedExecutor concode_elem_sep HomematicContext context concode_elem_sep HomematicCallbackServer homematicCallbackServer concode_elem_sep HomematicClient homematicClient concode_elem_sep ItemDisabler itemDisabler concode_elem_sep long last...
RubyClass function ( String arg0 , RubyClass arg1 ) { IRubyObject loc0 = get ( arg0 ) ; if ( loc0 == null || loc0 . isNil ( ) ) return arg1 ; return ( RubyClass ) loc0 ; }
reads the setting from the options hash . if it is nil or undefined , returns the default value given . if not , ensures it is a rubyclass instance and shares the same allocator as the default value i.e. for the basic types which have their specific allocators , this ensures the passed value is a subclass of them . con...
SoaRecord function ( Long arg0 ) { this . expireTime = arg0 ; return this ; }
set the expiretime value . concode_field_sep Long serialNumber concode_elem_sep Long expireTime concode_elem_sep Long minimumTtl concode_elem_sep Long refreshTime concode_elem_sep String host concode_elem_sep Long retryTime concode_elem_sep String email concode_field_sep SoaRecord withEmail concode_elem_sep Long serial...
long function ( ) { return _repositoryEntry . getRepositoryId ( ) ; }
returns the repository id of this repository entry . concode_field_sep RepositoryEntry _repositoryEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedM...
void function ( ) { assertEquals ( this . subgrid . getSquares ( ) . size ( ) , 9 ) ; }
test of getsquares method , of class subgrid . concode_field_sep Grid grid concode_elem_sep int[] numbers concode_elem_sep Subgrid subgrid concode_field_sep void testIsNotSolvedIfAllSquaresDontHaveNumbers concode_elem_sep void testGetLocation concode_elem_sep void testGetGrid concode_elem_sep void testGetSolvedNumbersP...
void function ( XMLGregorianCalendar arg0 ) { this . expirationDate = arg0 ; }
sets the value of the expirationdate property . concode_field_sep String passportNumber concode_elem_sep List<String> issuingLocation concode_elem_sep List<String> issuingAuthority concode_elem_sep String issuingStateCode concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar issueDate concode_ele...
Collection < DelegationInfoData > function ( UserInfoInterface arg0 ) { return this . getReceivedDelegations ( arg0 , nDEPLOYED_FLOWS ) ; }
returns deployed flows received delegations concode_field_sep int nDEPLOYED_FLOWS concode_elem_sep int nALL_FLOWS concode_elem_sep DelegationInfoBean instance concode_elem_sep int nUNDEPLOYED_FLOWS concode_elem_sep long serialVersionUID concode_field_sep Collection<DelegationInfoData> getReceivedDelegations concode_ele...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getOperationId ( ) != null ) loc0 . append ( "srini_string" + getOperationId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String operationId concode_field_sep void setOperationId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DisableDomainTransferLockResult clone concode_elem_sep DisableDomainTransferLockRe...
String function ( ) { return className ; }
returns the class name of the serializer implementation . concode_field_sep String typeClassName concode_elem_sep Serializer implementation concode_elem_sep Class typeClass concode_elem_sep String className concode_field_sep Serializer getImplementation concode_elem_sep SerializerConfig setClass concode_elem_sep Serial...
void function ( ) { transactionComplete ( false ) ; }
finish the transaction concode_field_sep boolean started concode_elem_sep TransactionId tid concode_field_sep void transactionComplete concode_elem_sep void start concode_elem_sep TransactionId getId
E function ( final Class < E > arg0 , final String arg1 ) { if ( arg1 == null ) { return null ; } try { return Enum . valueOf ( arg0 , arg1 ) ; } catch ( final IllegalArgumentException loc0 ) { return null ; } }
gets the enum for the class , returning null if not found.this method differs from enum #valueof in that it does not throw an exceptionfor an invalid enum name . concode_field_sep String S_DOES_NOT_SEEM_TO_BE_AN_ENUM_TYPE concode_elem_sep String CANNOT_STORE_S_S_VALUES_IN_S_BITS concode_elem_sep String NULL_ELEMENTS_NO...
Enrollment function ( int arg0 ) { for ( Enrollment loc0 : enrollments ) { if ( loc0 . getEnrolledPerson ( ) . getIdPerson ( ) == arg0 ) { return loc0 ; } } return null ; }
returns an enrollment concode_field_sep HashSet<Enrollment> enrollments concode_field_sep void saveEnrollment concode_elem_sep void loadEnrollmentsFromDB concode_elem_sep void setEnrollments concode_elem_sep void registerEnrollment concode_elem_sep void addGuest concode_elem_sep void deleteEnrollment concode_elem_sep v...
String function ( OMElement arg0 ) { AXIOMXPath loc0 = new AXIOMXPath ( "srini_string" ) ; loc0 . addNamespace ( "srini_string" , "srini_string" ) ; OMElement loc1 = ( OMElement ) loc0 . selectSingleNode ( arg0 ) ; if ( loc1 != null ) { return loc1 . getText ( ) ; } else { throw new Exception ( "srini_string" + arg0 ) ...
digests the standard stockquote response and extracts the last trade price concode_field_sep Random RANDOM concode_field_sep OMElement createStandardQuoteRequest concode_elem_sep OMElement createCustomQuoteRequest concode_elem_sep String parseCustomQuoteResponse concode_elem_sep OMElement createPlaceOrderRequest concod...
int function ( ) { return totalShards ; }
number of shards being restored concode_field_sep XContentBuilderString FAILED concode_elem_sep XContentBuilderString TOTAL concode_elem_sep ImmutableList<String> indices concode_elem_sep XContentBuilderString SUCCESSFUL concode_elem_sep XContentBuilderString SHARDS concode_elem_sep String name concode_elem_sep int suc...
float function ( ) { return jniGetDensity ( addr ) ; }
get the density of this fixture . concode_field_sep Object userData concode_elem_sep short[] tmp concode_elem_sep Shape shape concode_elem_sep Filter filter concode_elem_sep Body body concode_elem_sep long addr concode_field_sep float getRestitution concode_elem_sep float jniGetRestitution concode_elem_sep Shape getSha...
List < List < Double >> function ( ) { return profits ; }
this method returns the list of utility values for all items in that sequence . concode_field_sep double exactUtility concode_elem_sep int id concode_elem_sep List<List<Integer>> itemsets concode_elem_sep List<List<Double>> profits concode_field_sep void print concode_elem_sep int size concode_elem_sep List<Integer> ge...
List < String > function ( ) { if ( domains == null ) { domains = new ArrayList < String > ( ) ; } return this . domains ; }
gets the value of the domains property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the domains property . for example , to add a new item , do as...
void function ( Long arg0 ) { this . parentDeviceType = arg0 ; }
sets parent device type . concode_field_sep String aliases concode_elem_sep List<Long> deviceFunctions concode_elem_sep String name concode_elem_sep DeviceSourceEnum deviceSource concode_elem_sep String description concode_elem_sep Long ID concode_elem_sep Long parentDeviceType concode_elem_sep List<Long> deviceEvents ...
UserRealm function ( RealmConfiguration arg0 , ConfigurationContext arg1 ) { WSRealm loc0 = new WSRealm ( ) ; loc0 . init ( arg0 , arg1 ) ; return loc0 ; }
method to create wsrealm for non-carbon environment recommended method concode_field_sep Log logger concode_field_sep placeholderType placeHolder
boolean function ( WorldServer arg0 , EnumCreatureType arg1 , BiomeGenBase . SpawnListEntry arg2 , BlockPos arg3 ) { setEntityType ( arg2 . entityClass ) ; return arg0 . canCreatureTypeSpawnHere ( arg1 , arg2 , arg3 ) && check ( arg3 , arg0 ) ; }
basically , this is redirecting the boolean check to where the worldserver is checked first , then our event is thrown . note that the #setentitytype class needs to be called first toactively set the entity type being used . concode_field_sep String BIOME_CAN_SPAWN_ANIMAL concode_elem_sep boolean captureBlocks concode_...
void function ( String arg0 ) { this . ref = arg0 ; }
reference to the rest-dsl concode_field_sep String ref concode_field_sep String getRef concode_elem_sep String toString concode_elem_sep List<RestDefinition> lookupRests
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ...
util method to write an attribute with the ns prefix concode_field_sep PlaceHolder placeHolder concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void writeQNames concode_elem_sep javax.xml.stream.XMLStreamR...
void function ( byte [ ] arg0 , int arg1 ) { writeStream . write ( arg0 , 0 , arg1 ) ; bytesWritten += arg1 ; }
this class and subclasses should write to the underlying writestream only with this method . that way we can be confident that byteswritten will always be accurate . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream ...
Tokenizer function ( ) { return m_tokenizer ; }
get the tokenizer to use concode_field_sep HashMap m_instanceRefHash concode_elem_sep Instances m_instances concode_elem_sep Tokenizer m_tokenizer concode_elem_sep boolean m_useIDF concode_elem_sep HashMap m_tokenHash concode_elem_sep ArrayList m_instanceRefs concode_elem_sep TreeSet m_pairSet concode_field_sep void in...
int function ( ) { int loc0 = algorithm . toUpperCase ( ) . hashCode ( ) ; for ( int loc1 = 0 ; loc1 != this . key . length ; loc1 ++ ) { loc0 ^= this . key [ loc1 ] << ( 8 * ( loc1 % 4 ) ) ; } return loc0 ; }
calculates a hash code value for the object . objects that are equal will also have the same hashcode . concode_field_sep long serialVersionUID concode_elem_sep byte[] key concode_elem_sep String algorithm concode_field_sep byte[] getEncoded concode_elem_sep String getAlgorithm concode_elem_sep boolean equals concode_e...
void function ( ValueChangeEvent arg0 ) { tempStyle = ( String ) arg0 . getNewValue ( ) ; if ( ! currentStyle . equalsIgnoreCase ( tempStyle ) ) { currentStyle = tempStyle ; FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . redirect ( "srini_string" ) ; } }
applies temp style to to the current style and image directory and manually refreshes the icons in the navigation tree . the page will reload based on navigation rules to ensure the theme is applied ; this is necessary because of difficulties encountered by updating the stylesheet reference within the of the document ....
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; }
sets the arguments parameters used by the plugin . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getName concode_...
void function ( Work arg0 , Xid arg1 ) { jbossXATerminator . cancelWork ( arg0 , arg1 ) ; }
calling jbossxaterminator to cancel the work for us . there should not be need any action to be processed by wildfly transaction client . concode_field_sep LocalTransactionContext localTransactionContext concode_elem_sep JBossXATerminator jbossXATerminator concode_elem_sep XATerminator contextXATerminator concode_field...
Boolean function ( ) { return this . primary ; }
indicates whether the private ip address is the primary private ip address . only one ip address can be designated as primary . concode_field_sep String privateIpAddress concode_elem_sep Boolean primary concode_field_sep PrivateIpAddressSpecification withPrivateIpAddress concode_elem_sep void setPrivateIpAddress concod...
JSONObject function ( String arg0 ) { String loc0 = System . getenv ( arg0 ) ; if ( loc0 == null ) return null ; JSONObject loc1 = null ; loc1 = JSONObject . parseObject ( loc0 ) ; return loc1 ; }
get vcap configurations concode_field_sep String SERVICE_TEXT_TO_SPEECH concode_elem_sep String TEXT_TO_SPEECH_API_URL concode_elem_sep String TOKEN_API_URL concode_elem_sep String CONVERSATION_WORKSPACE_ID concode_elem_sep String CONVERSATION_USERNAME concode_elem_sep String CONVERSATION_API_URL concode_elem_sep Strin...
TransportServer function ( String arg0 , int arg1 , List < TransportServerBootstrap > arg2 ) { return new TransportServer ( this , arg0 , arg1 , rpcHandler , arg2 ) ; }
create a server which will attempt to bind to a specific host and port . concode_field_sep boolean closeIdleConnections concode_elem_sep Logger logger concode_elem_sep RpcHandler rpcHandler concode_elem_sep TransportConf conf concode_elem_sep MessageDecoder decoder concode_elem_sep MessageEncoder encoder concode_field_...
void function ( int arg0 ) { this . mostSimilarFramePosition = arg0 ; }
set the most similar position in terms of frame number concode_field_sep float score concode_elem_sep int mostSimilarFramePosition concode_elem_sep float similarity concode_elem_sep FingerprintProperties fingerprintProperties concode_field_sep int getMostSimilarFramePosition concode_elem_sep float getsetMostSimilarTime...
void function ( View arg0 , View arg1 , int arg2 ) { mNestedScrollAxes = arg2 ; }
called when a nested scrolling operation initiated by a descendant view is accepted by this viewgroup . this is a delegate method . call it from your android.view.viewgroup viewgroup subclass method / nestedscrollingparent interface method with the same signatureto implement the standard policy . concode_field_sep int ...
String function ( String arg0 ) { return XpathHelper . getUsernameFromJid ( arg0 ) ; }
redirects this method . have a closer look to xpathhelper concode_field_sep XMPPServer _server concode_elem_sep PacketRouter _router concode_elem_sep Logger Log concode_field_sep void process concode_elem_sep void dispatchPacket concode_elem_sep List<Node> findNodesInDocument
int function ( int arg0 ) { int loc0 = getGVIdx ( arg0 ) ; return gvs [ loc0 ] . getGlyphCode ( arg0 - off [ loc0 ] ) ; }
returns the glyphcode of the specified glyph . concode_field_sep GVTGlyphVector[] gvs concode_elem_sep int[] nGlyphs concode_elem_sep int[] off concode_elem_sep int nGlyph concode_field_sep Point2D getGlyphPosition concode_elem_sep Rectangle2D getLogicalBounds concode_elem_sep int getCharacterCount concode_elem_sep int...
int function ( NavNode arg0 ) { if ( this . cost < ( arg0 . cost ) ) { return - 1 ; } else if ( ( this . cost > ( arg0 . cost ) ) ) { return 1 ; } else { return 0 ; } }
to compare two nodes , we compare the cost or ` f ' value , which is the sum of the g and h values defined by a. concode_field_sep Cell cell concode_elem_sep float cost concode_field_sep placeholderType placeHolder
void function ( Map < Double , Double > arg0 ) { this . history = arg0 ; }
sets the history . concode_field_sep Random randomGenerator concode_elem_sep Map<Double,Double> history concode_field_sep void loadHistory concode_elem_sep double getUtilization concode_elem_sep Map<Double,Double> getHistory concode_elem_sep Random getRandomGenerator concode_elem_sep void saveHistory concode_elem_sep v...
void function ( PObject arg0 ) { changes . remove ( arg0 . getReference ( ) ) ; }
remove a pobject from the cache . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep boolean contains concode_elem_sep int compare concode_elem_sep boolean isChanged concode_elem_sep Iterator<PO...
ExecutorService function ( ) { return executor ; }
returns the backing executor service . concode_field_sep String NOT_ALLOWED concode_elem_sep ExecutorService executor concode_field_sep Future<T> submit concode_elem_sep Future<T> submit concode_elem_sep Future<?> submit concode_elem_sep boolean isTerminated concode_elem_sep List<Future<T>> invokeAll concode_elem_sep L...
void function ( JAXBElement < ArrayOfUser > arg0 ) { this . users = arg0 ; }
sets the value of the users property . concode_field_sep Integer customPattern concode_elem_sep JAXBElement<String> address concode_elem_sep JAXBElement<String> timePattern concode_elem_sep Integer suppressDuplicates concode_elem_sep Integer id concode_elem_sep AlertRuleDestinationType type concode_elem_sep JAXBElement...
ICode function ( ) { return iCode ; }
getter . concode_field_sep ICode iCode concode_elem_sep MessageHandler messageHandler concode_elem_sep Scanner scanner concode_elem_sep SymTabStack symTabStack concode_field_sep Token currentToken concode_elem_sep MessageHandler getMessageHandler concode_elem_sep void addMessageListener concode_elem_sep Token nextToken...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String type concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apache.axis.encodi...
void function ( String arg0 , long arg1 ) { this . timeTaken = arg1 - startTime ; this . message = arg0 ; }
below method will be used to add the statistic concode_field_sep long timeTaken concode_elem_sep long count concode_elem_sep long serialVersionUID concode_elem_sep long startTime concode_elem_sep String message concode_field_sep String getStatistics concode_elem_sep void addFixedTimeStatistic concode_elem_sep void addC...
String function ( ) { return localizer . localize ( localizableUTIL_HANDLER_CANNOT_COMBINE_SOAPMESSAGEHANDLERS ( ) ) ; }
you must use hanlderchain annotation , not soapmessagehandlers concode_field_sep Localizer localizer concode_elem_sep LocalizableMessageFactory messageFactory concode_field_sep String UTIL_HANDLER_CLASS_NOT_FOUND concode_elem_sep Localizable localizableUTIL_PARSER_WRONG_ELEMENT concode_elem_sep Localizable localizableU...
byte [ ] function ( byte [ ] arg0 ) { String loc0 ; loc0 = new String ( Hex . encodeHex ( MessageDigest . getInstance ( "srini_string" ) . digest ( arg0 ) , false ) ) ; return format ( loc0 ) . getBytes ( ) ; }
returns the certificate hash concode_field_sep String LINE_SEPARATOR concode_elem_sep String BUNDLE_NAME concode_elem_sep String hostId concode_elem_sep String bankName concode_elem_sep String title concode_elem_sep Locale locale concode_elem_sep String userId concode_elem_sep String version concode_elem_sep ByteArrayO...
String function ( ) { return description ; }
gets the value of the description property . concode_field_sep DefaultsType policyDefaults concode_elem_sep String policyId concode_elem_sep AdviceExpressionsType adviceExpressions concode_elem_sep String description concode_elem_sep ObligationExpressionsType obligationExpressions concode_elem_sep PolicyIssuerType poli...
int function ( ) { int loc0 = 0 ; Attribute loc1 = this ; while ( loc1 != null ) { loc0 += 1 ; loc1 = loc1 . next ; } return loc0 ; }
returns the length of the attribute list that begins with this attribute . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep Label[] getLabels concode_elem_sep int getSize concode_elem_sep Attribute read concode_elem_sep boolean isUnknown concode_elem_sep Byte...
void function ( String arg0 ) { this . contentType = arg0 ; }
set the content type to use for the response . text/html by default . concode_field_sep Charset charset concode_elem_sep Boolean sharedEngine concode_elem_sep String renderFunction concode_elem_sep ScriptEngine engine concode_elem_sep String renderObject concode_elem_sep String engineName concode_elem_sep String[] scri...