idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
6,600
throws exception when called , subclasses have to override this method . concode_field_sep TranslationItem questionTranslated concode_elem_sep String itemType concode_elem_sep String translationId concode_elem_sep String name concode_elem_sep Condition cond concode_elem_sep Logger LOGGER concode_elem_sep String html co...
String [ ] function ( ) { try { throw new Exception ( "srini_string" + this . itemType + "srini_string" + this . name ) ; } catch ( Exception loc0 ) { LOGGER . error ( "srini_string" + loc0 , null ) ; } return null ; }
6,601
logs out a warn message associated with a throwable . concode_field_sep String category concode_elem_sep ArrayList targets concode_field_sep void debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void addTarget concode_elem_sep void log concode_elem_sep void log ...
void function ( String arg0 , Throwable arg1 ) { log ( LogEvent . WARN , arg0 , null , arg1 ) ; }
6,602
the route table association id needed to disassociate the route table . returns a reference to this object so that method calls can be chained together . concode_field_sep String associationId concode_field_sep void setAssociationId concode_elem_sep String getAssociationId concode_elem_sep int hashCode concode_elem_sep...
AssociateRouteTableResult function ( String arg0 ) { this . associationId = arg0 ; return this ; }
6,603
gets the total number of pooled connections . this is the total number of connections that have been created and are still in use by this connection manager . this value will not exceed the maximum number of connections in total . concode_field_sep HttpClientAndroidLog log concode_elem_sep ClientConnectionOperator conn...
int function ( ) { return pool . getConnectionsInPool ( ) ; }
6,604
removes a value from the session . concode_field_sep Map<String,String> aliases concode_elem_sep Map<String,Object> properties concode_elem_sep Serializable id concode_elem_sep InterruptSignalHandler signalHandler concode_field_sep void set concode_elem_sep Integer getCommitCount concode_elem_sep String[] keys concode_...
Object function ( String arg0 ) { Variables . checkIsValidVariableName ( arg0 ) ; return properties . remove ( arg0 ) ; }
6,605
return all db adapters concode_field_sep Map dbAdapters concode_field_sep Set getAdapterNames concode_elem_sep void addDBAdapter concode_elem_sep void addDBAdapter concode_elem_sep BaseTestDatabaseAdapter get concode_elem_sep void addDBAdapters concode_elem_sep void addDBAdapters
Collection function ( ) { return dbAdapters . values ( ) ; }
6,606
returns the g function that is used in the fda5 problem . concode_field_sep long serialVersionUID concode_elem_sep FunctionOptimisationProblem fda5_g_problem concode_elem_sep int n_t concode_elem_sep ContinuousFunction fda5_g concode_elem_sep int tau concode_elem_sep int K concode_elem_sep int M concode_elem_sep int ta...
ContinuousFunction function ( ) { return this . fda5_g ; }
6,607
returns total filesize of a document concode_field_sep int filesize concode_elem_sep int inlineScriptSize concode_elem_sep int emptyChars concode_elem_sep int inlineStyleSize concode_elem_sep int inlineEventSize concode_field_sep void setEmptyChars concode_elem_sep void setInlineScriptSize concode_elem_sep void setFile...
int function ( ) { return filesize ; }
6,608
gets the value of the resources 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 resources property . for example , to add a new item , d...
List < Resources > function ( ) { if ( resources == null ) { resources = new ArrayList < > ( ) ; } return this . resources ; }
6,609
max heap size in mb concode_field_sep String minVersion concode_elem_sep String VERSION_PATTERN concode_elem_sep String jdkPreference concode_elem_sep String JDK_PREFERENCE_PREFER_JRE concode_elem_sep String JDK_PREFERENCE_JDK_ONLY concode_elem_sep String ARGS concode_elem_sep String[] JDK_PREFERENCE_NAMES concode_elem...
Integer function ( ) { return maxHeapSize ; }
6,610
gets the value of the trideni property . concode_field_sep TJineUdaje jineUdaje concode_elem_sep TEvidence evidence concode_elem_sep TPopis popis concode_elem_sep TVyrizeniEntity vyrizeni concode_elem_sep TIdentifikace identifikace concode_elem_sep TPuvodDokumentu puvod concode_elem_sep TSouvislosti souvislosti concode...
TTrideniDokumentu function ( ) { return trideni ; }
6,611
this is getter method for callinglocation concode_field_sep String calledNo concode_elem_sep String cdrCallType concode_elem_sep String balAftCall concode_elem_sep String calledIMSI concode_elem_sep String location concode_elem_sep String calledLocation concode_elem_sep long serialVersionUID concode_elem_sep String rec...
String function ( ) { return callingLocation ; }
6,612
returns the company id of this workflow instance link . concode_field_sep WorkflowInstanceLink _workflowInstanceLink concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep v...
long function ( ) { return _workflowInstanceLink . getCompanyId ( ) ; }
6,613
sets the video stream decoder name . concode_field_sep float frameRate concode_elem_sep VideoSize size concode_elem_sep int bitRate concode_elem_sep String decoder concode_field_sep int getBitRate concode_elem_sep String getDecoder concode_elem_sep VideoSize getSize concode_elem_sep void setSize concode_elem_sep void s...
void function ( String arg0 ) { this . decoder = arg0 ; }
6,614
initialize this mac with a key and no parameters . concode_field_sep Provider provider concode_elem_sep boolean virgin concode_elem_sep String SERVICE concode_elem_sep MacSpi macSpi concode_elem_sep String algorithm concode_field_sep int getMacLength concode_elem_sep String getAlgorithm concode_elem_sep Object clone co...
void function ( Key arg0 ) { try { init ( arg0 , null ) ; } catch ( InvalidAlgorithmParameterException loc0 ) { throw new IllegalArgumentException ( algorithm + "srini_string" ) ; } }
6,615
gets the configuration string for the server-side validator . concode_field_sep String m_validatorId concode_elem_sep String m_config concode_elem_sep String m_value concode_field_sep String getValue concode_elem_sep String getValidatorId
String function ( ) { return m_config ; }
6,616
a list of event instances . note : this method appends the values to the existing list if any . use #setevents java.util.collection or #withevents java.util.collection if you want to override theexisting values . returns a reference to this object so that method calls can be chained together . concode_field_sep String ...
DescribeEventsResult function ( Event ... arg0 ) { if ( getEvents ( ) == null ) setEvents ( new java . util . ArrayList < Event > ( arg0 . length ) ) ; for ( Event loc0 : arg0 ) { getEvents ( ) . add ( loc0 ) ; } return this ; }
6,617
returns the tile image for this tile . concode_field_sep int id concode_elem_sep Image image concode_elem_sep TileSet tileset concode_elem_sep String source concode_elem_sep Properties properties concode_field_sep TileSet getTileSet concode_elem_sep void setSource concode_elem_sep int getHeight concode_elem_sep String ...
Image function ( ) { return image ; }
6,618
builds an object of eventparameter class . concode_field_sep String displayName concode_elem_sep String eventKey concode_field_sep EventParameterBuilder setEventKey concode_elem_sep EventParameterBuilder setDisplayName concode_elem_sep EventParameterBuilder fromEventParameterRequest
EventParameter function ( ) { return new EventParameter ( displayName , eventKey ) ; }
6,619
close any opened announce connection . this method is called by announce #stop to make sure all connectionsare correctly closed when the announce thread is asked to stop . concode_field_sep Set<AnnounceResponseListener> listeners concode_elem_sep Peer peer concode_elem_sep SharedTorrent torrent concode_elem_sep URI tra...
void function ( ) { }
6,620
gets the action attribute value from the specified event for the given name . action attributes are specified by < f : attribute / > . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext co...
String function ( ActionEvent arg0 , String arg1 ) { return ( String ) arg0 . getComponent ( ) . getAttributes ( ) . get ( arg1 ) ; }
6,621
classifies a given instance . concode_field_sep int[] assignments concode_elem_sep Metric metric concode_elem_sep Instances instances concode_elem_sep Filter filter concode_elem_sep Instances centroids concode_elem_sep Instances[] instanceses concode_elem_sep Initializer initializer concode_elem_sep ArrayList[] cluster...
int function ( Instance arg0 ) { double loc0 = Integer . MAX_VALUE ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < K ; loc2 ++ ) { double loc3 = metric . distance ( arg0 , centroids . arg0 ( loc2 ) ) ; if ( loc3 < loc0 ) { loc0 = loc3 ; loc1 = loc2 ; } } return loc1 ; }
6,622
adds a unique message . concode_field_sep List messages concode_elem_sep long serialVersionUID concode_elem_sep FacesMessage message concode_field_sep void setSeverity concode_elem_sep void setSummary concode_elem_sep String getSummary concode_elem_sep Severity getSeverity concode_elem_sep void setDetail concode_elem_s...
void function ( FacesMessage arg0 ) { MessageDecorator loc0 = new MessageDecorator ( arg0 ) ; if ( ! messages . contains ( loc0 ) ) { messages . add ( loc0 ) ; } }
6,623
configures ability of the drone to make flips . concode_field_sep int DEFAULT_INTERFACE_OPACITY concode_elem_sep int INTERFACE_OPACITY_MAX concode_elem_sep int DEFAULT_CONTROL_MODE concode_elem_sep String[] GPU_BLACK_LIST_GPU_FROYO concode_elem_sep long MEMORY_USAGE concode_elem_sep Map<Integer,String[]> blacklist conc...
void function ( boolean arg0 ) { saveProperty ( EAppSettingProperty . LOOPING_ENABLED_PROP , arg0 ) ; }
6,624
a value that indicates the starting point for the next set of response records in a subsequent request . if a value is returned in a response , you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command . if the marker field is empty , all response ...
void function ( String arg0 ) { this . marker = arg0 ; }
6,625
utility method : prefix the key with a subfolder , if this instance assets are stored within subfolder concode_field_sep String CSA concode_elem_sep Logger log concode_elem_sep String awsAccessKey concode_elem_sep String awsRegionName concode_elem_sep AmazonS3 s3Service concode_elem_sep String bucketName concode_elem_s...
String function ( String arg0 ) { if ( StringUtils . isNotEmpty ( subfolder ) ) { return subfolder + "srini_string" + arg0 ; } else { return arg0 ; } }
6,626
getter for #comment . concode_field_sep String cache concode_elem_sep String minValue concode_elem_sep String maxValue concode_elem_sep String name concode_elem_sep String increment concode_elem_sep String comment concode_elem_sep boolean cycle concode_elem_sep String ownedBy concode_elem_sep String startWith concode_f...
String function ( ) { return comment ; }
6,627
set the withdrawn note . string concode_field_sep String creator concode_elem_sep String longBio concode_elem_sep boolean withdrawn concode_elem_sep String withdrawnNote concode_elem_sep Date created concode_elem_sep List<Property> properties concode_elem_sep List<Event> events concode_elem_sep List<Tag> tags concode_e...
void function ( String arg0 ) { this . withdrawnNote = arg0 ; }
6,628
gets the value of the width property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String suffix concode_elem_sep String type concode_elem_sep Layout ...
String function ( ) { return width ; }
6,629
advances to the next bytecode . concode_field_sep int nextBCI concode_elem_sep byte[] code concode_elem_sep int opcode concode_elem_sep int curBCI concode_field_sep int readFarBranchDest concode_elem_sep int nextBCI concode_elem_sep char readCPI concode_elem_sep void setBCI concode_elem_sep int readIncrement concode_el...
void function ( ) { setBCI ( nextBCI ) ; }
6,630
equal strings ? concode_field_sep String path concode_elem_sep String expires concode_elem_sep int NULL_AGE concode_elem_sep int maxAge concode_elem_sep org.apache.commons.logging.Log _log concode_elem_sep String domain concode_elem_sep int EXPIRED_AGE concode_elem_sep boolean secure concode_elem_sep String value conco...
boolean function ( String arg0 , String arg1 ) { if ( ( arg0 == null ) && ( arg1 == null ) ) { return true ; } if ( ( arg0 == null ) || ( arg1 == null ) ) { return false ; } return arg0 . equals ( arg1 ) ; }
6,631
implements timezone.getdisplayname by asking icu . concode_field_sep String[] availableTimeZones concode_elem_sep String[][] names concode_elem_sep Locale locale concode_field_sep String[][] createZoneStringsFor concode_elem_sep String getDisplayNameImpl concode_elem_sep String[] forCountryCode concode_elem_sep String[...
String function ( String arg0 , boolean arg1 , int arg2 , Locale arg3 ) { if ( CachedTimeZones . arg3 . equals ( arg3 ) ) { String loc0 = lookupDisplayName ( CachedTimeZones . names , arg0 , arg1 , arg2 ) ; if ( loc0 != null ) { return loc0 ; } } return getDisplayNameImpl ( arg0 , arg1 , arg2 , arg3 . toString ( ) ) ; ...
6,632
sets item barcode . concode_field_sep String owningInstitution concode_elem_sep String itemBarcode concode_elem_sep String customerCode concode_elem_sep String message concode_field_sep void setOwningInstitution concode_elem_sep void setCustomerCode concode_elem_sep String getCustomerCode concode_elem_sep String getOwn...
void function ( String arg0 ) { this . itemBarcode = arg0 ; }
6,633
add node to list of nodes . concode_field_sep Node finalNode concode_elem_sep ArrayList<Node> nodes concode_elem_sep Iterator<Node> nodeIterator concode_elem_sep Iterator<Edge> edgeIterator concode_elem_sep Node initialNode concode_elem_sep ArrayList<Edge> edges concode_field_sep boolean isNodeInGraph concode_elem_sep ...
void function ( Node arg0 ) { nodes . add ( arg0 ) ; }
6,634
compute the string of debugger config . concode_field_sep String version concode_field_sep String getVersion concode_elem_sep void setVersion concode_elem_sep void setCdbgVersion concode_elem_sep String getCdbgVersion
String function ( ) { ObjectMapper loc0 = new ObjectMapper ( ) ; String loc1 = loc0 . writeValueAsString ( this ) ; return loc1 ; }
6,635
deletes ifile 's markers which type matches the given checktype s represented by the checkmode . concode_field_sep Logger LOG concode_field_sep boolean shouldProcess concode_elem_sep void deleteValidationMarkers
void function ( final IFile arg0 , final CheckMode arg1 , final IProgressMonitor arg2 ) { for ( CheckType loc0 : CheckType . values ( ) ) { if ( arg1 . shouldCheck ( loc0 ) ) { String loc1 = MarkerTypes . forCheckType ( loc0 ) ; arg0 . deleteMarkers ( loc1 , true , IResource . DEPTH_ZERO ) ; } } }
6,636
determines if the os on which ant is executing matches the given os version . concode_field_sep String FAMILY_WINDOWS concode_elem_sep String FAMILY_9X concode_elem_sep String FAMILY_ZOS concode_elem_sep String PATH_SEP concode_elem_sep String OS_NAME concode_elem_sep String FAMILY_OS2 concode_elem_sep String OS_VERSIO...
boolean function ( String arg0 ) { return isOs ( null , null , null , arg0 ) ; }
6,637
test of displaylink method , of class studentlink . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testGetName concode_elem_sep void testGetNextStudent concode_elem_sep void testGetAge concode_elem_sep void testSetAge concode_elem_sep void tearDownClass concode_elem_se...
void function ( ) { System . out . println ( "srini_string" ) ; StudentLink loc0 = null ; loc0 . displayLink ( ) ; }
6,638
get the number of bits per sample . concode_field_sep int mNumBytes concode_elem_sep short FORMAT_ULAW concode_elem_sep int HEADER_LENGTH concode_elem_sep short mFormat concode_elem_sep String TAG concode_elem_sep short mBitsPerSample concode_elem_sep short FORMAT_PCM concode_elem_sep short FORMAT_ALAW concode_elem_sep...
short function ( ) { return mBitsPerSample ; }
6,639
gets the value of the value property . concode_field_sep Set set concode_elem_sep Null _null concode_elem_sep Description description concode_elem_sep List list concode_elem_sep Object any concode_elem_sep Idref idref concode_elem_sep Ref refElement concode_elem_sep Props props concode_elem_sep String ref concode_elem_...
String function ( ) { return this . value ; }
6,640
sets the user registry to exactly the given registry . concode_field_sep PlaceHolder placeHolder concode_field_sep RatpackServerSpec registry concode_elem_sep RatpackServerSpec registry concode_elem_sep RatpackServerSpec handler concode_elem_sep RatpackServerSpec handler concode_elem_sep RatpackServerSpec registryOf co...
RatpackServerSpec function ( Registry arg0 ) { return arg0 ( r -> arg0 ) ; }
6,641
getter method for segment concode_field_sep String campaign_name concode_elem_sep String totalYes concode_elem_sep String segment concode_elem_sep String totalNo concode_elem_sep long serialVersionUID concode_elem_sep String circle concode_field_sep void setSegment concode_elem_sep String getCircle concode_elem_sep Str...
String function ( ) { return segment ; }
6,642
binds the specified session object into this sessionmanager 's active session registry . this method is typically called internally from database #connect string , string database.connect username , password as the final step , when a successful connection has been made . concode_field_sep IntKeyHashMap sessionMap conc...
Session function ( Database arg0 , User arg1 , boolean arg2 ) { Session loc0 = new Session ( arg0 , arg1 , true , arg2 , sessionIdCount ) ; sessionMap . put ( sessionIdCount , loc0 ) ; sessionIdCount ++ ; return loc0 ; }
6,643
sets record . concode_field_sep List<RecordType> record concode_elem_sep String id concode_elem_sep Logger LOG concode_field_sep String serialize concode_elem_sep void setId concode_elem_sep List<RecordType> getRecord concode_elem_sep String getId concode_elem_sep Object deserialize
void function ( List < RecordType > arg0 ) { this . record = arg0 ; }
6,644
returns a pid object for the requested string . this method will return a pid for a variety of pid permutations , e.g. demo :1 , info : fedora/demo :1 , demo :1 / ds1 , info : fedora/demo :1 / sdef : foo/sdep : bar/methodbaz . concode_field_sep String DEFAULT_RELATIONSHIP concode_elem_sep List<String> relationships con...
PID function ( String arg0 ) { if ( arg0 . startsWith ( Constants . FEDORA . uri ) ) { arg0 = arg0 . substring ( Constants . FEDORA . uri . length ( ) ) ; } return PID . getInstance ( arg0 . split ( "srini_string" ) [ 0 ] ) ; }
6,645
wraps the given items in a named domain object set . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<T> toSet concode_elem_sep SortedMap<K,V> toSortedMap concode_elem_sep Map<K,V> toMap concode_elem_sep SortedSet<T> toSortedSet concode_elem_sep SortedSet<T> toSortedSet concode_elem_sep T[] toArray conco...
NamedDomainObjectSet < T > function ( Class < T > arg0 , T ... arg1 ) { DefaultNamedDomainObjectSet < T > loc0 = new DefaultNamedDomainObjectSet < T > ( arg0 , new DirectInstantiator ( ) ) ; CollectionUtils . addAll ( loc0 , arg1 ) ; return loc0 ; }
6,646
update the presentation . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions conc...
void function ( TextPresentation arg0 , List < AttributedPosition > arg1 , List < AttributedPosition > arg2 ) { Runnable loc0 = presenter . createUpdateRunnable ( arg0 , arg1 , arg2 ) ; if ( loc0 == null ) return ; Display loc1 = Display . getDefault ( ) ; loc1 . asyncExec ( loc0 ) ; }
6,647
sets the value of the lastname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep XMLGregorianCalendar coverageStartDate concode_elem_sep String emailAddress concode_elem_sep BigDecimal skuPrice concode_elem_sep Boolean purchaseIndicator concode_elem_sep String skuDesc conco...
void function ( String arg0 ) { this . lastName = arg0 ; }
6,648
get the reboottype value . concode_field_sep RebootType rebootType concode_elem_sep Integer shardId concode_field_sep RedisRebootParametersInner withShardId concode_elem_sep Integer shardId concode_elem_sep RedisRebootParametersInner withRebootType
RebootType function ( ) { return this . rebootType ; }
6,649
sets the value of the timezone property . concode_field_sep String init concode_elem_sep XMLGregorianCalendar access concode_elem_sep String mail concode_elem_sep String signatureFormat concode_elem_sep String signature concode_elem_sep XMLGregorianCalendar created concode_elem_sep String timezone concode_elem_sep XMLG...
void function ( String arg0 ) { this . timezone = arg0 ; }
6,650
add a case statement that matches if the event type and predicate matches . concode_field_sep PFBuilder<PersistentFSM.Event<D>,PersistentFSM.State<S,D,E>> builder concode_field_sep FSMStateFunctionBuilder<S,D,E> anyEvent concode_elem_sep PartialFunction<PersistentFSM.Event<D>,PersistentFSM.State<S,D,E>> build concode_e...
FSMStateFunctionBuilder < S , D , E > function ( final Class < P > arg0 , final FI . TypedPredicate2 < P , D > arg1 , final FI . Apply2 < P , D , PersistentFSM . State < S , D , E >> arg2 ) { return erasedEvent ( arg0 , null , arg1 , arg2 ) ; }
6,651
return the alias registered for the bean . concode_field_sep String alias concode_elem_sep String beanName concode_elem_sep Object source concode_field_sep Object getSource concode_elem_sep String getBeanName
String function ( ) { return this . alias ; }
6,652
closes the reusltset object . concode_field_sep InitialContext initialContext concode_elem_sep DataSource dataSource concode_elem_sep String dataSourceName concode_elem_sep String dbConnectString concode_field_sep Connection getConnection concode_elem_sep DataSource getDataSource concode_elem_sep InitialContext getInit...
void function ( final ResultSet arg0 ) { try { if ( arg0 != null ) { arg0 . close ( ) ; } } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } }
6,653
tests if the given request uri matches the given pattern . concode_field_sep Map<String,T> map concode_field_sep void setObjects concode_elem_sep T lookup concode_elem_sep void unregister concode_elem_sep void setHandlers concode_elem_sep void register concode_elem_sep Map<String,T> getObjects
boolean function ( final String arg0 , final String arg1 ) { if ( arg0 . equals ( "srini_string" ) ) { return true ; } else { return ( arg0 . endsWith ( "srini_string" ) && arg1 . startsWith ( arg0 . substring ( 0 , arg0 . length ( ) - 1 ) ) ) || ( arg0 . startsWith ( "srini_string" ) && arg1 . endsWith ( arg0 . substr...
6,654
rotate a vector by this quaternion . implementation is from horn 's robot vision . note : src and dest must be different vectors . concode_field_sep float q1 concode_elem_sep float q2 concode_elem_sep float q3 concode_elem_sep float EPSILON concode_elem_sep float q0 concode_field_sep void init concode_elem_sep Rotf inv...
void function ( Vec3f arg0 , Vec3f arg1 ) { Vec3f loc0 = new Vec3f ( q1 , q2 , q3 ) ; Vec3f loc1 = loc0 . cross ( arg0 ) ; Vec3f loc2 = loc1 . cross ( loc0 ) ; loc1 . scale ( 2.0f * q0 ) ; loc2 . scale ( - 2.0f ) ; arg1 . add ( arg0 , loc1 ) ; arg1 . add ( arg1 , loc2 ) ; }
6,655
set the resource id . concode_field_sep long AMBARI_RESOURCE_ID concode_elem_sep Collection<PrivilegeEntity> privileges concode_elem_sep Long id concode_elem_sep ResourceTypeEntity resourceType concode_field_sep int hashCode concode_elem_sep ResourceTypeEntity getResourceType concode_elem_sep boolean equals concode_ele...
void function ( Long arg0 ) { this . id = arg0 ; }
6,656
this method resets the outgoing events . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exitAction concode_elem_sep void r...
void function ( ) { }
6,657
asserts that no events are scheduled for publication . concode_field_sep StubEventScheduler eventScheduler concode_field_sep void assertScheduledEventMatching concode_elem_sep void assertScheduledEventMatching concode_elem_sep void describe
void function ( ) { List < ScheduledItem > loc0 = eventScheduler . getScheduledItems ( ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { throw new AxonAssertionError ( "srini_string" + loc0 . size ( ) ) ; } }
6,658
get month 1-12 based on provided date concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int year concode_elem_sep int today concode_elem_sep int clock concode_elem_sep int day concode_elem_sep String age concode_elem_sep long clarionDateToEpoch con...
int function ( int arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTimeInMillis ( clarionDateToEpoch ( arg0 ) ) ; return loc0 . get ( Calendar . MONTH ) - Calendar . JANUARY + 1 ; }
6,659
adds a warningmessage to the message set . concode_field_sep CompilerConfiguration configuration concode_elem_sep LinkedList warnings concode_elem_sep LinkedList errors concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep Message g...
void function ( WarningMessage arg0 ) { if ( arg0 . isRelevant ( configuration . getWarningLevel ( ) ) ) { if ( this . warnings == null ) { this . warnings = new LinkedList ( ) ; } this . warnings . add ( arg0 ) ; } }
6,660
returns string with mean and confidence interval for a given statistics concode_field_sep PlaceHolder placeHolder concode_field_sep double getConfidenceIntervalDelta concode_elem_sep String meanWithCofidenceIntervalPercent
String function ( StatisticalSummary arg0 , double arg1 , String arg2 ) { return String . arg2 ( arg2 , arg0 . getMean ( ) , getConfidenceIntervalDelta ( arg0 , arg1 ) ) ; }
6,661
invoke all registered destruction callbacks . to be called on servletcontext shutdown . concode_field_sep ServletContext servletContext concode_elem_sep Map<String,Runnable> destructionCallbacks concode_field_sep String getConversationId concode_elem_sep Object get concode_elem_sep Object resolveContextualObject concod...
void function ( ) { for ( Runnable loc0 : this . destructionCallbacks . values ( ) ) { loc0 . run ( ) ; } this . destructionCallbacks . clear ( ) ; }
6,662
the jobrepository to use for creating new jobexecution instances . concode_field_sep long JOB_PARAMETER_MAXIMUM concode_elem_sep Log logger concode_elem_sep JobLauncher jobLauncher concode_elem_sep JobRepository jobRepository concode_elem_sep Job job concode_elem_sep StepRunner stepRunner concode_field_sep JobParameter...
void function ( JobRepository arg0 ) { this . jobRepository = arg0 ; }
6,663
test of isinterface method , of class drawingpass . concode_field_sep PlaceHolder placeHolder concode_field_sep void testContainsDrawingPass concode_elem_sep void testIsOverlay concode_elem_sep void testIsScene concode_elem_sep void testAddDrawingPass concode_elem_sep void testGetDrawingPass concode_elem_sep void testI...
void function ( ) { for ( final DrawingPass loc0 : DrawingPass . values ( ) ) { if ( loc0 . name ( ) . contains ( "srini_string" ) || loc0 . name ( ) . contains ( "srini_string" ) ) { Assert . assertTrue ( loc0 . isInterface ( ) ) ; } else { Assert . assertFalse ( loc0 . isInterface ( ) ) ; } } }
6,664
by default , do n't provide any copy 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 String getNa...
OverrideCopyOperation function ( CopyOperation arg0 ) { return null ; }
6,665
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep Object handleTimeout concode_elem_sep void beforeConcurrentHandling concode_elem_sep void preProcess concode_elem_sep void postProcess
void function ( NativeWebRequest arg0 , Callable < T > arg1 ) { }
6,666
equivalent to property name , null concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep void setProperty concode_elem_sep void setSystemProperty concode_elem_sep String sysProperty concode_elem_sep String sys...
String function ( String arg0 ) { return property ( arg0 , null ) ; }
6,667
get the block concode_field_sep String[] storageIDs concode_elem_sep String[] datanodeUuids concode_elem_sep BlockWithLocations[] blocks concode_elem_sep Block block concode_elem_sep StorageType[] storageTypes concode_field_sep StringBuilder appendString concode_elem_sep String[] getStorageIDs concode_elem_sep String t...
Block function ( ) { return block ; }
6,668
returns the number of shards . concode_field_sep ShardLocalService _service concode_field_sep com.liferay.portal.model.Shard deleteShard concode_elem_sep com.liferay.portal.model.Shard deleteShard concode_elem_sep com.liferay.portal.model.Shard createShard concode_elem_sep com.liferay.portal.model.Shard fetchShard conc...
int function ( ) { return getService ( ) . getShardsCount ( ) ; }
6,669
gets the value of the return property . concode_field_sep String _return concode_field_sep void setReturn
String function ( ) { return _return ; }
6,670
construct the buddyiconurl . if none available , return the default , or an url assembled from farm , iconserver and nsid . concode_field_sep String UTF8 concode_field_sep URL buildPostUrl concode_elem_sep boolean ignoreMethod concode_elem_sep URL buildUrl concode_elem_sep String getMethod
String function ( int arg0 , int arg1 , String arg2 ) { String loc0 = "srini_string" ; if ( arg1 > 0 ) { loc0 = "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" + arg2 + "srini_string" ; } return loc0 ; }
6,671
return the mixer 's description . concode_field_sep String vendor concode_elem_sep String name concode_elem_sep String description concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getName concode_elem_sep Line getLine concode_elem_sep String getVendor concode_elem_sep int getM...
String function ( ) { return description ; }
6,672
returns the string representation of the iot hub hostname . concode_field_sep String ABANDON_PATH_FORMAT concode_elem_sep IotHubUri uri concode_field_sep String getPath concode_elem_sep String toString
String function ( ) { return this . uri . getHostname ( ) ; }
6,673
prints a message at debug priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl...
void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( DEBUG , arg0 , arg1 , arg2 ) ; }
6,674
returns true if the editing cell should be selected , false otherwise . this is usually returning true , but in some special cases it might be useful not to switch cell selection when editing one cell . concode_field_sep EventListenerList listenerList concode_elem_sep long serialVersionUID concode_elem_sep ChangeEvent ...
boolean function ( EventObject arg0 ) { return true ; }
6,675
returns the uuid of this learning activity try . concode_field_sep LearningActivityTry _learningActivityTry concode_field_sep java.util.Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setResult concode_elem_sep boolean isCachedModel concod...
java . lang . String function ( ) { return _learningActivityTry . getUuid ( ) ; }
6,676
returns the current state set as an array of accessiblestate concode_field_sep Vector<AccessibleState> states concode_field_sep boolean add concode_elem_sep boolean contains concode_elem_sep void addAll concode_elem_sep void clear concode_elem_sep String toString concode_elem_sep boolean remove
AccessibleState [ ] function ( ) { if ( states == null ) { return new AccessibleState [ 0 ] ; } else { AccessibleState [ ] loc0 = new AccessibleState [ states . size ( ) ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = ( AccessibleState ) states . elementAt ( loc1 ) ; } return loc0 ; } }
6,677
gets the defaultprobability . concode_field_sep String[] codesColumnNames concode_elem_sep String[] variablesColumnNames concode_elem_sep int defaultProbability concode_elem_sep ArrayList<PramVariableSpec> pramVarSpec concode_elem_sep String[][] variablesData concode_field_sep String[] getCodesColumnNames concode_elem_...
int function ( ) { return defaultProbability ; }
6,678
creates movie object from a readablebytechannel . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Movie function ( ReadableByteChannel arg0 ) { IsoFile loc0 = new IsoFile ( arg0 ) ; Movie loc1 = new Movie ( ) ; List < TrackBox > loc2 = loc0 . getMovieBox ( ) . getBoxes ( TrackBox . class ) ; for ( TrackBox loc3 : loc2 ) { loc1 . addTrack ( new Mp4TrackImpl ( loc3 ) ) ; } return loc1 ; }
6,679
gets the value of the activationconfigpropertyname property . concode_field_sep String activationConfigPropertyName concode_elem_sep String activationConfigPropertyValue concode_field_sep String getActivationConfigPropertyValue concode_elem_sep void setActivationConfigPropertyName concode_elem_sep void setActivationCon...
String function ( ) { return activationConfigPropertyName ; }
6,680
validates multiple ids . concode_field_sep String presentationKey_ concode_elem_sep Hashtable metaDataByID_ concode_elem_sep ResourceMetaData[] metaData_ concode_elem_sep PresentationLoader presentationLoader_ concode_elem_sep String copyright concode_elem_sep long serialVersionUID concode_field_sep ResourceMetaData ad...
void function ( Object [ ] arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; for ( int loc0 = 0 ; loc0 < arg0 . length ; ++ loc0 ) { if ( ! metaDataByID_ . containsKey ( arg0 [ loc0 ] ) ) throw new ExtendedIllegalArgumentException ( "srini_string" + loc0 + "srini_string" + arg0 [ loc0 ] ....
6,681
undo the last state change . only possible if there are items in the undo history list . concode_field_sep int cursor concode_elem_sep ArrayList<Memento> mementoStateHistory concode_elem_sep int maxHistorySize concode_field_sep boolean isRedo concode_elem_sep boolean isUndo concode_elem_sep void redo concode_elem_sep v...
void function ( ) { if ( isUndo ( ) ) { cursor = cursor - 1 ; Memento loc0 = mementoStateHistory . get ( cursor ) ; loc0 . restore ( ) ; } }
6,682
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterTypeDefinition concode_elem_sep void exitActualParameterPart concode_elem_sep void enterTypeDeclaration concode_elem_sep void enterObjectDeclaration concode_elem_sep void enterBinaryAddingOperator concode_ele...
void function ( GrammarParser . BasicDeclarationContext arg0 ) { }
6,683
applies a transform to the given input , returning the output . the default implementation calls ptransform.apply input , but can be overridden to customize behavior for a particular runner . concode_field_sep PlaceHolder placeHolder concode_field_sep PipelineRunner<? extends PipelineResult> fromOptions concode_elem_se...
OutputT function ( PTransform < InputT , OutputT > arg0 , InputT arg1 ) { return arg0 . apply ( arg1 ) ; }
6,684
returns the output network if cleaned . concode_field_sep Scenario sc concode_elem_sep Logger log concode_field_sep void writeNewNetwork concode_elem_sep void cleanNetwork concode_elem_sep void main
Network function ( ) { Network loc0 = null ; if ( sc == null ) { log . warn ( "srini_string" ) ; } else { loc0 = sc . getNetwork ( ) ; } return loc0 ; }
6,685
the `` small range correction '' formula from the hyperloglog algorithm . only appropriate if both the estimator is smaller than 5/2 m and there are still registers that have the zero value . concode_field_sep int REG_WIDTH_INDEX_MULTIPLIER concode_elem_sep long[] PW_MASK concode_elem_sep double[] TWO_TO_L concode_fiel...
double function ( final int arg0 , final int arg1 ) { return arg0 * Math . log ( ( double ) arg0 / arg1 ) ; }
6,686
the scaling activities . concode_field_sep com.amazonaws.internal.SdkInternalList<Activity> activities concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep java.util.List<Activity> getActivities concode_elem_sep DescribeScal...
DescribeScalingActivitiesResult function ( java . util . Collection < Activity > arg0 ) { setActivities ( arg0 ) ; return this ; }
6,687
does the final calculations of cv and chi averaging over the equilibrium states concode_field_sep double cV concode_elem_sep double M concode_elem_sep double k concode_elem_sep double equilibConfs concode_elem_sep double avE concode_elem_sep double sumE concode_elem_sep double sumE2 concode_elem_sep int N concode_elem_...
void function ( ) { avE = sumE / equilibConfs ; avM = sumM / equilibConfs ; double loc0 = sumE2 / equilibConfs ; double loc1 = avE * avE ; double loc2 = sumM2 / equilibConfs ; double loc3 = avM * avM ; cV = inverseKT * ( loc0 - loc1 ) / ( double ) ( N * N ) ; chi = inverseKT * ( loc2 - loc3 ) / ( double ) ( N * N ) ; }
6,688
gets the timezone location used to identify this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep boolean isRelevantComponentId concode_elem_sep Strin...
String function ( ) { return id ; }
6,689
updates the lru list of working sets . concode_field_sep String DIALOG_SETTINGS_KEY concode_elem_sep LRUWorkingSetsList fgLRUWorkingSets concode_elem_sep String STORE_LRU_WORKING_SET_NAMES concode_elem_sep int LRU_WORKINGSET_LIST_SIZE concode_elem_sep String BIN_PRIM_CONST_WARN_DIALOG_ID concode_field_sep void restoreS...
void function ( IWorkingSet [ ] arg0 ) { if ( arg0 == null || arg0 . length < 1 ) return ; getLRUWorkingSets ( ) . add ( arg0 ) ; saveState ( getDialogStoreSection ( ) ) ; }
6,690
output actiontype to string concode_field_sep Character triggersnapshot concode_elem_sep Character unlockedonly concode_elem_sep String name concode_elem_sep Integer id concode_elem_sep String label concode_field_sep void setName concode_elem_sep String getLabel concode_elem_sep String getName concode_elem_sep int hash...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( label ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( name ) ; return loc0 . toString ( ) ; }
6,691
in quite mode no loglog generates strictly no output , not even for errors . concode_field_sep String WARN_PREFIX concode_elem_sep String CONFIG_DEBUG_KEY concode_elem_sep boolean quietMode concode_elem_sep String PREFIX concode_elem_sep String DEBUG_KEY concode_elem_sep boolean debugEnabled concode_elem_sep String ERR...
void function ( boolean arg0 ) { LogLog . arg0 = arg0 ; }
6,692
set the synapse configuration instance in the configholder concode_field_sep SynapseConfiguration synapseConfiguration concode_elem_sep UserRegistry registry concode_elem_sep DependencyManagementService dependencyManager concode_elem_sep ConfigHolder instance concode_elem_sep Map<Integer,SynapseEnvironmentService> syna...
void function ( SynapseConfiguration arg0 ) { this . synapseConfiguration = arg0 ; }
6,693
indicates if the profile attribute value must be unique concode_field_sep boolean array concode_elem_sep boolean unique concode_elem_sep String name concode_elem_sep boolean index concode_elem_sep Class<?> type concode_elem_sep Class<?> nonPrimitiveType concode_elem_sep Set<String> PRIMITIVE_ALLOWED_PROFILE_ATTRIBUTE_T...
boolean function ( ) { return unique ; }
6,694
checks if the specified minecart can spawn safely . concode_field_sep PlaceHolder placeHolder concode_field_sep Location getBottomBlock concode_elem_sep boolean isEntitiyOnTrack concode_elem_sep boolean hasTwoBlocksofWaterBelow concode_elem_sep boolean blockIsNotSafe concode_elem_sep void showDangers concode_elem_sep L...
boolean function ( Minecart arg0 ) { if ( this . isBlockAboveAir ( arg0 . getLocation ( ) ) ) { return true ; } if ( this . isEntitiyOnTrack ( LocationManipulation . getNextBlock ( arg0 ) ) ) { return true ; } return false ; }
6,695
write property to the xml . concode_field_sep StringBuilder buffer concode_elem_sep int CLOSING concode_elem_sep int OPENING concode_elem_sep boolean isRootElement concode_elem_sep int NO_CONTENT concode_elem_sep Writer writer concode_elem_sep Map<String,String> namespaces concode_field_sep void writeText concode_elem_...
void function ( String arg0 , String arg1 ) { writeElement ( arg0 , OPENING ) ; buffer . append ( arg1 ) ; writeElement ( arg0 , CLOSING ) ; }
6,696
returns true iff there is no more space remaining in the buffer . under those conditions adding another statement to the buffer could cause an overflow . concode_field_sep IElementFilter<ISPO> filter concode_elem_sep ISPO[] stmts concode_elem_sep int numStmts concode_elem_sep int nwritten concode_elem_sep AbstractTripl...
boolean function ( ) { if ( numStmts < capacity ) { return false ; } return true ; }
6,697
create an instance of esigetwarrantyorderhistoryresponsetype concode_field_sep QName _EsiGetWarrantyOrderHistoryResponse_QNAME concode_elem_sep QName _EsiGetWarrantyOrderHistoryRequest_QNAME concode_field_sep JAXBElement<ESIGetWarrantyOrderHistoryRequestType> createEsiGetWarrantyOrderHistoryRequest concode_elem_sep Ord...
ESIGetWarrantyOrderHistoryResponseType function ( ) { return new ESIGetWarrantyOrderHistoryResponseType ( ) ; }
6,698
ascertains whether mapcommandbuttonid or checkboxid are a part of componentid . componentid might be a fully qualified id , with a prefix corresponding to container component s . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButt...
boolean function ( String arg0 ) { return arg0 . endsWith ( mapCommandButtonId ) ; }
6,699
the resource 's identifier . concode_field_sep String path concode_elem_sep String pathPart concode_elem_sep java.util.Map<String,Method> resourceMethods concode_elem_sep String id concode_elem_sep String parentId concode_field_sep CreateResourceResult withPath concode_elem_sep java.util.Map<String,Method> getResourceM...
CreateResourceResult function ( String arg0 ) { setId ( arg0 ) ; return this ; }