idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
11,700 | sets isnotdefinedfilter . concode_field_sep String name concode_elem_sep TextMatchFilter textMatchFilter concode_elem_sep IsNotDefinedFilter isNotDefinedFilter concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setTextMatchFilter concode_elem_sep TextMatchFilter getTextMatchFilter conc... | void function ( IsNotDefinedFilter arg0 ) { this . isNotDefinedFilter = arg0 ; } |
11,701 | returns whether or not the value of this bounded range model is going to change in the immediate future . scroll bars set this property to true while the thumb is being dragged around ; when the mouse is relased , they set the property to false and post a final changeevent . concode_field_sep int extent concode_elem_se... | boolean function ( ) { return isAdjusting ; } |
11,702 | gets the value of this literal . concode_field_sep Object value concode_field_sep placeholderType placeHolder | Object function ( ) { return value ; } |
11,703 | create a simple answer which returns true the first time , and false every time after . concode_field_sep RpcRetryingCaller<Result[]> caller concode_elem_sep Scan scan concode_elem_sep ExecutorService pool concode_elem_sep RpcRetryingCallerFactory rpcFactory concode_elem_sep RpcControllerFactory controllerFactory conco... | Answer < Boolean > function ( ) { return new Answer < Boolean > ( ) { boolean first = true ; @ Override public Boolean answer ( InvocationOnMock arg0 ) { if ( first ) { first = false ; return true ; } return false ; } } ; } |
11,704 | read an int value . concode_field_sep String path concode_elem_sep RegistryKey root concode_elem_sep int handle concode_elem_sep RegistryKey CLASSES_ROOT concode_elem_sep RegistryKey CURRENT_USER concode_elem_sep RegistryKey LOCAL_MACHINE concode_elem_sep RegistryKey USERS concode_field_sep String getStringValue concod... | int function ( String arg0 ) { return convertBufferToInt ( getValue ( arg0 ) ) ; } |
11,705 | only used for tcp and if textline = true . sets the text line delimiter to use . if none provided , camel will use default . this delimiter is used to mark the end of text . concode_field_sep boolean disconnect concode_elem_sep int maximumPoolSize concode_elem_sep SSLContextParameters sslContextParameters concode_elem_... | void function ( Mina2TextLineDelimiter arg0 ) { this . textlineDelimiter = arg0 ; } |
11,706 | return the number of words in the dictionary concode_field_sep LinkedList<String> dict concode_field_sep boolean addWord concode_elem_sep boolean isWord | int function ( ) { return dict . size ( ) ; } |
11,707 | gets imagerecord for the initialized ireferentresolver impl . concode_field_sep IReferentResolver rftResolver concode_elem_sep boolean init concode_field_sep void init concode_elem_sep IReferentResolver getResolver concode_elem_sep boolean isInit | ImageRecord function ( String arg0 ) { return rftResolver . getImageRecord ( arg0 ) ; } |
11,708 | gets the generic pdf object stored at this object number and generation . concode_field_sep Reference objectReference concode_elem_sep int linearTraversalOffset concode_elem_sep Object object concode_field_sep int hashCode concode_elem_sep int getLinearTraversalOffset concode_elem_sep boolean equals concode_elem_sep vo... | Object function ( ) { return object ; } |
11,709 | sets the value of the remaining property . concode_field_sep BigDecimal remainingBeforeThrttole concode_elem_sep String unit concode_elem_sep BigDecimal throttledAt concode_elem_sep Boolean unlimited concode_elem_sep BigDecimal limit concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal used concode_elem_s... | void function ( BigDecimal arg0 ) { this . remaining = arg0 ; } |
11,710 | return true if the sqlstatement class queries the database in any way to determine statements to execute . if the statement queries the database , it can not be used in updatesql type operations concode_field_sep List<SqlGenerator> generators concode_elem_sep SqlGeneratorFactory instance concode_elem_sep Map<String,Sor... | boolean function ( SqlStatement arg0 , Database arg1 ) { for ( SqlGenerator loc0 : getGenerators ( arg0 , arg1 ) ) { if ( loc0 . generateStatementsIsVolatile ( arg1 ) ) { return true ; } } return false ; } |
11,711 | reduces the size of the backing array to the size of the actual items . this is useful to release memory when many items have been removed , or if it is known that more items will not be added . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep char[] items concode_field_sep void mul concode_... | char [ ] function ( ) { if ( items . length != size ) resize ( size ) ; return items ; } |
11,712 | gets the value of the fontsize property . concode_field_sep String fontName concode_elem_sep CustomLabelPosition topLeftCorner concode_elem_sep String thermalFontId concode_elem_sep CustomLabelPosition bottomRightCorner concode_elem_sep RotationType rotation concode_elem_sep String format concode_elem_sep BigInteger fo... | BigInteger function ( ) { return fontSize ; } |
11,713 | returns target object - object , which state is inconsistent with source object . can be the same as source object for internal inconsistencies . concode_field_sep VObject targetObject concode_elem_sep String TYPE_WARN concode_elem_sep int SIGN_ERROR concode_elem_sep int SIGN_HIDDEN concode_elem_sep Object sourcePositi... | VObject function ( ) { return targetObject ; } |
11,714 | gets the value of the ad property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the ad property . for example , to add a new item , do as follows :... | List < AD > function ( ) { if ( ad == null ) { ad = new ArrayList < Tad > ( ) ; } return new ArrayList < AD > ( this . ad ) ; } |
11,715 | get / audits : get a page of auditevents . concode_field_sep AuditEventService auditEventService concode_field_sep ResponseEntity<AuditEvent> get concode_elem_sep ResponseEntity<List<AuditEvent>> getByDates | ResponseEntity < List < AuditEvent >> function ( Pageable arg0 ) { Page < AuditEvent > loc0 = auditEventService . findAll ( arg0 ) ; HttpHeaders loc1 = PaginationUtil . generatePaginationHttpHeaders ( loc0 , "srini_string" ) ; return new ResponseEntity < > ( loc0 . getContent ( ) , loc1 , HttpStatus . OK ) ; } |
11,716 | called when the activity receives a new intent . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_sep Uri remapUri concode_elem_sep Object onMessage concode_elem_sep v... | void function ( Intent arg0 ) { } |
11,717 | set the sample rate . concode_field_sep int mNumBytes concode_elem_sep short FORMAT_ULAW concode_elem_sep int HEADER_LENGTH concode_elem_sep short mFormat concode_elem_sep String TAG concode_elem_sep short mBitsPerSample concode_elem_sep short FORMAT_PCM concode_elem_sep short FORMAT_ALAW concode_elem_sep short mNumCha... | WaveHeader function ( int arg0 ) { mSampleRate = arg0 ; return this ; } |
11,718 | returns the first or only value for an attribute concode_field_sep boolean locked concode_elem_sep Logger logger concode_elem_sep Map<T,String[]> attributes concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep String here concode_field_sep boolean equalMaps concode_elem_sep void set concode_elem_sep void set c... | String function ( T arg0 ) { return ( attributes . containsKey ( arg0 ) ) ? attributes . get ( arg0 ) [ 0 ] : null ; } |
11,719 | creates a new teller data object . concode_field_sep String officeName concode_elem_sep Collection<OfficeData> officeOptions concode_elem_sep Boolean hasTransactions concode_elem_sep Collection<StaffData> staffOptions concode_elem_sep LocalDate endDate concode_elem_sep String description concode_elem_sep Long debitAcco... | TellerData function ( final Long arg0 , final Long arg1 , final Long arg2 , final Long arg3 , final String arg4 , final String arg5 , final LocalDate arg6 , final LocalDate arg7 , final TellerStatus arg8 , final String arg9 , final Boolean arg10 , final Boolean arg11 ) { TellerData loc0 = new TellerData ( arg0 , arg1 ,... |
11,720 | sets the entry block for this subroutine . concode_field_sep Block entry concode_elem_sep Block exit concode_elem_sep ArrayList paths concode_elem_sep FlowGraph graph concode_elem_sep LocalVariable returnAddress concode_field_sep void setReturnAddress concode_elem_sep int numPaths concode_elem_sep void setExit concode_... | void function ( final Block arg0 ) { this . entry = arg0 ; } |
11,721 | converts strings like : test-enabled to testenabled concode_field_sep PlaceHolder placeHolder concode_field_sep String[] setOptions | String function ( String arg0 ) { String loc0 = "srini_string" ; int loc1 = arg0 . indexOf ( "srini_string" ) ; while ( loc1 > 0 ) { loc0 += arg0 . substring ( 0 , loc1 ) ; arg0 = arg0 . substring ( loc1 + 1 ) ; if ( arg0 . length ( ) > 0 ) { loc0 += arg0 . substring ( 0 , 1 ) . toUpperCase ( ) ; arg0 = arg0 . substrin... |
11,722 | maps cassandra type to specified java type . concode_field_sep Class BYTES_ARRAY_CLASS concode_elem_sep Map<Class,DataType.Name> JAVA_TO_CASSANDRA_MAPPING concode_field_sep PropertyDescriptor getPojoPropertyDescriptor concode_elem_sep Object getCassandraColumnValue concode_elem_sep List<PropertyDescriptor> getPojoPrope... | DataType . Name function ( Class arg0 ) { return JAVA_TO_CASSANDRA_MAPPING . get ( arg0 ) ; } |
11,723 | read the layer value stored in the dataset . concode_field_sep elemental.dom.Element mainElement concode_elem_sep String LAYER_DATASET_NAME concode_elem_sep String MESSAGE_DATASET_NAME concode_elem_sep String TYPE_DATASET_NAME concode_elem_sep String OFFSET_DATASET_NAME concode_elem_sep String ELEMENT_ROLE_DATA_PROPERT... | int function ( final Mappable arg0 ) { final String loc0 = ( String ) arg0 . at ( LAYER_DATASET_NAME ) ; if ( loc0 == null ) { return - 1 ; } try { return Integer . parseInt ( loc0 ) ; } catch ( final NumberFormatException loc1 ) { return - 1 ; } } |
11,724 | add an item view at the given index . concode_field_sep MenuView mMenuView concode_elem_sep int mMenuLayoutRes concode_elem_sep Context mSystemContext concode_elem_sep MenuBuilder mMenu concode_elem_sep LayoutInflater mSystemInflater concode_elem_sep int mItemLayoutRes concode_elem_sep int mId concode_elem_sep Callback... | void function ( View arg0 , int arg1 ) { final ViewGroup loc0 = ( ViewGroup ) arg0 . getParent ( ) ; if ( loc0 != null ) { loc0 . removeView ( arg0 ) ; } ( ( ViewGroup ) mMenuView ) . addView ( arg0 , arg1 ) ; } |
11,725 | get an html document describing the bug pattern for given key in detail . concode_field_sep Comparator<String> designationKeyComparator concode_elem_sep ResourceBundle englishAnnotationDescriptionBundle concode_elem_sep I18N theInstance concode_elem_sep ResourceBundle annotationDescriptionBundle concode_elem_sep Resour... | String function ( String arg0 ) { BugPattern loc0 = DetectorFactoryCollection . instance ( ) . lookupBugPattern ( arg0 ) ; if ( loc0 == null ) { return L10N . getLocalString ( "srini_string" , "srini_string" ) + "srini_string" + arg0 ; } return loc0 . getDetailHTML ( ) ; } |
11,726 | downloads content of url to outputfile atomically . outputfile wo n't be modified in case of any i/o download errors . concode_field_sep String CONTENT_LENGTH_TEMPLATE concode_elem_sep Logger LOG concode_field_sep void substituteContentLength concode_elem_sep Outcome<V> provideDataWithProgressSynchronously concode_elem... | void function ( @ Nullable ProgressIndicator arg0 , @ NotNull String arg1 , @ NotNull File arg2 , @ NotNull File arg3 ) { downloadAtomically ( arg0 , arg1 , arg2 , arg3 , null ) ; } |
11,727 | 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 ; } } } |
11,728 | the main method of the class . create a graph and draw a random lines and points in it . concode_field_sep int numOfLines concode_elem_sep int width concode_elem_sep int height concode_field_sep Point generateRandomPoint concode_elem_sep void drawPoint concode_elem_sep Line generateRandomLine concode_elem_sep void draw... | void function ( String [ ] arg0 ) { AbstractArtDrawing loc0 = new AbstractArtDrawing ( 500 , 500 , 10 ) ; loc0 . drawGraph ( ) ; } |
11,729 | sets the number of bytes in the body to send before which the server should close the connection . set to -1 to unset and send the entire body default . concode_field_sep int pauseConnectionAfterXBytes concode_elem_sep String LOG_TAG concode_elem_sep int closeConnectionAfterXBytes concode_elem_sep boolean closeConnecti... | MockResponse function ( int arg0 ) { closeConnectionAfterXBytes = arg0 ; setCloseConnectionAfter ( true ) ; return this ; } |
11,730 | returns the tip text for this property concode_field_sep ResultProducer m_RP concode_elem_sep PrintWriter m_Out concode_elem_sep File m_OutputFile concode_field_sep Enumeration listOptions concode_elem_sep void acceptResult concode_elem_sep void printResultNames concode_elem_sep void setOptions concode_elem_sep String ... | String function ( ) { return "srini_string" ; } |
11,731 | get the resource adapter concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep void setResource... | ResourceAdapter function ( ) { log . trace ( "srini_string" ) ; return ra ; } |
11,732 | gets the value of the ldaprestsyncresult property . concode_field_sep JAXBElement<LDAPResetSyncResponse> ldapRestSyncResult concode_field_sep void setLdapRestSyncResult | JAXBElement < LDAPResetSyncResponse > function ( ) { return ldapRestSyncResult ; } |
11,733 | add an alias/password pair to the callback mechanism . concode_field_sep Map<String,String> passwords concode_field_sep void handle | void function ( String arg0 , String arg1 ) { passwords . put ( arg0 , arg1 ) ; } |
11,734 | returns product version of the underlying eis instance connected through the managedconnection . concode_field_sep PlaceHolder placeHolder concode_field_sep int getMaxConnections concode_elem_sep String getUserName concode_elem_sep String getEISProductName | String function ( ) { return "srini_string" ; } |
11,735 | returns villager that is mayor of village . concode_field_sep Villager mayor concode_elem_sep Villager[] villager concode_elem_sep int MAX_NUM_VILLAGER concode_elem_sep String name concode_elem_sep int amountHouses concode_elem_sep int population concode_field_sep int getPopulation concode_elem_sep void addInhabitant c... | Villager function ( ) { return mayor ; } |
11,736 | this is used to acquire the trace object that is associated with the operation . a trace object is used to collection details on what operations are being performed . for instance it may contain information relating to i/o events or errors . concode_field_sep Trace trace concode_elem_sep SocketAddress address concode_e... | Trace function ( ) { return trace ; } |
11,737 | adds a new parameter without a value concode_field_sep String ttl_param concode_elem_sep String maddr_param concode_elem_sep String transport_param concode_elem_sep String lr_param concode_elem_sep String url concode_field_sep void addTransport concode_elem_sep void addLr concode_elem_sep String getTransport concode_el... | void function ( String arg0 ) { url = url + "srini_string" + arg0 ; } |
11,738 | returns total size of files in the snapshot concode_field_sep XContentBuilderString PROCESSED_SIZE_IN_BYTES concode_elem_sep XContentBuilderString NUMBER_OF_FILES concode_elem_sep XContentBuilderString PROCESSED_FILES concode_elem_sep XContentBuilderString TIME concode_elem_sep XContentBuilderString STATS concode_elem_... | long function ( ) { return totalSize ; } |
11,739 | called on the event dispatching thread not on the worker thread after the construct method has returned . concode_field_sep Thread thread concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep Object getValue concode_elem_sep Thread get concode_elem_sep Object get concode_elem_sep void set... | void function ( ) { } |
11,740 | index of links by relationship `` rel '' or `` rev '' concode_field_sep Map<String,Link> linksByRelationship concode_elem_sep Map<String,Link> linksByTitle concode_elem_sep List<Link> links concode_field_sep List<Link> getLinks concode_elem_sep Map<String,Link> getLinksByTitle concode_elem_sep LinkHeaders addLinkObject... | Map < String , Link > function ( ) { return linksByRelationship ; } |
11,741 | get custom serializer concode_field_sep java.lang.Integer maxImpressions concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer numTimeUnits concode_elem_sep com.google.api.ads.dfp.axis.v201... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
11,742 | is this a unique index ? concode_field_sep boolean belongsToConstraint concode_elem_sep boolean unique concode_elem_sep boolean scan concode_elem_sep boolean persistent concode_elem_sep boolean spatial concode_elem_sep boolean hash concode_elem_sep boolean primaryKey concode_field_sep String getSQL concode_elem_sep Ind... | boolean function ( ) { return unique ; } |
11,743 | returns the path of the document targeted by this selector . concode_field_sep String path concode_elem_sep SelectionActionType actionType concode_field_sep SelectionActionType getActionType | String function ( ) { return path ; } |
11,744 | gets bib created date . concode_field_sep String publisherDate concode_elem_sep boolean selectAllItems concode_elem_sep String customerCode concode_elem_sep String availability concode_elem_sep String title concode_elem_sep String requestNotes concode_elem_sep List<SearchItemResultRow> searchItemResultRows concode_elem... | Date function ( ) { return bibCreatedDate ; } |
11,745 | adds the first key-val pair to the passed builder in the following format key = value concode_field_sep String ALLOC_CONTAINER concode_elem_sep String SUBMIT_RESERVATION_REQUEST concode_elem_sep String AM_ALLOCATE concode_elem_sep String UNREGISTER_AM concode_elem_sep String RELEASE_CONTAINER concode_elem_sep String UN... | void function ( Keys arg0 , String arg1 , StringBuilder arg2 ) { arg2 . append ( arg0 . name ( ) ) . append ( AuditConstants . KEY_VAL_SEPARATOR ) . append ( arg1 ) ; } |
11,746 | returns the cost of the path from the initial state to this node as indicated by the parent pointers . concode_field_sep Node parent concode_elem_sep Action action concode_elem_sep double pathCost concode_elem_sep Object state concode_field_sep Node getParent concode_elem_sep Object getState concode_elem_sep List<Node>... | double function ( ) { return pathCost ; } |
11,747 | returns the channel number . concode_field_sep String address concode_elem_sep Integer channel concode_elem_sep String name concode_elem_sep HmParamsetType paramsetType concode_field_sep void setName concode_elem_sep HmParamsetType getParamsetType concode_elem_sep String getName concode_elem_sep int hashCode concode_el... | Integer function ( ) { return channel ; } |
11,748 | record the fact that a servlet context attribute was replaced . concode_field_sep ServletContext context concode_field_sep void log concode_elem_sep void contextInitialized concode_elem_sep void contextDestroyed concode_elem_sep void attributeAdded concode_elem_sep void attributeRemoved | void function ( ServletContextAttributeEvent arg0 ) { log ( "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; } |
11,749 | set the test metrics , overriding any previous values . concode_field_sep String mStackTrace concode_elem_sep TestStatus mStatus concode_elem_sep Map<String,String> mMetrics concode_elem_sep long mEndTime concode_elem_sep long mStartTime concode_field_sep boolean equal concode_elem_sep long getEndTime concode_elem_sep ... | void function ( Map < String , String > arg0 ) { mMetrics = arg0 ; } |
11,750 | see ratpack.stream.streams #topromise publisher . concode_field_sep PlaceHolder placeHolder concode_field_sep TransformablePublisher<O> flatMap concode_elem_sep TransformablePublisher<T> filter concode_elem_sep TransformablePublisher<O> transform concode_elem_sep TransformablePublisher<O> streamMap concode_elem_sep Tra... | Promise < T > function ( ) { return Streams . toPromise ( this ) ; } |
11,751 | creates a blob backed by the given file . concode_field_sep PlaceHolder placeHolder concode_field_sep Blob createBlobWithExtension | Blob function ( File arg0 , String arg1 , String arg2 , String arg3 ) { return new FileBlob ( arg0 , arg1 , arg2 , arg3 , null ) ; } |
11,752 | sets the value of the adsl 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 ExtensionOnlyType isdn concode_elem... | void function ( ExtensionOnlyType arg0 ) { this . adsl = arg0 ; } |
11,753 | value . concode_field_sep String indexing concode_elem_sep int end concode_elem_sep String value concode_elem_sep int begin concode_field_sep StringMaker next concode_elem_sep StringMaker before concode_elem_sep StringMaker before concode_elem_sep StringMaker before concode_elem_sep StringMaker lower concode_elem_sep S... | String function ( ) { return value . substring ( begin , end ) ; } |
11,754 | add a persistenceexceptiontranslator to the chained delegate list . concode_field_sep List<PersistenceExceptionTranslator> delegates concode_field_sep DataAccessException translateExceptionIfPossible concode_elem_sep PersistenceExceptionTranslator[] getDelegates | void function ( PersistenceExceptionTranslator arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . delegates . add ( arg0 ) ; } |
11,755 | marble has died concode_field_sep int mLives concode_elem_sep int mColor concode_elem_sep int mRadius concode_elem_sep View mView concode_elem_sep int mX concode_elem_sep int mY concode_field_sep int getLives concode_elem_sep void init concode_elem_sep int getX concode_elem_sep int getY concode_elem_sep void updateY co... | void function ( ) { mLives -- ; } |
11,756 | provides the version string returned during the initial check . this function is not yet implemented ... concode_field_sep float cmdStationSoftwareVersion concode_elem_sep boolean mInServiceMode concode_elem_sep Logger log concode_elem_sep XNetSystemConnectionMemo adaptermemo concode_elem_sep XNetTrafficController _tc ... | String function ( ) { return "srini_string" ; } |
11,757 | gets the value of the sysclr property . concode_field_sep CTSRgbColor srgbClr concode_elem_sep STOnOffStyleType b concode_elem_sep CTHslColor hslClr concode_elem_sep CTSchemeColor schemeClr concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep CTSystemColor sysClr concode_elem_sep STOnOffStyleType i concode... | CTSystemColor function ( ) { return sysClr ; } |
11,758 | gets the if not exists . concode_field_sep boolean ifNotExists concode_elem_sep Map<String,String> dbProperties concode_elem_sep Map<String,String> innerDBProps concode_elem_sep String dbName concode_elem_sep String innerLoc concode_elem_sep boolean ifNotExits concode_elem_sep String comment concode_elem_sep String loc... | boolean function ( ) { return this . ifNotExits ; } |
11,759 | returns the socket that this connection uses , or null if the connection is not currently connected . 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 c... | Socket function ( ) { return socket ; } |
11,760 | re initializes the factory from the given report configuration . this will assign all keys frmo the report configuration to the model and assignes the definition from the configuration description if possible . concode_field_sep HashMap<String,ConfigDescriptionEntry> configEntryLookup concode_elem_sep ArrayList<ConfigT... | void function ( ) { globalNodes . clear ( ) ; localNodes . clear ( ) ; final Iterator loc0 = configEntryLookup . keySet ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { final String loc1 = ( String ) loc0 . next ( ) ; processKey ( loc1 ) ; } } |
11,761 | creates the services for a daemonclient that can be used to run builds . concode_field_sep ServiceRegistry sharedServices concode_field_sep ServiceRegistry createSingleUseDaemonClientServices concode_elem_sep ServiceRegistry createStopDaemonServices | ServiceRegistry function ( OutputEventListener arg0 , DaemonParameters arg1 , InputStream arg2 ) { DefaultServiceRegistry loc0 = new DefaultServiceRegistry ( sharedServices ) ; loc0 . add ( OutputEventListener . class , arg0 ) ; return new DaemonClientServices ( loc0 , arg1 , arg2 ) ; } |
11,762 | whenever statement leak happens , increment numpotentialstatementleak count . concode_field_sep CountStatisticImpl numStatementCacheMiss concode_elem_sep CountStatisticImpl numPotentialStatementLeak concode_elem_sep CountStatisticImpl numStatementCacheHit concode_elem_sep StringStatisticImpl freqUsedSqlQueries concode_... | void function ( @ ProbeParam ( "srini_string" ) String arg0 , @ ProbeParam ( "srini_string" ) String arg1 , @ ProbeParam ( "srini_string" ) String arg2 ) { PoolInfo loc0 = new PoolInfo ( arg0 , arg1 , arg2 ) ; if ( this . poolInfo . equals ( loc0 ) ) { numPotentialStatementLeak . increment ( ) ; } } |
11,763 | not supported !! concode_field_sep TransactionImpl tx concode_field_sep void checkpoint concode_elem_sep PersistenceBroker getBroker concode_elem_sep void markDirty concode_elem_sep boolean isImplicitLocking concode_elem_sep void markDelete concode_elem_sep void commit concode_elem_sep boolean tryLock concode_elem_sep ... | void function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
11,764 | returns the key/object mapping for a given key as a mchashentry concode_field_sep String __OBFID concode_elem_sep int versionStamp concode_elem_sep String __OBFID concode_elem_sep IntHashMap.Entry nextEntry concode_elem_sep int threshold concode_elem_sep Set keySet concode_elem_sep int hashEntry concode_elem_sep int co... | IntHashMap . Entry function ( int arg0 ) { int loc0 = computeHash ( arg0 ) ; for ( IntHashMap . Entry loc1 = this . slots [ getSlotIndex ( loc0 , this . slots . length ) ] ; loc1 != null ; loc1 = loc1 . nextEntry ) { if ( loc1 . hashEntry == arg0 ) { return loc1 ; } } return null ; } |
11,765 | record an event . concode_field_sep com.codahale.metrics.Meter meter concode_elem_sep boolean isEnabled concode_field_sep void setEnabled concode_elem_sep double getFifteenMinuteRate concode_elem_sep double getMeanRate concode_elem_sep boolean isEnabled concode_elem_sep double getFiveMinuteRate concode_elem_sep long ge... | void function ( ) { if ( isEnabled ( ) ) { meter . mark ( ) ; } } |
11,766 | instructs the lognode to print the log data provided . other lognodes can be chained to the end of the lognode as desired . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNod... | void function ( int arg0 , String arg1 , String arg2 ) { println ( arg0 , arg1 , arg2 , null ) ; } |
11,767 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String deploymentId concode_field_sep void setDeploymentId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateDeploymentResult clone concode_elem_sep String getDeploymentId concode_ele... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getDeploymentId ( ) != null ) loc0 . append ( "srini_string" + getDeploymentId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
11,768 | returns the number of rows matching the dynamic query . concode_field_sep StatusLocalService _statusLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _statusLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } |
11,769 | getlogintimeout method comment . concode_field_sep int loginTimeout concode_elem_sep String sStartURL concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection... | int function ( ) { return loginTimeout ; } |
11,770 | adds a connection event listener to the managedconnection instance . concode_field_sep ConfigPropertyManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep... | void function ( ConnectionEventListener arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } listeners . add ( arg0 ) ; } |
11,771 | the time that the application was created . concode_field_sep java.util.Date createTime concode_elem_sep String applicationId concode_elem_sep Boolean linkedToGitHub concode_elem_sep String applicationName concode_field_sep void setLinkedToGitHub concode_elem_sep String getApplicationId concode_elem_sep ApplicationInfo... | ApplicationInfo function ( java . util . Date arg0 ) { setCreateTime ( arg0 ) ; return this ; } |
11,772 | returns an array of all permissions that executor may have on type of secured object this class represents . this method must be overridden in subclass . concode_field_sep Permission[] ALL_PERMISSIONS concode_elem_sep String name concode_elem_sep Permission UPDATE_PERMISSIONS concode_elem_sep Permission READ concode_el... | List < Permission > function ( ) { return Lists . newArrayList ( ALL_PERMISSIONS ) ; } |
11,773 | writes the given bytestring to the provided byteoutput . calling this method may result in multiple operations on the target byteoutput i.e. for roped bytestring s . this method exposes the internal backing buffer s of the bytestring to the byteoutput in order to avoid additional copying overhead . it would be possible... | void function ( ByteString arg0 , ByteOutput arg1 ) { arg0 . writeTo ( arg1 ) ; } |
11,774 | sets the value of the rval property . concode_field_sep ActivityPage rval concode_field_sep ActivityPage getRval | void function ( ActivityPage arg0 ) { this . rval = arg0 ; } |
11,775 | returns the number of rows matching the dynamic query . concode_field_sep KaleoConditionLocalService _kaleoConditionLocalService concode_field_sep com.liferay.portal.workflow.kaleo.model.KaleoCondition fetchKaleoCondition concode_elem_sep com.liferay.portal.workflow.kaleo.model.KaleoCondition updateKaleoCondition conco... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _kaleoConditionLocalService . dynamicQueryCount ( arg0 ) ; } |
11,776 | sets the primary key of this push notifications device . concode_field_sep PushNotificationsDevice _pushNotificationsDevice concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes co... | void function ( long arg0 ) { _pushNotificationsDevice . setPrimaryKey ( arg0 ) ; } |
11,777 | replies true if the current josm user is anonymous . concode_field_sep UserInfo userInfo concode_elem_sep JosmUserIdentityManager instance concode_elem_sep boolean accessTokenKeyChanged concode_elem_sep String userName concode_elem_sep boolean accessTokenSecretChanged concode_field_sep boolean isFullyIdentified concode... | boolean function ( ) { return userName == null && userInfo == null ; } |
11,778 | return the number of conversations for the current user concode_field_sep Collection<ConversationListener> conversationListeners concode_elem_sep ConversationManager instance concode_elem_sep ApplicationContext applicationContext concode_elem_sep String CONVERSATION_MAP concode_elem_sep int maxConversations concode_ele... | int function ( ) { return conversationMap ( ) . size ( ) ; } |
11,779 | removes the tracker from the scene . concode_field_sep float instantFPS concode_elem_sep float instantPulses concode_elem_sep int avgPulsesTotal concode_elem_sep long avgPulsesStartTime concode_elem_sep Runnable onRenderedFrameTask concode_elem_sep boolean perfLoggingEnabled concode_elem_sep long instantPulsesStartTime... | void function ( Scene arg0 ) { if ( sceneAccessor != null ) { sceneAccessor . setPerfTracker ( arg0 , null ) ; } } |
11,780 | testing docallrealmethod . calls the actual mystack.pop that results in a `` stack underflow . '' exception . concode_field_sep PlaceHolder placeHolder concode_field_sep void testInterface concode_elem_sep void testNestedMethodCall concode_elem_sep void testSpy concode_elem_sep void testDoNothing | void function ( ) { MyStack < String > loc0 = PowerMockito . mock ( MyStack . class ) ; PowerMockito . doCallRealMethod ( ) . when ( loc0 ) . pop ( ) ; loc0 . pop ( ) ; } |
11,781 | adds the asset to the database . also notifies the appropriate model listeners . concode_field_sep AssetLocalService _service concode_field_sep com.liferay.ams.model.Asset fetchAsset concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getA... | com . liferay . ams . model . Asset function ( com . liferay . ams . model . Asset arg0 ) { return getService ( ) . addAsset ( arg0 ) ; } |
11,782 | create an instance of embedded concode_field_sep PlaceHolder placeHolder concode_field_sep EntityResult createEntityResult concode_elem_sep Column createColumn concode_elem_sep EmptyType createEmptyType concode_elem_sep Transient createTransient concode_elem_sep Lob createLob concode_elem_sep SequenceGenerator createSe... | Embedded function ( ) { return new Embedded ( ) ; } |
11,783 | returns the graphical representations of all curves . concode_field_sep GraphicalElement _annotation concode_elem_sep Hint _initialHintForNextCurve concode_elem_sep GraphicalElement _coordinateSystemView concode_elem_sep String LEGEND_VISIBLE_KEY concode_elem_sep String INITIAL_HINT_FOR_NEXT_CURVE_KEY concode_elem_sep ... | GraphicalElement [ ] function ( ) { synchronized ( _curves ) { GraphicalElement [ ] loc0 = new GraphicalElement [ _curves . size ( ) ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = ( ( Curve ) _curves . elementAt ( loc1 ) ) . getView ( ) ; } return loc0 ; } } |
11,784 | set the current shadow ray . the ray 's direction is used as the sample 's orientation . concode_field_sep Color lspec concode_elem_sep LightSample next concode_elem_sep Color ldiff concode_elem_sep Ray shadowRay concode_field_sep void traceShadow concode_elem_sep Color getSpecularRadiance concode_elem_sep boolean isVa... | void function ( Ray arg0 ) { this . shadowRay = arg0 ; } |
11,785 | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { DialValueIndicator loc0 = new DialValueIndicator ( 0 ) ; DialValueIndicator loc1 = new DialValueIndicator ( 0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
11,786 | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } |
11,787 | check if mobile network with matching imsi . concode_field_sep int MATCH_WIFI concode_elem_sep int[] DATA_USAGE_NETWORK_TYPES concode_elem_sep int MATCH_MOBILE_3G_LOWER concode_elem_sep int MATCH_MOBILE_4G concode_elem_sep int mMatchRule concode_elem_sep int MATCH_MOBILE_ALL concode_elem_sep int MATCH_ETHERNET concode_... | boolean function ( NetworkIdentity arg0 ) { if ( arg0 . mType == TYPE_WIMAX ) { return true ; } else { return ( contains ( DATA_USAGE_NETWORK_TYPES , arg0 . mType ) && Objects . equal ( mSubscriberId , arg0 . mSubscriberId ) ) ; } } |
11,788 | returns the image with the given key , or null if not found . concode_field_sep String CHECKED_IMAGE concode_elem_sep ImageRegistry imageRegistry concode_elem_sep String UNCHECKED_IMAGE concode_field_sep placeholderType placeHolder | Image function ( boolean arg0 ) { String loc0 = arg0 ? CHECKED_IMAGE : UNCHECKED_IMAGE ; return imageRegistry . get ( loc0 ) ; } |
11,789 | sets the company id of this team . concode_field_sep Team _team concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep boolean isEscape... | void function ( long arg0 ) { _team . setCompanyId ( arg0 ) ; } |
11,790 | intepret the string reply code - ok , no , bad - in a tagged response as a integer . concode_field_sep String UNTAGGED_RESPONSE concode_elem_sep String IMAP_OK concode_elem_sep String IMAP_NO concode_elem_sep int OK concode_elem_sep String IMAP_CONTINUATION_PREFIX concode_elem_sep String TAGGED_RESPONSE concode_elem_se... | int function ( String arg0 ) { return getReplyCode ( arg0 , TAGGED_PATTERN ) ; } |
11,791 | to get check first page . concode_field_sep String checkFirstPage concode_elem_sep String checkLastPage concode_elem_sep Logger LOGGER concode_elem_sep String barcodeClassification concode_elem_sep DocumentTypeService docTypeService concode_elem_sep String luceneClassification concode_elem_sep String imageClassificatio... | String function ( ) { return checkFirstPage ; } |
11,792 | gets the html needed to insert a valid css link tag . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_elem_sep String ROYALE c... | String function ( ) { return text ; } |
11,793 | create a pie slice . concode_field_sep Color color concode_elem_sep String legend concode_elem_sep String label concode_elem_sep int percent concode_field_sep String getLegend concode_elem_sep String getLabel concode_elem_sep Color getColor concode_elem_sep int getPercentage | Slice function ( final int arg0 , final Color arg1 , final String arg2 , final String arg3 ) { checkArgument ( arg0 >= 0 , "srini_string" , arg0 ) ; return new Slice ( arg0 , arg1 , arg2 , arg3 ) ; } |
11,794 | attempts to make a database connection to the given url . the driver returns `` null '' if it realizes it is the wrong kind of driver to connect to the given url . this will be common , as when the jdbc driver manager is asked to connect to a given url it passes the url to each loaded driver in turn . the driver raises... | Connection function ( String arg0 , Properties arg1 ) { if ( ! acceptsURL ( arg0 ) ) { return null ; } String loc0 = arg0 . substring ( sStartURL . length ( ) ) ; return new jdbcConnection ( loc0 , arg1 ) ; } |
11,795 | get file error applies to concode_field_sep PlaceHolder placeHolder concode_field_sep String fileError concode_elem_sep int errorCode concode_elem_sep String error concode_elem_sep String fileErrorCode | String function ( ) { throw new RuntimeException ( "srini_string" ) ; } |
11,796 | deletes all records from an rrset concode_field_sep List rrs concode_elem_sep short nsigs concode_elem_sep short position concode_elem_sep long serialVersionUID concode_field_sep Name getName concode_elem_sep void addRR concode_elem_sep void deleteRR concode_elem_sep Iterator iterator concode_elem_sep Iterator rrs conc... | void function ( ) { rrs . clear ( ) ; position = 0 ; nsigs = 0 ; } |
11,797 | sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive conco... | void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; } |
11,798 | returns the revision string . concode_field_sep long serialVersionUID concode_elem_sep int m_iNode concode_elem_sep int m_nMCV concode_elem_sep ADNode[] m_ADNodes concode_field_sep void print concode_elem_sep void getCounts | String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; } |
11,799 | checks if western traversal is permitted . concode_field_sep int EAST_TRAVERSAL_PERMITTED concode_elem_sep int WEST_TRAVERSAL_PERMITTED concode_elem_sep int traversalMask concode_elem_sep int SOUTH_TRAVERSAL_PERMITTED concode_elem_sep int NORTH_TRAVERSAL_PERMITTED concode_field_sep boolean isNorthernTraversalPermitted ... | boolean function ( ) { return ( traversalMask & WEST_TRAVERSAL_PERMITTED ) > 0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.