idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
4,000
saves the current enable/disable state of the given control and its descendents in the returned object ; the controls are all disabled . concode_field_sep Control item concode_elem_sep boolean state concode_elem_sep List exceptions concode_elem_sep List states concode_field_sep void restore concode_elem_sep void restor...
ControlEnableState function ( Control arg0 ) { return new ControlEnableState ( arg0 ) ; }
4,001
goes unused in v0 .7 concode_field_sep ContactManager contactManager concode_elem_sep Player player concode_field_sep ContactManager createInstance concode_elem_sep void endContact concode_elem_sep void postSolve concode_elem_sep void deleteInstance concode_elem_sep void beginContact
void function ( Contact arg0 , Manifold arg1 ) { }
4,002
reverses all bits in the array . concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void set concode_elem_sep void toBytes concode_elem_sep void clear concode_elem_sep boolean isRange concode_elem_sep int getSize concode_elem_sep void appendBit concode_elem_sep int getSizeInBytes concode_elem_sep ...
void function ( ) { int [ ] loc0 = new int [ bits . length ] ; int loc1 = this . size ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { if ( get ( loc1 - loc2 - 1 ) ) { loc0 [ loc2 >> 5 ] |= 1 << ( loc2 & 0x1F ) ; } } bits = loc0 ; }
4,003
init will be called just once , immediately after creation . the args are user-level initialization parameters that may be specified when declaring an indexreaderfactory in solrconfig.xml concode_field_sep PlaceHolder placeHolder concode_field_sep DirectoryReader newReader concode_elem_sep DirectoryReader newReader
void function ( NamedList arg0 ) { Object loc0 = arg0 . get ( "srini_string" ) ; if ( loc0 != null ) { throw new IllegalArgumentException ( "srini_string" ) ; } }
4,004
gets the height value for this size . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep int width concode_elem_sep boolean __hashCodeCalc concode_elem_sep long id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int height concode_field_sep org.apache.axis.description.TypeD...
int function ( ) { return height ; }
4,005
send a #info log message and log the exception . concode_field_sep boolean isLog concode_elem_sep String TAG concode_field_sep void setLog concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void e concode_elem_sep void e concode_elem_sep void e concode_elem_sep void e concode_elem_...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( isLog ) { Log . i ( arg0 , arg1 , arg2 ) ; } }
4,006
return the value of the branchexpandedicon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper con...
String function ( ) { return branchExpandedIcon ; }
4,007
compares two java.nio.bytebuffer s and checks whether the first bytebuffer is smaller than or equal to the second . concode_field_sep int longSize concode_elem_sep int intSize concode_field_sep boolean isSmallerThan concode_elem_sep boolean isSmallerThan concode_elem_sep int compare concode_elem_sep int compare concode...
boolean function ( ByteBuffer arg0 , ByteBuffer arg1 ) { return compare ( arg0 , arg1 ) <= 0 ; }
4,008
sets version of control data block concode_field_sep long unknown_18 concode_elem_sep long windowSize concode_elem_sep long size concode_elem_sep long windowsPerReset concode_elem_sep byte[] signature concode_elem_sep long resetInterval concode_elem_sep int currentPlace concode_elem_sep long serialVersionUID concode_el...
void function ( long arg0 ) { this . version = arg0 ; }
4,009
the number of times that a thread of control was able to obtain a hash bucket lock without waiting . concode_field_sep int st_ro_evict concode_elem_sep int st_alloc_buckets concode_elem_sep int st_cache_miss concode_elem_sep int st_page_dirty concode_elem_sep int st_page_trickle concode_elem_sep int st_pages concode_el...
int function ( ) { return st_hash_nowait ; }
4,010
returns if the ui is enabled or not.the ui , including task , subtask or toggle button , is identified by the exclusive id . concode_field_sep IUIServiceProvider uiProvider concode_elem_sep Object extendedItem concode_elem_sep IActionEvaluator actionEvaluator concode_elem_sep Chart chartModel concode_elem_sep IResource...
boolean function ( String arg0 ) { if ( mSheetEnabled != null && mSheetEnabled . containsKey ( arg0 ) ) { return mSheetEnabled . get ( arg0 ) ; } return true ; }
4,011
writes a two-byte value short to an output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep int writeUIntToStream concode_elem_sep void writeUShortToStream
int function ( final OutputStream arg0 , final short arg1 ) { LittleEndian . putShort ( arg0 , arg1 ) ; return LittleEndian . SHORT_SIZE ; }
4,012
creates an instance of heapbytebufferallocator to be usedby http connections for allocating java.nio.bytebuffer objects . this method can be overridden in a super class in order to provide a different implementation of the bytebufferallocator interface . concode_field_sep SSLIOSessionHandler sslHandler concode_elem_sep...
ByteBufferAllocator function ( ) { return new HeapByteBufferAllocator ( ) ; }
4,013
returns the name of the vendor or organization that provides this implementation of the package , or null if this is unknown . theformat of this string is unspecified . concode_field_sep String implTitle concode_elem_sep Annotation[] NO_ANNOTATIONS concode_elem_sep String specVersion concode_elem_sep String specVendor ...
String function ( ) { return implVendor ; }
4,014
return the encoded value . this implementation always returns null . concode_field_sep String OID concode_elem_sep long serialVersionUID concode_field_sep String getID concode_elem_sep ExtendedResponse createExtendedResponse
byte [ ] function ( ) { return null ; }
4,015
get experience needed to earn the next level for a given query . concode_field_sep DataContainer experience concode_elem_sep DataContainer levels concode_elem_sep Player player concode_field_sep int getLevel concode_elem_sep Player getPlayer concode_elem_sep void addExperience concode_elem_sep int levelXp concode_elem_...
int function ( DataQuery arg0 ) { return levelXp ( getLevel ( arg0 ) ) - getCurrentExperience ( arg0 ) ; }
4,016
gets the value of this object . concode_field_sep Text fqn concode_elem_sep Text[] domain concode_elem_sep int port concode_elem_sep Text domainName concode_elem_sep Text[] notifiedEntity concode_elem_sep Text hostName concode_elem_sep Text portNumber concode_elem_sep Text localName concode_field_sep int getPort concod...
Text function ( ) { return fqn ; }
4,017
creates a new instance with this mime type and the given charset . concode_field_sep ContentType TEXT_HTML concode_elem_sep Charset charset concode_elem_sep ContentType MULTIPART_FORM_DATA concode_elem_sep ContentType APPLICATION_FORM_URLENCODED concode_elem_sep ContentType APPLICATION_XML concode_elem_sep ContentType ...
ContentType function ( final Charset arg0 ) { return create ( this . getMimeType ( ) , arg0 ) ; }
4,018
set the port when process is started ; concode_field_sep File projectDir concode_elem_sep List<INodejsProcessListener> listeners concode_elem_sep File nodejsBaseDir concode_elem_sep Integer port concode_elem_sep long elapsedSartTime concode_elem_sep boolean hasError concode_elem_sep INodejsLaunchConfiguration launchCon...
void function ( Integer arg0 ) { this . port = arg0 ; }
4,019
set the value related to the column : modifier_name concode_field_sep String REF concode_elem_sep java.lang.Boolean printedToKitchen concode_elem_sep com.floreantpos.model.TicketItemModifierGroup parent concode_elem_sep java.lang.Integer groupId concode_elem_sep String PROP_EXTRA_UNIT_PRICE concode_elem_sep String PROP...
void function ( java . lang . String arg0 ) { this . name = arg0 ; }
4,020
this is used to perform the drain of the pending buffer queue . this will drain each pending queue if the socket is write ready . if the socket is not write ready the operation is enqueued for selection and this returns . this ensures that all the data will eventually be delivered . concode_field_sep Trace trace concod...
void function ( ) { try { writer . execute ( ) ; } catch ( Exception loc0 ) { trace . trace ( ERROR , loc0 ) ; cancel ( ) ; } }
4,021
add a tuplesinknode to the list . if the linkedlist is empty then the first and last nodes are set to the added node . concode_field_sep int size concode_elem_sep long serialVersionUID concode_elem_sep LeftTupleSinkNode lastNode concode_elem_sep LeftTupleSinkNode firstNode concode_field_sep void writeExternal concode_e...
void function ( final LeftTupleSinkNode arg0 ) { if ( this . firstNode == null ) { this . firstNode = arg0 ; this . lastNode = arg0 ; ; } else { this . lastNode . setNextLeftTupleSinkNode ( arg0 ) ; arg0 . setPreviousLeftTupleSinkNode ( this . lastNode ) ; this . lastNode = arg0 ; } this . size ++ ; }
4,022
warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
4,023
unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void closeReader concode_elem_sep void setValue concode_elem_sep boolean hasNext co...
long function ( ) { throw new UnsupportedOperationException ( ) ; }
4,024
helper method for overscrolling that encapsulates all of the necessary function . this version of the call is used for views that need to specify a scroll range but scroll back to it 's edge correctly . concode_field_sep String LOG_TAG concode_elem_sep float DEFAULT_OVERSCROLL_SCALE concode_field_sep boolean isAndroidO...
void function ( final PullToRefreshBase < ? > arg0 , final int arg1 , final int arg2 , final int arg3 , final int arg4 , final int arg5 , final boolean arg6 ) { overScrollBy ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , 0 , DEFAULT_OVERSCROLL_SCALE , arg6 ) ; }
4,025
dmxservice loaded via ds . concode_field_sep DmxService service concode_field_sep String getHelp concode_elem_sep void unsetDmxService concode_elem_sep Object _dmx
void function ( DmxService arg0 ) { this . service = arg0 ; }
4,026
returns true iff nodes have been changed added or removed from the cluster since the last cluster state . concode_field_sep DiscoveryNodes.Delta nodesDelta concode_elem_sep String source concode_elem_sep ClusterState state concode_elem_sep ClusterState previousState concode_field_sep boolean metaDataChanged concode_ele...
boolean function ( ) { return nodesRemoved ( ) || nodesAdded ( ) ; }
4,027
whether it is locally accessible or not concode_field_sep Object r concode_elem_sep ResourceId resourceId concode_elem_sep String className concode_elem_sep boolean serializable concode_field_sep Object deserializeObject concode_elem_sep ResourceId getResourceId concode_elem_sep Object get concode_elem_sep boolean isRe...
boolean function ( ) { return true ; }
4,028
sets the value of the reminder property . concode_field_sep Reminder reminder concode_field_sep Reminder getReminder
void function ( Reminder arg0 ) { this . reminder = arg0 ; }
4,029
clears a specified bit in mod . concode_field_sep int PROTECTED concode_elem_sep int PRIVATE concode_elem_sep int NATIVE concode_elem_sep int ANNOTATION concode_elem_sep int ENUM concode_elem_sep int INTERFACE concode_elem_sep int FINAL concode_elem_sep int VOLATILE concode_elem_sep int STRICT concode_elem_sep int PUBL...
int function ( int arg0 , int arg1 ) { return arg0 & ~ arg1 ; }
4,030
this method calculates the closest centroid for a given data point concode_field_sep DataPoint[] allCentroids concode_elem_sep Logger LOG concode_elem_sep DataPoint[] allDataPoints concode_elem_sep Cluster[] allClusters concode_elem_sep int k concode_field_sep void cluster concode_elem_sep void init concode_elem_sep vo...
int function ( DataPoint [ ] arg0 , DataPoint arg1 ) { double loc0 = Double . POSITIVE_INFINITY ; int loc1 = - 1 ; for ( int loc2 = 0 , loc3 = arg0 . length ; loc2 < loc3 ; loc2 ++ ) { double loc4 = distance ( arg0 [ loc2 ] , arg1 ) ; if ( loc4 < loc0 ) { loc0 = loc4 ; loc1 = loc2 ; } } return loc1 ; }
4,031
returns whether the geolocation snackbar has been shown before . concode_field_sep int SNACKBAR_DURATION_MS concode_elem_sep Boolean sGeolocationSnackbarShown concode_elem_sep String GEOLOCATION_SNACKBAR_SHOWN_PREF concode_elem_sep int ACCESSIBILITY_SNACKBAR_DURATION_MS concode_field_sep void onAction concode_elem_sep ...
boolean function ( Context arg0 ) { if ( sGeolocationSnackbarShown == null ) { sGeolocationSnackbarShown = ContextUtils . getAppSharedPreferences ( ) . getBoolean ( GEOLOCATION_SNACKBAR_SHOWN_PREF , false ) ; } return sGeolocationSnackbarShown ; }
4,032
gets the table name , removes column concode_field_sep boolean valid concode_field_sep String getKeyByValue concode_elem_sep String validateColumn concode_elem_sep String colname concode_elem_sep boolean isValidColumn concode_elem_sep String validateColumnAs concode_elem_sep String validateTable
String function ( String arg0 ) { if ( arg0 . indexOf ( '.' ) > 0 ) return arg0 . substring ( 0 , arg0 . indexOf ( '.' ) ) ; return "srini_string" ; }
4,033
returns true if the reconnection mechanism is enabled . concode_field_sep Logger LOGGER concode_elem_sep WeakReference<AbstractXMPPConnection> weakRefConnection concode_elem_sep ReconnectionPolicy defaultReconnectionPolicy concode_elem_sep Thread reconnectionThread concode_elem_sep int defaultFixedDelay concode_elem_se...
boolean function ( XMPPConnection connection ) { return ! done && ! connection . isConnected ( ) && isAutomaticReconnectEnabled ( ) ; }
4,034
loads the texture specified using the filehandle and sets it to specified side , overwriting any previous data set tothat side . note that you need to reload through cubemap #load cubemapdata any cubemap using this data for the changeto be taken in account . concode_field_sep TextureData[] data concode_field_sep Textur...
void function ( CubemapSide arg0 , FileHandle arg1 ) { data [ arg0 . index ] = TextureData . Factory . loadFromFile ( arg1 , false ) ; }
4,035
stops dispatching events using this eventqueue . any pending events are transferred to the previous eventqueue . concode_field_sep EventQueueCore core concode_elem_sep EventQueueCoreAtomicReference coreRef concode_field_sep AWTEvent getNextEventNoWait concode_elem_sep void set concode_elem_sep AWTEvent getCurrentEventI...
void function ( ) { getCore ( ) . pop ( ) ; }
4,036
gets the number of detected errors . concode_field_sep List<TestFailure> fErrors concode_elem_sep List<TestFailure> fFailures concode_elem_sep List<TestListener> fListeners concode_elem_sep boolean fStop concode_elem_sep int fRunTests concode_field_sep void addError concode_elem_sep void startTest concode_elem_sep Enum...
int function ( ) { return fErrors . size ( ) ; }
4,037
computes the matrix corresponding to the current transformation and applies it to the specified canvas . concode_field_sep long native_instance concode_elem_sep Matrix mMatrix concode_field_sep void rotate concode_elem_sep void restore concode_elem_sep void nativeGetMatrix concode_elem_sep void save concode_elem_sep vo...
void function ( Canvas arg0 ) { if ( arg0 . isHardwareAccelerated ( ) ) { if ( mMatrix == null ) mMatrix = new Matrix ( ) ; getMatrix ( mMatrix ) ; arg0 . concat ( mMatrix ) ; } else { nativeApplyToCanvas ( arg0 . mNativeCanvas ) ; } }
4,038
method to return a singleton instance of this class concode_field_sep String DEFAULT_COLOR concode_elem_sep Vector colorList concode_elem_sep boolean stamp concode_elem_sep String[] ALL_COLORS concode_elem_sep Log log concode_elem_sep ChatState singleton concode_elem_sep Random generator concode_elem_sep Vector userLis...
ChatState function ( ) { if ( singleton == null ) { singleton = new ChatState ( ) ; } return ( singleton ) ; }
4,039
sets the usercomp id of this user competence . concode_field_sep UserCompetence _userCompetence concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setCourseId concode_elem_sep UserCompetence getWrappedUserCompetence concode_elem_sep boolean isCachedModel conc...
void function ( long arg0 ) { _userCompetence . setUsercompId ( arg0 ) ; }
4,040
set the timestamp value . concode_field_sep AutoScaleRunError error concode_elem_sep String results concode_elem_sep DateTime timestamp concode_field_sep AutoScaleRun withError concode_elem_sep AutoScaleRunError error concode_elem_sep String results concode_elem_sep AutoScaleRun withResults concode_elem_sep DateTime ti...
AutoScaleRun function ( DateTime arg0 ) { this . timestamp = arg0 ; return this ; }
4,041
when istruncated is true , this element is present and contains the value to use for the marker parameter in a subsequent pagination request . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<Policy> policies concode_field_sep Boolean isTruncat...
void function ( String arg0 ) { this . marker = arg0 ; }
4,042
provider injectable loggers based around java util logging . concode_field_sep EntityManager em concode_field_sep placeholderType placeHolder
Logger function ( InjectionPoint arg0 ) { return Logger . getLogger ( arg0 . getMember ( ) . getDeclaringClass ( ) . getName ( ) ) ; }
4,043
deletes the j i r a change item with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep JIRAChangeItemLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionab...
com . liferay . socialcoding . model . JIRAChangeItem function ( long arg0 ) { return getService ( ) . deleteJIRAChangeItem ( arg0 ) ; }
4,044
delete a value from the table o 1 average , o n worst case concode_field_sep MyType data concode_elem_sep int numEntries concode_elem_sep boolean occupied concode_elem_sep Cell[] table concode_elem_sep int capacity concode_elem_sep PROBING_TYPE probingType concode_field_sep int insert concode_elem_sep double getLoadFac...
boolean function ( MyType arg0 ) { int loc0 = find ( arg0 ) ; if ( loc0 == - 1 ) return false ; table [ loc0 ] . occupied = false ; table [ loc0 ] . data = null ; numEntries -- ; return true ; }
4,045
returns the optimal part size , in bytes , for each individual part upload in a multipart upload . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isUploadParallelizable concode_elem_sep boolean shouldUseMultipartUpload concode_elem_sep File getRequestFile concode_elem_sep long getContentLength conc...
long function ( PutObjectRequest arg0 , TransferManagerConfiguration arg1 ) { double loc0 = TransferManagerUtils . getContentLength ( arg0 ) ; double loc1 = ( double ) loc0 / ( double ) MAXIMUM_UPLOAD_PARTS ; loc1 = Math . ceil ( loc1 ) ; return ( long ) Math . max ( loc1 , arg1 . getMinimumUploadPartSize ( ) ) ; }
4,046
returns an empty unknownfieldsetlite.builder . for use by generated code only . concode_field_sep boolean isMutable concode_elem_sep UnknownFieldSetLite set concode_elem_sep Object[] objects concode_elem_sep int count concode_elem_sep int memoizedSerializedSize concode_elem_sep UnknownFieldSetLite DEFAULT_INSTANCE conc...
Builder function ( ) { return new Builder ( ) ; }
4,047
returns the minor http version that should be used for future requests on this connection . either 0 for http/1 .0 , or 1 for http/1 .1 . the default value is 1 for new connections . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs...
int function ( ) { return httpMinorVersion ; }
4,048
gets the address for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_field_sep void setLastName concode_elem_sep int getStudentId concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_sep...
String function ( ) { return address ; }
4,049
rename the file with oldname to newname . if a file with newname already exists , it is deleted before the renaming operation proceeds . if a file with oldname does not exist , no file will exist after the operation . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_s...
boolean function ( String arg0 , String arg1 ) { boolean loc0 = delete ( arg1 ) ; if ( exists ( arg0 ) ) { File loc1 = new File ( arg0 ) ; return loc1 . renameTo ( new File ( arg1 ) ) ; } return loc0 ; }
4,050
replaces the automaticly generated instance with one of the defined stylekey instances or creates a new stylekey . concode_field_sep int identifier concode_elem_sep boolean inheritable concode_elem_sep HashMap definedKeys concode_elem_sep Class valueType concode_elem_sep String name concode_elem_sep boolean locked conc...
Object function ( ) { synchronized ( StyleKey . class ) { final StyleKey loc0 = StyleKey . getStyleKey ( name ) ; if ( loc0 != null ) { return loc0 ; } return StyleKey . getStyleKey ( name , valueType , trans , inheritable ) ; } }
4,051
finds and returns the skew angle , doing first a sweep through a set of equal angles , and then doing a binary search until convergence . notes : in computing the differential line sum variance score , we sum the result over scanlines , but we always skip : at least one scanline not more than 10 % of the image height n...
float function ( Pix arg0 , float arg1 , float arg2 , int arg3 , int arg4 , float arg5 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; return nativeFindSkew ( arg0 . mNativePix , arg1 , arg2 , arg3 , arg4 , arg5 ) ; }
4,052
this method is used to update the provided rules configuration . concode_field_sep String L_UID concode_elem_sep ServiceRegistration providerReg concode_elem_sep Collection<ProviderChangeListener<Rule>> listeners concode_elem_sep String CONFIG_EXPECTED_RESULT concode_elem_sep String AC_UID concode_elem_sep Map<String,R...
void function ( String arg0 , String arg1 , Configuration arg2 ) { Rule loc0 = rules . get ( arg0 ) ; Rule loc1 = new Rule ( arg0 ) ; loc1 . setTemplateUID ( arg1 ) ; loc1 . setConfiguration ( arg2 ) ; rules . put ( arg0 , loc1 ) ; for ( ProviderChangeListener < Rule > loc2 : listeners ) { loc2 . updated ( this , loc0 ...
4,053
internal : in event abc : integer in event event1 operation foo operation myopp1 : integer var myint : integer var mybool : boolean var myreal : real var mystring : string concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Scope interfaceScop...
Scope function ( ) { return createInternalScope ( "srini_string" ) ; }
4,054
sets the homematic valueitem . concode_field_sep Object newValue concode_elem_sep Item item concode_elem_sep HomematicBindingConfig bindingConfig concode_elem_sep HmValueItem hmValueItem concode_elem_sep Type type concode_field_sep HomematicBindingConfig getBindingConfig concode_elem_sep double getDelay concode_elem_se...
void function ( HmValueItem arg0 ) { this . hmValueItem = arg0 ; }
4,055
gets the value of the paymentdate property . concode_field_sep BigDecimal amount concode_elem_sep XMLGregorianCalendar dueDate concode_elem_sep long serialVersionUID concode_elem_sep String eventType concode_elem_sep XMLGregorianCalendar paymentDate concode_field_sep void setPaymentDate concode_elem_sep void setEventTy...
XMLGregorianCalendar function ( ) { return paymentDate ; }
4,056
returns the string values for the given key . if the value is a string then it is split using a comma concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNullOrEmpty concode_elem_sep LinkedHashMap<String,String> parseMap concode_elem_sep String valueAsString concode_elem_sep void setStringValues conco...
String [ ] function ( Map arg0 , String arg1 ) { Object loc0 = arg0 . get ( arg1 ) ; if ( loc0 instanceof String [ ] ) { return ( String [ ] ) loc0 ; } else if ( loc0 instanceof String ) { String loc1 = ( String ) loc0 ; return loc1 . split ( "srini_string" ) ; } return null ; }
4,057
returns an empty immutable table . concode_field_sep List<Cell<R,C,V>> cells concode_elem_sep Comparator<? super R> rowComparator concode_elem_sep Comparator<? super C> columnComparator concode_field_sep ImmutableSet<Cell<R,C,V>> cellSet concode_elem_sep Cell<R,C,V> cellOf concode_elem_sep ImmutableMap<R,V> column conc...
ImmutableTable < R , C , V > function ( ) { return ( ImmutableTable < R , C , V > ) EmptyImmutableTable . INSTANCE ; }
4,058
blocks until the lock has been acquired . masks interrupts ; if an interrupt was received on entry or while waiting for the lock acquisition , it wo n't cause the call to return . however , the thread 's status will be set to interrupted when the call returns . concode_field_sep JChannel ch concode_elem_sep String name...
void function ( ) { ch . down ( new Event ( Event . LOCK , new LockInfo ( name , false , false , false , 0 , TimeUnit . MILLISECONDS ) ) ) ; holder . set ( Thread . currentThread ( ) ) ; }
4,059
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String code concode_elem_sep String message concode_field_sep CancelSpotFleetRequestsError withCode concode_elem_sep CancelSpotFleetRequestsError withCode concode_elem_sep int hashCode concode_elem_sep void setCode con...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCode ( ) != null ) loc0 . append ( "srini_string" + getCode ( ) + "srini_string" ) ; if ( getMessage ( ) != null ) loc0 . append ( "srini_string" + getMessage ( ) ) ; loc0 . append ( "srini_string" ) ; return l...
4,060
performs a dynamic query on the database and returns an ordered 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...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _kaleoNotificationLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
4,061
get locks that are waiting to be aquired by non existent fate transactions . these are table or namespace locks . concode_field_sep Map<String,List<String>> danglingHeldLocks concode_elem_sep String debug concode_elem_sep String top concode_elem_sep Logger log concode_elem_sep boolean exitOnError concode_elem_sep Map<S...
Map < String , List < String >> function ( ) { return danglingWaitingLocks ; }
4,062
expects wire to be set for all cases , and compares the decoder 's output to expected headers . concode_field_sep Buffer bytesIn concode_elem_sep Hpack.Reader hpackReader concode_elem_sep Story story concode_field_sep Collection<Story[]> createStories concode_elem_sep void assertSetEquals concode_elem_sep Story getStor...
void function ( ) { testDecoder ( story ) ; }
4,063
tell if the pattern for this association is a wildcard . concode_field_sep String m_targetString concode_elem_sep TemplateSubPatternAssociation m_next concode_elem_sep long serialVersionUID concode_elem_sep String m_pattern concode_elem_sep ElemTemplate m_template concode_elem_sep StepPattern m_stepPattern concode_elem...
boolean function ( ) { return m_wild ; }
4,064
a single preview frame will be returned to the handler supplied . the data will arrive as byte in the message.obj field , with width and height encoded as message.arg1 and message.arg2 , respectively . concode_field_sep String TAG concode_elem_sep int requestedFramingRectHeight concode_elem_sep AutoFocusManager autoFoc...
void function ( Handler arg0 , int arg1 ) { Camera loc0 = camera ; if ( loc0 != null && previewing ) { previewCallback . setHandler ( arg0 , arg1 ) ; loc0 . setOneShotPreviewCallback ( previewCallback ) ; } }
4,065
return a printable representation of the policyinformation . concode_field_sep String QUALIFIERS concode_elem_sep CertificatePolicyId policyIdentifier concode_elem_sep String NAME concode_elem_sep String ID concode_elem_sep Set<PolicyQualifierInfo> policyQualifiers concode_field_sep CertificatePolicyId getPolicyIdentif...
String function ( ) { StringBuilder loc0 = new StringBuilder ( "srini_string" + policyIdentifier . toString ( ) ) ; loc0 . append ( policyQualifiers + "srini_string" ) ; return loc0 . toString ( ) ; }
4,066
sets the source identifier concode_field_sep int source concode_field_sep int getSource
void function ( int arg0 ) { this . source = arg0 ; }
4,067
makes sure that the search index includes job names . concode_field_sep JenkinsRule j concode_field_sep void deleteHudsonComputer concode_elem_sep void globalConfigRoundtrip concode_elem_sep void breadcrumb concode_elem_sep void legacyDescriptorLookup concode_elem_sep void simpleConfigSubmit concode_elem_sep void asser...
void function ( ) { FreeStyleProject loc0 = j . createFreeStyleProject ( ) ; Page loc1 = j . search ( loc0 . getName ( ) ) ; URL loc2 = loc1 . getUrl ( ) ; System . out . println ( loc2 ) ; assertTrue ( loc2 . getPath ( ) . endsWith ( "srini_string" + loc0 . getName ( ) + "srini_string" ) ) ; }
4,068
returns the osgi service identifier . concode_field_sep PasswordTrackerLocalService _passwordTrackerLocalService concode_field_sep void trackPassword concode_elem_sep void setWrappedService concode_elem_sep boolean isValidPassword concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDy...
java . lang . String function ( ) { return _passwordTrackerLocalService . getOSGiServiceIdentifier ( ) ; }
4,069
evaluates the predicate returning true if any predicate returns true . concode_field_sep Predicate[] iPredicates concode_elem_sep long serialVersionUID concode_field_sep Predicate getInstance concode_elem_sep Predicate getInstance concode_elem_sep Predicate[] getPredicates
boolean function ( Object arg0 ) { for ( int loc0 = 0 ; loc0 < iPredicates . length ; loc0 ++ ) { if ( iPredicates [ loc0 ] . evaluate ( arg0 ) ) { return true ; } } return false ; }
4,070
return the path found . concode_field_sep GraphPath<V,E> path concode_field_sep double getPathLength concode_elem_sep List<E> findPathBetween concode_elem_sep List<E> getPathEdgeList concode_elem_sep void createEdgeList
GraphPath < V , E > function ( ) { return path ; }
4,071
start reconciling positions . 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 ...
void function ( ) { presenter . addAllPositions ( removedPositions ) ; removedPositionCount = removedPositions . size ( ) ; }
4,072
return the number of buttons in this button group . concode_field_sep long serialVersionUID concode_elem_sep Vector<AbstractButton> buttons concode_elem_sep ButtonModel sel concode_field_sep void add concode_elem_sep ButtonModel getSelection concode_elem_sep void setSelected concode_elem_sep Enumeration<AbstractButton>...
int function ( ) { return buttons . size ( ) ; }
4,073
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String eTag concode_elem_sep Distribution distribution concode_field_sep Distribution getDistribution concode_elem_sep UpdateDistributionResult withDistribution concode_elem_sep void setDistribution concode_elem_sep St...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( distribution != null ) loc0 . append ( "srini_string" + distribution + "srini_string" ) ; if ( eTag != null ) loc0 . append ( "srini_string" + eTag + "srini_string" ) ; loc0 . append ( "srini_string" ) ; return lo...
4,074
each method marked with @benchmark becomes a separate benchmark with its own warm ups , measurements , forks , threads , and states . the static methods could be inlined -- the extra method call in the first two would likely be inlined by the jit near instantly anyway . however , this was easier to test and organize at...
int function ( ) { inty += 1 ; return Integer . reverse ( inty ) ; }
4,075
indicates whether this package is sealed . concode_field_sep String implTitle concode_elem_sep Annotation[] NO_ANNOTATIONS concode_elem_sep String specVersion concode_elem_sep String specVendor concode_elem_sep String implVendor concode_elem_sep String implVersion concode_elem_sep String name concode_elem_sep String sp...
boolean function ( ) { return sealBase != null ; }
4,076
value_long 0x06 size - 1 0 ... 7 ubyte size signed eight-byte integer value , sign-extended concode_field_sep DexAnnotation annotation concode_elem_sep FieldIdItem[] fieldIdItems concode_elem_sep byte typeAndValueArg concode_elem_sep String[] stringPool concode_elem_sep int[] typeIds concode_elem_sep DexBuffer buffer c...
Long function ( int arg0 ) { return buffer . readLong ( arg0 + 1 ) ; }
4,077
sets the value of the columns property . concode_field_sep ArrayOfstring columns concode_elem_sep Boolean allColumns concode_elem_sep long serialVersionUID concode_field_sep void setAllColumns concode_elem_sep Boolean isAllColumns concode_elem_sep ArrayOfstring getColumns
void function ( ArrayOfstring arg0 ) { this . columns = arg0 ; }
4,078
returns the number of rows that match the dynamic query . concode_field_sep MentorsLocalService _mentorsLocalService concode_field_sep com.jio.portlet.mentors.model.Mentors fetchMentors concode_elem_sep MentorsLocalService getWrappedMentorsLocalService concode_elem_sep void setWrappedService concode_elem_sep com.lifera...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _mentorsLocalService . dynamicQueryCount ( arg0 ) ; }
4,079
gets the value of the lagunits property . concode_field_sep String lagUnits concode_elem_sep RecordRef task concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep ManufacturingLagType lagType concode_elem_sep Long lagAmount concode_elem_sep ManufacturingOperationTaskPredecessorPredecessorType type concode_elem_...
String function ( ) { return lagUnits ; }
4,080
this is getter method for caseid concode_field_sep String logDate concode_elem_sep String CSRID concode_elem_sep String subSubType concode_elem_sep String source concode_elem_sep String type concode_elem_sep String escOutStatus concode_elem_sep String caseNature concode_elem_sep String commitDate concode_elem_sep Strin...
String function ( ) { return caseID ; }
4,081
get me the actual jax-rs request uri info . concode_field_sep String testHeader concode_elem_sep UriInfo uriInfo concode_field_sep String getTestHeader
UriInfo function ( ) { return uriInfo ; }
4,082
get just the name of the file this frame points to . for js traces this is different from #getfile in that it only returns the filename , not the full path . for java traces there is no difference . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn ...
String function ( ) { return mFileName ; }
4,083
returns a new s2latlng based on this instance for which #isvalid will be true . latitude is clipped to the range -90 , 90 longitude is normalized to be in the range -180 , 180 if the current point is valid then the returned point will have the same coordinates . concode_field_sep S2LatLng CENTER concode_elem_sep double...
S2LatLng function ( ) { return new S2LatLng ( Math . max ( - S2 . M_PI_2 , Math . min ( S2 . M_PI_2 , lat ( ) . radians ( ) ) ) , Math . IEEEremainder ( lng ( ) . radians ( ) , 2 * S2 . M_PI ) ) ; }
4,084
set the validator instance used for validating @payload arguments concode_field_sep ConversionService conversionService concode_elem_sep List<HandlerMethodArgumentResolver> customArgumentResolvers concode_elem_sep BeanFactory beanFactory concode_elem_sep Validator validator concode_elem_sep MessageConverter messageConv...
void function ( Validator arg0 ) { this . validator = arg0 ; }
4,085
say `` hello '' to someone . concode_field_sep Identifier SERVICE_ID concode_elem_sep String name concode_elem_sep String something concode_field_sep Identifier getServiceID concode_elem_sep OpenURLResponse resolve concode_elem_sep boolean write
String function ( String arg0 ) { return "srini_string" + arg0 + "srini_string" + something + "srini_string" ; }
4,086
returns the end time of this cashier . the start/end times may be used to define a time period in which the cashier works part time . concode_field_sep String officeName concode_elem_sep String tellerName concode_elem_sep Collection<StaffData> staffOptions concode_elem_sep Date endDate concode_elem_sep String descripti...
String function ( ) { return endTime ; }
4,087
an integer indicating the type of condition . concode_field_sep String value concode_field_sep boolean getSpecified concode_elem_sep String getValue concode_elem_sep String getLocalName concode_elem_sep String getNamespaceURI
short function ( ) { return SAC_ID_CONDITION ; }
4,088
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
4,089
set the namespace value . concode_field_sep String localName concode_elem_sep String prefix concode_elem_sep String namespace concode_field_sep String getQualifiedName concode_elem_sep String getPrefix concode_elem_sep String getLocalName concode_elem_sep void setPrefix concode_elem_sep String getNamespace concode_elem...
void function ( String arg0 ) { this . namespace = arg0 ; }
4,090
gets the state of daylight time in 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 String getLocation concode_elem_sep boolean isRelevantCompone...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; Calendar loc1 = Calendar . getInstance ( loc0 ) ; if ( loc0 . inDaylightTime ( loc1 . getTime ( ) ) ) { return "srini_string" ; } return "srini_string" ; }
4,091
schedules a task on #instance . concode_field_sep int CANCELLED concode_elem_sep Application app concode_elem_sep Timer instance concode_elem_sep long pauseMillis concode_elem_sep Array<Timer> instances concode_elem_sep TimerThread thread concode_elem_sep long intervalMillis concode_elem_sep Array<Task> tasks concode_e...
void function ( Task arg0 , float arg1 ) { instance ( ) . scheduleTask ( arg0 , arg1 ) ; }
4,092
call to resolve a url from a target url , the url may be a partial url that this method is expected to complete . the url may even simply be a mnemonic reference that is mapped to a complete url by this method . concode_field_sep HttpServletRequest _oHttpServletRequest concode_elem_sep RedirectResolverExecutor _oRedire...
String function ( String arg0 ) { return _oRedirectResolverExecutor . resolveRedirect ( _oHttpServletRequest , new Redirect ( arg0 ) ) ; }
4,093
panel has dynamic backlight concode_field_sep String KEY_HOTEL_CHLOCK_PASSWD concode_elem_sep String hotelChlockPasswd concode_elem_sep String KEY_PANEL_DYNAMIC_BACKLIGHT concode_elem_sep boolean isZh concode_elem_sep boolean hasT4C1Board concode_elem_sep boolean has3d concode_elem_sep String DEFAULT_HOTEL_PASSWD conco...
boolean function ( ) { return this . hasDynamicBacklight ; }
4,094
creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI...
void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; }
4,095
dealwithevents interface implementation . concode_field_sep ServiceStatus serviceStatus concode_elem_sep UUID pluginId concode_elem_sep EventManager eventManager concode_elem_sep PluginFileSystem pluginFileSystem concode_elem_sep List<FermatEventListener> listenersAdded concode_field_sep void resume concode_elem_sep vo...
void function ( EventManager arg0 ) { this . eventManager = arg0 ; }
4,096
roll the transaction logs concode_field_sep int VERSION concode_elem_sep String version concode_elem_sep File dataDir concode_elem_sep SnapShot snapLog concode_elem_sep Logger LOG concode_elem_sep TxnLog txnLog concode_elem_sep File snapDir concode_field_sep boolean truncateLog concode_elem_sep File[] getSnapshotLogs c...
void function ( ) { txnLog . rollLog ( ) ; }
4,097
called whenever the osgi framework starts our bundle . concode_field_sep Logger logger concode_field_sep void stop
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
4,098
a value that indicates whether a database engine will be upgraded to a major version . concode_field_sep String engineVersion concode_elem_sep Boolean autoUpgrade concode_elem_sep String engine concode_elem_sep String description concode_elem_sep Boolean isMajorVersionUpgrade concode_field_sep void setEngine concode_el...
Boolean function ( ) { return isMajorVersionUpgrade ; }
4,099
sets the lastrunstarted value for this wssynchronizationplanstatus . concode_field_sep java.util.Calendar lastRunStopped concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSSynchronizationPlanStatusCode wsStatusCode c...
void function ( java . util . Calendar arg0 ) { this . lastRunStarted = arg0 ; }