idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
94,000 | finds where the string `` mad hatter '' occurs for the first time in the book . concode_field_sep String bookText concode_field_sep int getNumCharacters concode_elem_sep void readBook | int function ( ) { return bookText . indexOf ( "srini_string" ) ; } |
94,001 | get first concode_field_sep Reference reference concode_elem_sep long serialVersionUID concode_elem_sep Float first concode_elem_sep ResourceAdapter ra concode_elem_sep String second concode_field_sep void setSecond concode_elem_sep void setResourceAdapter concode_elem_sep void setFirst concode_elem_sep void setReferen... | Float function ( ) { return first ; } |
94,002 | write the meta data represented by the chunklists associated with bin max_bins 37450 concode_field_sep BinaryCodec codec concode_field_sep void writeHeader concode_elem_sep void writeNoCoordinateRecordCount concode_elem_sep void writeBin concode_elem_sep void writeReference concode_elem_sep void close concode_elem_sep ... | void function ( final BAMIndexMetaData arg0 ) { codec . writeInt ( GenomicIndexUtil . MAX_BINS ) ; final int loc0 = 2 ; codec . writeInt ( loc0 ) ; codec . writeLong ( arg0 . getFirstOffset ( ) ) ; codec . writeLong ( arg0 . getLastOffset ( ) ) ; codec . writeLong ( arg0 . getAlignedRecordCount ( ) ) ; codec . writeLon... |
94,003 | this method is not appropriate for the local objects and just throws an exception . concode_field_sep String INAPPROPRIATE concode_field_sep org.omg.CORBA.Object _get_interface concode_elem_sep boolean _is_equivalent concode_elem_sep boolean validate_connection concode_elem_sep Request _create_request concode_elem_sep ... | org . omg . CORBA . Object function ( ) { throw new NO_IMPLEMENT ( INAPPROPRIATE ) ; } |
94,004 | sets the base-directory concode_field_sep PrecompileDef owner concode_elem_sep ConditionalFileSet localSet concode_field_sep void addFileset concode_elem_sep void execute concode_elem_sep void setIncludes | void function ( final File arg0 ) { if ( this . localSet == null ) { this . localSet = new ConditionalFileSet ( ) ; this . owner . appendExceptFileSet ( this . localSet ) ; } this . localSet . setDir ( arg0 ) ; } |
94,005 | this method was generated by mybatis generator . this method returns the value of the database column pterror.message concode_field_sep String fill1 concode_elem_sep String errortype concode_elem_sep String errorindex concode_elem_sep String moudleid concode_elem_sep String message concode_field_sep String getErrorinde... | String function ( ) { return message ; } |
94,006 | returns true if this bag is empty . concode_field_sep Node<Item> next concode_elem_sep Item item concode_elem_sep Node<Item> current concode_elem_sep Node<Item> first concode_elem_sep int N concode_field_sep void add concode_elem_sep Item next concode_elem_sep Iterator<Item> iterator concode_elem_sep int size concode_e... | boolean function ( ) { return first == null ; } |
94,007 | create a fail chunk . the `` handlechunk '' methods can use this to return an error message when they are not able to process a chunk . concode_field_sep ByteOrder CHUNK_ORDER concode_elem_sep int CHUNK_FAIL concode_field_sep void connected concode_elem_sep Chunk handleChunk concode_elem_sep ByteBuffer wrapChunk concod... | Chunk function ( int arg0 , String arg1 ) { if ( arg1 == null ) arg1 = "srini_string" ; ByteBuffer loc0 = ByteBuffer . allocate ( 8 + arg1 . length ( ) * 2 ) ; loc0 . order ( ChunkHandler . CHUNK_ORDER ) ; loc0 . putInt ( arg0 ) ; loc0 . putInt ( arg1 . length ( ) ) ; putString ( loc0 , arg1 ) ; return new Chunk ( CHUN... |
94,008 | sets start and end text element listeners at the same time . concode_field_sep String localName concode_elem_sep Element parent concode_elem_sep ArrayList<Element> requiredChilden concode_elem_sep int depth concode_elem_sep Children children concode_elem_sep EndElementListener endElementListener concode_elem_sep EndTex... | void function ( TextElementListener arg0 ) { setStartElementListener ( arg0 ) ; setEndTextElementListener ( arg0 ) ; } |
94,009 | determines if per-vertex colors will be using for rendering object . if false , defaultcolor property will dictate object color . if object has no per-vertex color information , setting is ignored . default is true . concode_field_sep Number3d _scale concode_elem_sep Number3d _rotation concode_elem_sep String _name con... | boolean function ( ) { return _vertexColorsEnabled ; } |
94,010 | gets the value of the value property . concode_field_sep List<BucketType> voiceBuckets concode_elem_sep List<BucketType> dataBuckets concode_elem_sep long serialVersionUID concode_elem_sep List<FlexpayUsageType.Msisdn> msisdn concode_elem_sep String value concode_elem_sep FlexpayUsageType.Ban ban concode_field_sep Flex... | String function ( ) { return value ; } |
94,011 | sets the branch name id . concode_field_sep Integer bankAccountDetailId concode_elem_sep String accountName concode_elem_sep String bankNameInEnglish concode_elem_sep String bankBranchNameInEnglish concode_elem_sep String branchName concode_elem_sep Integer bankNameId concode_elem_sep String bankName concode_elem_sep S... | void function ( Integer arg0 ) { this . branchNameId = arg0 ; } |
94,012 | sends an warning message to be considered for output . it is printed if the current debug level is equal or greater to level_warning concode_field_sep int LEVEL_WARNING concode_elem_sep String outputDir concode_elem_sep PrintStream outputLogFilePrintStream concode_elem_sep int LEVEL_NONE concode_elem_sep SimpleDateForm... | void function ( String arg0 ) { write ( LEVEL_WARNING , arg0 ) ; } |
94,013 | socket inactivity timeout concode_field_sep TimeUnit socketTimeoutUnits concode_elem_sep boolean disableCookies concode_elem_sep TimeUnit establishConnectionTimeoutUnits concode_elem_sep SSLContext sslContext concode_elem_sep long socketTimeout concode_elem_sep TimeUnit connectionTTLUnit concode_elem_sep long establish... | HttpClientBuilder function ( long arg0 , TimeUnit arg1 ) { this . socketTimeout = arg0 ; this . socketTimeoutUnits = arg1 ; return this ; } |
94,014 | tries to find a module node for the given module in the given list . concode_field_sep HashMap<String,ConfigDescriptionEntry> configEntryLookup concode_elem_sep ArrayList<ConfigTreeModuleNode> localNodes concode_elem_sep Log logger concode_elem_sep Messages messages concode_elem_sep ArrayList<ConfigTreeModuleNode> glob... | ConfigTreeModuleNode function ( final Module arg0 , final ArrayList arg1 ) { if ( arg0 == null ) { return null ; } for ( int loc0 = 0 ; loc0 < arg1 . size ( ) ; loc0 ++ ) { final ConfigTreeModuleNode loc1 = ( ConfigTreeModuleNode ) arg1 . get ( loc0 ) ; if ( arg0 == loc1 . getModule ( ) ) { return loc1 ; } } return nul... |
94,015 | getter method for remarkdt concode_field_sep String reason concode_elem_sep String agentId concode_elem_sep String remarkDt concode_elem_sep String customerId concode_field_sep String getAgentId concode_elem_sep String getReason concode_elem_sep void setReason concode_elem_sep void setRemarkDt concode_elem_sep void set... | String function ( ) { return remarkDt ; } |
94,016 | removes the given connection from the list of connections to be closed when idle . this will return true if the connection is still valid , and false if the connection should be considered expired and not used . concode_field_sep Map<HttpConnection,TimeValues> connectionToTimes concode_elem_sep long timeAdded concode_e... | boolean function ( HttpConnection arg0 ) { TimeValues loc0 = connectionToTimes . remove ( arg0 ) ; if ( loc0 == null ) { log . warn ( "srini_string" ) ; return true ; } else { return System . currentTimeMillis ( ) <= loc0 . timeExpires ; } } |
94,017 | set the start point 's position concode_field_sep boolean local concode_elem_sep Color startCol concode_elem_sep Color endCol concode_elem_sep Vector2f none concode_elem_sep Vector2f start concode_elem_sep Vector2f end concode_field_sep void setStartColor concode_elem_sep GradientFill getInvertedCopy concode_elem_sep V... | void function ( float arg0 , float arg1 ) { setStart ( new Vector2f ( arg0 , arg1 ) ) ; } |
94,018 | add information message . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBu... | void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; } |
94,019 | gets the max time . concode_field_sep int requestCount concode_elem_sep long maxTime concode_elem_sep String docBase concode_elem_sep boolean distributable concode_elem_sep String displayName concode_elem_sep int dataSourceEstablishedScore concode_elem_sep int contextAttributeCount concode_elem_sep boolean available co... | long function ( ) { return maxTime ; } |
94,020 | gets the value of the mobiledevicesubmodelsegment property . concode_field_sep BandwidthGroupTargeting bandwidthSegment concode_elem_sep List<AdUnitTargeting> adUnitSegments concode_elem_sep DeviceCapabilityTargeting deviceCapabilitySegment concode_elem_sep GeoTargeting geoSegment concode_elem_sep OperatingSystemTarget... | MobileDeviceSubmodelTargeting function ( ) { return mobileDeviceSubmodelSegment ; } |
94,021 | lookup object with identity oid in objecttable . returns null if no matching id is found concode_field_sep Map objectTable concode_field_sep void afterRollback concode_elem_sep void cache concode_elem_sep void afterBegin concode_elem_sep void beforeBegin concode_elem_sep void beforeClose concode_elem_sep void clear con... | Object function ( Identity arg0 ) { Object loc0 = null ; SoftReference loc1 = ( SoftReference ) objectTable . get ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . get ( ) ; if ( loc0 == null ) { objectTable . remove ( arg0 ) ; } } return loc0 ; } |
94,022 | compares this point to the specified point . concode_field_sep Comparator<Point2D> X_ORDER concode_elem_sep Comparator<Point2D> R_ORDER concode_elem_sep double x concode_elem_sep double y concode_elem_sep Comparator<Point2D> Y_ORDER concode_field_sep double distanceSquaredTo concode_elem_sep double angleTo concode_elem... | boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; if ( arg0 == null ) return false ; if ( arg0 . getClass ( ) != this . getClass ( ) ) return false ; Point2D loc0 = ( Point2D ) arg0 ; return this . x == loc0 . x && this . y == loc0 . y ; } |
94,023 | sets the value of the reminderi property . concode_field_sep Reminder reminderI concode_elem_sep Long personId concode_field_sep Long getPersonId concode_elem_sep void setPersonId concode_elem_sep Reminder getReminderI | void function ( Reminder arg0 ) { this . reminderI = arg0 ; } |
94,024 | get managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep String getJsfEl concode_elem_sep void resetMa... | Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; } |
94,025 | gets the value of the totalsrowformula property . concode_field_sep Long queryTableFieldId concode_elem_sep Object parent concode_elem_sep String dataCellStyle concode_elem_sep CTXmlColumnPr xmlColumnPr concode_elem_sep CTExtensionList extLst concode_elem_sep String headerRowCellStyle concode_elem_sep Long totalsRowDxf... | CTTableFormula function ( ) { return totalsRowFormula ; } |
94,026 | test of addsingleboundle method , of class pluginsmanager . concode_field_sep File boundlePath concode_elem_sep PluginsManager loader concode_elem_sep ClientStorage storage concode_field_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void tearDown | void function ( ) { System . out . println ( "srini_string" ) ; loader . loadSingleBoundle ( boundlePath ) ; System . out . println ( "srini_string" + storage . getClients ( ) . size ( ) + "srini_string" ) ; for ( Client loc0 : storage . getClients ( ) ) { System . out . println ( "srini_string" + loc0 . getName ( ) ) ... |
94,027 | sets the street2 of this address . concode_field_sep Address _address concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep com.liferay.portal.model.Country getCountry concode_elem_sep boolean isCachedModel concode_elem_sep int co... | void function ( java . lang . String arg0 ) { _address . setStreet2 ( arg0 ) ; } |
94,028 | checks , whether the parent configuration can be serialized . usually the global configuration is not serialized and should return false here . concode_field_sep Configuration parentConfiguration concode_elem_sep Properties configuration concode_field_sep boolean isLocallyDefined concode_elem_sep void setParentConfig c... | boolean function ( ) { return true ; } |
94,029 | get the ruleset for a class concode_field_sep long serialVersionUID concode_elem_sep Map<Class<?>,RuleSet<?>> ruleSets concode_field_sep RuleBook setRule concode_elem_sep RuleBook setRule concode_elem_sep void removeRuleSet concode_elem_sep RuleSet<T> cloneRuleSet concode_elem_sep Consumer<T> getRule concode_elem_sep v... | RuleSet < T > function ( Class < T > arg0 ) { Objects . requireNonNull ( arg0 ) ; return ( RuleSet < T > ) ruleSets . get ( arg0 ) ; } |
94,030 | sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName | void function ( String arg0 ) { this . password = arg0 ; } |
94,031 | sets the number of marbles chosen by the user in each pit when the game is started concode_field_sep ArrayList<ChangeListener> listeners concode_elem_sep Pit last concode_elem_sep Pit previous concode_elem_sep int position concode_elem_sep boolean moveDone concode_elem_sep int previousValue concode_elem_sep int undoCou... | void function ( int arg0 ) { current = first ; for ( int loc0 = 0 ; loc0 < BOARD_SIZE ; loc0 ++ ) { if ( ! current . isAStore ( ) ) current . count = arg0 ; current = current . next ; } update ( null ) ; } |
94,032 | return the complete path to artifact local metadata file . concode_field_sep String CLASSIFIER_SEPARATOR concode_elem_sep String m_fullClassifier concode_elem_sep String FILE_SEPARATOR concode_elem_sep String TYPE_SEPARATOR concode_elem_sep String m_artifact concode_elem_sep String m_group concode_elem_sep String m_cla... | String function ( ) { return new StringBuilder ( ) . append ( m_group . replaceAll ( GROUP_SEPARATOR , FILE_SEPARATOR ) ) . append ( FILE_SEPARATOR ) . append ( m_artifact ) . append ( FILE_SEPARATOR ) . append ( METADATA_FILE_LOCAL ) . toString ( ) ; } |
94,033 | returns immutable list of all known versions . concode_field_sep List<Version> SORTED_VERSIONS concode_field_sep Version randomVersion concode_elem_sep Version getPreviousVersion concode_elem_sep Version getPreviousVersion concode_elem_sep boolean isSnapshot concode_elem_sep Version getFirstVersion concode_elem_sep Ver... | List < Version > function ( ) { return Collections . unmodifiableList ( SORTED_VERSIONS ) ; } |
94,034 | returns the name of this processor . concode_field_sep String name concode_field_sep boolean supportsOpen concode_elem_sep NLPInstance create concode_elem_sep NLPInstance createOpen | String function ( ) { return name ; } |
94,035 | the current years concode_field_sep OperatorDailyPerformanceCache operatorDailyPerformanceCache concode_elem_sep MonthDailyPPMCache monthDailyPPMCache concode_elem_sep CalendarDayPPMCache calendarDayPPMCache concode_field_sep Collection<OperatorDailyPerformance> getCurrentPerformance concode_elem_sep Optional<OperatorD... | MinMaxStatistics function ( ) { return calendarDayPPMCache . getYears ( Integer . MIN_VALUE ) ; } |
94,036 | describes the kinds of special objects contained in this parcelable 's marshalled representation . concode_field_sep Parcelable.Creator<HdmiHotplugEvent> CREATOR concode_elem_sep int mPort concode_elem_sep boolean mConnected concode_field_sep int getPort concode_elem_sep boolean isConnected concode_elem_sep HdmiHotplug... | int function ( ) { return 0 ; } |
94,037 | gets the countryids value for this citysearchcriteria . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep long[] countryIds concode_elem_sep boolean __hashCodeCalc concode_elem_sep long[] regionIds concode_field_sep org.apache.axis.descriptio... | long [ ] function ( ) { return countryIds ; } |
94,038 | gets the list of filesgrouprecordbean which will be used by the ice : datatable component . concode_field_sep String CHILD_ROW_STYLE_CLASS concode_elem_sep String GROUP_INDENT_STYLE_CLASS concode_elem_sep String EXPAND_IMAGE concode_elem_sep String GROUP_ROW_STYLE_CLASS concode_elem_sep ArrayList inventoryGroupItemBean... | ArrayList function ( ) { return inventoryGroupItemBeans ; } |
94,039 | stop reconciling positions . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions c... | void function ( ) { removedPositions . clear ( ) ; removedPositionCount = 0 ; addedPositions . clear ( ) ; } |
94,040 | get the value of the ispotiondurationmax field . concode_field_sep int duration concode_elem_sep boolean isPotionDurationMax concode_elem_sep Potion potion concode_elem_sep java.util.List<net.minecraft.item.ItemStack> curativeItems concode_elem_sep boolean showParticles concode_elem_sep int amplifier concode_elem_sep b... | boolean function ( ) { return this . isPotionDurationMax ; } |
94,041 | returns whether keep alive of connection is specified . concode_field_sep int seqSend concode_elem_sep Destination d concode_elem_sep boolean alive concode_elem_sep int seqRcv concode_elem_sep int OPEN_IDLE concode_elem_sep int REMOTE_ENDPOINT concode_elem_sep boolean co concode_elem_sep int OPEN_WAIT concode_elem_sep ... | boolean function ( ) { return alive ; } |
94,042 | returns a copy of this bounds object which can not be modified anymore . concode_field_sep long x concode_elem_sep long y concode_elem_sep boolean locked concode_field_sep long getX concode_elem_sep long getY concode_elem_sep StrictPoint getUnlockedInstance concode_elem_sep void setLocation concode_elem_sep int hashCod... | StrictPoint function ( ) { if ( locked ) { return this ; } final StrictPoint loc0 = ( StrictPoint ) clone ( ) ; loc0 . locked = true ; return loc0 ; } |
94,043 | sets the company id of this resource type permission . concode_field_sep ResourceTypePermission _resourceTypePermission concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void set... | void function ( long arg0 ) { _resourceTypePermission . setCompanyId ( arg0 ) ; } |
94,044 | get the expanded state of the row . concode_field_sep ExpansionType expansionType concode_elem_sep boolean selected concode_elem_sep boolean selectable concode_elem_sep boolean expanded concode_elem_sep boolean visible concode_elem_sep List<String> activeCellEditorIds concode_elem_sep boolean expandable concode_elem_se... | boolean function ( ) { return expanded ; } |
94,045 | internal method to call org.zeromq.socket send method . concode_field_sep byte[] data concode_elem_sep boolean more concode_elem_sep int MORE concode_elem_sep int REUSE concode_elem_sep int DONTWAIT concode_field_sep boolean hasSameData concode_elem_sep ZFrame recvFrame concode_elem_sep ZFrame recvFrame concode_elem_se... | boolean function ( Socket arg0 , int arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . send ( data , arg1 ) ; } |
94,046 | set the line delimiting string . concode_field_sep String DEFAULT_LINE_END concode_elem_sep char m_cEscapeChar concode_elem_sep boolean m_bAvoidFinalLineEnd concode_elem_sep boolean DEFAULT_QUOTE_ALL concode_elem_sep boolean DEFAULT_AVOID_FINAL_LINE_END concode_elem_sep String m_sLineEnd concode_elem_sep int m_nWritten... | CSVWriter function ( @ Nonnull @ Nonempty final String arg0 ) { ValueEnforcer . notNull ( arg0 , "srini_string" ) ; m_sLineEnd = arg0 ; return this ; } |
94,047 | adds an interceptor factory to all methods of a view concode_field_sep Map<Class<?>,Object> privateData concode_elem_sep ViewInstanceFactory viewInstanceFactory concode_elem_sep Set<Method> asyncMethods concode_elem_sep ServiceName viewServiceName concode_elem_sep OrderedItemContainer<InterceptorFactory> clientPreDestr... | void function ( InterceptorFactory arg0 , int arg1 ) { for ( Method loc0 : proxyFactory . getCachedMethods ( ) ) { addViewInterceptor ( loc0 , arg0 , arg1 ) ; } } |
94,048 | indicates if pin aliases should be written concode_field_sep DeviceFamily fDeviceFamily concode_elem_sep PeripheralTemplateInformation fOwner concode_field_sep String getDefinition concode_elem_sep String getInstanceName concode_elem_sep void writeWizard concode_elem_sep String getTemplate concode_elem_sep void writeIn... | boolean function ( PinInformation arg0 ) { return true ; } |
94,049 | the error setter . concode_field_sep String error concode_elem_sep ElementType elementType concode_field_sep String getError concode_elem_sep ElementType getElementType concode_elem_sep void setElementType | void function ( String arg0 ) { error = arg0 ; } |
94,050 | indicates whether the network interface is deleted when the instance is terminated . returns a reference to this object so that method calls can be chained together . concode_field_sep String attachmentId concode_elem_sep Boolean deleteOnTermination concode_elem_sep Integer deviceIndex concode_elem_sep java.util.Date a... | InstanceNetworkInterfaceAttachment function ( Boolean arg0 ) { this . deleteOnTermination = arg0 ; return this ; } |
94,051 | set the host name to use in the redirect request and returns a reference to this object routingruleredirect for method chaining . concode_field_sep String httpRedirectCode concode_elem_sep String hostName concode_elem_sep String protocol concode_elem_sep String replaceKeyWith concode_elem_sep String replaceKeyPrefixWit... | RedirectRule function ( String arg0 ) { setHostName ( arg0 ) ; return this ; } |
94,052 | converts short duration string hh : mm to milliseconds . concode_field_sep int NUM_LENGTH concode_elem_sep String TAG concode_elem_sep int GB_RANGE concode_elem_sep int KB_RANGE concode_elem_sep int HOURS_MIL concode_elem_sep int B_RANGE concode_elem_sep int MB_RANGE concode_elem_sep int MINUTES_MIL concode_elem_sep in... | int function ( String arg0 ) { String [ ] loc0 = arg0 . split ( "srini_string" ) ; if ( loc0 . length != 2 ) { return 0 ; } return Integer . parseInt ( loc0 [ 0 ] ) * 3600 * 1000 + Integer . parseInt ( loc0 [ 1 ] ) * 1000 * 60 ; } |
94,053 | gets the loader id of this resource . concode_field_sep CmsUUID m_structureId concode_elem_sep long m_dateReleased concode_elem_sep CmsAccessControlList m_accessControlList concode_elem_sep int m_length concode_elem_sep int m_flags concode_elem_sep CmsUUID m_projectLastModified concode_elem_sep List<CmsProperty> m_prop... | int function ( ) { return m_loaderId ; } |
94,054 | sets the value of the deliverydays property . concode_field_sep BigDecimal amount concode_elem_sep BigDecimal cost concode_elem_sep Boolean isWaived concode_elem_sep BigDecimal tax concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep String waiveReason concode_elem_sep String carrier con... | void function ( BigInteger arg0 ) { this . deliveryDays = arg0 ; } |
94,055 | sets the value of the pageindex property . concode_field_sep String searchId concode_elem_sep int pageIndex concode_field_sep String getSearchId concode_elem_sep int getPageIndex concode_elem_sep void setSearchId | void function ( int arg0 ) { this . pageIndex = arg0 ; } |
94,056 | returns an array of all files in the given directory matching . concode_field_sep PlaceHolder placeHolder concode_field_sep BufferedReader newBufferedReader concode_elem_sep void deleteSubDirectories concode_elem_sep Path[] toArray concode_elem_sep boolean exists concode_elem_sep Path append concode_elem_sep boolean is... | Path [ ] function ( Path arg0 , DirectoryStream . Filter < Path > arg1 ) { try ( DirectoryStream < Path > loc0 = Files . newDirectoryStream ( arg0 , arg1 ) ) { return toArray ( loc0 ) ; } } |
94,057 | gets integer parameter or default value concode_field_sep HashMap<String,String> m_parameters concode_elem_sep String m_itemName concode_elem_sep EventPublisher m_eventPublisher concode_elem_sep Logger logger concode_elem_sep HashMap<Class<?>,State> m_state concode_field_sep void setParameters concode_elem_sep String g... | int function ( String arg0 , int arg1 ) { if ( m_parameters == null ) return arg1 ; String loc0 = m_parameters . get ( arg0 ) ; if ( loc0 == null ) return arg1 ; return ( Integer . parseInt ( loc0 ) ) ; } |
94,058 | requested maximum length of the queue of incoming connections . default -1 for no backlog . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep S... | int function ( ) { return conf . getInt ( SPARK_NETWORK_IO_BACKLOG_KEY , - 1 ) ; } |
94,059 | close the view if it 's showing . concode_field_sep View mNextView concode_elem_sep WindowManager mWM concode_elem_sep boolean LOCAL_LOGV concode_elem_sep float mVerticalMargin concode_elem_sep Handler mHandler concode_elem_sep int mX concode_elem_sep int mY concode_elem_sep Runnable mShow concode_elem_sep Runnable mHi... | void function ( ) { mHandler . post ( mHide ) ; } |
94,060 | sets the remoterevisionid value for this wssynchronizationplanxtentisobjectssynchronizationssynchronizations . concode_field_sep java.lang.String instancePattern concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String localRevisionID concode_elem_sep java.lang.String remoteRevisionID concode_el... | void function ( java . lang . String arg0 ) { this . remoteRevisionID = arg0 ; } |
94,061 | put a computer to be upserted updated or inserted concode_field_sep ComputerDTOMapperImpl computerDTOMapper concode_elem_sep CompanyDBServiceImpl companyDBService concode_elem_sep ComputerDBServiceImpl computerDBService concode_elem_sep Logger LOGGER concode_field_sep Page<ComputerDTO> getPage concode_elem_sep Computer... | Response function ( ComputerDTO arg0 ) { LOGGER . info ( "srini_string" , arg0 ) ; computerDTOMapper = new ComputerDTOMapperImpl ( ) ; computerDBService . save ( computerDTOMapper . mapFromDTO ( arg0 ) ) ; return Response . status ( 201 ) . entity ( arg0 ) . build ( ) ; } |
94,062 | return the description of this status . concode_field_sep String code concode_elem_sep Status OUT_OF_SERVICE concode_elem_sep Status UP concode_elem_sep Status DOWN concode_elem_sep String description concode_elem_sep Status UNKNOWN concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String ... | String function ( ) { return this . description ; } |
94,063 | see org.springframework.beans.factory.factorybean #getobjecttype concode_field_sep StatementLocator statementLocator concode_elem_sep DataSource dataSource concode_elem_sep Map<String,Object> globalDefines concode_field_sep void setGlobalDefines concode_elem_sep Object getObject concode_elem_sep void afterPropertiesSet... | Class < ? > function ( ) { return IDBI . class ; } |
94,064 | create an instance of jaxbelement concode_field_sep QName _ViewUser_QNAME concode_elem_sep QName _ViewUserResponse_QNAME concode_elem_sep QName _EditUserResponse_QNAME concode_elem_sep QName _DeactivateUserResponse_QNAME concode_elem_sep QName _ActivateUserResponse_QNAME concode_elem_sep QName _ActivateUser_QNAME conco... | JAXBElement < UserIdType > function ( UserIdType arg0 ) { return new JAXBElement < UserIdType > ( _ViewUser_QNAME , UserIdType . class , null , arg0 ) ; } |
94,065 | gets the value of the required property . concode_field_sep String _default concode_elem_sep Link link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concod... | boolean function ( ) { if ( required == null ) { return false ; } else { return required ; } } |
94,066 | copy the content of an operator . concode_field_sep String _name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String toString concode_elem_sep void evaluate | void function ( HGEOperator arg0 ) { this . setName ( arg0 . getName ( ) ) ; } |
94,067 | deletes the feed from the database . 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 setWrappedService concode_elem_sep com.lif... | com . liferay . twitter . model . Feed function ( com . liferay . twitter . model . Feed arg0 ) { return _feedLocalService . deleteFeed ( arg0 ) ; } |
94,068 | cancel the printertask by calling the printerjob 's cancel method . concode_field_sep CancelablePrintJob cancelablePrintJob concode_elem_sep Logger logger concode_elem_sep PrintHelper printHelper concode_field_sep void run | void function ( ) { try { if ( cancelablePrintJob != null ) { cancelablePrintJob . cancel ( ) ; } } catch ( PrintException loc0 ) { logger . log ( Level . FINE , "srini_string" + loc0 . getMessage ( ) ) ; } } |
94,069 | indicates if this factor is the reciprocal of another factor . concode_field_sep Base _base concode_elem_sep int _exponent concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Factor pow concode_elem_sep boolean isDimensionless concode_elem_sep Base getB... | boolean function ( final Factor arg0 ) { return getBase ( ) . equals ( arg0 . getBase ( ) ) && getExponent ( ) == - arg0 . getExponent ( ) ; } |
94,070 | removes all mappings or elements from this map or collection optional operation . this method conforms to the java.util.collection #clear and java.util.map #clear interfaces . concode_field_sep DataView view concode_field_sep Iterator storedOrExternalIterator concode_elem_sep CursorConfig getCursorConfig concode_elem_s... | void function ( ) { boolean loc0 = beginAutoCommit ( ) ; try { view . clear ( ) ; commitAutoCommit ( loc0 ) ; } catch ( Exception loc1 ) { throw handleException ( loc1 , loc0 ) ; } } |
94,071 | sets #timestamp . concode_field_sep MethodSensorTypeIdent methodSensorTypeIdent concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep MethodIdent methodIdent concode_elem_sep Timestamp timestamp concode_field_sep void setMethodIdent concode_elem_sep MethodSensorTypeIdent getMethodSensorTypeId... | void function ( Timestamp arg0 ) { this . timestamp = arg0 ; } |
94,072 | reduce the current capacity of this sequence to its actual size i.e. , the number of elements it contains . concode_field_sep double[] data concode_elem_sep int manyItems concode_elem_sep int currentIndex concode_field_sep DoubleArraySeq catenation concode_elem_sep void start concode_elem_sep void advance concode_elem_... | void function ( ) { double [ ] loc0 ; if ( data . length != manyItems ) { loc0 = new double [ manyItems ] ; System . arraycopy ( data , 0 , loc0 , 0 , manyItems ) ; data = loc0 ; } } |
94,073 | label template will be used for sentence labels generation . i.e. if provided template is `` document _ '' , all documents/paragraphs will have their labels starting from `` document_0 '' to `` document_x '' , where x is the total number of documents - 1 concode_field_sep AtomicLong documentPosition concode_elem_sep St... | Builder function ( @ NonNull String arg0 ) { this . labelTemplate = arg0 ; this . generator . setTemplate ( arg0 ) ; return this ; } |
94,074 | returns the document root of a plugins web development application . concode_field_sep File classesDir concode_elem_sep File webRoot concode_field_sep void setClassesDir concode_elem_sep File getClassesDir concode_elem_sep void setWebRoot | File function ( ) { return webRoot ; } |
94,075 | set a single notification type , or a list of notification types as comma-delimited string . concode_field_sep String name concode_elem_sep String description concode_elem_sep String[] notificationTypes concode_field_sep void setName concode_elem_sep String[] getNotificationTypes concode_elem_sep String getName concode... | void function ( String arg0 ) { this . notificationTypes = StringUtils . commaDelimitedListToStringArray ( arg0 ) ; } |
94,076 | calls the set method with the next interpolant as determined by the interpolator member . concode_field_sep boolean stopOnInvalidState concode_elem_sep boolean lastStateValid concode_elem_sep Interpolator interpolator concode_elem_sep boolean hasNext concode_field_sep boolean isLastStateValid concode_elem_sep void set ... | void function ( ) { set ( this . interpolator . nextInterpolant ( ) ) ; } |
94,077 | auto generated setter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteSpotDatafeedSubscriptionResponseType localDeleteSpotDatafeedSubscriptionResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize conco... | void function ( com . amazon . ec2 . DeleteSpotDatafeedSubscriptionResponseType arg0 ) { this . localDeleteSpotDatafeedSubscriptionResponse = arg0 ; } |
94,078 | is the queue empty ? concode_field_sep QueueElement head concode_elem_sep QueueElement cursor concode_elem_sep int length concode_elem_sep QueueElement prev concode_elem_sep QueueElement tail concode_elem_sep QueueElement next concode_elem_sep Object obj concode_elem_sep Queue queue concode_field_sep void enqueue conco... | boolean function ( ) { return ( tail == null ) ; } |
94,079 | deserialize the thrift object from a java string , using a specified character set for decoding . concode_field_sep TProtocol protocol_ concode_elem_sep TMemoryInputTransport trans_ concode_field_sep Long partialDeserializeI64 concode_elem_sep Byte partialDeserializeByte concode_elem_sep Integer partialDeserializeI32 c... | void function ( TBase arg0 , String arg1 , String arg2 ) { try { deserialize ( arg0 , arg1 . getBytes ( arg2 ) ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new TException ( "srini_string" + arg2 ) ; } finally { protocol_ . reset ( ) ; } } |
94,080 | for the given sql using the given connection . the new statement is registered to be closed at teardown . concode_field_sep List<ResultSet> m_resultSets concode_elem_sep List<Connection> m_connections concode_elem_sep List<Statement> m_statements concode_field_sep Statement createStatement concode_elem_sep Connection n... | PreparedStatement function ( final String arg0 , final Connection arg1 ) { final PreparedStatement loc0 = arg1 . prepareStatement ( arg0 ) ; registerStatement ( loc0 ) ; return loc0 ; } |
94,081 | get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep boolean projectOpened concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean p... | IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; } |
94,082 | returns the severity level as an int from the pyflakes message type . the different message types are : c convention , for programming standard violation r refactor , for bad code smell w warning , for python specific problems e error , for much probably bugs in the code f fatal , if an error occured which prevented py... | void function ( Violation arg0 , String arg1 ) { arg0 . setSeverity ( Severity . HIGH ) ; arg0 . setSeverityLevel ( Severity . HIGH_VALUE ) ; } |
94,083 | an optional version stored with the pipeline so that it can be used to determine if the pipeline should be updated / replaced . concode_field_sep String DESCRIPTION_KEY concode_elem_sep String description concode_elem_sep String id concode_elem_sep String PROCESSORS_KEY concode_elem_sep String ON_FAILURE_KEY concode_el... | Integer function ( ) { return version ; } |
94,084 | set the phases used for animations . concode_field_sep int index concode_elem_sep float phaseX concode_elem_sep float phaseY concode_elem_sep float[] buffer concode_elem_sep int mTo concode_elem_sep int mFrom concode_field_sep void feed concode_elem_sep int size concode_elem_sep void limitFrom concode_elem_sep void lim... | void function ( float arg0 , float arg1 ) { this . phaseX = arg0 ; this . phaseY = arg1 ; } |
94,085 | retrieve the last computed y velocity . you must first call #computecurrentvelocity int before calling this function . concode_field_sep int MAX_DEGREE concode_elem_sep int mPtr concode_elem_sep SynchronizedPool<VelocityTracker> sPool concode_elem_sep float confidence concode_elem_sep int degree concode_elem_sep int AC... | float function ( int arg0 ) { return nativeGetYVelocity ( mPtr , arg0 ) ; } |
94,086 | returns a string that shows the details of the lock suitable for display to an end user . concode_field_sep boolean shared concode_elem_sep long size concode_elem_sep FileChannel channel concode_elem_sep long position concode_field_sep long size concode_elem_sep void release concode_elem_sep boolean isValid concode_ele... | String function ( ) { return "srini_string" + position + "srini_string" + size + "srini_string" + shared + "srini_string" ; } |
94,087 | is value changed concode_field_sep PO po concode_field_sep byte[] getPdfAttachment concode_elem_sep int compare concode_elem_sep void set_CustomColumn concode_elem_sep int getUpdatedBy concode_elem_sep boolean save concode_elem_sep boolean save concode_elem_sep boolean isActive concode_elem_sep boolean delete concode_e... | boolean function ( String arg0 ) { return po . is_ValueChanged ( arg0 ) ; } |
94,088 | verifies that deserialized is valid . implementations of thismethod may mutate deserialized . concode_field_sep String golden concode_elem_sep T value concode_field_sep byte[] serialize concode_elem_sep void test concode_elem_sep Object deserializeHex concode_elem_sep boolean equals concode_elem_sep String serializeHex... | void function ( T arg0 ) { } |
94,089 | internal conversion . this is needed to support the current springboot actuator auditeventrepository interface concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> convertDataToStrings concode_elem_sep List<AuditEvent> convertToAuditEvent concode_elem_sep AuditEvent convertToAuditEvent | Map < String , Object > function ( Map < String , String > arg0 ) { Map < String , Object > loc0 = new HashMap < > ( ) ; if ( arg0 != null ) { for ( String loc1 : arg0 . keySet ( ) ) { loc0 . put ( loc1 , arg0 . get ( loc1 ) ) ; } } return loc0 ; } |
94,090 | returns the reference count of this resource block . concode_field_sep ResourceBlock _resourceBlock concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep void setReferenceCount concode_elem_sep boolean ... | long function ( ) { return _resourceBlock . getReferenceCount ( ) ; } |
94,091 | threads that used to server request/response cycles in an application server are generally pulled from a pool . just before the thread is done completing the cycle , we should clear any local instance variables to ensure that they are not hanging on to any session references , otherwise the session and their resources ... | void function ( ) { localInstance . set ( null ) ; } |
94,092 | returns the empty map . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put | Map < K , V > function ( ) { return newHashMap ( ) ; } |
94,093 | gets the cpu time given the specified parameters only for time_shared . note : the cpu time for space_shared and advance_reservation are not yet implemented . concode_field_sep int OTHER_POLICY_DIFFERENT_RATING concode_elem_sep int SPACE_SHARED concode_elem_sep String os concode_elem_sep double timeZone concode_elem_se... | double function ( double arg0 , double arg1 ) { double loc0 = 0.0 ; switch ( getAllocationPolicy ( ) ) { case DatacenterCharacteristics . TIME_SHARED : loc0 = arg0 / ( getMipsOfOnePe ( ) * ( 1.0 - arg1 ) ) ; break ; default : break ; } return loc0 ; } |
94,094 | returns foreground color of view title . concode_field_sep PlaceHolder placeHolder concode_field_sep int getViewMode concode_elem_sep Border getBorder concode_elem_sep Color getGlobalBGColor concode_elem_sep LinkType getLinkType concode_elem_sep Color getDateFGColor concode_elem_sep boolean isShowingDate concode_elem_s... | Color function ( boolean arg0 ) { return arg0 ? Color . RED : Color . BLACK ; } |
94,095 | returns true if the specified log level is enabled otherwise false . concode_field_sep LogLevel globalLogLevel concode_elem_sep String className concode_elem_sep Class<?> clazz concode_elem_sep PrintStream out concode_field_sep void setGlobalLogLevel concode_elem_sep void warn concode_elem_sep void warn concode_elem_se... | boolean function ( final LogLevel arg0 ) { return arg0 . ordinal ( ) <= globalLogLevel . ordinal ( ) ; } |
94,096 | return the pgp secret key associated with the given key id . concode_field_sep List order concode_elem_sep Map secretRings concode_field_sep void encode concode_elem_sep boolean contains concode_elem_sep Iterator<PGPSecretKeyRing> iterator concode_elem_sep int size concode_elem_sep PGPSecretKeyRingCollection removeSecr... | PGPSecretKey function ( long arg0 ) { Iterator loc0 = this . getKeyRings ( ) ; while ( loc0 . hasNext ( ) ) { PGPSecretKeyRing loc1 = ( PGPSecretKeyRing ) loc0 . next ( ) ; PGPSecretKey loc2 = loc1 . getSecretKey ( arg0 ) ; if ( loc2 != null ) { return loc2 ; } } return null ; } |
94,097 | indicates the currently stored state of the shrink to fit printable area property . concode_field_sep String defaultURL concode_elem_sep File defaultFile concode_elem_sep PrintHelper printHelper concode_elem_sep boolean isShrinkToPrintableArea concode_field_sep void setDefaultFile concode_elem_sep File getDefaultFile c... | boolean function ( ) { return isShrinkToPrintableArea ; } |
94,098 | notify the participant that another value is being added to the set . this is stored in case compensation is required . concode_field_sep Logger log concode_elem_sep HashMap<String,Set<BACoordinationCompletionParticipant>> participants concode_elem_sep List<String> values concode_elem_sep String txID concode_elem_sep E... | void function ( String arg0 ) { values . add ( arg0 ) ; } |
94,099 | gets the value of the requiredbyplan property . concode_field_sep DataBalance throttleThreshold concode_elem_sep String identifier concode_elem_sep BigInteger costPerMbInCents concode_elem_sep boolean requiresAutoRenew concode_elem_sep Boolean unlimited concode_elem_sep String description concode_elem_sep long serialVe... | boolean function ( ) { return requiredByPlan ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.