idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
5,800
sets the wsoutputdecisiontable value for this wsprocessfileusingtransformer . concode_field_sep java.lang.String fileName concode_elem_sep org.talend.mdm.webservice.WSProcessBytesUsingTransformerWsOutputDecisionTableDecisions[] wsOutputDecisionTable concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.ta...
void function ( org . talend . mdm . webservice . WSProcessBytesUsingTransformerWsOutputDecisionTableDecisions [ ] arg0 ) { this . wsOutputDecisionTable = arg0 ; }
5,801
saving centers in database using dbflow . save method save the value reference to primary key if its exist the update if not the insert . concode_field_sep PlaceHolder placeHolder concode_field_sep Observable<Page<Center>> readAllCenters
Observable < Void > function ( final Page < Center > arg0 ) { AsyncTask . THREAD_POOL_EXECUTOR . execute ( new Runnable ( ) { @ Override public void run ( ) { for ( Center loc0 : arg0 . getPageItems ( ) ) { loc0 . save ( ) ; } } } ) ; return null ; }
5,802
get the size of the list . concode_field_sep int[] data concode_elem_sep int size concode_elem_sep int hash concode_field_sep void add concode_elem_sep int hashCode concode_elem_sep int get concode_elem_sep boolean equals concode_elem_sep void toArray concode_elem_sep void removeRange concode_elem_sep String toString c...
int function ( ) { return size ; }
5,803
remove a listener previously added with #addmemorypressurelistener . concode_field_sep Set<MemoryPressureListener> mListeners concode_elem_sep String ACTION_TRIM_MEMORY_MODERATE concode_elem_sep ComponentCallbacks2 mCallbacks concode_elem_sep String ACTION_TRIM_MEMORY_CRITICAL concode_field_sep void addMemoryPressureLi...
void function ( MemoryPressureListener arg0 ) { mListeners . remove ( arg0 ) ; }
5,804
an opaque string that represents where to continue pagination of the results . you use this value in a new list jobs request to obtain more jobs in the list . if there are no more jobs , this value is null . concode_field_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<GlacierJobDesc...
String function ( ) { return marker ; }
5,805
add error message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String ...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg1 , arg1 ) ) ; }
5,806
get workbench query . concode_field_sep long serialVersionUID concode_elem_sep int AD_Workbench_ID concode_elem_sep String ColumnName concode_elem_sep String Help concode_elem_sep ArrayList<WBWindow> m_windows concode_elem_sep int AD_Column_ID concode_elem_sep String Name concode_elem_sep int WindowNo concode_elem_sep ...
MQuery function ( ) { return MQuery . getEqualQuery ( ColumnName , "srini_string" + ColumnName + "srini_string" ) ; }
5,807
the cause of the failure . this information is generated by the system and can be useful for diagnostic purposes . if cause is set to operation_not_permitted , the decision failed because it lacked sufficient permissions . for details and example iam policies , see using iam to manage access to amazon swf workflows . r...
CompleteWorkflowExecutionFailedEventAttributes function ( String arg0 ) { this . cause = arg0 ; return this ; }
5,808
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getMimeType concode_elem_sep String getRealPath concode_ele...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
5,809
adds a custom classloader to the collection of classloaders searched for `` external '' classes . these are classes that do not depend on any of the generator 's classes or interfaces . examples are jdbc drivers , root classes , root interfaces , etc. . concode_field_sep List<ClassLoader> resourceClassLoaders concode_e...
void function ( ClassLoader arg0 ) { ObjectFactory . externalClassLoaders . add ( arg0 ) ; }
5,810
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 ( ) ; }
5,811
override to handle mouse clicks on a link . concode_field_sep PlaceHolder placeHolder concode_field_sep String getDescription
boolean function ( @ NotNull String arg0 , @ NotNull Editor arg1 ) { return false ; }
5,812
indicates whether or not the factory is configured to produce parsers which are namespace aware it simply set feature xmlpullparser.feature _ process_namespaces to true or false . concode_field_sep String PROPERTY_NAME concode_elem_sep ArrayList parserClasses concode_elem_sep Class referenceContextClass concode_elem_se...
boolean function ( ) { return getFeature ( XmlPullParser . FEATURE_PROCESS_NAMESPACES ) ; }
5,813
returns the uri of the metrics xml resource concode_field_sep EncodingMode encodingMode concode_elem_sep String postScriptName concode_elem_sep boolean kerning concode_elem_sep long serialVersionUID concode_elem_sep boolean advanced concode_elem_sep EmbeddingMode embeddingMode concode_elem_sep boolean embedded concode_...
URI function ( ) { return fontUris . getMetrics ( ) ; }
5,814
adds parameter node . concode_field_sep List nodeList concode_field_sep List getChildren concode_elem_sep String format concode_elem_sep List getValueList
void function ( IParamNode arg0 ) { nodeList . add ( arg0 ) ; }
5,815
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.Integer width concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long totalFileSize concode_elem_se...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
5,816
average aggregate function . concode_field_sep PlaceHolder placeHolder concode_field_sep TypedColumn<T,Long> sumLong concode_elem_sep TypedColumn<T,Long> count concode_elem_sep TypedColumn<T,Double> sum
TypedColumn < T , Double > function ( MapFunction < T , Double > arg0 ) { return new TypedAverage < T > ( arg0 ) . toColumnJava ( ) ; }
5,817
this method performs a deep tostring of the given object . primitive arrays are converted using their respective arrays.tostring methods while special handling is implemented for `` container types '' , i.e. object , map and collection because those could contain themselves . it should be noted that neither abstractmap...
String function ( final Object arg0 ) { return ParameterFormatter . deepToString ( arg0 ) ; }
5,818
get a thread-local record output for the supplied dataoutput . concode_field_sep ThreadLocal<BinaryRecordOutput> B_OUT concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeByte concode_elem_sep void startRecord concode_elem_sep void startMap concode_elem_sep void writeFloat concode...
BinaryRecordOutput function ( DataOutput arg0 ) { BinaryRecordOutput loc0 = B_OUT . get ( ) ; loc0 . setDataOutput ( arg0 ) ; return loc0 ; }
5,819
compares the normalizations of the two strings , using the equalssubset method . concode_field_sep float INTERSECT_THRESH concode_field_sep String concatWithSpaces concode_elem_sep String concatWithTabs concode_elem_sep boolean equalsNorm concode_elem_sep void sortByLengthDesc concode_elem_sep boolean isSubset concode_...
boolean function ( String arg0 , String arg1 ) { return equalsSubset ( normalize ( arg0 ) , normalize ( arg1 ) ) ; }
5,820
gets the value of the recipienttype property . concode_field_sep EMailNotificationRecipientType recipientType concode_elem_sep String address concode_field_sep void setAddress concode_elem_sep void setRecipientType concode_elem_sep String getAddress
EMailNotificationRecipientType function ( ) { return recipientType ; }
5,821
returns the spring bean id for this bean . concode_field_sep SCLicenseLocalService _scLicenseLocalService concode_field_sep void setWrappedService concode_elem_sep int getSCLicensesCount concode_elem_sep com.liferay.portlet.softwarecatalog.model.SCLicense fetchSCLicense concode_elem_sep com.liferay.portlet.softwarecata...
java . lang . String function ( ) { return _scLicenseLocalService . getBeanIdentifier ( ) ; }
5,822
get the context value . concode_field_sep boolean readOnly concode_elem_sep ServiceBasedNamingStore store concode_field_sep void stop concode_elem_sep void start
ServiceBasedNamingStore function ( ) { return store ; }
5,823
an example of a method - replace this comment with your own concode_field_sep int x concode_field_sep placeholderType placeHolder
int function ( int arg0 ) { return x + arg0 ; }
5,824
returns the destination inetaddress of this udpmasterconnection . concode_field_sep InetAddress m_Address concode_elem_sep UDPMasterTerminal m_Terminal concode_elem_sep int m_Timeout concode_elem_sep int m_Port concode_elem_sep boolean m_Connected concode_field_sep void setTimeout concode_elem_sep UDPTerminal getTermin...
InetAddress function ( ) { return m_Address ; }
5,825
setter method for level1tat concode_field_sep String user concode_elem_sep int level2TAT concode_elem_sep int workFlowStepsID concode_elem_sep String departmentName concode_elem_sep long serialVersionUID concode_elem_sep String status concode_elem_sep String description concode_elem_sep int callBackTAT concode_elem_sep...
void function ( int arg0 ) { this . level1TAT = arg0 ; }
5,826
gets wheel velocities to match a desired robot velocity . concode_field_sep double wheelRadius concode_elem_sep double wheelBaseline concode_elem_sep double feedbackEpsilon concode_field_sep Vector2d feedbackLinearize concode_elem_sep Vector2d convertToWheelVelocities
Vector2d function ( Vector2d arg0 ) { Vector2d loc0 = feedbackLinearize ( arg0 ) ; return convertToWheelVelocities ( loc0 . getX ( ) , loc0 . getY ( ) ) ; }
5,827
helper method - loads a testmodel from the given filename . concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
Statechart function ( String arg0 ) { return AbstractTestModelsUtil . loadStatechart ( URI . createPlatformPluginURI ( arg0 , true ) ) ; }
5,828
resets the indices concode_field_sep int[] indices concode_elem_sep float miny concode_elem_sep Indices offsets concode_elem_sep float minx concode_elem_sep float maxy concode_elem_sep MemoryNode root concode_elem_sep float maxx concode_elem_sep int start concode_elem_sep int end concode_elem_sep DataDefinition DATA_DE...
void function ( ) { curr = - 1 ; }
5,829
schliesst das fenster . concode_field_sep Button okButton concode_field_sep void initialize
void function ( ) { Stage loc0 = ( Stage ) okButton . getScene ( ) . getWindow ( ) ; loc0 . close ( ) ; }
5,830
the amazon virtual private cloud identifier vpc id of the cache subnet group . concode_field_sep String cacheSubnetGroupName concode_elem_sep String vpcId concode_elem_sep String cacheSubnetGroupDescription concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Subnet> subnets concode_field_sep void setCache...
String function ( ) { return vpcId ; }
5,831
return the index of the largest component fabs concode_field_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep S2Point add concode_elem_sep S2Point minus concode_elem_sep S2Point sub concode_elem_sep double dotProd concode_elem_sep S2Point fabs concode_elem_sep S2Point mul concode_elem_...
int function ( ) { S2Point loc0 = fabs ( this ) ; if ( loc0 . x > loc0 . y ) { if ( loc0 . x > loc0 . z ) { return 0 ; } else { return 2 ; } } else { if ( loc0 . y > loc0 . z ) { return 1 ; } else { return 2 ; } } }
5,832
check whether or not orbot is running . concode_field_sep String URI_ORBOT concode_elem_sep String ACTION_START_TOR concode_elem_sep String TOR_BIN_PATH concode_elem_sep Context mContext concode_elem_sep int REQUEST_CODE_START_ORBOT concode_field_sep void requestOrbotStart concode_elem_sep boolean isAppInstalled concod...
boolean function ( ) { int loc0 = TorServiceUtils . findProcessId ( TOR_BIN_PATH ) ; return ( loc0 != - 1 ) ; }
5,833
returns true if this connection is idle . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3 ...
boolean function ( ) { return spdyConnection == null || spdyConnection . isIdle ( ) ; }
5,834
test whether there are any more items concode_field_sep Item current concode_elem_sep int start concode_elem_sep int index concode_elem_sep int end concode_elem_sep Item[] items concode_field_sep Item next concode_elem_sep SequenceIterator getReverseIterator concode_elem_sep GroundedValue materialize concode_elem_sep i...
boolean function ( ) { return index < end ; }
5,835
the method validates connections between inputs and outputs of modules participated in rule . it compares data types of connected inputs and outputs and throws exception when there is a lack of coincidence . concode_field_sep ModuleTypeRegistry mtRegistry concode_field_sep void setRegistry concode_elem_sep void checkCo...
void function ( RuntimeRule arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } ConnectionValidator . validateConnections ( arg0 . getTriggers ( ) , arg0 . getConditions ( ) , arg0 . getActions ( ) ) ; }
5,836
stops playing concode_field_sep int INTERNAL_BUFFER_SIZE concode_elem_sep boolean DEBUG concode_elem_sep SourceDataLine source_line concode_elem_sep AudioOutputStream audio_output_stream concode_field_sep void play concode_elem_sep void init concode_elem_sep void println concode_elem_sep void print concode_elem_sep Out...
void function ( ) { if ( source_line . isOpen ( ) ) { source_line . drain ( ) ; source_line . stop ( ) ; } else { System . err . print ( "srini_string" ) ; } }
5,837
sets the value of the animalclass property . concode_field_sep FoodRecipe foodRecipe concode_elem_sep String habitat concode_elem_sep String species concode_elem_sep String temperament concode_elem_sep String name concode_elem_sep double weight concode_elem_sep String food concode_elem_sep AnimalClass animalClass conco...
void function ( AnimalClass arg0 ) { this . animalClass = arg0 ; }
5,838
gets the value of the sequencenumber property . concode_field_sep Integer sequenceNumber concode_elem_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String description concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Integer objectId concode_elem_sep Date...
Integer function ( ) { return sequenceNumber ; }
5,839
get the wrongtransaction repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep WrongTransaction extract concode_elem_sep WrongTransaction read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write
String function ( ) { return "srini_string" ; }
5,840
returns the osgi service identifier . concode_field_sep ServiceTracker<ShoppingItemFieldLocalService,ShoppingItemFieldLocalService> _serviceTracker concode_field_sep com.liferay.shopping.model.ShoppingItemField deleteShoppingItemField concode_elem_sep com.liferay.shopping.model.ShoppingItemField deleteShoppingItemField...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
5,841
configfile property getter method concode_field_sep String emailSubject concode_elem_sep String password concode_elem_sep String configFile concode_elem_sep String username concode_elem_sep String frequency concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUsername concode_...
String function ( ) { return configFile ; }
5,842
return the expression string converted to tokens . concode_field_sep int lastGoodPosition concode_elem_sep String expression concode_elem_sep List<Token> tokenStream concode_elem_sep int position concode_field_sep Token next concode_elem_sep void checkpoint concode_elem_sep boolean hasNext concode_elem_sep List<Token> ...
String function ( ) { return expression ; }
5,843
returns the number of rows that match the dynamic query . concode_field_sep FolderLocalService _service concode_field_sep com.liferay.mail.model.Folder deleteFolder concode_elem_sep com.liferay.mail.model.Folder deleteFolder concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQ...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
5,844
create a mutator that will flush when the maximum size is reached concode_field_sep int MAX_SIZE concode_elem_sep int maxSize concode_elem_sep Logger logger concode_elem_sep Mutator<K> target concode_field_sep MutationResult superDelete concode_elem_sep MutationResult incrementCounter concode_elem_sep Mutator<K> addDel...
CountingMutator < K > function ( Keyspace arg0 , Serializer < K > arg1 ) { Mutator < K > loc0 = HFactory . createMutator ( arg0 , arg1 ) ; return new CountingMutator < K > ( loc0 , MAX_SIZE ) ; }
5,845
returns the image path . concode_field_sep String m_description concode_elem_sep String m_title concode_elem_sep String m_imgPath concode_elem_sep String m_sitePath concode_elem_sep boolean m_showWeakText concode_field_sep void setShowWeakText concode_elem_sep String getTitle concode_elem_sep String getSitePath concode...
String function ( ) { return m_imgPath ; }
5,846
sets the unique object , which is the same for all of the problems of this group concode_field_sep ProblemHighlightType myHighlightType concode_elem_sep String myTooltip concode_elem_sep IntentionAction quickFix concode_elem_sep String myMessage concode_elem_sep List<QuickFixInfo> myQuickFixes concode_elem_sep boolean ...
void function ( @ Nullable ProblemGroup arg0 ) { myProblemGroup = arg0 ; }
5,847
a string that identifies the action type . concode_field_sep String owner concode_elem_sep String provider concode_elem_sep String category concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep ActionTypeId withProvider concode_elem_sep void setProvider concode_elem_sep void setVersion co...
ActionTypeId function ( String arg0 ) { setVersion ( arg0 ) ; return this ; }
5,848
silently closes the given socket . concode_field_sep Logger logger concode_elem_sep Map<Integer,SocketInfo> socketsPerPort concode_elem_sep HomematicConfig config concode_field_sep void removeSocket concode_elem_sep void flush concode_elem_sep Socket getSocket
void function ( Socket arg0 ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { } }
5,849
performs an in-place element by element square operation . aij = aij ^ 2 concode_field_sep PlaceHolder placeHolder concode_field_sep D1Matrix64F floatArrayToMatrix concode_elem_sep D1Matrix64F floatArrayToMatrix concode_elem_sep void elementExp concode_elem_sep void elementExp concode_elem_sep void elementFloor concode...
void function ( D1Matrix64F arg0 ) { final int loc0 = arg0 . getNumElements ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { arg0 . set ( loc1 , arg0 . get ( loc1 ) * arg0 . get ( loc1 ) ) ; } }
5,850
gets the value of the userid property . concode_field_sep BigInteger numberOfLinesInUse concode_elem_sep String dealerCode concode_elem_sep BigInteger numberOfSimoLinesInUse concode_elem_sep long serialVersionUID concode_elem_sep String userId concode_elem_sep XMLGregorianCalendar overrideExpiryDate concode_field_sep v...
String function ( ) { return userId ; }
5,851
sets the url of this s v n repository . concode_field_sep SVNRepository _svnRepository concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getNa...
void function ( java . lang . String arg0 ) { _svnRepository . setUrl ( arg0 ) ; }
5,852
indicates the value to which the so_rcvbuf socket option should be set . concode_field_sep long serialVersionUID concode_elem_sep int soLinger_ concode_elem_sep int receiveBufferSize_ concode_elem_sep int soTimeout_ concode_elem_sep boolean tcpNoDelaySet_ concode_elem_sep boolean keepAliveSet_ concode_elem_sep boolean ...
void function ( int arg0 ) { if ( Trace . traceOn_ ) Trace . log ( Trace . DIAGNOSTIC , "srini_string" , arg0 ) ; receiveBufferSizeSet_ = true ; receiveBufferSize_ = arg0 ; }
5,853
this test checks that chooserandom works for an excluded node . concode_field_sep Log LOG concode_elem_sep DatanodeDescriptor dataNodes[] concode_elem_sep NetworkTopology cluster concode_field_sep void testContains concode_elem_sep void testRacks concode_elem_sep void testCreateInvalidTopology concode_elem_sep void tes...
void function ( ) { String loc0 = "srini_string" + NodeBase . getPath ( dataNodes [ 0 ] ) ; Map < Node , Integer > loc1 = pickNodesAtRandom ( 100 , loc0 ) ; for ( Node loc2 : dataNodes ) { assertTrue ( loc1 . get ( loc2 ) > 0 || loc2 == dataNodes [ 0 ] ) ; } }
5,854
returns the duration in microseconds of this wav . concode_field_sep int numChannels concode_elem_sep int bitsPerSample concode_elem_sep int sampleRateHz concode_elem_sep long dataSize concode_elem_sep long dataStartPosition concode_elem_sep int encoding concode_elem_sep int averageBytesPerSecond concode_elem_sep int b...
long function ( ) { long loc0 = dataSize / blockAlignment ; return ( loc0 * C . MICROS_PER_SECOND ) / sampleRateHz ; }
5,855
write an attributetype to stream concode_field_sep String ASSERTION_PREFIX concode_elem_sep PicketLinkLogger logger concode_elem_sep String XSI_PREFIX concode_elem_sep String PROTOCOL_PREFIX concode_elem_sep String XACML_SAML_PREFIX concode_elem_sep String XACML_SAML_PROTO_PREFIX concode_elem_sep XMLStreamWriter writer...
void function ( AttributeType arg0 ) { StaxUtil . writeStartElement ( writer , ASSERTION_PREFIX , JBossSAMLConstants . ATTRIBUTE . get ( ) , ASSERTION_NSURI . get ( ) ) ; writeAttributeTypeWithoutRootTag ( arg0 ) ; StaxUtil . writeEndElement ( writer ) ; StaxUtil . flush ( writer ) ; }
5,856
return the number of leased compressor s for this compressioncodec concode_field_sep Map<Class<Decompressor>,List<Decompressor>> decompressorPool concode_elem_sep Log LOG concode_elem_sep LoadingCache<Class<Compressor>,AtomicInteger> compressorCounts concode_elem_sep LoadingCache<Class<Decompressor>,AtomicInteger> deco...
int function ( CompressionCodec arg0 ) { return ( arg0 == null ) ? 0 : getLeaseCount ( compressorCounts , arg0 . getCompressorType ( ) ) ; }
5,857
sets the number of synchronous backups for this collection . concode_field_sep boolean statisticsEnabled concode_elem_sep int DEFAULT_ASYNC_BACKUP_COUNT concode_elem_sep int asyncBackupCount concode_elem_sep int DEFAULT_SYNC_BACKUP_COUNT concode_elem_sep List<ItemListenerConfig> listenerConfigs concode_elem_sep String ...
T function ( int arg0 ) { this . backupCount = checkBackupCount ( arg0 , asyncBackupCount ) ; return ( T ) this ; }
5,858
get number of reserved map slots in the cluster . concode_field_sep int occupiedMapSlots concode_elem_sep int totalJobSubmissions concode_elem_sep int occupiedReduceSlots concode_elem_sep int numTrackers concode_elem_sep int totalMapSlots concode_elem_sep int reservedMapSlots concode_elem_sep int numBlacklistedTrackers...
int function ( ) { return reservedMapSlots ; }
5,859
setter method for emailtempid concode_field_sep String emailTempName concode_elem_sep String smsTempId concode_elem_sep String emailTempText concode_elem_sep String emailHeader concode_elem_sep String smsTempText concode_elem_sep String emailid concode_elem_sep String smsTempName concode_elem_sep String msisdn concode_...
void function ( String arg0 ) { this . emailTempId = arg0 ; }
5,860
sets debug mode . this controls how much information is displayed in the log during recognition . concode_field_sep int PSM_CIRCLE_WORD concode_elem_sep int RIL_BLOCK concode_elem_sep int RIL_WORD concode_elem_sep int PSM_SINGLE_WORD concode_elem_sep int PSM_SINGLE_COLUMN concode_elem_sep String VAR_CHAR_WHITELIST conc...
void function ( boolean arg0 ) { nativeSetDebug ( arg0 ) ; }
5,861
creates and returns a condition of the range key being equal to the given value . concode_field_sep ComparisonOperator op concode_elem_sep Object[] values concode_elem_sep String attribute concode_field_sep ComparisonOperator getComparisonOperator concode_elem_sep Object[] getValues concode_elem_sep T in concode_elem_s...
T function ( Object arg0 ) { return _withComparisonOperator ( ComparisonOperator . EQ ) . _withValues ( arg0 ) ; }
5,862
setter method for faultcodename concode_field_sep String faultCodeID concode_elem_sep String subCategory concode_elem_sep String paramSubCategoryID concode_elem_sep String paramSubSubCategoryID concode_elem_sep boolean editCapability concode_elem_sep List displayDetails concode_elem_sep String description concode_elem_...
void function ( String arg0 ) { this . faultCodeName = arg0 ; }
5,863
returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getMimeType concode_elem_sep String getMimeTypeForExtensi...
String function ( Uri arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( arg0 . toString ( ) , arg1 ) ; }
5,864
list of selectors that define the query . an object must satisfy all of the selectors to match the query . concode_field_sep com.amazonaws.internal.SdkInternalList<Selector> selectors concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Query withSelectors concode_elem_sep Query withSelectors...
java . util . List < Selector > function ( ) { if ( selectors == null ) { selectors = new com . amazonaws . internal . SdkInternalList < Selector > ( ) ; } return selectors ; }
5,865
start the process and returns the port of the started process . 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 INodejsLaun...
int function ( long arg0 , int arg1 ) { if ( ! isStarted ( ) ) { start ( ) ; } waitOnStartNodejs ( arg0 , arg1 ) ; return getPort ( ) ; }
5,866
this will set an action to be performed when the annotation loses the input focus . the name bl stands for `` blurred '' . concode_field_sep COSDictionary actions concode_field_sep void setX concode_elem_sep PDAction getFo concode_elem_sep void setPO concode_elem_sep void setU concode_elem_sep PDAction getPV concode_el...
void function ( PDAction arg0 ) { actions . setItem ( "srini_string" , arg0 ) ; }
5,867
execute update using the current internal state as where clause . concode_field_sep StringBuilder mSelection concode_elem_sep String TAG concode_elem_sep String TAG concode_elem_sep Map<String,String> mProjectionMap concode_elem_sep List<String> mUnique concode_elem_sep boolean notNull concode_elem_sep String mTable co...
int function ( SQLiteDatabase arg0 , ContentValues arg1 ) { assertTable ( ) ; return arg0 . update ( mTable , arg1 , getSelection ( ) , getSelectionArgs ( ) ) ; }
5,868
set the configuration to be used by this object . concode_field_sep Configuration conf concode_field_sep void checkNativeCodeLoaded concode_elem_sep Configuration getConf concode_elem_sep Decompressor createDecompressor concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep CompressionOutputStream...
void function ( Configuration arg0 ) { this . conf = arg0 ; }
5,869
retrieves all or part of the blob value that this blob object represents , as an array of bytes . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_elem_sep BlobDataID originalBlob concode_elem_sep int colIndex concode_elem_sep boolean isWritable conco...
byte [ ] function ( long arg0 , int arg1 ) { if ( ! isInLimits ( Long . MAX_VALUE , arg0 - 1 , arg1 ) ) { throw Util . outOfRangeArgument ( ) ; } try { return blob . getBytes ( session , arg0 - 1 , arg1 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } }
5,870
gets the value of the rval property . concode_field_sep ExperimentReturnValue rval concode_field_sep void setRval
ExperimentReturnValue function ( ) { return rval ; }
5,871
sets the results value for this userpage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.googl...
void function ( com . google . api . ads . dfp . axis . v201403 . User [ ] arg0 ) { this . results = arg0 ; }
5,872
delete / frequencys / : id - > delete the `` id '' frequency . concode_field_sep Logger log concode_elem_sep FrequencyRepository frequencyRepository concode_field_sep List<Frequency> getAll concode_elem_sep ResponseEntity<Frequency> get concode_elem_sep ResponseEntity<Void> create concode_elem_sep ResponseEntity<Void> ...
void function ( @ PathVariable Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; frequencyRepository . delete ( arg0 ) ; }
5,873
sets the vendor value for this businesspartner . concode_field_sep java.lang.String clientId concode_elem_sep long serialVersionUID concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String searc...
void function ( java . lang . Boolean arg0 ) { this . vendor = arg0 ; }
5,874
returns the cdma service category to modify . concode_field_sep Parcelable.Creator<CdmaSmsCbProgramResults> CREATOR concode_elem_sep int RESULT_INVALID_ALERT_OPTION concode_elem_sep int RESULT_UNSPECIFIED_FAILURE concode_elem_sep int mCategory concode_elem_sep int RESULT_INVALID_CATEGORY_NAME concode_elem_sep int mCate...
int function ( ) { return mCategory ; }
5,875
debug log message with printf formatting . 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 setLogLevel concode_elem_sep void setLogLevel concod...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; }
5,876
this method blocks until the streampumper finishes . concode_field_sep boolean autoflush concode_elem_sep int bufferSize concode_elem_sep OutputStream os concode_elem_sep boolean closeWhenExhausted concode_elem_sep int SMALL_BUFFER_SIZE concode_elem_sep Exception exception concode_elem_sep boolean started concode_elem_...
void function ( ) { while ( ! isFinished ( ) ) { wait ( ) ; } }
5,877
retrieve an existing writer for a given path . concode_field_sep HashMap<LogFilePath,Long> mCreationTimes concode_elem_sep Logger LOG concode_elem_sep SecorConfig mConfig concode_elem_sep HashMap<TopicPartitionGroup,HashSet<LogFilePath>> mFiles concode_elem_sep HashMap<LogFilePath,FileWriter> mWriters concode_field_sep...
FileWriter function ( LogFilePath arg0 ) { return mWriters . get ( arg0 ) ; }
5,878
getter for paymentperiod concode_field_sep Integer maxFailedPayments concode_elem_sep ActivationDetailsType activationDetails concode_elem_sep String preferredPrefix concode_elem_sep BillingPeriodDetailsType trialPeriod concode_elem_sep String description concode_elem_sep BillingPeriodDetailsType paymentPeriod concode_...
BillingPeriodDetailsType function ( ) { return paymentPeriod ; }
5,879
returns descriptions of each of the notifications emitted by this management bean . the returned value is a shallow copy of the notification array maintained by this instance . hence , changing the elements of the returned array will not affect the notification array , and the elements instances of the mbeannotificatio...
MBeanNotificationInfo [ ] function ( ) { return ( MBeanNotificationInfo [ ] ) notifications . clone ( ) ; }
5,880
gets the service . concode_field_sep String CAS_ACCESS_DENIED_REASON concode_field_sep String getTicketGrantingTicketId concode_elem_sep void putLoginTicket concode_elem_sep String getLoginTicketFromFlowScope concode_elem_sep Credential getCredential concode_elem_sep void putTicketGrantingTicketIntoMap concode_elem_sep...
WebApplicationService function ( final List < ArgumentExtractor > arg0 , final RequestContext arg1 ) { final HttpServletRequest loc0 = WebUtils . getHttpServletRequest ( arg1 ) ; return getService ( arg0 , loc0 ) ; }
5,881
sets the value of the mode property . concode_field_sep String mode concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getMode
void function ( String arg0 ) { this . mode = arg0 ; }
5,882
reset the parser to the initial state without resetting the underlying reader . concode_field_sep int S_IN_PAIR_VALUE concode_elem_sep Yytoken token concode_elem_sep int S_PASSED_PAIR_KEY concode_elem_sep int status concode_elem_sep int S_IN_ERROR concode_elem_sep Yylex lexer concode_elem_sep int S_IN_ARRAY concode_ele...
void function ( ) { token = null ; status = S_INIT ; handlerStatusStack = null ; }
5,883
create a proxy instance of the supplied interface , and pass it to the supplied consumer to emit events . concode_field_sep PlaceHolder placeHolder concode_field_sep ProxyingEventBus proxying concode_elem_sep void updating concode_elem_sep void updating concode_elem_sep void updating concode_elem_sep void updating conc...
void function ( Class < T > arg0 , Consumer < T > arg1 ) { dispatch ( Consumers . transform ( arg1 , eventConsumer -> EventEmittingProxy . proxying ( eventConsumer , arg0 ) ) ) ; }
5,884
checks if the pit of a certain index is empty concode_field_sep byte[] pitList concode_elem_sep boolean human concode_field_sep int getOffset concode_elem_sep void getLastStones concode_elem_sep void capture concode_elem_sep void switchPlayer concode_elem_sep boolean gameOver concode_elem_sep byte getPit concode_elem_s...
boolean function ( int arg0 ) { return ( getPit ( arg0 ) == 0 ) ; }
5,885
the distance from drawing y location to top of this glyph , causing the glyph to sit on the baseline . concode_field_sep Image image concode_elem_sep short yOffset concode_elem_sep boolean isMissing concode_elem_sep Shape shape concode_elem_sep short width concode_elem_sep int codePoint concode_elem_sep short height co...
int function ( ) { return yOffset ; }
5,886
get the metadata value . concode_field_sep int place concode_elem_sep MetadataField metadataField concode_elem_sep DSpaceObject dSpaceObject concode_elem_sep String language concode_elem_sep int confidence concode_elem_sep Integer id concode_elem_sep String value concode_elem_sep String authority concode_field_sep Stri...
String function ( ) { return value ; }
5,887
sets the field of this j i r a change item . concode_field_sep JIRAChangeItem _jiraChangeItem concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setOldStri...
void function ( java . lang . String arg0 ) { _jiraChangeItem . setField ( arg0 ) ; }
5,888
returns an ordered range of all the definitions . 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 queryutil #all_pos will return the full...
List < Definition > function ( int arg0 , int arg1 , OrderByComparator < Definition > arg2 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 ) ; }
5,889
return the number of pages for the current source list . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPages concode_el...
int function ( ) { float loc0 = ( float ) getNrOfElements ( ) / getPageSize ( ) ; return ( int ) ( ( loc0 > ( int ) loc0 || loc0 == 0.0 ) ? loc0 + 1 : loc0 ) ; }
5,890
get the current cursor value that can be read . concode_field_sep boolean alerted concode_elem_sep RingBufferProducer sequenceProducer concode_elem_sep Sequence cursorSequence concode_elem_sep WaitStrategy waitStrategy concode_field_sep long getAsLong concode_elem_sep void checkAlert concode_elem_sep void alert concode...
long function ( ) { return cursorSequence . getAsLong ( ) ; }
5,891
returns username concode_field_sep Map<String,String> inputs concode_elem_sep Map<String,String> argumentMap concode_field_sep String getServiceURL concode_elem_sep String getReportsLocation concode_elem_sep String getJRTemplateLocation concode_elem_sep String getDataLocation concode_elem_sep String getModelName concod...
String function ( ) { return inputs . get ( "srini_string" ) ; }
5,892
adds a reference to the specified id . if an object is already registered with the specified id , the soap reference will immedately be set . otherwise , the reference will be set when an object is registered with the specified id . concode_field_sep SortedMap<String,List<SoapRef>> unresolvedRefs concode_elem_sep Sorte...
void function ( String arg0 , SoapRef arg1 ) { Object loc0 = instances . get ( arg0 ) ; if ( loc0 != null ) { arg1 . set ( loc0 ) ; } else { List < SoapRef > loc1 = unresolvedRefs . get ( arg0 ) ; if ( loc1 == null ) { loc1 = new ArrayList < SoapRef > ( ) ; unresolvedRefs . put ( arg0 , loc1 ) ; } loc1 . add ( arg1 ) ;...
5,893
yield to other running threads concode_field_sep String[] args concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void init concode_elem_sep void _assert concode_elem_sep void _assert concode_elem_sep Thread start...
void function ( ) { Thread . yield ( ) ; }
5,894
indicates whether the given sigbytes starting at index offset with length bytes can be verified using the public key ora certificate of the signer . this signaturespi instance is reset to the state of its lastinitialization for verifying and thus can be used to verify another signature of the same signer . concode_fiel...
boolean function ( byte [ ] arg0 , int arg1 , int arg2 ) { byte [ ] loc0 = new byte [ arg2 ] ; System . arraycopy ( arg0 , arg1 , loc0 , 0 , arg2 ) ; return engineVerify ( loc0 ) ; }
5,895
get the next token . concode_field_sep int[] jj_expentry concode_elem_sep SimpleCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep boolean jj_initialized_once concode_elem_sep int jj_gen concode_elem_sep int[] jj_la1 concode_elem_sep java...
Token function ( ) { if ( token . next != null ) token = token . next ; else token = token . next = token_source . getNextToken ( ) ; jj_ntk = - 1 ; jj_gen ++ ; return token ; }
5,896
returns the curent page concode_field_sep int mItemCount concode_elem_sep int mItemsPerPage concode_elem_sep int mCurrentPage concode_field_sep int getLimit concode_elem_sep boolean hasNextPage concode_elem_sep int getNextPage concode_elem_sep int getOffset concode_elem_sep void setCurrentPage concode_elem_sep boolean ...
int function ( ) { return mCurrentPage ; }
5,897
make all nonexistent directories . concode_field_sep String NEW_LINE concode_field_sep String getProcessId concode_elem_sep boolean isWindows concode_elem_sep String getNewLine
void function ( final File arg0 ) { File loc0 = arg0 . getParentFile ( ) ; if ( loc0 != null ) { loc0 . mkdirs ( ) ; } }
5,898
method that will trigger the building of all static images . this can be done at the beginning of the program to specifically catch any image build areas from the start . concode_field_sep ImageIcon emptyCrossboxIcon concode_elem_sep ImageIcon cameraIcon concode_elem_sep String imagePath concode_elem_sep ImageIcon[][] ...
void function ( ) { }
5,899
what sub operation to use for the selected operation concode_field_sep List<String> DEFAULT_SCOPES concode_elem_sep GoogleMailApiName apiName concode_elem_sep String clientId concode_elem_sep List<String> scopes concode_elem_sep String methodName concode_elem_sep String clientSecret concode_elem_sep String accessToken ...
void function ( String arg0 ) { this . methodName = arg0 ; }