idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
14,600
set if this effect has been fired . when this flag is set to false the effect will be sent to the browser on the next render pass . after being fired icefaces will set this flag to true . to resend this effect set the flag to false . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boole...
void function ( boolean arg0 ) { this . fired = arg0 ; }
14,601
getter method concode_field_sep Date categoryModifiedDate concode_elem_sep String categoryModifiedBy concode_elem_sep Integer categoryStatus concode_elem_sep Date categoryCreatedDate concode_elem_sep String categoryCreatedBy concode_elem_sep long serialVersionUID concode_elem_sep String categoryName concode_elem_sep In...
Date function ( ) { return categoryModifiedDate ; }
14,602
removes the title from the uri fully qualified uri . concode_field_sep PlaceHolder placeHolder concode_field_sep String removeFormNameFromLabel concode_elem_sep String createChildLabelFromParentLabel concode_elem_sep String getFieldNameFromURI
String function ( String arg0 ) { try { return arg0 . substring ( arg0 . indexOf ( '/' , 1 ) + 1 , arg0 . length ( ) ) ; } catch ( IndexOutOfBoundsException loc0 ) { throw new MalformedUriException ( "srini_string" + arg0 , loc0 ) ; } }
14,603
creates a proxy which sends the exchange to the endpoint . concode_field_sep PlaceHolder placeHolder concode_field_sep T createProxyObject concode_elem_sep T createProxyObject concode_elem_sep Class<T>[] toArray concode_elem_sep ClassLoader getClassLoader concode_elem_sep MethodInfoCache createMethodInfoCache
T function ( Endpoint arg0 , boolean arg1 , ClassLoader arg2 , Class < T > [ ] arg3 , MethodInfoCache arg4 ) { Producer loc0 = DeferServiceFactory . createProducer ( arg0 ) ; arg0 . getCamelContext ( ) . deferStartService ( loc0 , true ) ; return createProxyObject ( arg0 , arg1 , loc0 , arg2 , arg3 , arg4 ) ; }
14,604
is transaction active concode_field_sep EntityManager entityManager concode_elem_sep HbEntityDataStore hbEntityDataStore concode_elem_sep EntityTransaction entityTransaction concode_elem_sep FlushModeType flushMode concode_field_sep void setFlushModeManual concode_elem_sep void restorePreviousFlushMode concode_elem_sep...
boolean function ( ) { return entityTransaction != null && entityTransaction . isActive ( ) ; }
14,605
true if a refresh is needed from the original data source . concode_field_sep long serverDate concode_elem_sep byte[] data concode_elem_sep Map<String,String> responseHeaders concode_elem_sep String etag concode_elem_sep long lastModified concode_elem_sep long softTtl concode_elem_sep long ttl concode_field_sep Entry g...
boolean function ( ) { return this . softTtl < System . currentTimeMillis ( ) ; }
14,606
get the log10 unnormalized -- across all acs -- prior probability of ac > 0 concode_field_sep int AF1p concode_elem_sep double[] log10PriorsOfAC concode_elem_sep Map<Allele,Double> log10pRefByAllele concode_elem_sep int[] alleleCountsOfMLE concode_elem_sep int LOG_10_ARRAY_SIZES concode_elem_sep int AF0 concode_elem_se...
double function ( ) { return log10PriorsOfAC [ AF1p ] ; }
14,607
monitoring information for one or more instances . concode_field_sep com.amazonaws.internal.SdkInternalList<InstanceMonitoring> instanceMonitorings concode_field_sep java.util.List<InstanceMonitoring> getInstanceMonitorings concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UnmonitorInstance...
UnmonitorInstancesResult function ( java . util . Collection < InstanceMonitoring > arg0 ) { setInstanceMonitorings ( arg0 ) ; return this ; }
14,608
returns start-of-day date . concode_field_sep Long lastTime concode_elem_sep Long lastNanoTime concode_elem_sep Long pinnedNanoTime concode_elem_sep Long pinnedTime concode_field_sep String formatDate concode_elem_sep void showPassedNanoTime concode_elem_sep void showPassedNanoTime concode_elem_sep void showPassedNanoT...
Date function ( final Date arg0 ) { final Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTime ( arg0 ) ; loc0 . set ( Calendar . HOUR_OF_DAY , 0 ) ; loc0 . set ( Calendar . MINUTE , 0 ) ; loc0 . set ( Calendar . SECOND , 0 ) ; loc0 . set ( Calendar . MILLISECOND , 1 ) ; return loc0 . getTime ( ) ; }
14,609
check whether the byte passed in is the `` closed socket '' byte note , i put this in here just as an example , but you could just extend the org.springframework.integration.ip.tcp.serializer.abstractbytearrayserializer classwhich has this method concode_field_sep int SENDER_NAME_LENGTH concode_elem_sep Log logger conc...
void function ( int arg0 ) { if ( arg0 < 0 ) { logger . debug ( "srini_string" ) ; throw new IOException ( "srini_string" ) ; } }
14,610
precondition-style validation that throws illegalargumentexception . concode_field_sep PlaceHolder placeHolder concode_field_sep T checkNotNull concode_elem_sep String[] strings concode_elem_sep void checkState concode_elem_sep void checkState
void function ( boolean arg0 , String arg1 , Object ... arg2 ) { if ( ! arg0 ) { throw new IllegalArgumentException ( String . format ( String . valueOf ( arg1 ) , strings ( arg2 ) ) ) ; } }
14,611
get user of the container being initialized or stopped . concode_field_sep Resource resource concode_elem_sep ContainerId containerId concode_elem_sep String user concode_field_sep ContainerId getContainerId concode_elem_sep Resource getResource
String function ( ) { return user ; }
14,612
convert a short integer to a byte array . if the resulting array contains less bytes than 2 bytes , a 0 byte is prepended if the flag is set . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
byte [ ] function ( short arg0 , boolean arg1 ) { return toByteArray ( arg0 , arg1 , true ) ; }
14,613
the number of failed entities . concode_field_sep Integer total concode_elem_sep Integer stopped concode_elem_sep Integer warned concode_elem_sep Integer passed concode_elem_sep Integer failed concode_elem_sep Integer errored concode_elem_sep Integer skipped concode_field_sep void setTotal concode_elem_sep Counters wit...
Integer function ( ) { return this . failed ; }
14,614
get list products in user concode_field_sep PlaceHolder placeHolder concode_field_sep boolean deleteProducts concode_elem_sep List<ProductsView> getAllProductByUser concode_elem_sep boolean updateProducts concode_elem_sep List<Products> lstProductPaid concode_elem_sep List<Products> lstProductPaid concode_elem_sep List...
List < Products > function ( User arg0 , String arg1 ) { return ProductDAO . lstProduct ( arg0 , arg1 ) ; }
14,615
creates a username from the given encoded attribute and header . concode_field_sep String STRING_ENCODING concode_elem_sep int MAX_USERNAME_BYTES concode_elem_sep byte[] username concode_field_sep void writeTo concode_elem_sep int calculatePaddingBytes concode_elem_sep AttributeType getType concode_elem_sep int getLeng...
Username function ( final byte [ ] arg0 , final AttributeHeader arg1 ) { return new Username ( new String ( arg0 , STRING_ENCODING ) ) ; }
14,616
returns the channel index to use to visit the next vertex . concode_field_sep ManagementVertex managementVertex concode_elem_sep int currentGate concode_elem_sep boolean forward concode_elem_sep ManagementGraph managementGraph concode_elem_sep boolean confinedToStage concode_elem_sep Logger LOG concode_elem_sep int cur...
int function ( ) { return this . currentChannel ; }
14,617
the hash code is derived from the path . concode_field_sep String path concode_elem_sep long size concode_elem_sep int children concode_elem_sep long time concode_field_sep boolean equals concode_elem_sep String toString
int function ( ) { return path != null ? path . hashCode ( ) : 0 ; }
14,618
get parameter value from request scope . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Object getManagedBean concode_elem_sep String getActionAt...
String function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; }
14,619
get the relationalreference objects for update concode_field_sep OperationList objectsToCreate concode_elem_sep OperationList objectsToDelete concode_elem_sep OperationList objectsToUpdate concode_field_sep void setObjectsToCreate concode_elem_sep void setObjectsToDelete concode_elem_sep void setObjectsToUpdate concode...
OperationList function ( ) { return objectsToUpdate ; }
14,620
upgrade from 2.2 no storage ids per volume correctly generates guid-based storage ids . test case for hdfs-7575 . concode_field_sep PlaceHolder placeHolder concode_field_sep void runLayoutUpgradeTest concode_elem_sep void testUpgradeFrom26PreservesStorageIDs concode_elem_sep void initStorageDirs concode_elem_sep void u...
void function ( ) { runLayoutUpgradeTest ( GenericTestUtils . getMethodName ( ) , null ) ; }
14,621
sets the value of the measuretype property . concode_field_sep int personId concode_elem_sep String measureType concode_field_sep int getPersonId concode_elem_sep String getMeasureType concode_elem_sep void setPersonId
void function ( String arg0 ) { this . measureType = arg0 ; }
14,622
return the last fail action . . only if there are no retry actions . concode_field_sep RetryPolicy defaultPolicy concode_elem_sep FailoverProxyProvider<T> proxyProvider concode_elem_sep boolean hasMadeASuccessfulCall concode_elem_sep Log LOG concode_elem_sep long proxyProviderFailoverCount concode_elem_sep Map<String,R...
RetryAction function ( List < RetryAction > arg0 ) { RetryAction loc0 = null ; for ( RetryAction loc1 : arg0 ) { if ( loc1 . loc1 == RetryAction . RetryDecision . FAIL ) { loc0 = loc1 ; } else { return null ; } } return loc0 ; }
14,623
read the contents of an entity and return it as a string . the content is converted using the character set from the entity if any , failing that , `` iso-8859-1 '' is used . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] toByteArray concode_elem_sep String getContentCharSet concode_elem_sep void co...
String function ( final HttpEntity arg0 ) { return toString ( arg0 , null ) ; }
14,624
first sentence . + -- literal_do do | + -- slist | + -- expr | + -- assign =-rrb- | + -- ident x + -- method_call | + -- dot . | + -- ident rand + -- ident nextint + -- elist | + -- expr | + -- num_int 10 + -- rparen + -- semi ;-rrb- + -- rcurly + -- lparen + -- expr | + -- lt concode_field_sep int field concode_elem_s...
void function ( ) { }
14,625
notify stop process . concode_field_sep File projectDir concode_elem_sep String npmPath concode_elem_sep Process process concode_elem_sep List<INPMProcessListener> listeners concode_elem_sep Thread outThread concode_elem_sep boolean hasError concode_elem_sep Thread errThread concode_field_sep void addProcessListener co...
void function ( ) { synchronized ( listeners ) { for ( INPMProcessListener loc0 : listeners ) { loc0 . onStop ( this ) ; } } }
14,626
returns the size of this sync d l file version diff . concode_field_sep SyncDLFileVersionDiff _syncDLFileVersionDiff concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_e...
long function ( ) { return _syncDLFileVersionDiff . getSize ( ) ; }
14,627
returns the listing details for an in-app product . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep void addSkuDetails con...
SkuDetails function ( String arg0 ) { return mSkuMap . get ( arg0 ) ; }
14,628
the method searches all cells . concode_field_sep Input input concode_elem_sep String FIND_NAME concode_elem_sep String FIND_ID concode_elem_sep String DELETE concode_elem_sep String SHOW concode_elem_sep String EDIT concode_elem_sep String EXIT concode_elem_sep String ADD concode_field_sep void addItem concode_elem_se...
void function ( Tracker arg0 ) { String loc0 = input . ask ( "srini_string" ) ; String loc1 = input . ask ( "srini_string" ) ; String loc2 = input . ask ( "srini_string" ) ; arg0 . add ( new Task ( loc0 , loc1 , Long . parseLong ( loc2 ) ) ) ; arg0 . findAll ( ) ; }
14,629
check if nested scrolling is enabled for this view . this is a delegate method . call it from your android.view.view view subclassmethod / nestedscrollingchild interface method with the same signature to implementthe standard policy . concode_field_sep ViewParent mNestedScrollingParent concode_elem_sep View mView conco...
boolean function ( ) { return mIsNestedScrollingEnabled ; }
14,630
get all the targets of the pointers of type type . concode_field_sep long serialVersionUID concode_elem_sep PointerTarget[] _pointerTargets concode_field_sep POS getPOS concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep PointerTarget[] collectTargets concode_elem_sep Pointer[] getPointers...
PointerTarget [ ] function ( PointerType arg0 ) { return collectTargets ( getPointers ( arg0 ) ) ; }
14,631
retrieves the factory implementation that this factory is using to produce threads . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory setImpl
ThreadFactory function ( ) { return factory ; }
14,632
gets the right securityscan factory , depending on the type concode_field_sep StringToStringMap securityCheckNames concode_elem_sep SecurityScanRegistry instance concode_elem_sep Map<String,SecurityScanFactory> availableSecurityChecks concode_field_sep void addFactory concode_elem_sep String[] getAvailableSecurityScans...
SecurityScanFactory function ( String arg0 ) { for ( String loc0 : availableSecurityChecks . keySet ( ) ) { SecurityScanFactory loc1 = availableSecurityChecks . get ( loc0 ) ; if ( loc1 . getSecurityScanType ( ) . equals ( arg0 ) ) { return loc1 ; } } return null ; }
14,633
this method verifies signinform object . concode_field_sep ValidatorFactory factory concode_elem_sep Logger logger concode_elem_sep String ERROR_CHECK_STATUS concode_elem_sep Validator validator concode_field_sep boolean isOrderValid concode_elem_sep boolean isPreparedProjectValid
boolean function ( SignInForm arg0 ) { Set < ConstraintViolation < SignInForm >> loc0 = validator . validate ( arg0 ) ; return loc0 . size ( ) == 0 ; }
14,634
function version to which the alias points . constraints : length : 1 - 1024 pattern : \ $ latest | 0-9 + concode_field_sep String aliasArn concode_elem_sep String functionVersion concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep CreateAliasResult withFunct...
String function ( ) { return functionVersion ; }
14,635
returns whether this field can be modified . concode_field_sep Iterator<E> delegate concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep MutabilityOracle mutabilityOracle concode_elem_sep MapFieldLite EMPTY_MAP_FIELD concode_field_sep E next concode_elem_sep int calcula...
boolean function ( ) { return isMutable ; }
14,636
controller process the request and redirect to home page . concode_field_sep UrlJDBC urlJDBC concode_field_sep String redirectUrl concode_elem_sep String getHome
String function ( ) { return "srini_string" ; }
14,637
is the source empty not available or not . concode_field_sep String _ID concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep String _TYPE concode_elem_sep String FOUND concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep String _VERSION concode_elem_sep BytesReference source ...
boolean function ( ) { return source == null ; }
14,638
plus equal operation + =-rrb- . concode_field_sep long FULL_MASK concode_elem_sep int MID concode_elem_sep int SIZE concode_elem_sep long LOWER_MASK concode_elem_sep long d0 concode_elem_sep long d1 concode_elem_sep int BITS_PER_LONG concode_elem_sep long UPPER_MASK concode_field_sep long shiftRight concode_elem_sep Lo...
LongLong function ( LongLong arg0 ) { this . d0 += arg0 . d0 ; this . d1 += arg0 . d1 ; return this ; }
14,639
set the threshold level . all log events with lower level than the threshold level are ignored by the appender . in configuration files this option is specified by setting the value of the threshold option to a level string , such as `` debug '' , `` info '' and so on . concode_field_sep Layout layout concode_elem_sep ...
void function ( Priority arg0 ) { this . threshold = arg0 ; }
14,640
getter for property ` description ' . concode_field_sep String summary concode_elem_sep boolean isCurrentScenario concode_elem_sep String wsuId concode_elem_sep String description concode_elem_sep boolean isGeneralPolicy concode_elem_sep List<String> modules concode_elem_sep String category concode_elem_sep String type...
String function ( ) { return description ; }
14,641
whether the type is escape concode_field_sep TokenType type concode_elem_sep String value concode_field_sep boolean isDoubleQuote concode_elem_sep boolean isEol concode_elem_sep boolean isNullValue concode_elem_sep boolean isLogical concode_elem_sep boolean isBinary concode_elem_sep boolean isUnary concode_elem_sep boo...
boolean function ( ) { return type == TokenType . escape ; }
14,642
this will be called in order to create view , if the given view is not null , it will be used directly , otherwise it will check the resourceid concode_field_sep int INVALID concode_field_sep boolean listIsAtTop concode_elem_sep int getStatusBarHeight concode_elem_sep void animateContent concode_elem_sep int getAnimati...
View function ( Context arg0 , int arg1 , View arg2 ) { LayoutInflater loc0 = LayoutInflater . from ( arg0 ) ; if ( arg2 != null ) { return arg2 ; } if ( arg1 != INVALID ) { arg2 = loc0 . inflate ( arg1 , null ) ; } return arg2 ; }
14,643
in order to hide the tuple3 actualvalue , indegree , outdegree vertex value from the user , another function will be called from org.apache.flink.graph.spargel.vertexcentriciteration . this function will retrieve the vertex from the vertexstate and will set its degrees , afterwards calling the regular updatevertex func...
void function ( Vertex < K , VertexWithDegree > arg0 , MessageIterator < Message > arg1 ) { Vertex < K , VV > loc0 = new Vertex < K , VV > ( arg0 . f0 , ( ( Tuple3 < VV , Long , Long > ) arg0 . getValue ( ) ) . f0 ) ; updateVertex ( loc0 , arg1 ) ; }
14,644
returns the value to which the specified key is mapped in this map . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep ...
Object function ( int arg0 ) { Entry loc0 [ ] = table ; int loc1 = arg0 ; int loc2 = ( loc1 & 0x7FFFFFFF ) % loc0 . length ; for ( Entry loc3 = loc0 [ loc2 ] ; loc3 != null ; loc3 = loc3 . next ) { if ( loc3 . loc1 == loc1 ) { return loc3 . value ; } } return null ; }
14,645
maps the 1st component of this tuple to a new value . concode_field_sep T1 _1 concode_elem_sep T2 _2 concode_elem_sep T3 _3 concode_elem_sep long serialVersionUID concode_field_sep Tuple3<T1,T2,U> map3 concode_elem_sep Tuple3<T1,U,T3> map2 concode_elem_sep U apply concode_elem_sep Tuple4<T,T1,T2,T3> prepend concode_ele...
Tuple3 < U , T2 , T3 > function ( Function < ? super T1 , ? extends U > arg0 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; final U loc0 = arg0 . apply ( _1 ) ; return Tuple . of ( loc0 , _2 , _3 ) ; }
14,646
get jar file location with the class concode_field_sep Logger log concode_elem_sep String UTF8 concode_field_sep String getVersion concode_elem_sep void displayMsg concode_elem_sep List<String> getAllJars concode_elem_sep String getClassLoader concode_elem_sep String exeCmd concode_elem_sep void execute concode_elem_se...
String function ( Class < ? > arg0 ) { String loc0 = arg0 . getProtectionDomain ( ) . getCodeSource ( ) . toString ( ) ; log . info ( "srini_string" , loc0 ) ; return loc0 ; }
14,647
removes the first instance of an equip . todo : accessories !! concode_field_sep Array<SkillDefinition> skills concode_elem_sep ObjectMap<String,ItemDescriptor> equipment concode_elem_sep MemberStats stats concode_elem_sep String heroId concode_elem_sep Entity battler concode_field_sep HeroDefinition getDefinition conc...
void function ( ItemDescriptor arg0 ) { for ( String loc0 : equipment . keys ( ) ) { if ( equipment . get ( loc0 ) . equals ( arg0 ) ) { equipment . remove ( loc0 ) ; return ; } } }
14,648
returns true if the queue is empty . concode_field_sep double[] a concode_elem_sep int[] pq concode_elem_sep int d concode_elem_sep int n concode_elem_sep int[] qp concode_field_sep void swap concode_elem_sep void sink concode_elem_sep void lower concode_elem_sep void change concode_elem_sep void insert concode_elem_se...
boolean function ( ) { return n == 0 ; }
14,649
removes all the entries added into resourcemethods . < p > returns a reference to this object so that method calls can be chained together . 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 par...
Resource function ( ) { this . resourceMethods = null ; return this ; }
14,650
prints the card name and multiverseid which should give enough info for debug testing . concode_field_sep String[] colorIdentity concode_elem_sep String artist concode_elem_sep String type concode_elem_sep String[] colors concode_elem_sep int life concode_elem_sep String[] subtypes concode_elem_sep String number concod...
String function ( ) { return "srini_string" + getName ( ) + "srini_string" + getMultiverseid ( ) ; }
14,651
get datetime concode_field_sep DateTime dateTime concode_elem_sep String uuid concode_elem_sep Map<String,Animal> map concode_field_sep MixedPropertiesAndAdditionalPropertiesClass dateTime concode_elem_sep String toIndentedString concode_elem_sep MixedPropertiesAndAdditionalPropertiesClass putMapItem concode_elem_sep v...
DateTime function ( ) { return dateTime ; }
14,652
get the value of execution option - e concode_field_sep String fileName concode_elem_sep String execString concode_elem_sep Map<String,String> vars concode_elem_sep Options options concode_elem_sep String main concode_elem_sep CommandLine commandLine concode_field_sep void printHelp concode_elem_sep boolean hasTraceOpt...
String function ( ) { return execString ; }
14,653
set the value related to the column : clock_out_hour concode_field_sep java.lang.Boolean clockedOut concode_elem_sep String PROP_CLOCK_OUT_HOUR concode_elem_sep com.floreantpos.model.Shift shift concode_elem_sep String PROP_TERMINAL concode_elem_sep com.floreantpos.model.Terminal terminal concode_elem_sep String PROP_C...
void function ( java . lang . Short arg0 ) { this . clockOutHour = arg0 ; }
14,654
gets the descending value for this sortorder . concode_field_sep java.lang.String fieldName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean descending concode_field_sep void setDescending conco...
boolean function ( ) { return descending ; }
14,655
sets the text . concode_field_sep List<FieldError> fieldErrors concode_elem_sep String text concode_elem_sep MessageType type concode_field_sep List<FieldError> getFieldErrors concode_elem_sep MessageType getType concode_elem_sep String getText concode_elem_sep boolean hasFieldErrors concode_elem_sep void addFieldError...
void function ( String arg0 ) { this . text = arg0 ; }
14,656
sets the several . concode_field_sep String string concode_elem_sep Collection several concode_elem_sep String prop concode_elem_sep String id concode_field_sep void setString concode_elem_sep Collection getSeveral concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep void setProp concode_elem_sep ...
void function ( Collection arg0 ) { this . several = arg0 ; }
14,657
get the seconds since 1970-01-01 00:00:00 utc of the given timestamp . see http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_unix-timestamp concode_field_sep String[] FORMAT_REPLACE concode_elem_sep String DATE_TIME_FORMAT concode_field_sep String date concode_elem_sep String fromUnixTime con...
int function ( java . sql . Timestamp arg0 ) { return ( int ) ( arg0 . getTime ( ) / 1000L ) ; }
14,658
adds the contact to the database . also notifies the appropriate model listeners . concode_field_sep ContactLocalService _contactLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep ContactLocalService ...
com . liferay . portal . model . Contact function ( com . liferay . portal . model . Contact arg0 ) { return _contactLocalService . addContact ( arg0 ) ; }
14,659
sets the value . concode_field_sep long serialVersionUID concode_elem_sep boolean value concode_field_sep void setTrue concode_elem_sep Boolean getValue concode_elem_sep boolean isTrue concode_elem_sep Boolean toBoolean concode_elem_sep int hashCode concode_elem_sep void setFalse concode_elem_sep boolean equals concode...
void function ( final boolean arg0 ) { this . value = arg0 ; }
14,660
setter used by resteasy to provide the providers concode_field_sep MediaType TEXT_JAVASCRIPT_MEDIA_TYPE concode_elem_sep MediaType TEXT_JSON_TYPE concode_elem_sep ObjectMapper DEFAULT_MAPPER concode_elem_sep ObjectMapper objectMapper concode_elem_sep String DEFAULT_CALLBACK_QUERY_PARAMETER concode_elem_sep MediaType AP...
void function ( Providers arg0 ) { this . providers = arg0 ; }
14,661
sets the cursor position . concode_field_sep double cursor concode_elem_sep List ticks concode_elem_sep double max concode_field_sep void setMax concode_elem_sep double getCursor concode_elem_sep List getTicks concode_elem_sep void cursorRight concode_elem_sep double getMax concode_elem_sep void cursorDown concode_elem...
void function ( double arg0 ) { this . cursor = arg0 ; }
14,662
adds light to specified rayhandler concode_field_sep boolean soft concode_elem_sep Filter globalFilterA concode_elem_sep float distance concode_elem_sep RayCastCallback ray concode_elem_sep boolean ignoreBody concode_elem_sep RayHandler rayHandler concode_elem_sep int m_index concode_elem_sep boolean xray concode_elem_...
void function ( RayHandler arg0 ) { this . rayHandler = arg0 ; if ( active ) { arg0 . lightList . add ( this ) ; } else { arg0 . disabledLights . add ( this ) ; } }
14,663
current value of the counter . since other threads are updating furiously the value is only approximate , but it includes all counts made by the current thread . requires a pass over the internally striped counters . concode_field_sep long _fuzzy_sum_cache concode_elem_sep int _Lscale concode_elem_sep long[] _t concode...
long function ( ) { return _cat . sum ( 0 ) ; }
14,664
sets the lognode data will be sent to . 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 pri...
void function ( LogNode arg0 ) { mLogNode = arg0 ; }
14,665
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
14,666
set the checksum algorithm . concode_field_sep String checksumCheckResult concode_elem_sep boolean infoFound concode_elem_sep boolean deleted concode_elem_sep boolean toBeProcessed concode_elem_sep Date processEndDate concode_elem_sep DSpaceBitstreamInfo dspaceBitstream concode_elem_sep boolean bitstreamFound concode_e...
void function ( String arg0 ) { dspaceBitstream . setChecksumAlgorithm ( arg0 ) ; }
14,667
returns an javax.transaction.xa.xaresource instance . concode_field_sep ConfigPropertyManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object getConn...
XAResource function ( ) { throw new NotSupportedException ( "srini_string" ) ; }
14,668
returns true if current element is wp : extent and false otherwise . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNum concode_elem_sep boolean isAbstractNumId concode_elem_sep boolean isAbstractNum concode_elem_sep boolean isFldChar concode_elem_sep boolean isBookmarkEnd concode_elem_sep boolea...
boolean function ( String arg0 , String arg1 , String arg2 ) { return ( WP_NS . equals ( arg0 ) && EXTENT_ELT . equals ( arg1 ) ) ; }
14,669
get the underlying hyperplane . concode_field_sep Region<T> remainingRegion concode_elem_sep Hyperplane<S> hyperplane concode_field_sep double getSize concode_elem_sep Side side concode_elem_sep BSPTree<T> recurseTransform concode_elem_sep SplitSubHyperplane<S> split concode_elem_sep AbstractSubHyperplane<S,T> copySelf...
Hyperplane < S > function ( ) { return hyperplane ; }
14,670
transforms the given onofftype into a light state containing the effect value . onofftype #on will result in effect #colorloop . onofftype #off will result in effect #none . concode_field_sep int DIM_STEPSIZE concode_elem_sep String ALERT_MODE_NONE concode_elem_sep double SATURATION_FACTOR concode_elem_sep int COLOR_TE...
StateUpdate function ( OnOffType arg0 ) { StateUpdate loc0 ; if ( OnOffType . ON . equals ( arg0 ) ) { loc0 = new StateUpdate ( ) . setEffect ( Effect . COLORLOOP ) ; } else { loc0 = new StateUpdate ( ) . setEffect ( Effect . NONE ) ; } return loc0 ; }
14,671
test if a field has the provided annotation concode_field_sep ClassPool classPool concode_field_sep void createAnnotation concode_elem_sep void createAnnotation concode_elem_sep CtClass makeClass concode_elem_sep URL find concode_elem_sep boolean isAnon concode_elem_sep boolean isScala concode_elem_sep ClassPool newCla...
boolean function ( CtField arg0 , String arg1 ) { for ( Object loc0 : arg0 . getAvailableAnnotations ( ) ) { Annotation loc1 = ( Annotation ) loc0 ; if ( loc1 . annotationType ( ) . getName ( ) . equals ( arg1 ) ) { return true ; } } return false ; }
14,672
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long feedId concode_elem_sep com.google.api.ads.adwords.axis.v201502.cm.Function matchingFunction concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int...
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 ) ; }
14,673
@hide concode_field_sep int RULE_ALLOW_ALL concode_elem_sep int RULE_REJECT_METERED concode_elem_sep int POLICY_NONE concode_elem_sep int POLICY_REJECT_METERED_BACKGROUND concode_elem_sep INetworkPolicyManager mService concode_elem_sep String EXTRA_NETWORK_TEMPLATE concode_elem_sep boolean ALLOW_PLATFORM_APP_POLICY con...
void function ( PrintWriter arg0 , int arg1 ) { arg0 . write ( "srini_string" ) ; if ( ( arg1 & RULE_REJECT_METERED ) != 0 ) { arg0 . write ( "srini_string" ) ; } arg0 . write ( "srini_string" ) ; }
14,674
sets the user name of this asset link . concode_field_sep AssetLink _assetLink concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode...
void function ( java . lang . String arg0 ) { _assetLink . setUserName ( arg0 ) ; }
14,675
get the name of the jboss remoting jar . concode_field_sep String JAR_NAME concode_elem_sep String VERSION concode_field_sep void main concode_elem_sep String getVersionString
String function ( ) { return JAR_NAME ; }
14,676
returns the name for a pokedex id including known translations . concode_field_sep PlaceHolder placeHolder concode_field_sep int getPokedexFromName concode_elem_sep int getPokedexFromName concode_elem_sep String translateName
String function ( int arg0 , Locale arg1 ) { return PokeDictionary . getDisplayName ( arg0 , arg1 ) ; }
14,677
returns true if the current exit code represents a failure of blaze infrastructure , vs. a build failure . concode_field_sep ExitCode RESERVED concode_elem_sep ExitCode ANALYSIS_FAILURE concode_elem_sep ExitCode BLAZE_INTERNAL_ERROR concode_elem_sep ExitCode NO_TESTS_FOUND concode_elem_sep ExitCode PARSING_FAILURE conc...
boolean function ( ) { return infrastructureFailure ; }
14,678
called when a put request is received . if this method is not implemented by the class that extends this class , onput will always return an obex_http_not_implemented response code . if an abort request is received during the processing of a put request , op will be closed by the implementation . concode_field_sep long...
int function ( Operation arg0 ) { return ResponseCodes . OBEX_HTTP_NOT_IMPLEMENTED ; }
14,679
returns the scalar product of two given vectors concode_field_sep PlaceHolder placeHolder concode_field_sep Point add concode_elem_sep Point add concode_elem_sep Vector crossProduct concode_elem_sep Vector crossProduct concode_elem_sep Vector rotate concode_elem_sep Point sub concode_elem_sep Point sub concode_elem_sep...
double function ( Vector arg0 , Vector arg1 ) { return arg0 . x * arg1 . x + arg0 . y * arg1 . y + arg0 . z * arg1 . z ; }
14,680
if no explicit type name has been specified , the bean name of the typedefinitionbean will be used . concode_field_sep Properties parameters concode_elem_sep String typeName concode_elem_sep String typeClass concode_field_sep void setParameters concode_elem_sep void afterPropertiesSet concode_elem_sep void setTypeName ...
void function ( String arg0 ) { if ( this . typeName == null ) { this . typeName = arg0 ; } }
14,681
get the mean anomaly of the sun . concode_field_sep AbsoluteDate date concode_elem_sep T d concode_elem_sep long serialVersionUID concode_elem_sep T f concode_elem_sep T lPrime concode_elem_sep T l concode_elem_sep T gamma concode_elem_sep T omega concode_elem_sep T tc concode_field_sep T getF concode_elem_sep T getL c...
T function ( ) { return lPrime ; }
14,682
this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep SCInterface getSCInterface concode_elem_sep boolean check_main_regi...
void function ( ) { sCInterface . clearEvents ( ) ; }
14,683
appends given long value as a hex string to this string builder . concode_field_sep StringBuilder impl concode_elem_sep long serialVersionUID concode_field_sep GridStringBuilder appendCodePoint concode_elem_sep StringBuilder impl concode_elem_sep GridStringBuilder a concode_elem_sep GridStringBuilder a concode_elem_sep...
GridStringBuilder function ( long arg0 ) { String loc0 = Long . toHexString ( arg0 ) ; int loc1 = loc0 . length ( ) ; for ( int loc2 = 0 ; loc2 < 16 - loc1 ; loc2 ++ ) a ( '0' ) ; a ( loc0 ) ; return this ; }
14,684
gets the value of the returnval property . concode_field_sep long returnval concode_field_sep void setReturnval
long function ( ) { return returnval ; }
14,685
removes a listener to be notified when a vobject is changed , created , or deleted . concode_field_sep String dateText_ concode_elem_sep DateFormat dateFormat_ concode_elem_sep String generalTabText_ concode_elem_sep ChangeEventSupport changeEventSupport_ concode_elem_sep String messageFileText_ concode_elem_sep String...
void function ( VObjectListener arg0 ) { objectEventSupport_ . removeVObjectListener ( arg0 ) ; }
14,686
adds the node added listener . concode_field_sep List<NodeAddedListener> nodeAddedListener concode_field_sep void setNodeAddedListener concode_elem_sep void fireNodeAddedEvent concode_elem_sep List<NodeAddedListener> getNodeAddedListener
void function ( NodeAddedListener arg0 ) { nodeAddedListener . add ( arg0 ) ; }
14,687
gets the creation date . concode_field_sep long lastModifiedDate concode_elem_sep boolean isAntiItem concode_elem_sep long creationDate concode_elem_sep int windowsAttributes concode_elem_sep boolean hasWindowsAttributes concode_elem_sep boolean hasCreationDate concode_elem_sep long compressedSize concode_elem_sep bool...
Date function ( ) { if ( hasCreationDate ) { return ntfsTimeToJavaTime ( creationDate ) ; } throw new UnsupportedOperationException ( "srini_string" ) ; }
14,688
extracts the content-type of this result value . concode_field_sep Session session concode_elem_sep ResponseHeader header concode_elem_sep HttpEntity body concode_elem_sep List<Cookie> cookies concode_elem_sep Flash flash concode_field_sep Map<String,String> headers concode_elem_sep Optional<String> charset concode_ele...
Optional < String > function ( ) { return body . contentType ( ) . map ( h -> { if ( h . contains ( "srini_string" ) ) { return h . substring ( 0 , h . indexOf ( "srini_string" ) ) . trim ( ) ; } else { return h . trim ( ) ; } } ) ; }
14,689
standard euclidian distance method returns the integer distance between two points concode_field_sep ArrayList<Piece> piecesList concode_elem_sep Random rN concode_elem_sep ArrayList<Square> towersList concode_field_sep void setTowersList concode_elem_sep int SelectNextAction concode_elem_sep Square getNextSquare conco...
int function ( Square arg0 , Square arg1 ) { int loc0 = Math . abs ( arg1 . getID ( ) [ 0 ] - arg0 . getID ( ) [ 0 ] ) ; int loc1 = Math . abs ( arg1 . getID ( ) [ 1 ] - arg0 . getID ( ) [ 1 ] ) ; int loc2 = Math . loc2 ( loc0 , loc1 ) ; int loc3 = Math . loc3 ( loc0 , loc1 ) ; int loc4 = loc2 ; int loc5 = loc3 - loc2 ...
14,690
the primary cluster id which will be applied immediately if -- apply-immediately was specified , or during the next maintenance window . returns a reference to this object so that method calls can be chained together . concode_field_sep String primaryClusterId concode_elem_sep String automaticFailoverStatus concode_fie...
ReplicationGroupPendingModifiedValues function ( String arg0 ) { this . primaryClusterId = arg0 ; return this ; }
14,691
gets the list of arguments concode_field_sep FunctionCallKind mFunctionCallKind concode_elem_sep List<QueryNode> mArguments concode_field_sep void addArgument concode_elem_sep QueryNode deepClone concode_elem_sep QueryNodeKind getKind concode_elem_sep FunctionCallKind getFunctionCallKind concode_elem_sep T accept
List < QueryNode > function ( ) { return this . mArguments ; }
14,692
enable forwarding to the `` default '' servlet . when this method is used the defaultservlethttprequesthandler will try to auto-detect the `` default '' servlet name . alternatively , you can specify the name of the default servlet via #enable string . concode_field_sep DefaultServletHttpRequestHandler handler concode_...
void function ( ) { enable ( null ) ; }
14,693
get custom deserializer concode_field_sep java.lang.Long labelId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201403.FrequencyCap frequencyCap concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void set...
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 ) ; }
14,694
return whether null values are allowed in this cache . concode_field_sep boolean allowNullValues concode_field_sep Object lookup concode_elem_sep Object fromStoreValue concode_elem_sep Cache.ValueWrapper toValueWrapper concode_elem_sep ValueWrapper get concode_elem_sep T get concode_elem_sep Object toStoreValue
boolean function ( ) { return this . allowNullValues ; }
14,695
gets the reviewissue instance . concode_field_sep int DELETE concode_elem_sep String STATUS concode_elem_sep int ADD concode_elem_sep String TYPE concode_elem_sep int eventType concode_elem_sep Map<String,String[]> categoryToItems concode_elem_sep int MERGE concode_elem_sep int CLEAR concode_elem_sep ReviewIssue review...
ReviewIssue function ( ) { return this . reviewIssue ; }
14,696
returns a query from the given parameters . concode_field_sep Query EMPTY concode_field_sep List<String> getAll concode_elem_sep Optional<String> get concode_elem_sep Map<String,String> toMap concode_elem_sep String getOrElse concode_elem_sep List<Pair<String,String>> toList concode_elem_sep Map<String,List<String>> to...
Query function ( Map < String , String > arg0 ) { return new JavaQuery ( UriJavaAccessor . queryApply ( arg0 ) ) ; }
14,697
sets the value of the auth property . concode_field_sep GuestAuthentication auth concode_elem_sep GuestRegValueNameSpec valueName concode_elem_sep ManagedObjectReference vm concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep GuestRegValueNameSpec getValueName concode_elem_sep v...
void function ( GuestAuthentication arg0 ) { this . auth = arg0 ; }
14,698
get the iproject containing the given statechart concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean projectExists concode_elem_sep Featur...
IProject function ( Statechart arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; }
14,699
called at application stop and before each reloading time to shutdown stateful things . concode_field_sep int index concode_field_sep void beforeActionInvocation concode_elem_sep void onInvocationException concode_elem_sep boolean detectClassesChange concode_elem_sep int compareTo concode_elem_sep String getStatus conc...
void function ( ) { }