idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
3,000 | returns the full name of this folder . concode_field_sep Folder _folder concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int ... | java . lang . String function ( ) { return _folder . getFullName ( ) ; } |
3,001 | getter for amount concode_field_sep String note concode_elem_sep String preferredPrefix concode_elem_sep BasicAmountType amount concode_elem_sep String profileID concode_elem_sep String nameSpace concode_field_sep String toXMLString concode_elem_sep void setProfileID concode_elem_sep void setNote concode_elem_sep Strin... | BasicAmountType function ( ) { return amount ; } |
3,002 | factory method for getting an instance of json numeric value that expresses given unlimited range integer value concode_field_sep JsonNodeFactory instance concode_elem_sep JsonNodeFactory decimalsNormalized concode_elem_sep boolean _cfgBigDecimalExact concode_elem_sep long serialVersionUID concode_elem_sep JsonNodeFact... | NumericNode function ( BigInteger arg0 ) { return BigIntegerNode . valueOf ( arg0 ) ; } |
3,003 | create a comparator which compares features by the attribute at the given index . the attribute at the index must be comparable . this will probably not work for heterogenous collections , unless the classes at the given index are the same . concode_field_sep java.util.Comparator BY_ID concode_elem_sep String name conc... | java . util . Comparator function ( final int arg0 ) { return new Index ( arg0 ) ; } |
3,004 | compute the probability of the observation sequence calls computerforwardprobabilities if it has n't been called already concode_field_sep double[] scales concode_elem_sep HiddenMarkovModel model concode_elem_sep double[][] forwardProbabilities concode_elem_sep DataSet observationSequence concode_elem_sep double[][] ba... | double function ( ) { if ( scales == null ) { calculateForwardProbabilities ( ) ; } double loc0 = 1 ; for ( int loc1 = 0 ; loc1 < observationSequence . size ( ) ; loc1 ++ ) { loc0 *= scales [ loc1 ] ; } return 1 / loc0 ; } |
3,005 | this method is used to get notification date . concode_field_sep String lcName concode_elem_sep String regPath concode_elem_sep String lcCheckpointId concode_elem_sep String notificationDate concode_field_sep void setNotificationDate concode_elem_sep String getLcName concode_elem_sep void setLcCheckpointId concode_elem... | String function ( ) { return notificationDate ; } |
3,006 | indicate that a block has been uploaded . concode_field_sep int windowSizeMs concode_elem_sep Thread uploadBandwidthUpdater concode_elem_sep long bytesTransferred concode_elem_sep Log LOG concode_elem_sep Date endDate concode_elem_sep boolean suppressAutoUpdate concode_elem_sep int DEFAULT_WINDOW_SIZE_MS concode_elem_s... | void function ( Date arg0 , Date arg1 , long arg2 ) { synchronized ( blocksWrittenLock ) { allBlocksWritten . add ( new BlockTransferWindow ( arg0 , arg1 , arg2 ) ) ; } } |
3,007 | reference the xid . concode_field_sep Xid migratedXid concode_elem_sep String localServerName concode_elem_sep String remoteServerName concode_elem_sep boolean handleError concode_elem_sep int transactionTimeout concode_elem_sep boolean nonerecovered concode_field_sep void rollback concode_elem_sep int prepare concode_... | void function ( Xid arg0 , int arg1 ) { System . out . println ( "srini_string" + Thread . currentThread ( ) . getName ( ) + "srini_string" + localServerName + "srini_string" + remoteServerName + "srini_string" + arg0 + "srini_string" ) ; } |
3,008 | signifies the value for the response ws-addressing action header that is provided by the method . concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep URI outputAction concode_elem_sep String expression concode_elem_sep WebServiceMessageSender messageSender concode_elem_sep WebServiceTemplate webS... | void function ( URI arg0 ) { this . outputAction = arg0 ; } |
3,009 | replaces the first occurence of the header with the same name . if no header with the same name is found the given header is added to the end of the list . concode_field_sep List headers concode_elem_sep long serialVersionUID concode_field_sep Header getCondensedHeader concode_elem_sep void setHeaders concode_elem_sep ... | void function ( Header arg0 ) { if ( arg0 == null ) { return ; } for ( int loc0 = 0 ; loc0 < this . headers . size ( ) ; loc0 ++ ) { Header loc1 = ( Header ) this . headers . get ( loc0 ) ; if ( loc1 . getName ( ) . equalsIgnoreCase ( arg0 . getName ( ) ) ) { this . headers . set ( loc0 , arg0 ) ; return ; } } this . h... |
3,010 | returns a server socket bound to the specified port . the socket is configured with the socket options given to this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep HsqlSocketFa... | ServerSocket function ( int arg0 , String arg1 ) { return new ServerSocket ( arg0 , 128 , InetAddress . getByName ( arg1 ) ) ; } |
3,011 | determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... | boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } |
3,012 | this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep Type getPayloadType concode_elem_sep void handleException concode_elem_sep void handleTransportError concode_elem_sep void afterConnected | void function ( StompHeaders arg0 , Object arg1 ) { } |
3,013 | check that exp is false , otherwise an assertionexception is thrown . concode_field_sep PlaceHolder placeHolder concode_field_sep void isTrue concode_elem_sep void isTrue concode_elem_sep void onError | void function ( boolean arg0 ) { if ( arg0 ) onError ( "srini_string" ) ; } |
3,014 | gets the operationservice . concode_field_sep PartitioningStrategy PARTITIONING_STRATEGY concode_elem_sep NodeEngine nodeEngine concode_elem_sep S service concode_field_sep void postDestroy concode_elem_sep void throwNotActiveException concode_elem_sep String getServiceName concode_elem_sep void destroy concode_elem_se... | OperationService function ( ) { return getNodeEngine ( ) . getOperationService ( ) ; } |
3,015 | setter method for reprlid concode_field_sep String repRlDesc concode_elem_sep Integer repRlId concode_elem_sep Integer subsubCatId concode_elem_sep Integer repRlDuration concode_elem_sep long serialVersionUID concode_elem_sep String repRlName concode_elem_sep Integer repRlStatus concode_field_sep Integer getRepRlId con... | void function ( Integer arg0 ) { this . repRlId = arg0 ; } |
3,016 | deletes the asset from the database . also notifies the appropriate model listeners . concode_field_sep AssetLocalService _assetLocalService concode_field_sep com.liferay.samplealloymvc.model.Asset addAsset concode_elem_sep com.liferay.samplealloymvc.model.Asset fetchAsset concode_elem_sep java.lang.String getOSGiServi... | com . liferay . samplealloymvc . model . Asset function ( com . liferay . samplealloymvc . model . Asset arg0 ) { return _assetLocalService . deleteAsset ( arg0 ) ; } |
3,017 | helper method - loads a testmodel from the given uri 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 ( URI arg0 ) { ResourceSet loc0 = new ResourceSetImpl ( ) ; Resource loc1 = loc0 . getResource ( arg0 , true ) ; Statechart loc2 = ( Statechart ) EcoreUtil . getObjectByType ( loc1 . getContents ( ) , SGraphPackage . Literals . STATECHART ) ; return loc2 ; } |
3,018 | gets the total number of busy pes for all machines . concode_field_sep PlaceHolder placeHolder concode_field_sep int getNumberOfPes concode_elem_sep T getById concode_elem_sep T getHostWithFreePe concode_elem_sep T getHostWithFreePe concode_elem_sep boolean setPeStatus concode_elem_sep int getNumberOfFreePes | int function ( List < T > arg0 ) { int loc0 = 0 ; for ( T loc1 : arg0 ) { loc0 += PeList . getNumberOfBusyPes ( loc1 . getPeList ( ) ) ; } return loc0 ; } |
3,019 | returns the information currently encrypted for the entry in the validation list . note : the encrypted data may or may not be retrievable based on the value set for the qsyencryptdata attribute when the entry was inserted . concode_field_sep ValidationListTranslatedData unencryptedData_ concode_elem_sep ValidationList... | ValidationListTranslatedData function ( ) { if ( encryptedData_ == null ) encryptedData_ = new ValidationListTranslatedData ( ) ; return encryptedData_ ; } |
3,020 | updates the feed in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep FeedLocalService _feedLocalService concode_field_sep com.liferay.twitter.model.Feed fetchFeed concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrapp... | com . liferay . twitter . model . Feed function ( com . liferay . twitter . model . Feed arg0 ) { return _feedLocalService . updateFeed ( arg0 ) ; } |
3,021 | creates a filedummy object . concode_field_sep String baseDir concode_elem_sep boolean isArchive concode_elem_sep SevenZip sevenZip concode_field_sep String getText concode_elem_sep boolean exists concode_elem_sep boolean searchDir concode_elem_sep void list concode_elem_sep String[] list concode_elem_sep void close co... | FileDummy function ( String arg0 , String arg1 , String arg2 , String arg3 , MimeType arg4 , byte [ ] arg5 , MimeType arg6 ) { if ( isArchive ) { return new FileDummy ( arg0 , arg1 , arg2 , sevenZip . getArchiveAccessEntry ( baseDir + arg3 ) , arg4 , arg5 , arg6 ) ; } return new FileDummy ( arg0 , arg1 , arg2 , new Fil... |
3,022 | construct the swordentry object which represents the given item with the given handle . an argument as to whether this is a noop request is required because in that event the assigned identifier for the item will not be added to the swordentry as it will be invalid . concode_field_sep SWORDEntry entry concode_elem_sep ... | SWORDEntry function ( DepositResult arg0 , Deposit arg1 ) { this . reset ( ) ; this . entry = new SWORDEntry ( ) ; this . item = arg0 . getItem ( ) ; this . bitstream = arg0 . getBitstream ( ) ; this . result = arg0 ; this . deposit = arg1 ; this . constructEntry ( ) ; return entry ; } |
3,023 | map a view controller to the given url path or pattern in order to redirect to another url . by default the redirect url is expected to be relative to the current servletcontext , i.e. as relative to the web application root . concode_field_sep ApplicationContext applicationContext concode_elem_sep List<ViewControllerR... | RedirectViewControllerRegistration function ( String arg0 , String arg1 ) { RedirectViewControllerRegistration loc0 = new RedirectViewControllerRegistration ( arg0 , arg1 ) ; loc0 . setApplicationContext ( this . applicationContext ) ; this . redirectRegistrations . add ( loc0 ) ; return loc0 ; } |
3,024 | creates a new worker pool . concode_field_sep int workerCount concode_elem_sep String pattern concode_elem_sep String name concode_elem_sep WorkerPool workerPool concode_field_sep void setName concode_elem_sep NettyWorkerPoolBuilder withWorkerCount concode_elem_sep void setWorkerCount concode_elem_sep NettyWorkerPoolBu... | WorkerPool function ( ) { int loc0 = workerCount > 0 ? workerCount : NettyHelper . DEFAULT_IO_THREADS ; workerPool = new NioWorkerPool ( Executors . newCachedThreadPool ( ) , loc0 , new CamelNettyThreadNameDeterminer ( pattern , name ) ) ; return workerPool ; } |
3,025 | returns the name of the user to whom the task is assigned . concode_field_sep WebElement rootElement concode_field_sep String getCloserName concode_elem_sep String getCreatorName concode_elem_sep String getModifierName concode_elem_sep boolean areClosedTaskFieldsVisible concode_elem_sep boolean isAssigneeNameVisible | String function ( ) { return rootElement . findElement ( By . id ( "srini_string" ) ) . getText ( ) ; } |
3,026 | create an instance of queryresult concode_field_sep QName BATCH_INFO_QNAME concode_elem_sep QName RESULT_LIST_QNAME concode_elem_sep QName JOB_INFO_QNAME concode_elem_sep QName ERROR_QNAME concode_elem_sep QName BATCH_INFO_LIST_QNAME concode_elem_sep QName QUERY_RESULT_QNAME concode_elem_sep QName RESULTS_QNAME concode... | QueryResult function ( ) { return new QueryResult ( ) ; } |
3,027 | converts the given list < t > to a an array of t . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<T> getClass | T [ ] function ( Class < T > arg0 , List < T > arg1 ) { @ SuppressWarnings ( "srini_string" ) T [ ] loc0 = ( T [ ] ) Array . newInstance ( arg0 , arg1 . size ( ) ) ; for ( int loc1 = 0 ; loc1 < arg1 . size ( ) ; loc1 ++ ) loc0 [ loc1 ] = arg1 . get ( loc1 ) ; return loc0 ; } |
3,028 | sets the header named name to value . if this request already has any headers with that name , they are all replaced . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_ele... | Builder function ( String arg0 , String arg1 ) { headers . set ( arg0 , arg1 ) ; return this ; } |
3,029 | returns true if running on windows . concode_field_sep int nativeBits concode_elem_sep DefaultPlatform inst concode_elem_sep File processingRoot concode_elem_sep Map<String,Integer> platformIndices concode_elem_sep Map<Integer,String> platformNames concode_field_sep boolean deleteFile concode_elem_sep void init concode... | boolean function ( ) { return System . getProperty ( "srini_string" ) . indexOf ( "srini_string" ) != - 1 ; } |
3,030 | get justnumber concode_field_sep BigDecimal justNumber concode_field_sep String toIndentedString concode_elem_sep NumberOnly justNumber concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setJustNumber | BigDecimal function ( ) { return justNumber ; } |
3,031 | get the participant . concode_field_sep ParticipantProcessor PARTICIPANT concode_field_sep void rollback concode_elem_sep void replayCommit concode_elem_sep void volatileAndDurable concode_elem_sep void preparedAfterTimeout concode_elem_sep void commit concode_elem_sep void earlyAborted concode_elem_sep void retryPrepa... | ParticipantProcessor function ( ) { return PARTICIPANT ; } |
3,032 | obtains the charset for encoding ch.boye.httpclientandroidlib.auth.credentials . if not configured , http #default_protocol_charset is used instead . concode_field_sep PlaceHolder placeHolder concode_field_sep void setCredentialCharset | String function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } String loc0 = ( String ) arg0 . getParameter ( AuthPNames . CREDENTIAL_CHARSET ) ; if ( loc0 == null ) { loc0 = HTTP . DEFAULT_PROTOCOL_CHARSET ; } return loc0 ; } |
3,033 | sets the value of the pmtweekofmonth property . concode_field_sep BigDecimal frstPmtAmt concode_elem_sep PmtWeekOfMonth pmtWeekOfMonth concode_elem_sep String noOfPayments concode_elem_sep PaymentType pmtType concode_elem_sep BigDecimal pmtAmt concode_elem_sep PaymentDayofWeek pmtDayOfWeek concode_elem_sep BigDecimal l... | void function ( PmtWeekOfMonth arg0 ) { this . pmtWeekOfMonth = arg0 ; } |
3,034 | sets the value of the dsid property . concode_field_sep String dsID concode_elem_sep String pid concode_elem_sep String asOfDateTime concode_field_sep String getAsOfDateTime concode_elem_sep void setPid concode_elem_sep String getPid concode_elem_sep void setAsOfDateTime concode_elem_sep String getDsID | void function ( String arg0 ) { this . dsID = arg0 ; } |
3,035 | returns a bits representing all documents from dv that have a value . concode_field_sep PlaceHolder placeHolder concode_field_sep RandomAccessOrds singleton concode_elem_sep SortedNumericDocValues singleton concode_elem_sep Bits unwrapSingletonBits concode_elem_sep NumericDocValues emptyNumeric concode_elem_sep SortedN... | Bits function ( final SortedDocValues arg0 , final int arg1 ) { return new Bits ( ) { @ Override public boolean get ( int arg2 ) { return arg0 . getOrd ( arg2 ) >= 0 ; } @ Override public int length ( ) { return arg1 ; } } ; } |
3,036 | sets the value of the level property . concode_field_sep Integer level concode_elem_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Integer objectId concode_elem_sep String thresholdType concode_elem_sep Date createDate conc... | void function ( Integer arg0 ) { this . level = arg0 ; } |
3,037 | create a uri string that can be used to fetch the results page . concode_field_sep String MOZ_PARAM_DIST_ID concode_elem_sep String identifier concode_elem_sep List<Uri> resultsUris concode_elem_sep String LOG_TAG concode_elem_sep String MOZ_PARAM_LOCALE concode_elem_sep String URLTYPE_SEARCH_HTML concode_elem_sep Stri... | String function ( String arg0 ) { final Uri loc0 = getResultsUri ( ) ; if ( loc0 == null ) { Log . e ( LOG_TAG , "srini_string" + shortName ) ; return "srini_string" ; } final String loc1 = Uri . decode ( loc0 . toString ( ) ) ; return paramSubstitution ( loc1 , Uri . encode ( arg0 ) ) ; } |
3,038 | return the lastmodifieddate for this itemtype . concode_field_sep Date createdDate concode_elem_sep String createdBy concode_elem_sep Date lastModifiedDate concode_elem_sep String authority concode_elem_sep String domain concode_elem_sep String lastModifiedBy concode_elem_sep String description concode_elem_sep String ... | Date function ( ) { return this . lastModifiedDate ; } |
3,039 | gets additional options on data format level concode_field_sep String CORS_ACCESS_CONTROL_ALLOW_ORIGIN concode_elem_sep String scheme concode_elem_sep String apiContextPath concode_elem_sep Map<String,Object> consumerProperties concode_elem_sep RestHostNameResolver restHostNameResolver concode_elem_sep String CORS_ACCE... | Map < String , Object > function ( ) { return dataFormatProperties ; } |
3,040 | gets the value of the currencycode property . concode_field_sep List<Criterion> criteria concode_elem_sep CurrencyCode currencyCode concode_field_sep List<Criterion> getCriteria concode_elem_sep void setCurrencyCode | CurrencyCode function ( ) { return currencyCode ; } |
3,041 | returns the length of the vector . concode_field_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep double getY concode_elem_sep double getAngle concode_elem_sep int hashCode concode_elem_sep boolean equals | double function ( ) { return Math . sqrt ( ( this . x * this . x ) + ( this . y * this . y ) ) ; } |
3,042 | sets out to the transpose of this matrix . concode_field_sep float m00 concode_elem_sep float m11 concode_elem_sep float m10 concode_elem_sep float m01 concode_field_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep Mat2 abs concode_elem_sep Mat2 abs concode_elem_sep Vec2 mul concode_ele... | Mat2 function ( Mat2 arg0 ) { arg0 . m00 = m00 ; arg0 . m01 = m10 ; arg0 . m10 = m01 ; arg0 . m11 = m11 ; return arg0 ; } |
3,043 | sets the diagonal of the framing rectangle of this shape based on the two specified coordinates . the framing rectangle is used by the subclasses of rectangularshape to define their geometry . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle2D getFrame concode_el... | void function ( double arg0 , double arg1 , double arg2 , double arg3 ) { if ( arg2 < arg0 ) { double loc0 = arg0 ; arg0 = arg2 ; arg2 = loc0 ; } if ( arg3 < arg1 ) { double loc0 = arg1 ; arg1 = arg3 ; arg3 = loc0 ; } setFrame ( arg0 , arg1 , arg2 - arg0 , arg3 - arg1 ) ; } |
3,044 | returns a list of all owned product ids of a given type concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep ... | List < String > function ( String arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( Purchase loc1 : mPurchaseMap . values ( ) ) { if ( loc1 . getItemType ( ) . equals ( arg0 ) ) loc0 . add ( loc1 . getSku ( ) ) ; } return loc0 ; } |
3,045 | creates a new chm with an aggressive concurrency level , aimed at highly updateable long living maps . concode_field_sep int aggressiveConcurrencyLevel concode_elem_sep boolean useLinkedTransferQueue concode_field_sep ConcurrentMap<K,V> newConcurrentMap concode_elem_sep Queue<T> newQueue concode_elem_sep ConcurrentMap<... | ConcurrentMapLong < V > function ( ) { return new ConcurrentHashMapLong < > ( ConcurrentCollections . < Long , V > newConcurrentMapWithAggressiveConcurrency ( ) ) ; } |
3,046 | creates an instance of ssliosession decorating the given iosession . this method can be overridden in a super class in order to provide a different implementation of ssl i/o session . concode_field_sep SSLSetupHandler sslHandler concode_elem_sep NHttpClientHandler handler concode_elem_sep SSLContext sslcontext concode_... | SSLIOSession function ( final IOSession arg0 , final SSLContext arg1 , final SSLSetupHandler arg2 ) { return new SSLIOSession ( arg0 , arg1 , arg2 ) ; } |
3,047 | create a new builder for a message with the given payload . concode_field_sep T payload concode_elem_sep MessageHeaderAccessor headerAccessor concode_elem_sep Message<T> originalMessage concode_field_sep MessageBuilder<T> setHeaders concode_elem_sep MessageBuilder<T> removeHeaders concode_elem_sep MessageBuilder<T> cop... | MessageBuilder < T > function ( T arg0 ) { return new MessageBuilder < T > ( arg0 , new MessageHeaderAccessor ( ) ) ; } |
3,048 | returns a summary of the dictionary entries . concode_field_sep Name LENGTH_KEY concode_elem_sep Name FORM_TYPE_KEY concode_elem_sep HashMap entries concode_elem_sep Library library concode_elem_sep boolean inited concode_elem_sep boolean isDeleted concode_elem_sep Reference pObjectReference concode_elem_sep Name SUBTY... | String function ( ) { return getClass ( ) . getName ( ) + "srini_string" + entries . toString ( ) ; } |
3,049 | gets customer code . concode_field_sep String requestId concode_elem_sep String itemBarcode concode_elem_sep String itemStatus concode_elem_sep String destination concode_elem_sep String customerCode concode_elem_sep String requestor concode_field_sep void setItemStatus concode_elem_sep void setCustomerCode concode_ele... | String function ( ) { return customerCode ; } |
3,050 | this method actually implements what the agent has to do in this lifecycle state concode_field_sep Agent myAgent concode_elem_sep int myState concode_field_sep void setAgent concode_elem_sep boolean isMessageAware concode_elem_sep void init concode_elem_sep int getState concode_elem_sep void transitionFrom concode_elem... | void function ( ) { } |
3,051 | test method for exercise.library.bookserviceimpl #getbooksummary java.lang.string . test the getbooksummary method for an empty isbn concode_field_sep BookService bookService concode_elem_sep BookRepository repository concode_field_sep void testRetrieveBook_By_EmptyString_Isbn concode_elem_sep void testBookServiceImpl_... | void function ( ) { bookService . getBookSummary ( "srini_string" ) ; } |
3,052 | load a long value from the input stream concode_field_sep int NUMBER_FORMAT_INTS_ONLY concode_elem_sep int LUA_TNONE concode_elem_sep int luacSizeofInstruction concode_elem_sep byte[] LUA_SIGNATURE concode_elem_sep LuaValue[] NOVALUES concode_elem_sep int[] NOINTS concode_elem_sep byte[] buf concode_elem_sep int LUA_TN... | long function ( ) { int loc0 , loc1 ; if ( this . luacLittleEndian ) { loc0 = loadInt ( ) ; loc1 = loadInt ( ) ; } else { loc1 = loadInt ( ) ; loc0 = loadInt ( ) ; } return ( ( ( long ) loc1 ) << 32 ) | ( ( ( long ) loc0 ) & 0xffffffffL ) ; } |
3,053 | how to launch this record `` quickly '' ? most probably , same as dolaunch . override to define another behavior . concode_field_sep Pojo pojo concode_field_sep Result fromPojo concode_elem_sep void removeItem concode_elem_sep Drawable getDrawable concode_elem_sep PopupMenu getPopupMenu concode_elem_sep View display co... | void function ( Context arg0 ) { this . launch ( arg0 , null ) ; } |
3,054 | get the current stub builder from thread local concode_field_sep Object[] laterReturns concode_elem_sep ThreadLocal<StubBuilder> tls concode_elem_sep Object firstReturn concode_elem_sep T from concode_field_sep StubBuilder<T> returning concode_elem_sep StubBuilder<T> returning concode_elem_sep StubBuilder<T> stub conco... | StubBuilder < T > function ( ) { return tls . get ( ) ; } |
3,055 | sets the opengl quality hint . concode_field_sep float density concode_elem_sep float start concode_elem_sep Color colour concode_elem_sep float end concode_elem_sep int hint concode_elem_sep int mode concode_field_sep float getStart concode_elem_sep void setColour concode_elem_sep void setMode concode_elem_sep float g... | void function ( int arg0 ) { this . hint = arg0 ; } |
3,056 | the i18n key for the title of the component . the exact way this title is used depends one the component . for instance if the component is a page , the title could be the used for a link to the page . if the component is a panel in a tabbed panel , the title might be the label on the tab . concode_field_sep Class<C> c... | String function ( ) { return title ; } |
3,057 | keep track of a participant concode_field_sep Logger log concode_elem_sep HashMap<String,Set<BACoordinationCompletionParticipant>> participants concode_elem_sep String txID concode_elem_sep EventLog eventLog concode_elem_sep long serialVersionUID concode_elem_sep String participantName concode_elem_sep ServiceCommand[]... | void function ( String arg0 , BACoordinationCompletionParticipant arg1 ) { getParticipantSet ( arg0 ) . add ( arg1 ) ; } |
3,058 | default command , which can be overridden by message header . notice the consumer only supports the following commands : psubscribe and subscribe concode_field_sep RedisTemplate redisTemplate concode_elem_sep boolean managedListenerContainer concode_elem_sep String channels concode_elem_sep Integer port concode_elem_se... | void function ( Command arg0 ) { this . command = arg0 ; } |
3,059 | by default , do n't provide any child paste override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep Strin... | OverridePasteChildOperation function ( PasteChildOperation arg0 ) { return null ; } |
3,060 | add the given exit code to the registry . concode_field_sep ExitCode RESERVED concode_elem_sep ExitCode ANALYSIS_FAILURE concode_elem_sep ExitCode BLAZE_INTERNAL_ERROR concode_elem_sep ExitCode NO_TESTS_FOUND concode_elem_sep ExitCode PARSING_FAILURE concode_elem_sep ExitCode PARTIAL_ANALYSIS_FAILURE concode_elem_sep E... | void function ( ExitCode arg0 ) { synchronized ( exitCodeRegistry ) { int loc0 = arg0 . getNumericExitCode ( ) ; if ( exitCodeRegistry . containsKey ( loc0 ) ) { throw new IllegalStateException ( "srini_string" + loc0 + "srini_string" + arg0 . name + "srini_string" ) ; } exitCodeRegistry . put ( loc0 , arg0 ) ; } } |
3,061 | returns the proxy of this route.warning : this may be different than the proxy returned by #getaddress ! that is the proxy that the user asked to be connected to ; this returns the proxy that they were actually connected to . the two may disagree when a proxy selector selects a different proxy for a connection . concod... | Proxy function ( ) { return proxy ; } |
3,062 | test of setbillinginfo method , of class order . concode_field_sep String[] nodairy concode_elem_sep String[] nomeat concode_elem_sep Food bread concode_elem_sep Food vegidog concode_elem_sep Food steak concode_elem_sep String[] nogluten concode_elem_sep Food[] orderItems concode_elem_sep Order o concode_field_sep void... | void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = "srini_string" ; o . setBillingInfo ( loc0 ) ; assertEquals ( loc0 , o . getBillingInfo ( ) ) ; } |
3,063 | return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.marketo.www.mktows.MObjStatus[] mObjStatusList concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.encoding.Serializer getSerializer conco... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
3,064 | finalize the structure and set the probabilities . concode_field_sep List<ObjectHolder<T>> list concode_elem_sep RandomChoice chooser concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep int size concode_elem_sep T pick concode_elem_sep List<ObjectHolder<T>> getList concode_elem_sep void c... | void function ( ) { double [ ] loc0 = new double [ size ( ) ] ; for ( int loc1 = 0 ; loc1 < size ( ) ; loc1 ++ ) { loc0 [ loc1 ] = list . get ( loc1 ) . getProbability ( ) ; } this . chooser = new RandomChoice ( loc0 ) ; } |
3,065 | for week concode_field_sep String SCALE_DAY concode_elem_sep ReportViewHelper reportViewHelper concode_elem_sep CategoryService categoryService concode_elem_sep Log logger concode_elem_sep String SCALE_WEEK concode_elem_sep String SCALE_MONTH concode_elem_sep I18nUtil i18nUtil concode_field_sep String formatDate concod... | Date function ( ) { return DateUtil . getStartOfThisWeek ( ) ; } |
3,066 | sets the value of the mobilenetworkendtoendencryption property . concode_field_sep ExtensionOnlyType mobileNetworkNoEncryption concode_elem_sep ExtensionOnlyType ipSec concode_elem_sep ExtensionOnlyType adsl concode_elem_sep List<ExtensionType> extension concode_elem_sep ExtensionOnlyType wtls concode_elem_sep Extensio... | void function ( ExtensionOnlyType arg0 ) { this . mobileNetworkEndToEndEncryption = arg0 ; } |
3,067 | instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed | void function ( ) { this . handler . cancel ( ) ; } |
3,068 | get journal line source dr amount concode_field_sep String m_AmtAcctCr concode_elem_sep String m_C_Tax_ID concode_elem_sep ProductInfo p_productInfo concode_elem_sep String m_C_SalesRegion_ID concode_elem_sep String m_AD_Org_ID concode_elem_sep String m_C_WithHolding_ID concode_elem_sep String m_C_Campaign_ID concode_e... | String function ( ) { return m_AmtSourceDr ; } |
3,069 | the tag value . concode_field_sep String VPN_CONNECTION concode_elem_sep String resourceId concode_elem_sep String IMAGE concode_elem_sep String VPN_GATEWAY concode_elem_sep String NETWORK_ACL concode_elem_sep String SPOT_INSTANCES_REQUEST concode_elem_sep String SECURITY_GROUP concode_elem_sep String SUBNET concode_el... | Optional < String > function ( ) { return value ; } |
3,070 | gets the value of the wsdllocation property . concode_field_sep String wsdlLocation concode_elem_sep String lookup concode_elem_sep String name concode_elem_sep String type concode_elem_sep String value concode_elem_sep String mappedName concode_field_sep void setName concode_elem_sep String lookup concode_elem_sep Str... | String function ( ) { return wsdlLocation ; } |
3,071 | gets the value of the udfdatefields property . concode_field_sep Boolean openTuesday concode_elem_sep Boolean openThursday concode_elem_sep UDFDateFields udfDateFields concode_elem_sep UDFElmFields udfElmFields concode_elem_sep RetailStoreTemporaryClosures storeClosures concode_elem_sep Boolean openSunday concode_elem_... | UDFDateFields function ( ) { return udfDateFields ; } |
3,072 | configure the set of formatterregistrars to invoke to register converters and formatters in addition to those added declaratively via #setconverters set and #setformatters set . formatterregistrars are useful when registering multiple related converters and formatters for a formatting category , such as date formatting... | void function ( Set < FormatterRegistrar > arg0 ) { this . formatterRegistrars = arg0 ; } |
3,073 | return a value from the concatenated transformation matrix . concode_field_sep SquareMatrix scale concode_elem_sep SquareMatrix m_aTranslate concode_elem_sep Vertex center concode_elem_sep SquareMatrix rotateZ concode_elem_sep SquareMatrix rotateY concode_elem_sep SquareMatrix rotateX concode_elem_sep SquareMatrix rota... | float function ( final int arg0 , final int arg1 ) { try { return transform . at ( arg0 , arg1 ) ; } catch ( final MatrixException loc0 ) { return Float . NaN ; } } |
3,074 | set the the specified scrolling interpolator concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed conc... | void function ( Interpolator arg0 ) { scroller . forceFinished ( true ) ; scroller = new Scroller ( context , arg0 ) ; } |
3,075 | gets type literal from super class 's type parameter . 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 concode_elem_sep TypeLiteral<?> getFieldType ... | TypeLiteral < ? > function ( Class < ? > arg0 ) { return new TypeLiteral < Object > ( getSuperclassTypeParameter ( arg0 ) ) ; } |
3,076 | convenience method to create and return instance of iproblemlocation concode_field_sep IProblemReporter problemReporter concode_elem_sep ICheckerInvocationContext context concode_field_sep void before concode_elem_sep void reportProblem concode_elem_sep void reportProblem concode_elem_sep void reportProblem concode_ele... | IProblemLocation function ( IFile arg0 , int arg1 , int arg2 ) { return getRuntime ( ) . getProblemLocationFactory ( ) . createProblemLocation ( arg0 , arg1 , arg2 ) ; } |
3,077 | gets the value of the catalogcontractid property . concode_field_sep String usageContext concode_elem_sep String catalogContractId concode_elem_sep String description concode_elem_sep String currency concode_elem_sep long serialVersionUID concode_field_sep String getCurrency concode_elem_sep String getUsageContext conc... | String function ( ) { return catalogContractId ; } |
3,078 | returns a roman representation of an integer . concode_field_sep boolean pre concode_elem_sep RomanDigit[] ROMAN_DIGITS concode_elem_sep int value concode_elem_sep char digit concode_field_sep String toRomanUpperCase concode_elem_sep String toRomanLowerCase concode_elem_sep String convert | String function ( int arg0 , boolean arg1 ) { return arg1 ? toRomanUpperCase ( arg0 ) : toRomanLowerCase ( arg0 ) ; } |
3,079 | returns the cache object or null if one does n't exist . concode_field_sep Log log concode_elem_sep SimpleLog appLog concode_elem_sep boolean logStatements concode_elem_sep LockFile lf concode_elem_sep boolean syncFile concode_field_sep void checkpoint concode_elem_sep int getLogSize concode_elem_sep void synchLog conc... | boolean function ( ) { if ( log == null ) { return false ; } else { return log . hasCache ( ) ; } } |
3,080 | compares the path lengths between routes . concode_field_sep List<NodePortTuple> switchPorts concode_elem_sep RouteId id concode_elem_sep int routeCount concode_field_sep int hashCode concode_elem_sep void setRouteCount concode_elem_sep int getRouteCount concode_elem_sep boolean equals concode_elem_sep List<NodePortTup... | int function ( Route arg0 ) { return ( ( Integer ) switchPorts . size ( ) ) . compareTo ( arg0 . switchPorts . size ( ) ) ; } |
3,081 | gets the value of the importdatetime property . concode_field_sep DateTime lastModifiedDateTime concode_elem_sep List<Long> userDefinedCustomTargetingValueIds concode_elem_sep String name concode_elem_sep List<CmsContent> cmsSources concode_elem_sep Long id concode_elem_sep ContentStatusDefinedBy statusDefinedBy concod... | DateTime function ( ) { return importDateTime ; } |
3,082 | return the number of segments that have been recorded . concode_field_sep long serialVersionUID concode_elem_sep long stop concode_elem_sep Statistics stats concode_elem_sep String SECONDS concode_elem_sep boolean minimumInitialized concode_elem_sep long minimum concode_elem_sep long serialVersionUID concode_elem_sep l... | int function ( ) { return stats . getCount ( ) ; } |
3,083 | the token to use when requesting the next set of items . if there are no additional items to return , the string is empty . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<PrefixList> prefixLists concode_field_sep DescribePrefixListsResult withPrefixLists concode_elem_sep Desc... | void function ( String arg0 ) { this . nextToken = arg0 ; } |
3,084 | set the uid . concode_field_sep String uid concode_elem_sep boolean synced concode_elem_sep String dn concode_elem_sep String userName concode_field_sep boolean isSynced concode_elem_sep String getUid concode_elem_sep void setUserName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void s... | void function ( String arg0 ) { this . uid = arg0 ; } |
3,085 | returns the mvcc version of this image . concode_field_sep Image _image concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_s... | long function ( ) { return _image . getMvccVersion ( ) ; } |
3,086 | create a pooled database named `` default '' with the given configuration . concode_field_sep PlaceHolder placeHolder concode_field_sep Database inMemory concode_elem_sep Database inMemory concode_elem_sep Database inMemory concode_elem_sep Database inMemory concode_elem_sep Database inMemory concode_elem_sep Database ... | Database function ( String arg0 , String arg1 , Map < String , ? extends Object > arg2 ) { return createFrom ( "srini_string" , arg0 , arg1 , arg2 ) ; } |
3,087 | convert this standard java object to a cos object . concode_field_sep COSDictionary pageInfo concode_field_sep COSDictionary getCOSDictionary | COSBase function ( ) { return pageInfo ; } |
3,088 | returns supported cursor for specified type of interactivity triggers . concode_field_sep int SVG concode_elem_sep int iRenderer concode_elem_sep int renderer concode_elem_sep List<TriggerCombination> supportedTriggers concode_elem_sep int TYPE_CHARTTITLE concode_elem_sep int VALID_TYPES_TOOGLE_DP_VISIBILITY concode_el... | CursorType [ ] function ( ) { return null ; } |
3,089 | returns the entity type for this ientityfinder . concode_field_sep IEntityNameFinder _instance concode_elem_sep Class type concode_elem_sep Log log concode_field_sep IEntityNameFinder singleton concode_elem_sep String getName concode_elem_sep Map getNames | Class function ( ) { return type ; } |
3,090 | set the radius of a circumscribed sphere , that goes through all vertices concode_field_sep int[] lineLoop2 concode_elem_sep int[] lineLoop4 concode_elem_sep double circumscribedRadius concode_elem_sep int[] lineLoop3 concode_elem_sep int[] lineLoop1 concode_elem_sep int[] lineLoop5 concode_elem_sep int[] lineLoop6 con... | void function ( double arg0 ) { this . circumscribedRadius = arg0 ; } |
3,091 | get the orientation of the menu `` horizontal '' or `` vertical '' concode_field_sep String param concode_elem_sep String orientation concode_field_sep void setOrientation concode_elem_sep String getParam concode_elem_sep void setParam concode_elem_sep void listener | String function ( ) { return orientation ; } |
3,092 | flushes the dirty buffers modified by the specified transaction . concode_field_sep Buffer[] bufferpool concode_elem_sep int numAvailable concode_elem_sep ClockReplacementPolicy replacementPolicy concode_field_sep Buffer pinNew concode_elem_sep Buffer findExistingBuffer concode_elem_sep Buffer pin concode_elem_sep void... | void function ( int arg0 ) { for ( Buffer loc0 : bufferpool ) if ( loc0 . isModifiedBy ( arg0 ) ) loc0 . flush ( ) ; } |
3,093 | dispatch type from name concode_field_sep String[] _pathSpecs concode_elem_sep int INCLUDE concode_elem_sep int _dispatches concode_elem_sep String[] _servletNames concode_elem_sep int REQUEST concode_elem_sep int ERROR concode_elem_sep int ALL concode_elem_sep int FORWARD concode_elem_sep int DEFAULT concode_elem_sep ... | int function ( DispatcherType arg0 ) { switch ( arg0 ) { case REQUEST : return REQUEST ; case ASYNC : return ASYNC ; case FORWARD : return FORWARD ; case INCLUDE : return INCLUDE ; case ERROR : return ERROR ; } throw new IllegalArgumentException ( arg0 . toString ( ) ) ; } |
3,094 | access the callout 's line . concode_field_sep int line concode_elem_sep int type concode_elem_sep String otherType concode_elem_sep int OTHER concode_elem_sep int col concode_elem_sep int CALS_PAIR concode_elem_sep int LINE_RANGE concode_elem_sep Element area concode_elem_sep int callout concode_elem_sep int LINE_COLU... | int function ( ) { return line ; } |
3,095 | test method for printing this car to a string edu.ncsu.csc216.carrental.model.car #tostring . concode_field_sep Car testCar concode_field_sep void testGetModel concode_elem_sep void testGetState concode_elem_sep void testCar concode_elem_sep void testGetColor concode_elem_sep void setUp concode_elem_sep void testGetMak... | void function ( ) { assertFalse ( testCar . toString ( ) . equals ( "srini_string" ) ) ; } |
3,096 | the certificate chain that contains the root certificate issued by the certificate authority ca . concode_field_sep String certificateChain concode_elem_sep String certificate concode_field_sep String getCertificate concode_elem_sep String getCertificateChain concode_elem_sep int hashCode concode_elem_sep boolean equal... | void function ( String arg0 ) { this . certificateChain = arg0 ; } |
3,097 | returns the current peak number of live threads . concode_field_sep int filled concode_field_sep ThreadInfo getThreadInfoForId concode_elem_sep long getTotalStartedThreadCount concode_elem_sep long getThreadCpuTime concode_elem_sep int getDaemonThreadCount concode_elem_sep Thread[] getAllThreads concode_elem_sep long g... | int function ( ) { return - 1 ; } |
3,098 | use as a replacement for string.valueof 2.3 concode_field_sep PlaceHolder placeHolder concode_field_sep float floatValue concode_elem_sep double doubleValue | String function ( double arg0 ) { return java . text . NumberFormat . getInstance ( ) . format ( arg0 ) ; } |
3,099 | add a list of events related to the entity to the existing event list concode_field_sep HashMap<String,Set<Object>> primaryFilters concode_elem_sep HashMap<String,Object> otherInfo concode_elem_sep HashMap<String,Set<String>> relatedEntities concode_elem_sep String entityType concode_elem_sep String entityId concode_el... | void function ( List < TimelineEvent > arg0 ) { this . events . addAll ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.