idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
10,100 | create a rxjava1clientwebrequestbuilder for a request with the given http method . concode_field_sep PlaceHolder placeHolder concode_field_sep RxJava1ClientWebRequestBuilder patch concode_elem_sep RxJava1ClientWebRequestBuilder head concode_elem_sep RxJava1ClientWebRequestBuilder post concode_elem_sep RxJava1ClientWebR... | RxJava1ClientWebRequestBuilder function ( HttpMethod arg0 , String arg1 , Object ... arg2 ) { return new RxJava1ClientWebRequestBuilder ( arg0 , arg1 , arg2 ) ; } |
10,101 | count dataitem in level2 concode_field_sep Log _log concode_field_sep DATAITEM getByNode1Id concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep List<DATAITEM> getInLevel2 concode_elem_sep int countInLevel3 concode_elem_sep DATAITEM getByNode3Id concode_elem_sep List<... | int function ( long arg0 , String arg1 ) { int loc0 = 0 ; try { loc0 = DATAITEMLocalServiceUtil . countByDataGroupLevel2 ( arg0 , arg1 ) ; } catch ( Exception loc1 ) { _log . error ( loc1 ) ; } return loc0 ; } |
10,102 | instantiate specified class , either alias or fully-qualified class name . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<? extends Builder> lookup | Builder function ( String arg0 ) { Class < ? extends Builder > loc0 = lookup ( arg0 ) ; if ( loc0 == null ) { loc0 = ( Class < ? extends Builder > ) Class . forName ( arg0 ) ; } return loc0 . newInstance ( ) ; } |
10,103 | returns the expected finish time concode_field_sep Inet4Address dest concode_elem_sep double finishTime concode_elem_sep int size concode_elem_sep Inet4Address source concode_elem_sep int delay concode_field_sep void addDelay concode_elem_sep int getSize concode_elem_sep int getDelay concode_elem_sep void setFinishTime... | double function ( ) { return this . finishTime ; } |
10,104 | get the list of types defined inside the current type . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isClass concode_elem_sep ReferenceTypeDeclaration asReferenceType concode_elem_sep Optional<ReferenceTypeDeclaration> containerType concode_elem_sep EnumDeclaration asEnum concode_elem_sep boolean... | Set < ReferenceTypeDeclaration > function ( ) { throw new UnsupportedOperationException ( "srini_string" + this ) ; } |
10,105 | updates the specified entity details in the database . concode_field_sep SimpleJdbcTemplate jdbcTemplate concode_elem_sep EntityMapper<T> entityMapper concode_elem_sep ActionDao actionDao concode_field_sep ReleasableIterator<T> getFeaturelessEntity concode_elem_sep void addEntity concode_elem_sep boolean exists concode... | void function ( T arg0 ) { Map < String , Object > loc0 ; loc0 = new HashMap < String , Object > ( ) ; entityMapper . populateEntityParameters ( loc0 , arg0 ) ; jdbcTemplate . update ( entityMapper . getSqlUpdate ( true ) , loc0 ) ; actionDao . addAction ( entityMapper . getEntityType ( ) , ChangesetAction . MODIFY , a... |
10,106 | enables the internal caching of resolved typevariables . concode_field_sep Map<Class<?>,Reference<Map<TypeVariable<?>,Type>>> typeVariableCache concode_elem_sep boolean cacheEnabled concode_field_sep Type resolveGenericType concode_elem_sep Map<TypeVariable<?>,Type> getTypeVariableMap concode_elem_sep Class<?> resolveR... | void function ( ) { cacheEnabled = true ; } |
10,107 | sets the value of the serviceinformationextensions property . concode_field_sep DigitalIdentityListType serviceDigitalIdentity concode_elem_sep String serviceStatus concode_elem_sep ExtensionsListType serviceInformationExtensions concode_elem_sep long serialVersionUID concode_elem_sep InternationalNamesType serviceName... | void function ( ExtensionsListType arg0 ) { this . serviceInformationExtensions = arg0 ; } |
10,108 | parse json text into java object from the input source . concode_field_sep PlaceHolder placeHolder concode_field_sep String toJSONString concode_elem_sep void writeJSONString concode_elem_sep Object parse concode_elem_sep Object parse concode_elem_sep String escape concode_elem_sep void escape | Object function ( Reader arg0 ) { JSONParser loc0 = new JSONParser ( ) ; return loc0 . parse ( arg0 ) ; } |
10,109 | sets value of the coreprotocolpnames #use_expect_continue parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep ProtocolVersion getVersion concode_elem_sep CodingErrorAction getUnmappableInputAction concode_elem_sep void setUnmappableInputAction concode_elem_sep void setVersion concode_elem_sep Coding... | void function ( final HttpParams arg0 , final boolean arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; arg0 . setBooleanParameter ( CoreProtocolPNames . USE_EXPECT_CONTINUE , arg1 ) ; } |
10,110 | get the instance of piminterfaces . create the instance if needed . concode_field_sep NetworkConfigService configService concode_elem_sep Map<ConnectPoint,PIMInterface> interfaces concode_elem_sep Timeout helloTimer concode_elem_sep InternalConfigListener configListener concode_elem_sep PIMInterfaces instance concode_e... | PIMInterfaces function ( ) { if ( null == instance ) { instance = new PIMInterfaces ( ) ; } return instance ; } |
10,111 | determine whether the given method is an `` equals '' method . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isJdkDynamicProxy concode_elem_sep boolean canApply concode_elem_sep boolean canApply concode_elem_sep boolean canApply concode_elem_sep boolean canApply concode_elem_sep Object invokeJoinp... | boolean function ( Method arg0 ) { return ReflectionUtils . isEqualsMethod ( arg0 ) ; } |
10,112 | returns attribute namespace . concode_field_sep int TEXT concode_elem_sep int END_DOCUMENT concode_elem_sep int m_tagSourceLine concode_elem_sep int m_tagName concode_elem_sep IOException m_nextException concode_elem_sep int[] m_resourceIDs concode_elem_sep TagAttribute[] m_tagAttributes concode_elem_sep int valueStrin... | String function ( int arg0 ) { return getString ( getAttribute ( arg0 ) . namespace ) ; } |
10,113 | sets the value of the from property . concode_field_sep List<ArtifactType> artifact concode_elem_sep SearchResult.Data data concode_elem_sep BigInteger count concode_elem_sep BigInteger from concode_elem_sep BigInteger totalCount concode_elem_sep boolean tooManyResults concode_field_sep void setTotalCount concode_elem_... | void function ( BigInteger arg0 ) { this . from = arg0 ; } |
10,114 | test method for org.talend.core.model.metadata.builder.connection.impl.metadatatableimpl #getname concode_field_sep String metadataTableLabel concode_elem_sep String metadataTableDefaultLable concode_elem_sep String metadataTableName concode_field_sep void setUpBeforeClass concode_elem_sep void testGetNameAndGetLabelca... | void function ( ) { MetadataTable loc0 = ConnectionFactory . eINSTANCE . loc0 ( ) ; Assert . assertTrue ( loc0 . getName ( ) . equals ( metadataTableDefaultLable ) ) ; Assert . assertTrue ( loc0 . getLabel ( ) . equals ( metadataTableDefaultLable ) ) ; } |
10,115 | whether the user has contact url . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_elem_sep String getN... | boolean function ( String arg0 , String arg1 ) { if ( ! hasUser ( arg0 ) ) return false ; return getUserBindingInfo ( arg0 ) . hasContact ( arg1 ) ; } |
10,116 | getter method for the cod data concode_field_sep String tempMin_JSON concode_elem_sep String sunset_JSON concode_elem_sep double mTemp concode_elem_sep long mSunrise concode_elem_sep String description_JSON concode_elem_sep String mDescription concode_elem_sep Sys mSys concode_elem_sep String pressure_JSON concode_elem... | long function ( ) { return mCod ; } |
10,117 | index of chunk 0 based . concode_field_sep String fileName concode_elem_sep long lastAccessTime concode_elem_sep long lastModifiedTime concode_elem_sep long creationTime concode_elem_sep int size concode_elem_sep int offset concode_elem_sep long fileSize concode_elem_sep byte[] chunk concode_field_sep long getLastAcces... | int function ( ) { return offset ; } |
10,118 | set the value of balance concode_field_sep Connection c concode_elem_sep int balance concode_elem_sep EntityContext ctx concode_elem_sep Integer customerId concode_elem_sep Integer id concode_field_sep void ejbLoad concode_elem_sep void unsetEntityContext concode_elem_sep void ejbPostCreate concode_elem_sep Integer get... | void function ( final int arg0 ) { this . balance = arg0 ; } |
10,119 | sets the id of the last post in the topic concode_field_sep boolean moderated concode_elem_sep int TYPE_NORMAL concode_elem_sep boolean paginate concode_elem_sep int TYPE_ANNOUNCE concode_elem_sep int voteId concode_elem_sep int type concode_elem_sep String title concode_elem_sep Date lastPostTime concode_elem_sep User... | void function ( int arg0 ) { this . lastPostId = arg0 ; } |
10,120 | returns the osgi service identifier . concode_field_sep MeetupsEntryLocalService _meetupsEntryLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.List<com.liferay.social.networking.model.Meet... | java . lang . String function ( ) { return _meetupsEntryLocalService . getOSGiServiceIdentifier ( ) ; } |
10,121 | specifies whether a dump should be requested concode_field_sep long retryDelay concode_elem_sep int retryCount concode_elem_sep boolean reset concode_elem_sep boolean dump concode_field_sep void sleep concode_elem_sep void onConnectionFailure concode_elem_sep Socket tryConnect concode_elem_sep void onConnecting concode... | void function ( final boolean arg0 ) { this . dump = arg0 ; } |
10,122 | internal access method that should not be used by applications . concode_field_sep PlaceHolder placeHolder concode_field_sep void updateEvent | EvolveEvent function ( ) { return new EvolveEvent ( ) ; } |
10,123 | get the string that is displayed in combobox dropdown lists when this attribute object is in a list . i.e. this is the method the swing framework calls when it turns a defaultcomboboxmodel of attribute objects into strings that are displayed to the user . concode_field_sep Attribute SELECT_ATTRIBUTE concode_elem_sep St... | String function ( ) { return ( getDisplayName ( ) ) ; } |
10,124 | add a value to the cache concode_field_sep String KEY_START concode_elem_sep String CACHE_CLEARED concode_elem_sep String KEY_END concode_elem_sep String CACHE_KEY concode_elem_sep Logger log concode_field_sep Object get | String function ( Object arg0 , FacesContext arg1 ) { Map loc0 = arg1 . getExternalContext ( ) . getSessionMap ( ) ; if ( loc0 . get ( CACHE_KEY ) == null ) { loc0 . put ( CACHE_KEY , new HashMap ( ) ) ; } Map loc1 = ( Map ) loc0 . get ( CACHE_KEY ) ; String loc2 = KEY_START + loc1 . size ( ) + KEY_END ; loc1 . put ( l... |
10,125 | protected section concode_field_sep Dispatch dipNamespace concode_elem_sep String strWorkingDir concode_elem_sep ActiveXComponent axc concode_elem_sep Dispatch dipOutlook concode_field_sep void deleteOutlookItem concode_elem_sep Dispatch generatePutDispatchContent concode_elem_sep void closeOutlook concode_elem_sep voi... | Dispatch function ( String arg0 ) { return Dispatch . call ( this . dipNamespace , "srini_string" , arg0 ) . toDispatch ( ) ; } |
10,126 | returns the attribute value , or null if there was an error concode_field_sep boolean wasInd concode_elem_sep EvaluationResult trueBooleanResult concode_elem_sep AttributeValue value concode_elem_sep Status status concode_elem_sep EvaluationResult falseBooleanResult concode_field_sep EvaluationResult getTrueInstance co... | AttributeValue function ( ) { return value ; } |
10,127 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep BpdmPackage modelPackage concode_field_sep T caseDummy concode_elem_sep T defaultCase | T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; } |
10,128 | decodes a jbig2 image from a string path concode_field_sep JBIG2StreamDecoder streamDecoder concode_field_sep int getNumberOfPages concode_elem_sep void setGlobalData concode_elem_sep void cleanupPostDecode concode_elem_sep Segment findSegment concode_elem_sep boolean isRandomAccessOrganisationUsed concode_elem_sep JBI... | void function ( String arg0 ) { decodeJBIG2 ( new FileInputStream ( arg0 ) ) ; } |
10,129 | returns the parameter name . concode_field_sep String DEFAULT_VALUE_CLASS concode_elem_sep String valueClass concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep Object value concode_field_sep String getValueClass concode_elem_sep void setName concode_elem_sep Object getValue concode_ele... | String function ( ) { return name ; } |
10,130 | gets the value of the stopaction property . concode_field_sep String startAction concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep Integer stopDelay concode_elem_sep String stopAction concode_elem_sep Integer startDelay concode_elem_sep Boolean waitingForGuest concode_elem_sep String id concode_elem_s... | String function ( ) { if ( stopAction == null ) { return "srini_string" ; } else { return stopAction ; } } |
10,131 | get value of id . concode_field_sep String name concode_elem_sep String link concode_elem_sep String tooltip concode_elem_sep String id concode_field_sep void setName concode_elem_sep void setLink concode_elem_sep String getLink concode_elem_sep String getName concode_elem_sep String getTooltip concode_elem_sep void se... | String function ( ) { return id ; } |
10,132 | gets the value of the producttemplatedescription property . concode_field_sep String notes concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep List<FrequencyCap> frequencyCaps concode_elem_sep Long productTemplateId concode_elem_sep Integer priority concode_elem_sep RateType rateType concode_elem_sep Produc... | String function ( ) { return productTemplateDescription ; } |
10,133 | return the offset of the next value to read . concode_field_sep long valueCount concode_elem_sep long ord concode_elem_sep DataInput in concode_elem_sep byte[] blocks concode_elem_sep long[] values concode_elem_sep LongsRef valuesRef concode_elem_sep int packedIntsVersion concode_elem_sep int blockSize concode_elem_sep... | long function ( ) { return ord ; } |
10,134 | adds an intersection into the list , if it is n't already there . the input segmentindex and dist are expected to be normalized . concode_field_sep Edge edge concode_elem_sep Map nodeMap concode_field_sep Iterator iterator concode_elem_sep void print concode_elem_sep Edge createSplitEdge concode_elem_sep void addSplitE... | EdgeIntersection function ( Coordinate arg0 , int arg1 , double arg2 ) { EdgeIntersection loc0 = new EdgeIntersection ( arg0 , arg1 , arg2 ) ; EdgeIntersection loc1 = ( EdgeIntersection ) nodeMap . get ( loc0 ) ; if ( loc1 != null ) { return loc1 ; } nodeMap . put ( loc0 , loc0 ) ; return loc0 ; } |
10,135 | returns true if the given state is currently active otherwise false . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep long myInt concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void setMyInt ... | boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_S1 : return stateVector [ 0 ] == State . main_region_S1 ; case main_region_S2 : return stateVector [ 0 ] == State . main_region_S2 ; case region2_a : return stateVector [ 1 ] == State . region2_a ; default : return false ; } } |
10,136 | returns the size of the set associated with this translator , i.e. the set passed to the construtor . concode_field_sep int size concode_elem_sep Vector<Comparable> mapToComparable concode_elem_sep Map<Comparable,Integer> mapToInteger concode_field_sep int translate concode_elem_sep Comparable translate | int function ( ) { return size ; } |
10,137 | create an instance of jaxbelement concode_field_sep QName _IsPrimeResponse_QNAME concode_elem_sep QName _IsPrime_QNAME concode_field_sep IsPrimeResponse createIsPrimeResponse concode_elem_sep JAXBElement<IsPrimeResponse> createIsPrimeResponse | JAXBElement < IsPrime > function ( IsPrime arg0 ) { return new JAXBElement < IsPrime > ( _IsPrime_QNAME , IsPrime . class , null , arg0 ) ; } |
10,138 | create an instance of userextensionconfiglist concode_field_sep PlaceHolder placeHolder concode_field_sep UserExtensionConfigItemList createUserExtensionConfigItemList concode_elem_sep UserExtensionConfigItemKeyList createUserExtensionConfigItemKeyList concode_elem_sep UserExtensionConfigKeyList createUserExtensionConf... | UserExtensionConfigList function ( ) { return new UserExtensionConfigList ( ) ; } |
10,139 | returns managedbuildinfo for the current project if converter is currently running concode_field_sep IProject fProject concode_elem_sep ThreadLocal<Map<String,UpdateManagedProjectManager>> fThreadInfo concode_elem_sep IOverwriteQuery fBackupFileOverwriteQuery concode_elem_sep boolean fIsInfoReadOnly concode_elem_sep IO... | ManagedBuildInfo function ( IProject arg0 ) { UpdateManagedProjectManager loc0 = getExistingUpdateManager ( arg0 ) ; if ( loc0 == null ) return null ; return loc0 . getConvertedManagedBuildInfo ( ) ; } |
10,140 | add local entry by omelement concode_field_sep String serviceName concode_elem_sep Log log concode_elem_sep LocalEntryAdminServiceStub localEntryAdminServiceStub concode_field_sep String getEntryNamesString concode_elem_sep int getEntryDataCount concode_elem_sep String[] getEntryNames concode_elem_sep boolean addLocalE... | boolean function ( OMElement arg0 ) { return ( localEntryAdminServiceStub . addEntry ( arg0 . toString ( ) ) ) ; } |
10,141 | make an html element droppable concode_field_sep PlaceHolder placeHolder concode_field_sep String addDragable concode_elem_sep String addDragable | String function ( String arg0 , String arg1 , FacesContext arg2 , String arg3 , String arg4 ) { EffectsArguments loc0 = new EffectsArguments ( ) ; loc0 . add ( "srini_string" , arg1 ) ; loc0 . add ( "srini_string" , arg3 ) ; loc0 . add ( "srini_string" , arg4 ) ; String loc1 = "srini_string" + arg0 + "srini_string" + l... |
10,142 | returns a new event with the same field values as this object . concode_field_sep boolean preventDefault concode_elem_sep boolean cancelable concode_elem_sep boolean isBubbling concode_elem_sep List defaultActions concode_elem_sep Event originalEvent concode_elem_sep String type concode_elem_sep EventTarget target conc... | Object function ( ) { AbstractEvent loc0 = ( AbstractEvent ) super . clone ( ) ; loc0 . timeStamp = System . currentTimeMillis ( ) ; return loc0 ; } |
10,143 | returns a boolean indicating whether to accept a do request coming from the other end . concode_field_sep boolean acceptLocal concode_elem_sep boolean doFlag concode_elem_sep boolean initialLocal concode_elem_sep boolean initialRemote concode_elem_sep boolean willFlag concode_elem_sep int optionCode concode_elem_sep bo... | boolean function ( ) { return ( acceptLocal ) ; } |
10,144 | getcollectiontracker concode_field_sep String SNMPUINT32 concode_elem_sep String SNMPCOUNTER64 concode_elem_sep boolean m_isTabular concode_elem_sep int m_column concode_elem_sep String SNMPOPAQUE concode_elem_sep String SNMPGAUGE32 concode_elem_sep String SNMPOBJECTID concode_elem_sep Class<?> m_typeClass concode_elem... | CollectionTracker function ( ) { return m_isTabular ? ( CollectionTracker ) new ColumnTracker ( getSnmpObjId ( ) ) : ( CollectionTracker ) new SingleInstanceTracker ( getSnmpObjId ( ) , SnmpInstId . INST_ZERO ) ; } |
10,145 | plot this point using standard draw . concode_field_sep Comparator<Point2D> X_ORDER concode_elem_sep Comparator<Point2D> POLAR_ORDER concode_elem_sep Comparator<Point2D> ATAN2_ORDER concode_elem_sep Comparator<Point2D> R_ORDER concode_elem_sep Comparator<Point2D> DISTANCE_TO_ORDER concode_elem_sep double x concode_elem... | void function ( ) { StdDraw . point ( x , y ) ; } |
10,146 | sets the value of the maxvideoadduration property . concode_field_sep String videoMidrollFrequency concode_elem_sep Long minVideoAdDuration concode_elem_sep MidrollFrequencyType videoMidrollFrequencyType concode_elem_sep String baseAdRuleSlotType concode_elem_sep Long maxPodDuration concode_elem_sep Long id concode_ele... | void function ( Long arg0 ) { this . maxVideoAdDuration = arg0 ; } |
10,147 | returns the type from super class 's type parameter in moretypes #canonicalize type canonical form . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve... | Type function ( Class < ? > arg0 ) { Type loc0 = arg0 . getGenericSuperclass ( ) ; if ( loc0 instanceof Class ) { throw new RuntimeException ( "srini_string" ) ; } ParameterizedType loc1 = ( ParameterizedType ) loc0 ; return canonicalize ( loc1 . getActualTypeArguments ( ) [ 0 ] ) ; } |
10,148 | retrieves the absolute path , given some path specification . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep boolean fsIsIgnoreCase concode_field_sep File absoluteFile concode_elem_sep IOException toIOException concode_elem_sep void renameOverwrite concode_elem_sep String canonicalPath concode_el... | String function ( String arg0 ) { return ( new File ( arg0 ) ) . getAbsolutePath ( ) ; } |
10,149 | gets the length . concode_field_sep IoBuffer payload concode_elem_sep int opcode concode_elem_sep Type type concode_field_sep short getLEShort concode_elem_sep byte getByte concode_elem_sep short getLEShortA concode_elem_sep void getReverseA concode_elem_sep int getTriByte concode_elem_sep int getLEInt concode_elem_sep... | int function ( ) { return payload . limit ( ) ; } |
10,150 | call rb.getstring , but catch exception and return english key so that small spelling errors do n't cripple the gui concode_field_sep String Policy concode_elem_sep Date LastSuccess concode_elem_sep DateFormat df concode_elem_sep String ModName concode_elem_sep Integer MaxRenew concode_elem_sep Date LastFailure concode... | String function ( String arg0 ) { try { String loc0 = rb . getString ( arg0 ) ; return loc0 ; } catch ( MissingResourceException loc0 ) { System . out . println ( "srini_string" + arg0 + "srini_string" ) ; return arg0 ; } } |
10,151 | required . specifies the tag that must be associated with the execution for it to meet the filter criteria . constraints : length : 1 - 256 concode_field_sep String tag concode_field_sep TagFilter withTag concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep TagFilter clone concode_elem_sep Str... | void function ( String arg0 ) { this . tag = arg0 ; } |
10,152 | this method was generated by mybatis generator . this method sets the value of the database column company_info . com_id concode_field_sep Date addTime concode_elem_sep Integer comId concode_elem_sep String comName concode_elem_sep Integer status concode_field_sep Integer getComId concode_elem_sep String getComName con... | void function ( Integer arg0 ) { this . comId = arg0 ; } |
10,153 | write integer to address . note : size of integer depends on platform type . concode_field_sep MemoryInterface memIntf concode_field_sep void setByteValueOf concode_elem_sep long getLongValueOf concode_elem_sep short getShortValueOf concode_elem_sep void setInt64ValueOf concode_elem_sep int getInt32ValueOf concode_elem... | void function ( long arg0 , int arg1 ) { memIntf . setMemorySegment ( arg0 , MemoryBuffer . wrap ( memIntf . getLayout ( ) , new byte [ memIntf . getLayout ( ) . intSize ] ) . putInt ( arg1 ) . getBytes ( ) ) ; } |
10,154 | the user name . concode_field_sep String password concode_elem_sep String instanceId concode_elem_sep Integer validForInMinutes concode_elem_sep String username concode_field_sep TemporaryCredential withValidForInMinutes concode_elem_sep void setPassword concode_elem_sep String getInstanceId concode_elem_sep void setUs... | TemporaryCredential function ( String arg0 ) { setUsername ( arg0 ) ; return this ; } |
10,155 | sets the lastmodifieddatetime value for this ratecard . concode_field_sep com.google.api.ads.dfp.axis.v201408.DateTime lastModifiedDateTime concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep ja... | void function ( com . google . api . ads . dfp . axis . v201408 . DateTime arg0 ) { this . lastModifiedDateTime = arg0 ; } |
10,156 | adds extra where clauses , encased in and joined by and . concode_field_sep String MIME_INVALID_CHAR_REPLACEMENT concode_elem_sep Pattern MIME_INVALID_CHARS concode_elem_sep String TYPE_DIR_PREFIX concode_elem_sep String TYPE_ITEM_PREFIX concode_field_sep Uri toContentUri concode_elem_sep String[] addPrefixToProjection... | String function ( String arg0 , String ... arg1 ) { if ( arg0 == null && arg1 . length == 1 ) { return arg1 [ 0 ] ; } final String loc0 = "srini_string" + TextUtils . join ( "srini_string" , Arrays . asList ( arg1 ) ) + "srini_string" ; return loc0 + ( arg0 != null && arg0 . length ( ) > 0 ? "srini_string" + arg0 + "sr... |
10,157 | launch web application concode_field_sep WebDriver webDriver concode_field_sep void searchOnGoogleHomePage concode_elem_sep void shutDownDriver concode_elem_sep String getSearchResultStatistics concode_elem_sep void main concode_elem_sep void initDriver | void function ( ) { webDriver . get ( "srini_string" ) ; } |
10,158 | sets the jira project id of this j i r a project . concode_field_sep JIRAProject _jiraProject concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes co... | void function ( long arg0 ) { _jiraProject . setJiraProjectId ( arg0 ) ; } |
10,159 | download a file . concode_field_sep Logger log concode_elem_sep String pass concode_elem_sep int port concode_elem_sep Session session concode_elem_sep ChannelSftp channel concode_elem_sep String host concode_elem_sep String user concode_elem_sep int CONNECTION_TIMEOUT concode_field_sep void disconnect concode_elem_sep... | void function ( String arg0 , String arg1 ) { log . info ( "srini_string" + user + "srini_string" + pass + "srini_string" + host + "srini_string" + port + "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; try { channel . get ( arg0 , arg1 ) ; } catch ( SftpException loc0 ) { loc0 . printStackTrace ( ) ... |
10,160 | add the given question word and answer word to the set of questions . synonyms will be taken into account at this point . concode_field_sep TreeMap<String,Word> words concode_elem_sep TreeSet<String> answers concode_elem_sep String word concode_field_sep Iterator<String> iterator concode_elem_sep Iterator<Word> iterato... | void function ( String arg0 , String arg1 ) { Word loc0 = words . get ( arg0 . toLowerCase ( ) ) ; if ( loc0 == null ) { loc0 = new Word ( arg0 ) ; words . put ( arg0 . toLowerCase ( ) , loc0 ) ; } loc0 . add ( arg1 ) ; } |
10,161 | answers if the column can be set to null concode_field_sep boolean key concode_elem_sep boolean nullable concode_elem_sep Object defaultValue concode_elem_sep int blockSize concode_elem_sep Type type concode_elem_sep Encoding encoding concode_elem_sep CompressionAlgorithm compressionAlgorithm concode_elem_sep Compressi... | boolean function ( ) { return nullable ; } |
10,162 | gets the value of the modeldescription property . concode_field_sep String makeDescription concode_elem_sep String exteriorColor concode_elem_sep Date licPlateExpDate concode_elem_sep String licPlate concode_elem_sep String engineDescription concode_elem_sep int modelYear concode_elem_sep String licPlateState concode_e... | String function ( ) { return modelDescription ; } |
10,163 | get the configuration directory concode_field_sep File configs concode_elem_sep String FILES_SUFFIX concode_elem_sep Charset CHARSET concode_elem_sep Logger LOG concode_elem_sep ConfigurationPersistance INSTANCE concode_elem_sep File rootDir concode_field_sep boolean deleteConfiguration concode_elem_sep ConfigurationPe... | File function ( ) { return rootDir ; } |
10,164 | the marker for the next set of results , or null if there are no additional results . concode_field_sep String nextMarker concode_elem_sep java.util.List<Certificate> certificates concode_field_sep String getNextMarker concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListCertificatesResult... | ListCertificatesResult function ( String arg0 ) { setNextMarker ( arg0 ) ; return this ; } |
10,165 | the name getter to retrieve the name value which will be displayed in the inputtext concode_field_sep String response concode_elem_sep String name concode_elem_sep GreeterEJBLocal greeterEJB concode_field_sep void setName concode_elem_sep String sayHello concode_elem_sep String getResponse | String function ( ) { return name ; } |
10,166 | two objects that are equal are required to return the same hashcode . concode_field_sep double EPSILON concode_field_sep void testRefreshTicksWithZeroTickUnit concode_elem_sep void testCloning concode_elem_sep void testAutoRange3 concode_elem_sep void testAutoRange1 concode_elem_sep void testXYAutoRange2 concode_elem_s... | void function ( ) { LogAxis loc0 = new LogAxis ( "srini_string" ) ; LogAxis loc1 = new LogAxis ( "srini_string" ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
10,167 | print message when tests are complete . concode_field_sep Exception CAUSE concode_elem_sep String MSG concode_field_sep void testConstructor4 concode_elem_sep void setUpClass concode_elem_sep void testConstructor1 concode_elem_sep void testConstructor3 concode_elem_sep void testConstructor2 | void function ( ) { System . out . println ( "srini_string" ) ; } |
10,168 | returns true , if this scene is active , otherwise false . concode_field_sep boolean active concode_elem_sep String INTERNAL_SCENE_ID concode_elem_sep List<Device> devices concode_elem_sep Short SCENE_ID concode_elem_sep String SceneName concode_elem_sep Integer ZONE_ID concode_elem_sep SceneStatusListener listener con... | boolean function ( ) { return this . active ; } |
10,169 | override this method to do any setup needed before generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject concode_elem_sep MessageConsole get... | void function ( GeneratorEntry arg0 ) { } |
10,170 | returns the canonical instance on deserialization . concode_field_sep long serialVersionUID concode_field_sep String toString concode_elem_sep boolean evaluate concode_elem_sep Object accept | Object function ( ) { return Filter . EXCLUDE ; } |
10,171 | returns the create date of this release . concode_field_sep Release _release concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildNumber concode_elem_sep boolean isEscapedModel concode_elem_sep j... | Date function ( ) { return _release . getCreateDate ( ) ; } |
10,172 | attribute setter . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep Attributes getAttributes concode_elem_sep void setTag concode_elem_sep Tag getTag concode_elem_sep void addChild concode_elem_sep void replaceTagWireWith... | void function ( Attributes arg0 ) { attributes = arg0 ; } |
10,173 | called for each failure obtained from non master nodes concode_field_sep CountDownLatch latch concode_elem_sep Set<DiscoveryNode> pendingNodes concode_field_sep void onResponse concode_elem_sep boolean awaitAllNodes concode_elem_sep DiscoveryNode[] pendingNodes | void function ( DiscoveryNode arg0 , Exception arg1 ) { boolean loc0 = pendingNodes . remove ( arg0 ) ; assert loc0 : "srini_string" + arg0 + "srini_string" ; latch . countDown ( ) ; } |
10,174 | returns true if standard input is empty . concode_field_sep int buffer concode_elem_sep int EOF concode_elem_sep int N concode_elem_sep BufferedInputStream in concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep double readDouble concode_elem_sep String read... | boolean function ( ) { return buffer == EOF ; } |
10,175 | calculates the average of all the scores collected so far . concode_field_sep double[] scores concode_elem_sep int currentSize concode_field_sep int getLowScoreIndex concode_elem_sep double sumScores concode_elem_sep int find concode_elem_sep int findOne concode_elem_sep void readScores concode_elem_sep String toString... | double function ( ) { double loc0 = 0 ; if ( currentSize != 0 ) loc0 = sumScores ( ) / currentSize ; return loc0 ; } |
10,176 | set the subtitle color concode_field_sep Map<Class<?>,Class<?>> CORRESPONDING_TYPES concode_elem_sep int fadeOutTime concode_elem_sep String title concode_elem_sep String subtitle concode_elem_sep int fadeInTime concode_elem_sep ChatColor titleColor concode_elem_sep Class<?> chatBaseComponent concode_elem_sep Class<?> ... | void function ( ChatColor arg0 ) { this . subtitleColor = arg0 ; } |
10,177 | adds an topological node to this graph concode_field_sep List<TopologicalLink> linkList concode_elem_sep List<TopologicalNode> nodeList concode_field_sep int getNumberOfNodes concode_elem_sep Iterator<TopologicalNode> getNodeIterator concode_elem_sep int getNumberOfLinks concode_elem_sep String toString concode_elem_se... | void function ( TopologicalNode arg0 ) { nodeList . add ( arg0 ) ; } |
10,178 | sets a provider of uiimplementation . uses default provider if null is passed . concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeIdleDebugListener concode_elem_sep List<ReactPackage> mPackages concode_elem_sep Application mApplication concode_elem_sep UIImplementationProvider mUIImplementationProvider conc... | Builder function ( @ Nullable UIImplementationProvider arg0 ) { mUIImplementationProvider = arg0 ; return this ; } |
10,179 | package name specified by context . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep String getBaseName concode_elem_sep Uri pars... | String function ( ) { return context . getPackageName ( ) ; } |
10,180 | open the database when the write data . concode_field_sep SQLiteOpenHelper disk concode_elem_sep boolean DEBUG concode_field_sep int countColumn concode_elem_sep List<T> getAll concode_elem_sep List<T> getAll concode_elem_sep void closeReader concode_elem_sep SQLiteDatabase getReader concode_elem_sep String getTableNam... | SQLiteDatabase function ( ) { return disk . getWritableDatabase ( ) ; } |
10,181 | determines if the block is full and ready for compression . concode_field_sep int blockLengthLimit concode_elem_sep int[] bwtBlock concode_elem_sep int rleLength concode_elem_sep boolean[] blockValuesPresent concode_elem_sep int blockLength concode_elem_sep byte[] block concode_elem_sep Bzip2BitWriter writer concode_el... | boolean function ( ) { return blockLength > blockLengthLimit ; } |
10,182 | returns the number of columns in the model . concode_field_sep HashSet m_Listeners concode_elem_sep Object[][] m_Data concode_elem_sep ResultSetHelper m_Helper concode_field_sep boolean isNumericAt concode_elem_sep boolean isNullAt concode_elem_sep void addTableModelListener concode_elem_sep int getRowCount concode_ele... | int function ( ) { return m_Helper . getColumnCount ( ) + 1 ; } |
10,183 | if the user is dragging or resizing , then we clear the sort column . concode_field_sep SortButtonRenderer renderer concode_elem_sep SortableTableModel model concode_elem_sep int sortColumnIndex concode_field_sep void mouseReleased concode_elem_sep void setTableModel concode_elem_sep void mouseExited concode_elem_sep v... | void function ( final MouseEvent arg0 ) { final JTableHeader loc0 = ( JTableHeader ) arg0 . getComponent ( ) ; if ( ( loc0 . getDraggedDistance ( ) > 0 ) || ( loc0 . getResizingColumn ( ) != null ) ) { this . renderer . setPressedColumn ( - 1 ) ; this . sortColumnIndex = - 1 ; } } |
10,184 | gets the id . concode_field_sep float score concode_elem_sep String id concode_field_sep void setId concode_elem_sep int compareTo concode_elem_sep float getScore concode_elem_sep void setScore | String function ( ) { return id ; } |
10,185 | delegates to the proxy , calling the callback when the proxy 's corresponding method has completed . concode_field_sep ThreadFactory _delegateFactory concode_elem_sep MatlabProxy _proxy concode_elem_sep ExecutorService _executor concode_field_sep void disconnect concode_elem_sep Thread newThread concode_elem_sep void r... | void function ( final MatlabCallback arg0 , final String arg1 ) { _executor . submit ( new Runnable ( ) { @ Override public void run ( ) { try { _proxy . eval ( arg1 ) ; arg0 . invocationSucceeded ( ) ; } catch ( MatlabInvocationException loc0 ) { arg0 . invocationFailed ( loc0 ) ; } } } ) ; } |
10,186 | get the message detailing the problem . concode_field_sep Throwable rootCause concode_elem_sep Location location concode_elem_sep String message concode_elem_sep ParseState parseState concode_field_sep ParseState getParseState concode_elem_sep Location getLocation concode_elem_sep String toString concode_elem_sep Throw... | String function ( ) { return this . message ; } |
10,187 | returns a named string argument concode_field_sep Map<String,Integer> named concode_elem_sep Map<String,String> flags concode_elem_sep String[] rawArgs concode_field_sep int getInt concode_elem_sep int getInt concode_elem_sep boolean hasFlag concode_elem_sep String flag concode_elem_sep int length concode_elem_sep bool... | String function ( String arg0 ) { if ( exists ( arg0 ) ) { return get ( named . get ( arg0 ) ) ; } return null ; } |
10,188 | saves the properties using jdk2 method if present , otherwise jdk1 . concode_field_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKeys concode_elem_sep Properties stringProps concode_elem_sep int[] errorCodes concode_elem_sep FileAccess fa concode_elem_sep int NO_VALUE_FOR_KEY conc... | void function ( String arg0 ) { fa . createParentDirs ( arg0 ) ; OutputStream loc0 = fa . openOutputStreamElement ( arg0 ) ; JavaSystem . saveProperties ( stringProps , HsqlDatabaseProperties . PRODUCT_NAME + "srini_string" + HsqlDatabaseProperties . THIS_FULL_VERSION , loc0 ) ; loc0 . close ( ) ; return ; } |
10,189 | returns the probable domain name for a given url concode_field_sep String LOCAL_IP_V4 concode_elem_sep String TAG concode_elem_sep Locale mLocale concode_elem_sep String LOCAL_IP_V4_ALT concode_elem_sep String LOCAL_IP_V6 concode_elem_sep String SPACE concode_elem_sep String EMPTY concode_elem_sep Set<String> mBlockedD... | String function ( @ NonNull String arg0 ) { int loc0 = arg0 . indexOf ( '/' , 8 ) ; if ( loc0 != - 1 ) { arg0 = arg0 . substring ( 0 , loc0 ) ; } URI loc1 = new URI ( arg0 ) ; String loc2 = loc1 . getHost ( ) ; if ( loc2 == null ) { return arg0 ; } return loc2 . startsWith ( "srini_string" ) ? loc2 . substring ( 4 ) : ... |
10,190 | returns a string representation of the current elapsed time . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate concode_elem_sep Stopwatch createUnstarted concode_elem_se... | String function ( ) { long loc0 = elapsedNanos ( ) ; TimeUnit loc1 = chooseUnit ( loc0 ) ; double loc2 = ( double ) loc0 / NANOSECONDS . convert ( 1 , loc1 ) ; return String . format ( Locale . ROOT , "srini_string" , loc2 , abbreviate ( loc1 ) ) ; } |
10,191 | gets a summary of the restapi at the date and time that the deployment resource was created . concode_field_sep java.util.Date createdDate concode_elem_sep java.util.Map<String,java.util.Map<String,MethodSnapshot>> apiSummary concode_elem_sep String description concode_elem_sep String id concode_field_sep GetDeployment... | java . util . Map < String , java . util . Map < String , MethodSnapshot >> function ( ) { return apiSummary ; } |
10,192 | util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.CreateNetworkAclType localCreateNetworkAcl concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void ... | void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }... |
10,193 | test locatefunctionmodifier #modify function to validate a call to locate search_str , source_str using constants for both parameters returns locate search_str , source_str . locatefunctionmodifier will be constructed without specifying a function name or parameter order . concode_field_sep LanguageFactory LANG_FACTORY... | void function ( ) { Expression [ ] loc0 = new Expression [ ] { LANG_FACTORY . createLiteral ( "srini_string" , String . class ) , LANG_FACTORY . createLiteral ( "srini_string" , String . class ) } ; helpTestLocate ( loc0 , "srini_string" ) ; } |
10,194 | set the operation code for the request . this operation code determines what the client is trying to communicate with the server . concode_field_sep byte ABORT concode_elem_sep short length concode_elem_sep Byte flags concode_elem_sep byte BACKUP_FLAG concode_elem_sep byte[] maxSize concode_elem_sep byte CONNECT concod... | void function ( byte arg0 ) { this . opCode = arg0 ; } |
10,195 | set the host group collection . concode_field_sep StackEntity stack concode_elem_sep Collection<HostGroupEntity> hostGroups concode_elem_sep String blueprintName concode_elem_sep Collection<BlueprintConfigEntity> configurations concode_elem_sep String securityDescriptorReference concode_elem_sep SecurityType securityTy... | void function ( Collection < HostGroupEntity > arg0 ) { this . hostGroups = arg0 ; } |
10,196 | add a violations type descriptor . concode_field_sep String name concode_elem_sep TreeMap<String,TypeDescriptor> TYPES concode_field_sep String getName concode_elem_sep String getDetailForSource concode_elem_sep ViolationsParser createParser concode_elem_sep List<String> getMavenTargets | void function ( final TypeDescriptor arg0 ) { TYPES . put ( arg0 . getName ( ) , arg0 ) ; } |
10,197 | deletes a list of meals , given their ids concode_field_sep Logger LOGGER concode_elem_sep MealRepository mealRepository concode_elem_sep UserRepository userRepository concode_field_sep Meal saveMeal concode_elem_sep List<Meal> saveMeals concode_elem_sep SearchResult<Meal> findMeals | void function ( List < Long > arg0 ) { notNull ( arg0 , "srini_string" ) ; arg0 . stream ( ) . forEach ( ( deletedMealId ) -> mealRepository . delete ( deletedMealId ) ) ; } |
10,198 | sets integer at specified position . concode_field_sep byte[] data concode_elem_sep int size concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void writeExte... | void function ( int arg0 , int arg1 ) { assert arg0 >= 0 ; assert arg0 + 4 <= size ; U . intToBytes ( arg1 , data , arg0 ) ; } |
10,199 | gets the value of the type property . concode_field_sep String displayLabel concode_elem_sep String xmlLang concode_elem_sep Yes invalid concode_elem_sep String type concode_elem_sep String lang concode_elem_sep String value concode_elem_sep String script concode_elem_sep String transliteration concode_field_sep String... | String function ( ) { return type ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.