code
stringlengths
20
663
nl
stringlengths
68
7.19k
Object function ( String arg0 , String arg1 , Class < ? extends Object > arg2 ) { ArrayList < Object > loc0 = CONRAD . getInstancesFromConrad ( arg2 ) ; Object [ ] loc1 = new Object [ loc0 . size ( ) ] ; loc0 . toArray ( loc1 ) ; return chooseObject ( arg0 , arg1 , loc1 , loc1 [ 0 ] ) ; }
queries the user for an object that can be casted onto the class cl . here we parse the source tree and identify all objects that are sub classes of cl . next , the subclasses are created using the default constructor . only objects that can be created this way are listed . very convenient way to ask to user for an ins...
Expression function ( Expression arg0 , RoleLocator arg1 , ExpressionVisitor arg2 ) { return arg0 ; }
create an expression whose effect is to apply function coercion to coerce a function from this type to another type concode_field_sep SequenceType SINGLE_FUNCTION concode_elem_sep AnyFunctionType ANY_FUNCTION concode_field_sep AtomicType getAtomizedItemType concode_elem_sep boolean matchesItem concode_elem_sep int getP...
void function ( Charset arg0 ) { loader . setCharset ( arg0 ) ; }
sets the charset used by this loader . concode_field_sep FXMLLoader loader concode_elem_sep ApplicationContext context concode_field_sep URL getLocation concode_elem_sep FXMLLoader createFXMLLoader concode_elem_sep ClassLoader getClassLoader concode_elem_sep void setRoot concode_elem_sep Charset getCharset concode_elem...
boolean function ( ) { return realedge ; }
check if the edge is real . concode_field_sep PlanarEdge next concode_elem_sep PlanarVertex orig concode_elem_sep PlanarEdge prev concode_elem_sep boolean realedge concode_elem_sep double angle concode_elem_sep PlanarEdge twin concode_field_sep double getDY concode_elem_sep double getDX concode_elem_sep PlanarVertex ge...
boolean function ( Object arg0 ) { if ( arg0 instanceof KernelSymbolRecord ) { KernelSymbolRecord loc0 = ( KernelSymbolRecord ) arg0 ; return ( address == loc0 . address ) ; } return false ; }
compares the specified object with this kernelsymbolrecord for equality . returns true if and only if the specifiedobject is also a kernelsymbolrecord and both records havethe same address . concode_field_sep String symbol concode_elem_sep long address concode_elem_sep long serialVersionUID concode_field_sep Long getVa...
void function ( Date arg0 ) { _kbComment . setModifiedDate ( arg0 ) ; }
sets the modified date of this k b comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep b...
void function ( AssertionInfo arg0 , int [ ] arg1 ) { arrays . assertEmpty ( arg0 , failures , arg1 ) ; }
asserts that the given array is empty . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep IntArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep IntArrays instance concode_elem_sep void assertNullOrEmpty concode_elem_sep Compara...
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
double function ( ) { return m_I ; }
get the integral coefficient concode_field_sep double m_result concode_elem_sep double m_input concode_elem_sep double m_setpoint concode_elem_sep double m_maximumOutput concode_elem_sep double m_totalError concode_elem_sep double m_prevError concode_elem_sep double m_error concode_elem_sep boolean m_continuous concode...
void function ( final Event arg0 ) { m_pollerBackEnd . configurationUpdated ( ) ; }
handlesnmppollerconfigchanged concode_field_sep PollerBackEnd m_pollerBackEnd concode_field_sep void handleNodeGainedService concode_elem_sep void handleDaemonConfigChanged concode_elem_sep void setPollerBackEnd concode_elem_sep void handleNodeInfoChanged concode_elem_sep void handleNodeDeleted concode_elem_sep void ha...
int function ( int arg0 ) { return mValues [ arg0 ] ; }
given an index in the range 0 ... size -1 , returns the value from the indexth key-value mapping that this sparseintarray stores . the values corresponding to indices in ascending order are guaranteed to be associated with keys in ascending order , e.g. , valueat 0 will return the value associated with the smallest key...
Point function ( Point arg0 , double arg1 ) { return new Point ( arg0 . x / arg1 , arg0 . y / arg1 ) ; }
divides the point , the result is returned as a new point . concode_field_sep int hashCode concode_elem_sep double x concode_elem_sep double y concode_elem_sep long serialVersionUID concode_elem_sep String NUM_SEPARATOR concode_field_sep int compare concode_elem_sep int compare concode_elem_sep int compare concode_elem...
void function ( ) { CustomsDesk loc0 = new CustomsDesk ( log ) ; assertEquals ( false , loc0 . hasNext ( ) ) ; assertEquals ( 0 , loc0 . size ( ) ) ; assertEquals ( Integer . MAX_VALUE , loc0 . departTimeNext ( ) ) ; }
test method for edu.ncsu.csc216.airport _ customs.queues.customsdesk #customsdesk edu.ncsu.csc216.airport _ customs.simulation.log . method used to test the constructor for the customs desk class concode_field_sep Passenger[] passengers concode_elem_sep Log log concode_elem_sep CustomsDesk[] desk concode_field_sep void...
String function ( ) { return user ; }
get the name of the user who owns the mailbox . this can be null e.g. for shared mailboxes . concode_field_sep String namespace concode_elem_sep String name concode_elem_sep String user concode_field_sep void setName concode_elem_sep String getName concode_elem_sep MailboxPath parse concode_elem_sep List<MailboxPath> g...
void function ( boolean arg0 ) { this . contextRelative = arg0 ; }
if true , causes any redirection urls to be calculated minus the protocol and context path defaults to false . concode_field_sep boolean contextRelative concode_elem_sep Log logger concode_field_sep String calculateRedirectUrl concode_elem_sep void sendRedirect
ArrayOfBatchStatisticType function ( ) { return statistics ; }
gets the value of the statistics property . concode_field_sep String product concode_elem_sep String paymentMethod concode_elem_sep XMLGregorianCalendar settlementTimeUTC concode_elem_sep String batchId concode_elem_sep String settlementState concode_elem_sep String marketType concode_elem_sep XMLGregorianCalendar sett...
BaseL10n function ( ) { return this . b ; }
get the basel10n object used by this plugin . concode_field_sep BaseL10n b concode_field_sep placeholderType placeHolder
void function ( EPServiceStateListener arg0 ) { }
add a listener to service provider state changes that receives a before-destroy event . the listener collection applies set-semantics . concode_field_sep JMXSubscriberConfig subscriberConfig concode_field_sep boolean removeStatementStateListener concode_elem_sep EPServiceProviderIsolated getEPServiceIsolated concode_el...
com . liferay . testpacl . model . Foo function ( long arg0 ) { return _fooLocalService . createFoo ( arg0 ) ; }
creates a new foo with the primary key . does not add the foo to the database . concode_field_sep FooLocalService _fooLocalService concode_field_sep com.liferay.portal.model.Group getGroupPersistence_FindByPrimaryKey concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService conc...
LoadingConfiguration function ( ) { return new LoadingConfigurationBuilder ( ) . freeze ( ) ; }
create a default , immutable loading configuration this is the result of calling thawed #freeze on #newbuilder . concode_field_sep Map<String,URIDownloader> downloaders concode_elem_sep int cacheSize concode_elem_sep EnumSet<JsonParser.Feature> parserFeatures concode_elem_sep Map<URI,JsonNode> preloadedSchemas concode_...
void function ( List arg0 ) { this . tabs = arg0 ; }
sets the list of tabs . concode_field_sep String removedTab concode_elem_sep List tabItems concode_elem_sep String newTabContent concode_elem_sep int index concode_elem_sep int tabIndex concode_elem_sep List tabs concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep PanelTabSet dynamicTabSe...
void function ( ) { }
an especially short bit of javadoc . concode_field_sep byte NUL_2 concode_elem_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep boolean emulated concode_elem_sep void emulated concode_elem_sep int...
void function ( String arg0 ) { this . attributeNamePrefix = ( arg0 != null ? arg0 : "srini_string" ) ; }
specify a prefix to use for the attribute names in the backend session . default is to use no prefix , storing the session attributes with the same name as in the model . concode_field_sep String attributeNamePrefix concode_field_sep Object retrieveAttribute concode_elem_sep String getAttributeNameInSession concode_ele...
void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; }
this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep BigInteger val concode_elem_sep CTFFTextInput.Default _default concode_elem_sep Object parent concode_elem_sep CTFFTextInput.Format format concode_elem_sep CTFFTextType type concode_elem_sep CTFFTextInput...
String function ( ) { return objectReference . toString ( ) + "srini_string" + object . toString ( ) ; }
string representation of this object . used mainly for debugging . concode_field_sep Reference objectReference concode_elem_sep Object object concode_field_sep Object getObject concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Reference getReference
String function ( ) { if ( shardTarget != null ) { return shardTarget . getIndex ( ) ; } return null ; }
the index the search failed on . concode_field_sep String INDEX_FIELD concode_elem_sep String reason concode_elem_sep ShardSearchFailure[] EMPTY_ARRAY concode_elem_sep String NODE_FIELD concode_elem_sep String SHARD_FIELD concode_elem_sep SearchShardTarget shardTarget concode_elem_sep String REASON_FIELD concode_elem_s...
void function ( final GeneratedMessageLite . GeneratedExtension < ? , ? > arg0 ) { extensionsByNumber . put ( new ObjectIntPair ( arg0 . getContainingTypeDefaultInstance ( ) , arg0 . getNumber ( ) ) , arg0 ) ; }
add an extension from a lite generated file to the registry . concode_field_sep boolean eagerlyParseMessageSets concode_elem_sep int number concode_elem_sep Map<ObjectIntPair,GeneratedMessageLite.GeneratedExtension<?,?>> extensionsByNumber concode_elem_sep ExtensionRegistryLite EMPTY concode_elem_sep Object object conc...
void function ( final CellProcessor arg0 , final String arg1 , final Object arg2 ) { assertEquals ( arg2 , arg0 . execute ( arg1 , ANONYMOUS_CSVCONTEXT ) ) ; }
asserts that the processor gives the expected output for the supplied input . concode_field_sep String BOB_CSV concode_elem_sep CustomerBean GRACE concode_elem_sep String LARRY_CSV concode_elem_sep String BILL_CSV concode_elem_sep String HEADER_CSV concode_elem_sep String MIRANDA_CSV concode_elem_sep String ADA_CSV con...
Double function ( ) { return width ; }
gets the value of the width property . concode_field_sep Short outlineLevel concode_elem_sep Object parent concode_elem_sep Boolean customWidth concode_elem_sep long min concode_elem_sep Boolean phonetic concode_elem_sep Boolean hidden concode_elem_sep long max concode_elem_sep Boolean collapsed concode_elem_sep Double...
void function ( XMLGregorianCalendar arg0 ) { this . nextEligibleDate = arg0 ; }
sets the value of the nexteligibledate property . concode_field_sep String reason concode_elem_sep String programType concode_elem_sep String universalLineId concode_elem_sep List<String> socIndicator concode_elem_sep List<String> requiredParameter concode_elem_sep Boolean csdSubscriberEligibility concode_elem_sep Stri...
void function ( final java . lang . String arg0 ) { this . _parameters_matrix = arg0 ; }
sets the value of field ` parameters_matrix ' . concode_field_sep long serialVersionUID concode_elem_sep double _parameters_expect concode_elem_sep boolean _has_parameters_gapExtend concode_elem_sep java.lang.String _parameters_filter concode_elem_sep boolean _has_parameters_expect concode_elem_sep java.lang.String _pa...
MappedSuperclass function ( ) { return superMappedSuperclass ; }
returns the first superclass marked as @mappedsuperclass or null if : - none exists - or the first persistent superclass found is an @entity concode_field_sep Class mappedClass concode_elem_sep List declaredProperties concode_elem_sep MappedSuperclass superMappedSuperclass concode_elem_sep PersistentClass superPersiste...
boolean function ( MDSequence arg0 ) { int loc0 = getMdpattern ( ) . strictlyContains ( arg0 . getMdpattern ( ) ) ; int loc1 = getSequence ( ) . strictlyContains ( arg0 . getSequence ( ) ) ; if ( loc0 != 0 && loc1 != 0 ) { return true ; } return false ; }
check if this md-sequence contains a given md-sequence . concode_field_sep Sequence sequence concode_elem_sep int support concode_elem_sep MDPattern mdpattern concode_elem_sep int id concode_field_sep boolean strictlyContains concode_elem_sep void print concode_elem_sep double getRelativeSupport concode_elem_sep int ge...
Mutations function ( ) { return store . getMutations ( ) ; }
returns the set of mutations that were configured and stored previously . concode_field_sep Store store concode_field_sep String getStoreName concode_elem_sep EntityModel getModel concode_elem_sep PrimaryIndex<Object,RawObject> getPrimaryIndex concode_elem_sep SecondaryIndex<Object,Object,RawObject> getSecondaryIndex c...
void function ( String arg0 , int arg1 , Typeface arg2 ) { if ( arg2 != null ) { FontFamily loc0 = mFontCache . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new FontFamily ( ) ; mFontCache . put ( arg0 , loc0 ) ; } loc0 . setTypeface ( arg1 , arg2 ) ; } }
add additional font family , or replace the exist one in the font memory cache . concode_field_sep String FONTS_ASSET_PATH concode_elem_sep ReactFontManager sReactFontManagerInstance concode_elem_sep SparseArray<Typeface> mTypefaceSparseArray concode_elem_sep String[] EXTENSIONS concode_elem_sep String[] FILE_EXTENSION...
void function ( Any arg0 , InvalidPolicy arg1 ) { arg0 . insert_Streamable ( new InvalidPolicyHolder ( arg1 ) ) ; }
insert the invalidpolicy into the given any . this method uses the invalidpolicyholder . concode_field_sep TypeCode typeCode concode_field_sep InvalidPolicy extract concode_elem_sep InvalidPolicy read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
Annotation function ( CstType arg0 ) { Annotation loc0 = new Annotation ( ENCLOSING_CLASS_TYPE , SYSTEM ) ; loc0 . put ( new NameValuePair ( VALUE_UTF , arg0 ) ) ; loc0 . setImmutable ( ) ; return loc0 ; }
constructs a standard enclosingclass annotation . concode_field_sep CstUtf8 ACCESS_FLAGS_UTF concode_elem_sep CstUtf8 NAME_UTF concode_elem_sep CstType SIGNATURE_TYPE concode_elem_sep CstUtf8 VALUE_UTF concode_elem_sep CstType ANNOTATION_DEFAULT_TYPE concode_elem_sep CstType ENCLOSING_CLASS_TYPE concode_elem_sep CstTyp...
MutableStat function ( String arg0 , String arg1 , String arg2 , String arg3 ) { return newStat ( arg0 , arg1 , arg2 , arg3 , false ) ; }
create a mutable metric with stats concode_field_sep Map<String,MutableMetric> metricsMap concode_elem_sep Map<String,MetricsTag> tagsMap concode_elem_sep MetricsInfo metricsInfo concode_field_sep void add concode_elem_sep void add concode_elem_sep MutableGaugeInt newGauge concode_elem_sep MutableGaugeInt newGauge conc...
int function ( ) { if ( uri != null ) { return uri . hashCode ( ) + ( ( localpart != null ) ? localpart . hashCode ( ) : 0 ) ; } return ( rawname != null ) ? rawname . hashCode ( ) : 0 ; }
returns the hashcode for this object . concode_field_sep String prefix concode_elem_sep String localpart concode_elem_sep String uri concode_elem_sep String rawname concode_field_sep void setValues concode_elem_sep void setValues concode_elem_sep boolean equals concode_elem_sep void clear concode_elem_sep Object clone ...
java . lang . Integer function ( ) { return hierarchyLevel ; }
gets the hierarchylevel value for this contentmetadatakeyhierarchylevel . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer hierarchyLevel concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long customTargeti...
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 java.lang.String internalId concode_elem_sep java.lang.Boolean defaultBilling concode_elem_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 label concode_elem...
boolean function ( ) { return ( n == max ) ; }
end judge concode_field_sep MineImage[] image concode_elem_sep Point goal concode_elem_sep int max concode_elem_sep Point start concode_elem_sep int x concode_elem_sep int y concode_elem_sep boolean mflag concode_elem_sep double theta concode_elem_sep int n concode_field_sep void move concode_elem_sep int getX concode_...
void function ( int arg0 ) { int loc0 = ( arg0 << 3 ) ; totbit -= loc0 ; buf_byte_idx -= loc0 ; if ( buf_byte_idx < 0 ) buf_byte_idx += BUFSIZE ; }
rewind n bytes in stream . concode_field_sep int totbit concode_elem_sep int buf_byte_idx concode_elem_sep int buf_bit_idx concode_elem_sep int offset concode_elem_sep int BUFSIZE concode_elem_sep int BUFSIZE_MASK concode_elem_sep int[] buf concode_field_sep void hputbuf concode_elem_sep int hgetbits concode_elem_sep i...
String function ( Object arg0 , String arg1 ) { return toCode ( arg0 , propertyToConstantNamePrefix ( arg1 ) ) ; }
look up the given value within the group of constants for the given bean property name . will return the first match . concode_field_sep Map<String,Object> fieldCache concode_elem_sep String className concode_field_sep Set<Object> getValues concode_elem_sep String toCode concode_elem_sep Number asNumber concode_elem_se...
boolean function ( String arg0 ) { return ! Strings . isNullOrEmpty ( arg0 ) && arg0 . split ( "srini_string" ) . length > 2 ; }
validates if the url contains a port section `` path : port '' . concode_field_sep String LOCAL_IP concode_elem_sep UrlValidator URL_VALIDATOR concode_elem_sep String LOCAL_HOST concode_elem_sep Logger LOG concode_field_sep String getHostName concode_elem_sep boolean isHostName concode_elem_sep boolean isLocalhost conc...
boolean function ( DataSource arg0 ) { try { return new JdbcTemplate ( arg0 ) . execute ( new IsEmbedded ( ) ) ; } catch ( DataAccessException loc0 ) { return false ; } }
convenience method to determine if a given data source represents an embedded database type . concode_field_sep String DEFAULT_DATABASE_NAME concode_elem_sep String driverClass concode_elem_sep EmbeddedDatabaseConnection override concode_elem_sep EmbeddedDatabaseType type concode_elem_sep String url concode_field_sep S...
boolean function ( int arg0 , int arg1 ) { long loc0 = SystemClock . uptimeMillis ( ) ; boolean loc1 = loc0 - mLastScrollEventTimeMs > MIN_EVENT_SEPARATION_MS || mPrevX != arg0 || mPrevY != arg1 ; mLastScrollEventTimeMs = loc0 ; mPrevX = arg0 ; mPrevY = arg1 ; return loc1 ; }
call from a scrollview in onscrollchanged , returns true if this onscrollchanged is legit not a duplicate and should be dispatched . concode_field_sep int mPrevY concode_elem_sep long mLastScrollEventTimeMs concode_elem_sep int MIN_EVENT_SEPARATION_MS concode_elem_sep int mPrevX concode_field_sep placeholderType placeH...
int function ( int arg0 ) { if ( arg0 < 0 ) throw new IllegalArgumentException ( ) ; if ( arg0 > ( 1 << 30 ) ) return Integer . MAX_VALUE ; if ( arg0 == 0 ) { return 1 ; } int loc0 = arg0 ; loc0 -- ; loc0 |= loc0 >> 1 ; loc0 |= loc0 >> 2 ; loc0 |= loc0 >> 4 ; loc0 |= loc0 >> 8 ; loc0 |= loc0 >> 16 ; loc0 ++ ; return lo...
determines what next array size should be by rounding up to next power of two . concode_field_sep int offset concode_elem_sep int offset concode_elem_sep byte data[] concode_field_sep void add concode_elem_sep void add concode_elem_sep long readLong concode_elem_sep int readVInt concode_elem_sep void writeVInt concode_...
String function ( ) { return this . projectName ; }
getter for projectname . concode_field_sep IWorkspace workspace concode_elem_sep String projectName concode_elem_sep JobInfo jobInfo concode_field_sep void setProjectName concode_elem_sep String getUniqueResourceName concode_elem_sep List<IResource> getResource concode_elem_sep JobInfo getJobInfo concode_elem_sep void ...
String function ( ) { return id ; }
this method is used for getting the id of the module . it is unique in scope of the rule . concode_field_sep Configuration configuration concode_elem_sep String description concode_elem_sep String id concode_elem_sep String label concode_elem_sep String type concode_field_sep String getTypeUID concode_elem_sep String g...
boolean function ( ) { return deleted ; }
does this change object represent a deleted item ? concode_field_sep boolean reinstated concode_elem_sep Item item concode_elem_sep List<BulkEditMetadataValue> constant concode_elem_sep boolean newItem concode_elem_sep boolean withdrawn concode_elem_sep boolean empty concode_elem_sep Collection oldOwningCollection conc...
boolean function ( ) { return ( hasPolicyDatastream ( ) && isDatastreamActive ( ) && isObjectActive ( ) ) ; }
determines if this object represents an active fesl policy concode_field_sep Boolean m_hasPolicyDatastream concode_elem_sep DOReader m_reader concode_elem_sep InputStream m_dsContent concode_elem_sep Context m_context concode_elem_sep Datastream m_datastream concode_elem_sep String m_dsState concode_elem_sep String POL...
void function ( XulDeck arg0 ) { this . deck = arg0 ; }
sets the deck used by the perspective manager to display perspectives in . concode_field_sep SpoonPerspectiveManager instance concode_elem_sep SpoonPerspective activePerspective concode_elem_sep XulDeck deck concode_elem_sep XulToolbar mainToolbar concode_elem_sep Map<SpoonPerspective,PerspectiveInitializer> initialize...
void function ( String arg0 ) { generator . writeObjectFieldStart ( arg0 ) ; }
writes the start of object string to the jsongenerator along with object name . concode_field_sep JsonGenerator generator concode_elem_sep Map<String,List<String>> conditionsByKey concode_elem_sep Log log concode_elem_sep Writer writer concode_field_sep boolean isNotNull concode_elem_sep void writeResources concode_ele...
boolean function ( String arg0 ) { return CALLBACK_PARAM_PATTERN . matcher ( arg0 ) . matches ( ) ; }
validate the jsonp query parameter value . the default implementation returns true if it consists of digits , letters , or '' _ '' and '' . '' . invalid parameter values are ignored . concode_field_sep String[] jsonpQueryParamNames concode_elem_sep Pattern CALLBACK_PARAM_PATTERN concode_field_sep Object beforeBodyWrite...
Rectangle function ( ) { return new Rectangle ( this . x1 , - this . y2 , this . x2 , - this . y1 ) ; }
returns the rectangle reflected across axis x concode_field_sep double y1 concode_elem_sep double x1 concode_elem_sep double y2 concode_elem_sep double x2 concode_field_sep double get_width concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep Rectangle r...
void function ( ValueChangeEvent arg0 ) { setRenderWest ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; }
event handler for the west border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRend...
TransportServer function ( ) { return new TransportServer ( this , 0 ) ; }
creates a new server , binding to any available ephemeral port . concode_field_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_sep TransportConf getConf concode_elem_sep TransportCh...
String function ( ) { return displayNameTokenizer ( selectedTimeZone . getDisplayName ( ) ) ; }
gets selected time zone display name . concode_field_sep DateFormat currentFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep String GMT7DAYLIGHTLOCATION concode_elem_sep String GMT9DAYLIGHTLOCATION concode_elem_sep String GMT8DAYLIGHTLOCATION concode_elem_sep String GMT10DAYLIGHTLOCATION concode_el...
ListIdentitiesResult function ( String ... arg0 ) { if ( getIdentities ( ) == null ) setIdentities ( new java . util . ArrayList < String > ( arg0 . length ) ) ; for ( String loc0 : arg0 ) { getIdentities ( ) . add ( loc0 ) ; } return this ; }
a list of identities . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.List<String> identities concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setIdenti...
void function ( int arg0 , String arg1 ) { errorCodes = ( int [ ] ) ArrayUtil . resizeArray ( errorCodes , errorCodes . length + 1 ) ; errorKeys = ( String [ ] ) ArrayUtil . resizeArray ( errorKeys , errorKeys . length + 1 ) ; errorCodes [ errorCodes . length - 1 ] = arg0 ; errorKeys [ errorKeys . length - 1 ] = arg1 ;...
adds the error code and the key to the list of errors . this list is populated during construction or addition of elements and is used outside this class to act upon the errors . concode_field_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKeys concode_elem_sep Properties stringPro...
void function ( InputStream arg0 ) { value = new long [ arg0 . read_long ( ) ] ; arg0 . read_ulonglong_array ( value , 0 , value . length ) ; typecode . setLength ( value . length ) ; }
fill in the #value field by reading the required datafrom the given stream . this method first reads the array size as corba long and then calls the org.omg.corba.portable.inputstream #read_ulonglong_array . concode_field_sep ArrayTypeCode typecode concode_elem_sep long[] value concode_field_sep TypeCode _type concode_...
boolean function ( ) { return amIActive ; }
used by the whitebox gui to tell if this plugin is still running . 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 ...
MeetingRequest function ( ) { return this . meetingRequest ; }
gets the meeting request that was moved to the deleted items folder as a result of an attendee accepting , tentatively accepting or declining a meeting request . if the meeting request is accepted , tentatively accepted or declined from the deleted items folder , it is permanently deleted and meetingrequest is null . c...
ZoneTransferIn function ( Name arg0 , long arg1 , boolean arg2 , String arg3 , int arg4 , TSIG arg5 ) { if ( arg4 == 0 ) arg4 = SimpleResolver . DEFAULT_PORT ; return newIXFR ( arg0 , arg1 , arg2 , new InetSocketAddress ( arg3 , arg4 ) , arg5 ) ; }
instantiates a zonetransferin object to do an ixfr incremental zone transfer . concode_field_sep List deletes concode_elem_sep int qtype concode_elem_sep List ixfr concode_elem_sep int IXFR_ADD concode_elem_sep long ixfr_serial concode_elem_sep long current_serial concode_elem_sep long end_serial concode_elem_sep int r...
String function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; }
get parameter value from request scope . concode_field_sep Properties buildProperties concode_field_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep...
boolean function ( ) { return multivalued ; }
true if the property should be treated as multi-valued concode_field_sep Property p concode_elem_sep boolean multivalued concode_elem_sep String name concode_elem_sep boolean structured concode_elem_sep String type concode_elem_sep boolean hidden concode_elem_sep String uri concode_field_sep void setName concode_elem_s...
void function ( IProject arg0 , GeneratorEntry arg1 ) { try { NullProgressMonitor loc0 = new NullProgressMonitor ( ) ; arg0 . create ( loc0 ) ; arg0 . open ( loc0 ) ; } catch ( CoreException loc0 ) { loc0 . printStackTrace ( ) ; } }
the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream in...
String function ( Class < ? > arg0 ) { String loc0 = arg0 . getName ( ) ; loc0 = loc0 . replaceAll ( "srini_string" , "srini_string" ) ; int loc1 = loc0 . lastIndexOf ( '$' ) ; if ( loc1 == - 1 ) { loc1 = loc0 . lastIndexOf ( '.' ) ; } return loc0 . substring ( loc1 + 1 ) ; }
class #getsimplename is not gwt compatible yet , so weprovide our own implementation . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues concode_elem_sep ValueHolder holderHead concode_elem_se...
Complex [ ] function ( Complex [ ] arg0 , double arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { arg0 [ loc0 ] = new Complex ( arg1 * arg0 [ loc0 ] . getReal ( ) , arg1 * arg0 [ loc0 ] . getImaginary ( ) ) ; } return arg0 ; }
multiply every component in the given complex array by the given real number . the change is made in place . concode_field_sep int[] POWERS_OF_TWO concode_field_sep int exactLog2 concode_elem_sep double[][] createRealImaginaryArray concode_elem_sep Complex[] createComplexArray
void function ( String arg0 ) { boolean loc0 ; String loc1 ; if ( lf != null ) { return ; } lf = LockFile . newLockFileLock ( arg0 + "srini_string" ) ; }
attempts to aquire a cooperative lock condition on the database files concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void writeCommit concode_elem_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean has...
LogNode function ( ) { return mNext ; }
returns the next lognode in the chain . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep void setNext
void function ( Integer arg0 ) { this . port = arg0 ; }
docker port concode_field_sep boolean followRedirectFilter concode_elem_sep Integer maxTotalConnections concode_elem_sep Integer port concode_elem_sep boolean secure concode_elem_sep String password concode_elem_sep String certPath concode_elem_sep Integer maxPerRouteConnections concode_elem_sep Map<String,Object> para...
boolean function ( ) { return flags [ 3 ] ; }
returns if there is a thunderstorm in this observation . concode_field_sep State model[][] concode_elem_sep boolean flags[] concode_elem_sep String description concode_elem_sep double speedFactor concode_elem_sep Time time concode_elem_sep byte encoding concode_field_sep double getSpeedReductionFactor concode_elem_sep ...
void function ( TBase arg0 , String arg1 ) { deserialize ( arg0 , arg1 . getBytes ( ) ) ; }
deerialize the thrift object from a java string , using the default jvm charset encoding . concode_field_sep TProtocolFactory protocolFactory_ concode_field_sep void deserialize concode_elem_sep void deserialize
boolean function ( ShortestUsageMark arg0 ) { return this . depth < arg0 . depth ; }
returns whether this mark has a shorter chain of reasons than the given mark . concode_field_sep String reason concode_elem_sep int depth concode_elem_sep Member member concode_elem_sep boolean certain concode_elem_sep Clazz clazz concode_field_sep String getReason concode_elem_sep boolean isCertain concode_elem_sep St...
void function ( final int arg0 ) { }
called when the standby mode changed . concode_field_sep PlaceHolder placeHolder concode_field_sep void onCameraReceivedFile concode_elem_sep void onResultSendAnimationObject concode_elem_sep boolean onConfirmationEnterStandby concode_elem_sep void onAREnableAnimationResponse concode_elem_sep void onARDisableAnimationR...
Set < Profissional > function ( ) { return repository . listarAtores ( ) ; }
retorna todos os atores cadastrados . concode_field_sep UsuarioRepository usuarioRepository concode_elem_sep FilmeRepository repository concode_field_sep List<Filme> pesquisarFilmes concode_elem_sep void verificarHistorico concode_elem_sep void reservarFilme concode_elem_sep List<MidiaAlugadaDTO> pesquisarMidiasAlugada...
List < String > function ( PurgeableHivePartitionDataset arg0 ) { List < String > loc0 = new ArrayList < > ( ) ; loc0 . add ( getUseDbQuery ( arg0 . getStagingDb ( ) ) ) ; loc0 . add ( getInsertQuery ( arg0 ) ) ; return loc0 ; }
will return all the queries needed to populate the staging table partition . this wo n't include alter table partition location query . concode_field_sep PlaceHolder placeHolder concode_field_sep String getAlterTableLocationQuery concode_elem_sep List<String> getDropStagingTableQuery concode_elem_sep List<String> getBa...
String function ( String arg0 ) { return IDN . toASCII ( arg0 ) ; }
perform any formatting for the registry needed to convert non-simple-dns elements concode_field_sep Pattern PATH_ENTRY_VALIDATION_PATTERN concode_field_sep String createFullPath concode_elem_sep String encodeYarnID concode_elem_sep List<String> split concode_elem_sep String validateElementsAsDNS concode_elem_sep String...
int function ( ) { int loc0 = 1 ; if ( first != null ) { loc0 = first . hashCode ( ) ; } int loc1 = 1 ; if ( second != null ) { loc1 = second . hashCode ( ) ; } return loc0 + 1013 * loc1 ; }
the hash code is based on the hash code of the first and second members . concode_field_sep S first concode_elem_sep long serialVersionUID concode_elem_sep T second concode_field_sep boolean areEqual concode_elem_sep S getFirst concode_elem_sep boolean equals concode_elem_sep T getSecond concode_elem_sep ImmutablePair<...
void function ( FocusEvent arg0 ) { }
invoked when a component gains the keyboard focus . concode_field_sep PlaceHolder placeHolder concode_field_sep void focusLost
void function ( ContinuousFunction arg0 ) { this . hef1_f1 = arg0 ; }
sets the f1 function that is used in the hef1 problem without specifying the problem . concode_field_sep int n_t concode_elem_sep FunctionOptimisationProblem hef1_f1_problem concode_elem_sep ContinuousFunction hef1_f1 concode_elem_sep ContinuousFunction hef1_g concode_elem_sep int tau concode_elem_sep int tau_t concode...
void function ( int arg0 ) { this . sampleDependsOn = arg0 ; }
sample_depends_on takes one of the following four values : 0 : the dependency of this sample is unknown ; 1 : this sample does depend on others not an i picture ; 2 : this sample does not depend on others i picture ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePaddingValue co...
int function ( final int arg0 ) { logger . trace ( "srini_string" , remainingRows , arg0 , outputCount ) ; setupWriteFirstValue ( internal , container ) ; if ( popConfig . isFrameUnitsRows ( ) ) { return processROWS ( arg0 ) ; } else { return processRANGE ( arg0 ) ; } }
process all rows computes and writes aggregation values of current batch that are part of current partition . concode_field_sep VectorContainer container concode_elem_sep int frameLastRow concode_elem_sep List<WindowDataBatch> batches concode_elem_sep int outputCount concode_elem_sep long remainingPeers concode_elem_se...
void function ( Index arg0 , Settings arg1 ) { }
called before the index gets created . note that this is also called when the index is created on data nodes concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexRemoved concode_elem_sep void shardRoutingChanged ...
Handler function ( ) { return MethodHandler . GET ; }
a handler that delegates to the next handler if the request is get , otherwise raises a 405 client error . concode_field_sep PlaceHolder placeHolder concode_field_sep Handler next concode_elem_sep Handler redirect concode_elem_sep Handler fileSystem concode_elem_sep Handler chain concode_elem_sep Handler chain concode_...
Timestamp function ( String arg0 ) { if ( arg0 == null ) { throw new java . lang . IllegalArgumentException ( Trace . getMessage ( Trace . HsqlDateTime_null_string ) ) ; } arg0 = arg0 + zerodatetime . substring ( arg0 . length ( ) ) ; return Timestamp . valueOf ( arg0 ) ; }
converts a string in jdbc timestamp escape format to a timestamp value . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String sdf...
void function ( ItemId arg0 ) { this . itemIds . add ( new ItemIdWrapper ( arg0 ) ) ; }
adds the specified item id . concode_field_sep List<AbstractItemIdWrapper> itemIds concode_field_sep Iterator<AbstractItemIdWrapper> iterator concode_elem_sep void writeToXml concode_elem_sep void addRangeItem concode_elem_sep Item getItemIdWrapperList concode_elem_sep void addRange concode_elem_sep int getCount
ClassLoader function ( IProject arg0 ) { return createClassLoader ( arg0 , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; }
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
void function ( final boolean arg0 ) { this . encodeServiceUrlWithSessionId = arg0 ; }
sets whether to encode the service url with the session id or not . concode_field_sep boolean encodeServiceUrlWithSessionId concode_elem_sep String loginUrl concode_elem_sep ServiceProperties serviceProperties concode_field_sep void commence concode_elem_sep void afterPropertiesSet concode_elem_sep String getLoginUrl c...
Location function ( ) { Location loc0 = new Location ( LocationUtils . CONSTRUCT_PROVIDER ) ; loc0 . setLatitude ( latitude ) ; loc0 . setLongitude ( longitude ) ; return loc0 ; }
mendapatkan lokasi gempa bumi location . concode_field_sep double latitude concode_elem_sep String eqid concode_elem_sep String source concode_elem_sep String version concode_elem_sep int nst concode_elem_sep Parcelable.Creator<EarthquakeDTO> CREATOR concode_elem_sep float depth concode_elem_sep int FRACTION_DEPTH conc...
TrafficLightState function ( ) { return _state ; }
get the state of this light concode_field_sep TrafficLightState _state concode_field_sep void setState
void function ( ) { final RealMatrix loc0 = MatrixUtils . createRealMatrix ( new double [ ] [ ] { { 1.0 , 2.0 , 3.0 } , { 2.0 , 5.0 , 3.0 } , { 4.000001 , 9.0 , 9.0 } } ) ; Assert . assertFalse ( new LUDecomposition ( loc0 , 1.0e-5 ) . getSolver ( ) . isNonSingular ( ) ) ; Assert . assertTrue ( new LUDecomposition ( lo...
test threshold impact concode_field_sep double[][] singular concode_elem_sep double[][] bigSingular concode_elem_sep double[][] luData concode_elem_sep double[][] testData concode_field_sep void testSolve concode_elem_sep void testSolveSingularityErrors concode_elem_sep void testSolveDimensionErrors concode_elem_sep vo...
int function ( String arg0 , String arg1 ) { return sendJsonString ( arg0 , arg1 , null , null ) ; }
sends a json message . concode_field_sep Type USERS_TYPE concode_elem_sep Class<?> c concode_elem_sep String fieldName concode_elem_sep DateFormat dateFormat concode_elem_sep Type REPOSITORIES_TYPE concode_field_sep JsonElement serialize concode_elem_sep JsonElement serialize concode_elem_sep X retrieveJson concode_ele...
boolean function ( String arg0 ) { return endsWithIgnoreCase ( file . getPath ( ) , arg0 ) ; }
returns whether this data entry has the given extension . concode_field_sep boolean output concode_elem_sep List filter concode_elem_sep File file concode_elem_sep List warFilter concode_elem_sep List zipFilter concode_elem_sep List earFilter concode_elem_sep List jarFilter concode_field_sep boolean endsWithIgnoreCase ...
F . Promise < String > function ( String arg0 , String arg1 , Map < String , String > arg2 , Map < String , String > arg3 ) { return client ( ) . redirectURL ( arg0 , arg1 , arg2 , arg3 ) ; }
retrieve the url where the user should be redirected to start the openid authentication process concode_field_sep PlaceHolder placeHolder concode_field_sep F.Promise<UserInfo> verifiedId concode_elem_sep OpenIdClient client
void function ( String [ ] arg0 ) { String loc0 = arg0 [ 0 ] ; if ( arg0 . length == 1 ) { benchmarkForwardIndex ( loc0 ) ; } if ( arg0 . length == 2 ) { benchmarkForwardIndex ( loc0 , Lists . newArrayList ( arg0 [ 1 ] . trim ( ) . split ( "srini_string" ) ) ) ; } }
usage forwardindexreaderbenchmark concode_field_sep int MAX_RUNS concode_field_sep void singleValuedReadBenchMarkV1 concode_elem_sep void singleValuedReadBenchMark concode_elem_sep void multiValuedReadBenchMarkV1 concode_elem_sep void multiValuedReadBenchMarkV2 concode_elem_sep void benchmarkForwardIndex concode_elem_s...
CSSAlign function ( ) { return style . alignItems ; }
get this node 's align items , as defined by style . concode_field_sep CSSNodeDEPRECATED mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNodeDEPRECATED nextChild concode_elem_sep ArrayList<CSSNodeDEPRECATED> mChildren concode_elem_sep int lineIndex concode_elem_sep Object mData concode_elem_sep boolean mIsT...
String function ( ) { return "srini_string" ; }
show the usage of the command concode_field_sep String OS concode_elem_sep String name concode_elem_sep String serverName concode_elem_sep int checkPeriodMillis concode_elem_sep int numChecks concode_elem_sep Logger log concode_elem_sep int id concode_elem_sep int id concode_field_sep void setName concode_elem_sep bool...