idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
7,200
returns the associations list . findproduct must be called before this method . concode_field_sep ZWaveDbRoot database concode_elem_sep Logger logger concode_elem_sep ZWaveDbProduct selProduct concode_elem_sep ZWaveDbManufacturer selManufacturer concode_elem_sep List<ZWaveDbManufacturer> Manufacturer concode_elem_sep Z...
List < ZWaveDbAssociationGroup > function ( ) { if ( LoadProductFile ( ) == null ) return null ; return productFile . getAssociations ( ) ; }
7,201
add new node and set prev instruction pointing to this instruction concode_field_sep List<Instruction> instructions concode_elem_sep Instruction prevInstruction concode_elem_sep List<Pair<PsiElement,Instruction>> pending concode_elem_sep int instructionCount concode_field_sep Instruction startConditionalNode concode_el...
void function ( final Instruction arg0 ) { instructions . add ( arg0 ) ; if ( prevInstruction != null ) { addEdge ( prevInstruction , arg0 ) ; } prevInstruction = arg0 ; }
7,202
add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep void addErrorMessage conco...
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; }
7,203
takes a application identifier and splits it into prefix and bundle id . prefix is always a ten-character alphanumeric sequence . bundle id may be a fully-qualified name or a wildcard ending in . concode_field_sep Pattern BUNDLE_ID_PATTERN concode_field_sep ImmutableSet<HashCode> getDeveloperCertificateFingerprints con...
Pair < String , String > function ( String arg0 ) { Matcher loc0 = BUNDLE_ID_PATTERN . loc0 ( arg0 ) ; if ( loc0 . find ( ) ) { String loc1 = loc0 . group ( 1 ) ; String loc2 = loc0 . group ( 2 ) ; return new Pair < > ( loc1 , loc2 ) ; } else { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } }
7,204
returns a view of this metadata as a tree . note that while treemodel isdefined in the javax.swing.tree package , it can be seen as a data structureindependent of swing . it will not force class loading of swing framework . in current implementation , the tree is not live i.e. changes in metadata are not reflected in t...
TreeModel function ( ) { return getStandard ( ) . asTree ( this ) ; }
7,205
httponly cookies can only be used when transmitted via http/https . they are not accessible for javascript . http only cookies have to be supported by the browser . concode_field_sep Duration expires concode_elem_sep String path concode_elem_sep String idName concode_elem_sep String domain concode_elem_sep boolean secu...
boolean function ( ) { return httpOnly ; }
7,206
testenddocumentation concode_field_sep SDocFlexScanner _scanner concode_field_sep void testExample concode_elem_sep void testOverview concode_elem_sep void testClassDescription concode_elem_sep void testUserTag concode_elem_sep void testPrivate concode_elem_sep void testConstructor concode_elem_sep void testNoTypes con...
void function ( ) { String loc0 = "srini_string" ; lexemeTypeTests ( loc0 , SDocTokenType . END_DOCUMENTATION ) ; }
7,207
clear the local notification without canceling repeating alarms . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void ca...
void function ( ) { if ( ! isRepeating ( ) && wasInThePast ( ) ) { unpersist ( ) ; } else { getNotMgr ( ) . cancel ( getId ( ) ) ; } }
7,208
indicates that the values in this collection have been modified by the caller . any caller that manipulates the pivotfacetvalue s contained in this collection must call this method after doing so . concode_field_sep String facetFieldSort concode_elem_sep Map<Comparable,PivotFacetValue> valuesMap concode_elem_sep int fa...
void function ( ) { dirty = true ; }
7,209
suppress all constructors in the given class . concode_field_sep PlaceHolder placeHolder concode_field_sep void suppressField concode_elem_sep void suppressField concode_elem_sep void suppressField concode_elem_sep void suppressMethod concode_elem_sep void suppressMethod concode_elem_sep void suppressMethod concode_ele...
void function ( Class < ? > arg0 , boolean arg1 ) { Constructor < ? > [ ] loc0 = null ; if ( arg1 ) { loc0 = arg0 . getConstructors ( ) ; } else { loc0 = arg0 . getDeclaredConstructors ( ) ; } for ( Constructor < ? > loc1 : loc0 ) { MockRepository . addConstructorToSuppress ( loc1 ) ; } }
7,210
returns a new apiendpointspec for this apispec and the given endpoint concode_field_sep String cachePolicyName concode_elem_sep List<APIEndpointSpec> endpoints concode_elem_sep int defaultPageSize concode_elem_sep Boolean enableCounting concode_elem_sep int maxPageSize concode_elem_sep long cacheExpiryMilliseconds conc...
APIEndpointSpec function ( Resource arg0 ) { return new APIEndpointSpec ( this , this , arg0 ) ; }
7,211
returns the modified date of this akismet data . concode_field_sep AkismetData _akismetData concode_field_sep long getClassNameId concode_elem_sep void setAkismetDataId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes conc...
Date function ( ) { return _akismetData . getModifiedDate ( ) ; }
7,212
returns the optional description string for the step , or null if none . concode_field_sep String name concode_elem_sep String description concode_elem_sep String exception concode_elem_sep int returnCode concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_...
String function ( ) { return description ; }
7,213
gets the cpusubtype property . concode_field_sep String path concode_elem_sep long cpuType concode_elem_sep String startAddress concode_elem_sep String name concode_elem_sep long cpuSubType concode_elem_sep String uuid concode_elem_sep String endAddress concode_field_sep void setName concode_elem_sep long getCpuType co...
long function ( ) { return this . cpuSubType ; }
7,214
common test setup . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void chartChanged concode_elem_sep void testSetSeriesURLGenerator concode_elem_sep JFreeChart createChart concode_elem_sep void testReplaceDataset concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testS...
void function ( ) { this . chart = createChart ( ) ; }
7,215
set search argument for predicate push down . concode_field_sep TypeDescription schema concode_elem_sep boolean[] include concode_elem_sep Boolean useZeroCopy concode_elem_sep String[] columnNames concode_elem_sep long offset concode_elem_sep long length concode_elem_sep SearchArgument sarg concode_elem_sep Boolean ski...
Options function ( SearchArgument arg0 , String [ ] arg1 ) { this . sarg = arg0 ; this . columnNames = arg1 ; return this ; }
7,216
encode the attributes in der form to the stream . concode_field_sep Hashtable<String,PKCS10Attribute> map concode_field_sep void setAttribute concode_elem_sep Object getAttribute concode_elem_sep Collection<PKCS10Attribute> getAttributes concode_elem_sep void derEncode concode_elem_sep void deleteAttribute concode_elem...
void function ( OutputStream arg0 ) { derEncode ( arg0 ) ; }
7,217
when converting between string chars and bytes , there 's an implied encoding to be used , dependent on the context and platform . if none is specified , then string byte will use the platform 's default encoding . this method is for when encoding is not relevant , when the string simply holds byte values in each char ...
byte [ ] function ( CharSequence arg0 ) { final int loc0 = arg0 . length ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = ( byte ) arg0 . charAt ( loc2 ) ; } return loc1 ; }
7,218
set the jca messageendpointfactory to activate , pointing to a messagelistener object that the endpoints will delegate to . a messageendpointfactory instance may be shared across multiple endpoints i.e. multiple genericmessageendpointmanager instances , with different #setactivationspec activationspec objects applied ....
void function ( MessageEndpointFactory arg0 ) { this . messageEndpointFactory = arg0 ; }
7,219
determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep boolean testFileExists
boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; }
7,220
redeploys components specified in deployment descriptor . this method subsequently performs undeployment and deployment procedures . concode_field_sep ScheduledFuture activeScan concode_elem_sep Set<String> path concode_elem_sep Logger logger concode_elem_sep int scanPeriod concode_elem_sep FileFilter fileFilter concod...
void function ( File arg0 ) { undeploy ( arg0 ) ; deploy ( arg0 ) ; }
7,221
gets an long value out of the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_...
long function ( final String arg0 , final long arg1 ) { return this . bundle . getLong ( arg0 , arg1 ) ; }
7,222
returns the sum of the totals for all steps in the specified phase . concode_field_sep Map<Phase,PhaseTracking> phases concode_field_sep long getSize concode_elem_sep Iterable<Phase> getPhases concode_elem_sep float getBoundedPercent concode_elem_sep StepTracking getStepTracking concode_elem_sep Iterable<Step> getSteps...
long function ( Phase arg0 ) { long loc0 = 0 ; for ( StepTracking loc1 : phases . get ( arg0 ) . steps . values ( ) ) { if ( loc1 . total != Long . MIN_VALUE ) { loc0 += loc1 . total ; } } return loc0 ; }
7,223
gets the value of the starttime property . concode_field_sep Long feedItemId concode_elem_sep Keyword keywordTargeting concode_elem_sep List<FeedItemAttributeValue> attributeValues concode_elem_sep FeedItemAdGroupTargeting adGroupTargeting concode_elem_sep CustomParameters urlCustomParameters concode_elem_sep FeedItemD...
String function ( ) { return startTime ; }
7,224
terminate the current simulation . concode_field_sep long serialVersionUID concode_elem_sep Simulator simulator concode_elem_sep Problem problem concode_elem_sep MeasurementSuite measurementSuite concode_elem_sep Algorithm algorithm concode_field_sep Problem getProblem concode_elem_sep void init concode_elem_sep void a...
void function ( ) { ( ( AbstractAlgorithm ) algorithm ) . terminate ( ) ; }
7,225
sets the group id of this subscription . concode_field_sep Subscription _subscription concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_e...
void function ( long arg0 ) { _subscription . setGroupId ( arg0 ) ; }
7,226
return whether this modelandview object is empty , i.e. whether it does not hold any view and does not contain a model . concode_field_sep Object view concode_elem_sep ModelMap model concode_elem_sep boolean cleared concode_field_sep boolean wasCleared concode_elem_sep Map<String,Object> getModel concode_elem_sep void ...
boolean function ( ) { return ( this . view == null && CollectionUtils . isEmpty ( this . model ) ) ; }
7,227
set parameter type according to class constants . concode_field_sep List<Object> resultSetIDs concode_elem_sep Expression expression concode_elem_sep int parameterType concode_elem_sep boolean usingDefault concode_elem_sep int IN concode_elem_sep int RESULT_SET concode_elem_sep ElementSymbol parameterSymbol concode_ele...
void function ( int arg0 ) { if ( arg0 < ParameterInfo . IN . index ( ) || arg0 > ParameterInfo . RESULT_SET . index ( ) ) { throw new IllegalArgumentException ( Messages . getString ( Messages . ERR . ERR_015_010_0006 , arg0 ) ) ; } this . parameterType = arg0 ; }
7,228
sets the value of the accountsubtypecode property . concode_field_sep AccountTypeSubTypeEnum accountSubTypeCode concode_elem_sep AccountTypeEnum accountTypeCode concode_elem_sep long serialVersionUID concode_elem_sep List<ProductTypeEligibility> productTypeEligibility concode_field_sep AccountTypeSubTypeEnum getAccount...
void function ( AccountTypeSubTypeEnum arg0 ) { this . accountSubTypeCode = arg0 ; }
7,229
set the keystore and password concode_field_sep boolean clientAuth concode_elem_sep String trustManagerType concode_elem_sep boolean isTrustStoreSet concode_elem_sep String keyStoreType concode_elem_sep String trustStoreType concode_elem_sep String trustPass concode_elem_sep String keyPass concode_elem_sep String keyMa...
void function ( String arg0 , String arg1 ) { setKeyStore ( arg0 , arg1 , null , null ) ; }
7,230
throw an assertionerror if the boolean parameter is not true . concode_field_sep String message concode_elem_sep String defaultMessage concode_field_sep boolean isTrue
void function ( boolean arg0 , String arg1 ) { if ( ! arg0 ) throw new AssertionError ( arg1 ) ; }
7,231
deletes the push notifications device with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<PushNotificationsDeviceLocalService,PushNotificationsDeviceLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_ele...
com . liferay . push . notifications . model . PushNotificationsDevice function ( long arg0 ) { return getService ( ) . deletePushNotificationsDevice ( arg0 ) ; }
7,232
get the namespace uri corresponding to a given prefix . return null if the prefix is not in scope . concode_field_sep NamespaceResolver resolver concode_field_sep String getPrefix concode_elem_sep String getNamespaceURI concode_elem_sep Iterator getPrefixes concode_elem_sep Iterator iteratePrefixes
String function ( String arg0 , boolean arg1 ) { return resolver . getURIForPrefix ( arg0 , arg1 ) ; }
7,233
copy the data to a byte array concode_field_sep byte[] _data concode_elem_sep int _start concode_elem_sep int _length concode_elem_sep String VERSION concode_field_sep byte byteAt concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getLength concode_elem_sep String toString concode_elem_s...
void function ( byte [ ] arg0 , int arg1 ) { System . arraycopy ( _data , _start , arg0 , arg1 , _length ) ; }
7,234
when serialized , we eagerly convert sources to strings . this hurts our formatting , but it guarantees that the receiving end will be able to read the message . concode_field_sep long serialVersionUID concode_elem_sep List<Object> sources concode_elem_sep Throwable cause concode_elem_sep String message concode_field_s...
Object function ( ) { Object [ ] loc0 = sources . toArray ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = Errors . convert ( loc0 [ loc1 ] ) . toString ( ) ; } return new Message ( Arrays . asList ( loc0 ) , message , cause ) ; }
7,235
write the compound , gzipped , to the outputstream . concode_field_sep PlaceHolder placeHolder concode_field_sep NBTTagCompound readCompressed concode_elem_sep NBTTagCompound read concode_elem_sep NBTTagCompound read concode_elem_sep NBTBase read concode_elem_sep NBTTagCompound read concode_elem_sep void safeWrite conc...
void function ( NBTTagCompound arg0 , OutputStream arg1 ) { DataOutputStream loc0 = new DataOutputStream ( new BufferedOutputStream ( new GZIPOutputStream ( arg1 ) ) ) ; try { write ( arg0 , loc0 ) ; } finally { loc0 . close ( ) ; } }
7,236
returns a buffer to the pool , throwing away old buffers if the pool would exceed its allotted size . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_elem_sep int mSizeLimit concode...
void function ( byte [ ] arg0 ) { if ( arg0 == null || arg0 . length > mSizeLimit ) { return ; } mBuffersByLastUse . add ( arg0 ) ; int loc0 = Collections . binarySearch ( mBuffersBySize , arg0 , BUF_COMPARATOR ) ; if ( loc0 < 0 ) { loc0 = - loc0 - 1 ; } mBuffersBySize . add ( loc0 , arg0 ) ; mCurrentSize += arg0 . len...
7,237
gets the value of the isexpired property . concode_field_sep String last4 concode_elem_sep String pdofid concode_elem_sep String countryCode concode_elem_sep String postalCode concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep boolean isExpired concode_field_sep void setIsExpired conco...
boolean function ( ) { return isExpired ; }
7,238
returns a new vertex labeled label , and adds it to me with no incident edges . concode_field_sep Comparator<ELabel> comparator concode_elem_sep List<Vertex> _successors concode_elem_sep Vertex _v0 concode_elem_sep List<Edge> _outEdges concode_elem_sep List<Vertex> _predecessors concode_elem_sep Vertex _v1 concode_elem...
Vertex function ( VLabel arg0 ) { Vertex loc0 = new Vertex ( arg0 ) ; _vertices . add ( loc0 ) ; return loc0 ; }
7,239
getinnerradius returns the ring 's inner radius . concode_field_sep double _outerRadius concode_elem_sep double _innerRadius concode_elem_sep Vector3 _up concode_elem_sep long serialVersionUID concode_elem_sep ObjectPool<Ring> RING_POOL concode_elem_sep Vector3 _center concode_field_sep void writeExternal concode_elem_...
double function ( ) { return _innerRadius ; }
7,240
gets the value of the creditlimit property . concode_field_sep BigDecimal maximumCreditLimit concode_elem_sep BigDecimal availableCredit concode_elem_sep BigDecimal maximumFinanceAmount concode_elem_sep BigDecimal currentBalance concode_elem_sep BigInteger numberOfMonthlyPayments concode_elem_sep BigDecimal creditLimit...
BigDecimal function ( ) { return creditLimit ; }
7,241
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep long x concode_elem_sep boolean jc concode_elem_sep int nextStateIndex concode_elem_sep boolean jd concode_elem_sep State[] stateVector concode_field_sep SCInterf...
void function ( ) { }
7,242
gets the last sequence number concode_field_sep int sequence_number concode_elem_sep boolean padding concode_elem_sep int payload_type concode_elem_sep boolean extension concode_elem_sep int csrc_count concode_elem_sep boolean marker concode_elem_sep long ssrc concode_elem_sep boolean initialized concode_elem_sep RtpSo...
int function ( ) { return sequence_number ; }
7,243
returns true , if the state can only be read but not written . typically a sensor can be read only . concode_field_sep String pattern concode_elem_sep List<StateOption> options concode_elem_sep BigDecimal maximum concode_elem_sep BigDecimal step concode_elem_sep boolean readOnly concode_elem_sep BigDecimal minimum conc...
boolean function ( ) { return readOnly ; }
7,244
paint concode_field_sep int image concode_elem_sep MapWorks mw concode_elem_sep UnitMap map concode_elem_sep int bodyX concode_elem_sep Number n concode_elem_sep int bodyY concode_field_sep void animation
void function ( MineGraphics arg0 ) { arg0 . drawImage ( map . getTile ( Page . P20 , image ) , n . getX ( ) , 32 - n . getY ( ) ) ; }
7,245
this method was generated by mybatis generator . this method sets the value of the database column acc_user . status concode_field_sep String weiboUrl concode_elem_sep Long createUserId concode_elem_sep String signature concode_elem_sep Long updateUserId concode_elem_sep String nickName concode_elem_sep String mobile c...
void function ( Integer arg0 ) { this . status = arg0 ; }
7,246
returns a type modelling a list whose elements are of type elementtype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep Gen...
ParameterizedType function ( Type arg0 ) { return newParameterizedType ( List . class , arg0 ) ; }
7,247
non-scaled version . calculates the screen-coordinate to the given longitude . concode_field_sep double PI_180 concode_elem_sep int EARTH_RADIUS concode_elem_sep double _360_PI concode_elem_sep double PI_2 concode_elem_sep double PI_360 concode_elem_sep double MAX_LON concode_elem_sep double PI_4 concode_elem_sep doubl...
float function ( final int arg0 , final BoundingBox arg1 , final int arg2 ) { return ( float ) ( ( double ) ( arg2 - arg1 . getLeft ( ) ) / ( double ) arg1 . getWidth ( ) ) * arg0 ; }
7,248
puts a key , value pair into the table at a given index . concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void add concode_elem_sep void swap concode_elem_sep int binarySearch con...
void function ( int arg0 , int arg1 , int arg2 ) { data [ 0 ] [ arg0 ] = arg1 ; data [ 1 ] [ arg0 ] = arg2 ; sortedColumn = - 1 ; }
7,249
save snapshots and snapshot quota for a snapshottable directory . concode_field_sep Map<Long,Long> dirMap concode_elem_sep Map<Long,INodeReference.WithCount> referenceMap concode_field_sep FileDiff loadFileDiff concode_elem_sep DirectoryDiff loadDirectoryDiff concode_elem_sep void saveDirectoryDiffList concode_elem_sep...
void function ( INodeDirectorySnapshottable arg0 , DataOutput arg1 ) { ReadOnlyList < Snapshot > loc0 = arg0 . getSnapshotsByNames ( ) ; arg1 . writeInt ( loc0 . size ( ) ) ; for ( Snapshot loc1 : loc0 ) { arg1 . writeInt ( loc1 . getId ( ) ) ; } arg1 . writeInt ( arg0 . getSnapshotQuota ( ) ) ; }
7,250
imports the staged model that is referenced by another staged model . to import a staged model referenced by a portlet , use #importreferencestagedmodel portletdatacontext , string , long . concode_field_sep PlaceHolder placeHolder concode_field_sep void doImportReferenceStagedModel concode_elem_sep Map<String,String> ...
void function ( PortletDataContext arg0 , T arg1 , String arg2 , long arg3 ) { Element loc0 = arg0 . getReferenceElement ( arg1 , arg2 , arg3 ) ; doImportReferenceStagedModel ( arg0 , loc0 , arg2 ) ; }
7,251
gets the start x. concode_field_sep int width concode_elem_sep float startY concode_elem_sep float startX concode_elem_sep int height concode_field_sep int getHeight concode_elem_sep float getStartY concode_elem_sep int getWidth
float function ( ) { return startX ; }
7,252
register code to invoke when the async request completes . this method is called from a container thread when an async request completed for any reason including timeout and network error . this is useful for detecting that a deferredresult instance is no longer usable . concode_field_sep Runnable timeoutCallback conco...
void function ( Runnable arg0 ) { this . completionCallback = arg0 ; }
7,253
returns true if any of the methodidenttosensortype objects in the #methodidenttosensortypes is marked as active . returns false otherwise . concode_field_sep Timestamp timeStamp concode_elem_sep long serialVersionUID concode_elem_sep PlatformIdent platformIdent concode_elem_sep String methodName concode_elem_sep Set<Me...
boolean function ( ) { for ( MethodIdentToSensorType loc0 : methodIdentToSensorTypes ) { if ( loc0 . isActive ( ) ) { return true ; } } return false ; }
7,254
insert the ior into the given any . this method uses the iorholder . concode_field_sep PlaceHolder placeHolder concode_field_sep IOR extract concode_elem_sep IOR read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
void function ( Any arg0 , IOR arg1 ) { arg0 . insert_Streamable ( new IORHolder ( arg1 ) ) ; }
7,255
add getter id . concode_field_sep String name concode_elem_sep String description concode_elem_sep long create concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep void setDescription concode_elem_sep String getDescription concode_elem_se...
String function ( ) { return this . id ; }
7,256
blocks the current thread until there is no more backpressure or there are no more connections to the database concode_field_sep long DefaultAsyncTimeout concode_elem_sep ProcedureCallback UserCallback concode_elem_sep ClientConnection Owner concode_elem_sep String KeyBase concode_elem_sep String Procedure concode_elem...
void function ( ) { Client . backpressureBarrier ( ) ; }
7,257
register a new js item for global scope . concode_field_sep String DEFAULT_FILENAME concode_elem_sep Logger s_aLogger concode_elem_sep String REQUEST_ATTR_JSRESOURCES concode_elem_sep JSResourceSet s_aGlobal concode_elem_sep SimpleLock s_aLock concode_field_sep void unregisterAllJSIncludesFromGlobal concode_elem_sep vo...
void function ( @ Nonnull final IJSPathProvider arg0 ) { s_aGlobal . addItem ( arg0 ) ; }
7,258
disables the ith effect in the chain . concode_field_sep Vector<AudioEffect> effects concode_elem_sep HashSet<AudioEffect> enabled concode_field_sep void add concode_elem_sep void process concode_elem_sep void process concode_elem_sep boolean contains concode_elem_sep boolean hasEnabled concode_elem_sep int size concod...
void function ( int arg0 ) { enabled . remove ( get ( arg0 ) ) ; }
7,259
finds the same index block as the otherblock concode_field_sep int INDEX_SHIFT_ concode_elem_sep int MAX_BUILD_TIME_DATA_LENGTH_ concode_elem_sep boolean m_isLatin1Linear_ concode_elem_sep int m_dataCapacity_ concode_elem_sep int MAX_INDEX_LENGTH_ concode_elem_sep int m_indexLength_ concode_elem_sep int DATA_BLOCK_LENG...
int function ( int arg0 [ ] , int arg1 , int arg2 ) { for ( int loc0 = BMP_INDEX_LENGTH_ ; loc0 < arg1 ; loc0 += SURROGATE_BLOCK_COUNT_ ) { if ( equal_int ( arg0 , loc0 , arg2 , SURROGATE_BLOCK_COUNT_ ) ) { return loc0 ; } } return arg1 ; }
7,260
returns the price of the product . concode_field_sep Boolean customPrice concode_elem_sep Boolean subscriptionRenewal concode_elem_sep Double price concode_elem_sep String currency concode_elem_sep String id concode_elem_sep String title concode_elem_sep String categoryId concode_elem_sep TaxType taxType concode_field_...
Double function ( ) { return price ; }
7,261
return a string representation of the object . note that this is based on the internal object id , since the name might not be known . concode_field_sep long creationTime concode_elem_sep CPLSession session concode_elem_sep int ALL_VERSIONS concode_elem_sep int version concode_elem_sep CPLObject object concode_field_se...
String function ( ) { return object . toString ( ) + "srini_string" + version ; }
7,262
returns the hopdongid of this phanphoi . concode_field_sep Phanphoi _phanphoi concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge concode_elem_sep int getId conc...
int function ( ) { return _phanphoi . getHopdongid ( ) ; }
7,263
returns the parent of this actionmap . concode_field_sep ActionMap parent concode_elem_sep long serialVersionUID concode_elem_sep Map actionMap concode_field_sep int size concode_elem_sep Object[] keys concode_elem_sep Action get concode_elem_sep void clear concode_elem_sep Object[] allKeys concode_elem_sep void setPar...
ActionMap function ( ) { return parent ; }
7,264
the name of the packageversion #getfilename package version file . useful if the package bits are stored on the filesystem and you want to read in the bits . concode_field_sep int packageVersionId concode_elem_sep String fileName concode_elem_sep Integer packageBitsId concode_elem_sep boolean isPackageBitsInDatabase co...
String function ( ) { return fileName ; }
7,265
get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep boolean projectOpened concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean p...
IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; }
7,266
writes a string and newline to the file . concode_field_sep Formatter formatter concode_elem_sep PrintWriter myOutFile concode_elem_sep int CLOSEERROR concode_elem_sep int WRITEERROR concode_elem_sep int myErrorFlags concode_elem_sep int OPENERROR concode_elem_sep String myFileName concode_field_sep void print concode_...
void function ( String arg0 ) { myOutFile . println ( arg0 ) ; }
7,267
returns the number of instances that are currently being counted . concode_field_sep TObjectDoubleMap<T> counts concode_elem_sep double sum concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void countAll concode_elem_sep T max concode_elem_sep double getFrequency concode_elem_sep double...
int function ( ) { return counts . size ( ) ; }
7,268
removes an error listener . concode_field_sep String sendersCopyNeedingReplyAbbreviation_ concode_elem_sep String messagesNotNeedingReplyAbbreviation_ concode_elem_sep String messagesNeedingReplyAbbreviation_ concode_elem_sep JComboBox selection_ concode_elem_sep JTextField severity_ concode_elem_sep String generalTabT...
void function ( ErrorListener arg0 ) { errorEventSupport_ . removeErrorListener ( arg0 ) ; }
7,269
the amazon resource name arn of the vault that contains the archive . returns a reference to this object so that method calls can be chained together . concode_field_sep String archiveDescription concode_elem_sep String creationDate concode_elem_sep String multipartUploadId concode_elem_sep Long partSizeInBytes concode...
UploadListElement function ( String arg0 ) { this . vaultARN = arg0 ; return this ; }
7,270
turn the vibrator off . concode_field_sep IHardwareService mService concode_field_sep void vibrate concode_elem_sep void vibrate
void function ( ) { try { mService . cancelVibrate ( ) ; } catch ( RemoteException loc0 ) { } }
7,271
util method to write an attribute with the ns prefix concode_field_sep com.amazon.ec2.CreateRouteTableResponseType localCreateRouteTableResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_e...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ...
7,272
transforms the specified world coordinate to screen coordinates . concode_field_sep Vector3 tmp concode_elem_sep float worldWidth concode_elem_sep int screenWidth concode_elem_sep float worldHeight concode_elem_sep int screenHeight concode_elem_sep Camera camera concode_elem_sep int screenX concode_elem_sep int screenY...
Vector3 function ( Vector3 arg0 ) { camera . project ( arg0 , screenX , screenY , screenWidth , screenHeight ) ; return arg0 ; }
7,273
return the role associated with this application configuration . concode_field_sep int mDataType concode_elem_sep int mChannelType concode_elem_sep int mRole concode_elem_sep Parcelable.Creator<BluetoothHealthAppConfiguration> CREATOR concode_elem_sep String mName concode_field_sep String getName concode_elem_sep int h...
int function ( ) { return mRole ; }
7,274
this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC...
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; }
7,275
returns task channel type netty , transport , direct concode_field_sep TaskId parentTask concode_elem_sep long startTimeNanos concode_elem_sep String action concode_elem_sep String description concode_elem_sep long startTime concode_elem_sep long id concode_elem_sep String type concode_field_sep long getId concode_elem...
String function ( ) { return type ; }
7,276
creates a new client and adds it to the list of connections . sets the clients handler to the initial state of namereader concode_field_sep int port concode_elem_sep AsynchronousServerSocketChannel listener concode_elem_sep List<Client> connections concode_elem_sep AsynchronousChannelGroup channelGroup concode_field_se...
void function ( AsynchronousSocketChannel arg0 ) { Client loc0 = new Client ( arg0 , new ClientReader ( this , new NameReader ( this ) ) ) ; try { arg0 . setOption ( StandardSocketOptions . TCP_NODELAY , true ) ; } catch ( IOException loc1 ) { } connections . add ( loc0 ) ; loc0 . run ( ) ; }
7,277
test method to check the map entries concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,Integer> compareKeysWithDataFile concode_elem_sep String getCategoryKey concode_elem_sep boolean printMatchPatternToFile concode_elem_sep void main concode_elem_sep Map<String,String> readFromKeyFile
void function ( Map < String , Integer > arg0 ) { Set loc0 = arg0 . entrySet ( ) ; Iterator loc1 = loc0 . iterator ( ) ; while ( loc1 . hasNext ( ) ) { Map . Entry loc2 = ( Map . Entry ) loc1 . next ( ) ; System . out . println ( loc2 . getKey ( ) + "srini_string" + loc2 . getValue ( ) ) ; } }
7,278
right justify a field within a certain number of spaces . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( int arg0 , String arg1 ) { if ( arg1 == null ) { arg1 = "srini_string" ; } StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 , loc2 = arg0 - arg1 . length ( ) ; loc1 < loc2 ; loc1 ++ ) { loc0 . append ( ' ' ) ; } loc0 . append ( arg1 ) ; return loc0 . toString ( ) ; }
7,279
write a string as text node concode_field_sep ThreadLocal<Stack<String>> registeredNSStack concode_elem_sep PicketLinkLogger logger concode_field_sep void writeNameSpace concode_elem_sep XMLOutputFactory getXMLOutputFactory concode_elem_sep void flush concode_elem_sep void setPrefix concode_elem_sep void writeDOMElemen...
void function ( XMLStreamWriter arg0 , String arg1 ) { try { arg0 . writeCharacters ( arg1 ) ; } catch ( XMLStreamException loc0 ) { throw logger . processingError ( loc0 ) ; } }
7,280
returns the standard deviation of the distribution 's values . concode_field_sep com.codahale.metrics.Snapshot snapshot concode_field_sep double getValue concode_elem_sep double get99thPercentile concode_elem_sep long[] getValues concode_elem_sep int size concode_elem_sep long getMin concode_elem_sep double getMedian c...
double function ( ) { return snapshot . getStdDev ( ) ; }
7,281
set a default padding left/top/right / bottom for this node . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep Cache...
void function ( int arg0 , float arg1 ) { if ( style . arg1 . setDefault ( arg0 , arg1 ) ) { dirty ( ) ; } }
7,282
gets the maven version string . concode_field_sep MavenProject project concode_field_sep String getArtifactId
String function ( ) { return project . getProperties ( ) . getProperty ( "srini_string" ) ; }
7,283
set an element and return only when the element is effectively cached . concode_field_sep CacheImpl forcedCacheImpl concode_elem_sep CacheImpl cacheImpl concode_field_sep void add concode_elem_sep void add concode_elem_sep void init concode_elem_sep void set concode_elem_sep void set concode_elem_sep long incr concode_...
boolean function ( String arg0 , Object arg1 , String arg2 ) { checkSerializable ( arg1 ) ; return cacheImpl . safeSet ( arg0 , arg1 , Time . parseDuration ( arg2 ) ) ; }
7,284
sets the request id of this social request . concode_field_sep SocialRequest _socialRequest concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_el...
void function ( long arg0 ) { _socialRequest . setRequestId ( arg0 ) ; }
7,285
send public key request to certain user concode_field_sep PrivateKey privateKey concode_elem_sep String encoding concode_elem_sep String transformation concode_elem_sep PublicKey publicKey concode_field_sep PublicKey createPublicKey concode_elem_sep void setKeyForUser concode_elem_sep String encrypt concode_elem_sep vo...
void function ( String arg0 ) { ChatClient . getInstance ( ) . sendSystemData ( "srini_string" + arg0 + "srini_string" + ChatClient . getInstance ( ) . getUsername ( ) + "srini_string" ) ; }
7,286
sets the task name to the given value . this method is used to restore the task label after a nested operation was executed . normally there is no need for clients to call this method . concode_field_sep int lastWorkUI concode_elem_sep JProgressBar progressBar concode_elem_sep int totalWorkUI concode_elem_sep boolean c...
void function ( final String arg0 ) { runInUI ( new Runnable ( ) { public void run ( ) { if ( messageLabel != null ) { messageLabel . setText ( arg0 ) ; } } } ) ; }
7,287
adds a property change listener to this property editor . concode_field_sep PropertyChangeSupport pSupport concode_elem_sep Object eventSource concode_elem_sep Object value concode_field_sep void setSource concode_elem_sep void firePropertyChange concode_elem_sep boolean supportsCustomEditor concode_elem_sep void paint...
void function ( PropertyChangeListener arg0 ) { pSupport . addPropertyChangeListener ( arg0 ) ; }
7,288
the id of the pipeline task attempt object . aws data pipeline uses this value to track how many times a task is attempted . concode_field_sep java.util.Map<String,PipelineObject> objects concode_elem_sep String taskId concode_elem_sep String pipelineId concode_elem_sep String attemptId concode_field_sep String getTask...
TaskObject function ( String arg0 ) { setAttemptId ( arg0 ) ; return this ; }
7,289
sets the last publish date of this w s r p producer . concode_field_sep WSRPProducer _wsrpProducer concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep long getWsrpPr...
void function ( Date arg0 ) { _wsrpProducer . setLastPublishDate ( arg0 ) ; }
7,290
calculates the probability of disorder scores for each residue in the sequence for many sequences in the input . concode_field_sep float score concode_elem_sep ModelLoader loader concode_elem_sep int from concode_elem_sep int to concode_field_sep FastaSequence convertProteinSequencetoFasta concode_elem_sep Range[] scor...
Map < FastaSequence , float [ ] > function ( List < FastaSequence > arg0 ) { Map < FastaSequence , float [ ] > loc0 = new TreeMap < FastaSequence , float [ ] > ( ) ; for ( FastaSequence loc1 : arg0 ) { loc0 . put ( loc1 , predictSerial ( loc1 ) ) ; } return loc0 ; }
7,291
return a string representation of this object . concode_field_sep String host concode_elem_sep int port concode_elem_sep InetSocketAddress socketAddr concode_field_sep int getPort concode_elem_sep void processInputs concode_elem_sep String getHost concode_elem_sep InetSocketAddress getSocketAddr
String function ( ) { return new String ( getHost ( ) + "srini_string" + getPort ( ) ) ; }
7,292
set the csvconfig concode_field_sep Writer writer concode_elem_sep CSVConfig config concode_field_sep void setWriter concode_elem_sep String writeValue concode_elem_sep void writeRecord concode_elem_sep CSVConfig getConfig
void function ( CSVConfig arg0 ) { this . config = arg0 ; }
7,293
sets the key . this method does not modify any map . concode_field_sep Object value concode_elem_sep Object key concode_field_sep Object getKey concode_elem_sep Object getValue concode_elem_sep int hashCode concode_elem_sep Object setValue concode_elem_sep boolean equals
void function ( final Object arg0 ) { this . key = arg0 ; }
7,294
producer deregistration concode_field_sep ProducerConsumer singleton concode_elem_sep Map<Class<?>,Set<IProducer>> producerMap concode_field_sep boolean registerProducer concode_elem_sep void _registerConsumer concode_elem_sep void _registerConsumer concode_elem_sep int _deregisterConsumer concode_elem_sep int _deregis...
boolean function ( IProducer arg0 , Class < ? > arg1 ) { if ( arg0 != null && arg1 != null && arg1 . isInterface ( ) ) { Set < IProducer > loc0 = producerMap . get ( arg1 ) ; if ( loc0 != null ) return loc0 . remove ( arg0 ) ; } return false ; }
7,295
define el valor de la propiedad arg0 . concode_field_sep int arg0 concode_field_sep int getArg0
void function ( int arg1 ) { this . arg0 = arg1 ; }
7,296
returns the time component of the specified position key . concode_field_sep ByteBuffer m_rotKeys concode_elem_sep int ROT_KEY_SIZE concode_elem_sep int m_numRotKeys concode_elem_sep ByteBuffer m_scaleKeys concode_elem_sep int SCALE_KEY_SIZE concode_elem_sep AiAnimBehavior m_preState concode_elem_sep AiAnimBehavior m_p...
double function ( int arg0 ) { return m_posKeys . getDouble ( POS_KEY_SIZE * arg0 ) ; }
7,297
mediators which does n't have a group does n't show up in the add menu , generally these are inner parts concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isAddChildEnabled concode_elem_sep boolean isMovingAllowed concode_elem_sep boolean isAddSiblingEnabled concode_elem_sep boolean isEditable concode...
String function ( ) { return null ; }
7,298
this is setter method for casetype concode_field_sep String subCategory concode_elem_sep String selectCause concode_elem_sep String repeateCAll concode_elem_sep String SLATime concode_elem_sep String caseType concode_elem_sep int resolveOnline concode_elem_sep int detpId concode_elem_sep String loggedBy concode_elem_se...
void function ( String arg0 ) { this . caseType = arg0 ; }
7,299
set the position concode_field_sep WslPos _pos concode_field_sep WslPos getPosition concode_elem_sep void drawElement
void function ( WslPos arg0 ) { _pos = arg0 ; }