idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
89,300 | returns the create date of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedM... | Date function ( ) { return _foo . getCreateDate ( ) ; } |
89,301 | return the override for the given method , if any . concode_field_sep Set<MethodOverride> overrides concode_field_sep void addOverrides concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Set<MethodOverride> getOverrides concode_elem_sep boolean isEmpty concode_elem_sep void addOverride | MethodOverride function ( Method arg0 ) { for ( MethodOverride loc0 : this . overrides ) { if ( loc0 . matches ( arg0 ) ) { return loc0 ; } } return null ; } |
89,302 | set the proxy port . concode_field_sep Proxy proxy concode_elem_sep String hostname concode_elem_sep Proxy.Type type concode_elem_sep int port concode_field_sep Proxy getObject concode_elem_sep void setHostname concode_elem_sep void afterPropertiesSet concode_elem_sep Class<?> getObjectType concode_elem_sep boolean isS... | void function ( int arg0 ) { this . port = arg0 ; } |
89,303 | get builder for this service type . concode_field_sep Map<String,ServiceHandlerBuilder> builderMap concode_field_sep void registerBuilder | ServiceHandlerBuilder function ( String arg0 ) { ServiceHandlerBuilder loc0 = builderMap . get ( arg0 ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } return loc0 ; } |
89,304 | fetch flow for an execution . returns null , if execution not in queue concode_field_sep ConcurrentHashMap<Integer,Pair<ExecutionReference,ExecutableFlow>> queuedFlowMap concode_elem_sep Logger logger concode_elem_sep BlockingQueue<Pair<ExecutionReference,ExecutableFlow>> queuedFlowList concode_elem_sep long capacity c... | ExecutableFlow function ( int arg0 ) { if ( hasExecution ( arg0 ) ) { return queuedFlowMap . get ( arg0 ) . getSecond ( ) ; } return null ; } |
89,305 | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ... | Map < QName , String > function ( ) { return otherAttributes ; } |
89,306 | encode the policy set to the output stream . concode_field_sep Vector<CertificatePolicyId> ids concode_field_sep List<CertificatePolicyId> getCertPolicyIds concode_elem_sep String toString | void function ( DerOutputStream arg0 ) { DerOutputStream loc0 = new DerOutputStream ( ) ; for ( int loc1 = 0 ; loc1 < ids . size ( ) ; loc1 ++ ) { ids . elementAt ( loc1 ) . encode ( loc0 ) ; } arg0 . write ( DerValue . tag_Sequence , loc0 ) ; } |
89,307 | specifies the fields program parameters length as in the as/400 program definition . concode_field_sep SearchType searchType concode_elem_sep Logger LOG concode_elem_sep AS400ConnectionPool connectionPool concode_elem_sep String searchKey concode_elem_sep Jt400Type type concode_elem_sep String userID concode_elem_sep b... | void function ( Integer [ ] arg0 ) { this . outputFieldsLengthArray = arg0 ; } |
89,308 | whether facet information can be returned for the field . concode_field_sep String sourceField concode_elem_sep Boolean returnEnabled concode_elem_sep Long defaultValue concode_elem_sep Boolean facetEnabled concode_elem_sep Boolean sortEnabled concode_elem_sep Boolean searchEnabled concode_field_sep void setDefaultValu... | Boolean function ( ) { return facetEnabled ; } |
89,309 | gets the value of the conditions property . concode_field_sep TransformationsType transformations concode_elem_sep String id concode_elem_sep ConditionsType conditions concode_elem_sep ActionsType actions concode_field_sep void setConditions concode_elem_sep void setActions concode_elem_sep void setId concode_elem_sep ... | ConditionsType function ( ) { return conditions ; } |
89,310 | get the scheduledend . concode_field_sep LocalDateTime scheduledEnd concode_elem_sep String subtitle concode_elem_sep LocalDateTime start concode_elem_sep LocalDateTime end concode_elem_sep int id concode_elem_sep String href concode_elem_sep String title concode_elem_sep String day concode_elem_sep LocalDateTime sched... | LocalDateTime function ( ) { return scheduledEnd ; } |
89,311 | 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 Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Object getValue c... | void function ( ) { } |
89,312 | the cluster 's arn . concode_field_sep String ecsClusterArn concode_field_sep String getEcsClusterArn concode_elem_sep RegisterEcsClusterResult withEcsClusterArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep RegisterEcsClusterResult clone concode_elem_sep String toString | void function ( String arg0 ) { this . ecsClusterArn = arg0 ; } |
89,313 | searches the project for the package with the specified full-qualified name and returns one if it is found . concode_field_sep ExtensionPointName<PsiElementFinder> EP_NAME concode_field_sep boolean processPackageDirectories concode_elem_sep boolean processPackageDirectories concode_elem_sep PsiClass[] filterByName conc... | PsiPackage function ( @ NotNull String arg0 ) { return null ; } |
89,314 | checks if the given data is known . concode_field_sep String[] KNOWN_WORDS concode_field_sep boolean hasSuffix concode_elem_sep String[] extractSuffix concode_elem_sep boolean needsAnonymization | boolean function ( String arg0 , String [ ] arg1 ) { for ( String loc0 : arg1 ) { if ( arg0 . equals ( loc0 ) ) { return true ; } } return false ; } |
89,315 | sets the value of the this property . concode_field_sep ManagedObjectReference obj concode_elem_sep ManagedObjectReference _this concode_elem_sep OvfCreateDescriptorParams cdp concode_field_sep ManagedObjectReference getThis concode_elem_sep OvfCreateDescriptorParams getCdp concode_elem_sep void setObj concode_elem_sep... | void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; } |
89,316 | creates a new s v n repository with the primary key . does not add the s v n repository to the database . concode_field_sep SVNRepositoryLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.socialcoding.model.SVNRepository updateSVNRepository concode_elem_sep vo... | com . liferay . socialcoding . model . SVNRepository function ( long arg0 ) { return getService ( ) . createSVNRepository ( arg0 ) ; } |
89,317 | gest parameter value from the the session scope . 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 conco... | String function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; HttpServletRequest loc1 = ( HttpServletRequest ) loc0 . getExternalContext ( ) . getRequest ( ) ; HttpSession loc2 = loc1 . getSession ( ) ; return loc1 . getParameter ( arg0 ) ; } |
89,318 | close this stream . concode_field_sep Class<S> lengthType concode_elem_sep InputStream inData concode_elem_sep RunLength<T> rle concode_elem_sep Class<T> datatype concode_elem_sep PopableStream<T> popableStream concode_elem_sep LinkedList<RunLength<T>> buffer concode_elem_sep boolean debug concode_elem_sep InputStream ... | void function ( ) { if ( popableStream != null ) popableStream . close ( ) ; else inData . close ( ) ; inLen . close ( ) ; } |
89,319 | gets command line option to read from an option file . concode_field_sep PlaceHolder placeHolder concode_field_sep void addWarningSwitch concode_elem_sep String getIncludeDirSwitch concode_elem_sep void getUndefineSwitch concode_elem_sep boolean isCaseSensitive concode_elem_sep void getDefineSwitch concode_elem_sep Str... | String function ( final String arg0 ) { } |
89,320 | sets the value of the productname property . concode_field_sep String serialNumber concode_elem_sep String family concode_elem_sep String version concode_elem_sep String uuid concode_elem_sep RngSources supportedRngSources concode_elem_sep String productName concode_elem_sep String manufacturer concode_field_sep String... | void function ( String arg0 ) { this . productName = arg0 ; } |
89,321 | registers an object description with the factory . concode_field_sep ClassComparator comparator concode_elem_sep HashMap classes concode_elem_sep Configuration config concode_field_sep Iterator getRegisteredClasses concode_elem_sep ObjectDescription getSuperClassObjectDescription concode_elem_sep ClassComparator getCom... | void function ( final Class arg0 , final ObjectDescription arg1 ) { this . classes . put ( arg0 , arg1 ) ; if ( this . config != null ) { arg1 . configure ( this . config ) ; } } |
89,322 | ensures the existence of the handler manager . concode_field_sep List<PostMessage> cachedMessages concode_elem_sep List<PostMessage> messageList concode_elem_sep boolean cacheMessages concode_elem_sep JavaScriptObject listener concode_elem_sep int messageCounter concode_elem_sep List<String> trustedMessageOrigins conco... | HandlerManager function ( ) { return handlerManager == null ? handlerManager = new HandlerManager ( this ) : handlerManager ; } |
89,323 | returns maximum limit on number of active concurrent connections concode_field_sep Logger log concode_field_sep String getEISProductVersion concode_elem_sep String getUserName concode_elem_sep String getEISProductName | int function ( ) { log . trace ( "srini_string" ) ; return 0 ; } |
89,324 | gets a unified representation of text . concode_field_sep Hashtable<EntityAttribute,EntityAttribute> internedAttributes concode_elem_sep boolean ignorePathKeys concode_elem_sep EntityAttributeManager instance concode_elem_sep Hashtable<String,String> internedTexts concode_elem_sep HashSet<String> ignoredAttKeys concode... | String function ( String arg0 ) { String loc0 = internedTexts . get ( arg0 ) ; if ( loc0 == null ) { internedTexts . put ( arg0 , arg0 ) ; loc0 = arg0 ; } return arg0 ; } |
89,325 | sets the flightno . concode_field_sep String flightNo concode_elem_sep String arriveDate concode_elem_sep String departDate concode_elem_sep long serialVersionUID concode_elem_sep String operatorCode concode_elem_sep String operatorName concode_field_sep String getOperatorName concode_elem_sep String getDepartDate conc... | void function ( String arg0 ) { this . flightNo = arg0 ; } |
89,326 | gets the ossturbonetin value for this ossturbonetchangeratein . concode_field_sep java.lang.String protocolo concode_elem_sep java.lang.String atualVelDownUp concode_elem_sep java.math.BigInteger novaVelUp concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.ww... | com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetIn function ( ) { return ossTurbonetIn ; } |
89,327 | code to return an attribute as an integer the attribute must exist concode_field_sep XTandemSaxUtilities[] EMPTY_ARRAY concode_field_sep Integer getIntegerAttribute concode_elem_sep Boolean getBooleanAttribute concode_elem_sep T getRequiredEnumAttribute concode_elem_sep T getRequiredEnumAttribute concode_elem_sep Doubl... | int function ( String arg0 , Attributes arg1 ) { String loc0 = getRequiredAttribute ( arg0 , arg1 ) ; return Integer . parseInt ( loc0 ) ; } |
89,328 | perform month arithmetic to millis value using local time zone . concode_field_sep int seconds concode_elem_sep int nanos concode_elem_sep Calendar calLocal concode_elem_sep Calendar calUtc concode_elem_sep NanosResult nanosResult concode_field_sep void addNanos concode_elem_sep long addMonthsToMillisUtc concode_elem_s... | long function ( long arg0 , int arg1 ) { calLocal . setTimeInMillis ( arg0 ) ; calLocal . add ( Calendar . MONTH , arg1 ) ; return calLocal . getTimeInMillis ( ) ; } |
89,329 | method to remove any tags the user may have put in the passed string an example of a troublesome tag would be a closing div tag as a nickname concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_s... | String function ( String arg0 ) { arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; return ( arg0 ) ; } |
89,330 | helper function for when digesting an xml file . sadly , must be public or digester freaks out , otherwise it would be private . concode_field_sep Map objects concode_elem_sep ManifestFactoryBuilder builder concode_field_sep void parseURL concode_elem_sep Object getObject concode_elem_sep Collection getKeys concode_ele... | void function ( Map arg0 ) { String loc0 = ( String ) arg0 . get ( "srini_string" ) ; if ( loc0 == null ) { throw new NullPointerException ( "srini_string" ) ; } arg0 . remove ( "srini_string" ) ; objects . put ( loc0 , builder . createObject ( arg0 ) ) ; } |
89,331 | gets the total number of pes for all machines . 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_sep int ADVANCE_RESERVATION concode_elem_sep double costPerBw concode_elem_sep int OTHER_POLICY_SAME_RATING conco... | int function ( ) { return HostList . getPesNumber ( getHostList ( ) ) ; } |
89,332 | closes the sequencer . concode_field_sep boolean paused concode_elem_sep Logger log concode_elem_sep MidiPlayback INSTANCE concode_elem_sep boolean loop concode_elem_sep int END_OF_TRACK_MESSAGE concode_elem_sep Logger log concode_elem_sep MidiPlayer player concode_elem_sep Sequencer sequencer concode_field_sep void pl... | void function ( ) { if ( sequencer != null && sequencer . isOpen ( ) ) { sequencer . close ( ) ; MidiHandler . INSTANCE . seqLoopEnd ( ) ; } } |
89,333 | marks the given property the fully qualified name of a propertytester property as accessed . concode_field_sep List<Class<?>> fMisbehavingExpressionTypes concode_elem_sep boolean fHasSystemPropertyAccess concode_elem_sep List<String> fAccessedVariableNames concode_elem_sep boolean fHasDefaultVariableAccess concode_elem... | void function ( String arg0 ) { if ( fAccessedPropertyNames == null ) { fAccessedPropertyNames = new ArrayList < > ( 5 ) ; fAccessedPropertyNames . add ( arg0 ) ; } else { if ( ! fAccessedPropertyNames . contains ( arg0 ) ) fAccessedPropertyNames . add ( arg0 ) ; } } |
89,334 | sets the description of an assertion , if given null an empty description is set . concode_field_sep String overridingErrorMessage concode_elem_sep String EMPTY_STRING concode_elem_sep Description description concode_elem_sep Representation representation concode_field_sep String mostRelevantDescriptionIn concode_elem_... | void function ( String arg0 , Object ... arg1 ) { description = new TextDescription ( arg0 , arg1 ) ; } |
89,335 | error log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
89,336 | gets the last header with the given name . header name comparison is case insensitive . concode_field_sep List headers concode_field_sep Header getCondensedHeader concode_elem_sep void setHeaders concode_elem_sep void addHeader concode_elem_sep void updateHeader concode_elem_sep Header[] getHeaders concode_elem_sep Hea... | Header function ( String arg0 ) { for ( int loc0 = headers . size ( ) - 1 ; loc0 >= 0 ; loc0 -- ) { Header loc1 = ( Header ) headers . get ( loc0 ) ; if ( loc1 . getName ( ) . equalsIgnoreCase ( arg0 ) ) { return loc1 ; } } return null ; } |
89,337 | gets the value of the customerprofilesummarytype property . concode_field_sep SettingNameEnum settingNameEnum concode_elem_sep TransactionTypeEnum transactionTypeEnum concode_elem_sep SettlementStateEnum settlementStateEnum concode_elem_sep CardTypeEnum cardTypeEnum concode_elem_sep CustomerProfileSummaryType customerP... | CustomerProfileSummaryType function ( ) { return customerProfileSummaryType ; } |
89,338 | set the dataset description . concode_field_sep ArrayList<DataFolder> dataFolders concode_elem_sep String datasetStatus concode_elem_sep String name concode_elem_sep String description concode_elem_sep String projectName concode_field_sep void setName concode_elem_sep String getProjectName concode_elem_sep void setProj... | void function ( String arg0 ) { this . description = arg0 ; } |
89,339 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep EnumStringEnum fromValue concode_elem_sep Enu... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
89,340 | gets owning institution id . concode_field_sep Integer holdingsId concode_elem_sep String lastUpdatedBy concode_elem_sep Date lastUpdatedDate concode_elem_sep Date createdDate concode_elem_sep boolean isDeleted concode_elem_sep String createdBy concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_el... | Integer function ( ) { return owningInstitutionId ; } |
89,341 | return the format of the page . concode_field_sep Vector mPages concode_elem_sep PageFormat mFormat concode_elem_sep Printable mPainter concode_field_sep int getNumberOfPages concode_elem_sep Printable getPrintable concode_elem_sep Printable getPrintable concode_elem_sep BookPage getPage concode_elem_sep void append co... | PageFormat function ( ) { return mFormat ; } |
89,342 | get the hazelcastinstance . concode_field_sep Config config concode_field_sep Config getConfig | HazelcastInstance function ( ) { if ( StringUtils . hasText ( this . config . getInstanceName ( ) ) ) { return Hazelcast . getOrCreateHazelcastInstance ( this . config ) ; } return Hazelcast . newHazelcastInstance ( this . config ) ; } |
89,343 | the main collector execution loop . wait for a gc to be triggered , do the gc work and then wait again . concode_field_sep boolean heapDumpRequested concode_elem_sep CollectorContext context concode_elem_sep int collectionCount concode_elem_sep ArrayList<Collector> collectors concode_elem_sep int collectionAttemptBase ... | void function ( ) { while ( true ) { Scheduler . waitForGCStart ( ) ; try { collect ( ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; Main . exitWithFailure ( ) ; } Scheduler . exitGC ( ) ; } } |
89,344 | convenience method to read resources concode_field_sep Context context concode_field_sep void setContext concode_elem_sep String getString concode_elem_sep Context getContext | Resources function ( ) { return context . getResources ( ) ; } |
89,345 | return the value of the wrapper property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_sep Strin... | DefaultMutableTreeNode function ( ) { return wrapper ; } |
89,346 | gets the value of the transactionid property . concode_field_sep String taxAreaId concode_elem_sep String storeName concode_elem_sep String saleDate concode_elem_sep String storeId concode_elem_sep String transactionId concode_field_sep String getStoreName concode_elem_sep String getTaxAreaId concode_elem_sep void setT... | String function ( ) { return transactionId ; } |
89,347 | read the exception from the given cdr stream . concode_field_sep String _id concode_field_sep InvalidAddress extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | InvalidAddress function ( InputStream arg0 ) { InvalidAddress loc0 = new InvalidAddress ( ) ; arg0 . read_string ( ) ; return loc0 ; } |
89,348 | get the server instance concode_field_sep FMLServerHandler INSTANCE concode_elem_sep MinecraftServer server concode_elem_sep List<String> injectedModContainers concode_field_sep void finishServerLoading concode_elem_sep FMLServerHandler instance concode_elem_sep List<String> getAdditionalBrandingInformation concode_ele... | MinecraftServer function ( ) { return server ; } |
89,349 | returns true if there 's another tls mode to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep D... | boolean function ( ) { return nextTlsMode != TLS_MODE_NULL ; } |
89,350 | returns jcl content concode_field_sep List<OutputListItem> firstLevelItems concode_elem_sep List<List<OutputListItem>> secondLevelItems concode_elem_sep String jclContent concode_elem_sep long serialVersionUID concode_field_sep void setSecondLevelItems concode_elem_sep List<List<OutputListItem>> getSecondLevelItems con... | String function ( ) { return jclContent ; } |
89,351 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<UnsuccessfulItem> unsuccessful concode_field_sep void setUnsuccessful concode_elem_sep java.util.List<UnsuccessfulItem> getUnsuccessful concode_elem_sep DeleteVpcEndpointsResult w... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getUnsuccessful ( ) != null ) loc0 . append ( "srini_string" + getUnsuccessful ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
89,352 | unlock object . is automatically called at the end of process . concode_field_sep boolean m_locked concode_elem_sep Trx m_trx concode_elem_sep Properties m_ctx concode_elem_sep ProcessInfo m_pi concode_elem_sep PO m_lockedObject concode_elem_sep String MSG_InvalidArguments concode_elem_sep CLogger log concode_elem_sep ... | boolean function ( ) { boolean loc0 = true ; if ( m_locked || m_lockedObject != null ) { loc0 = m_lockedObject . unlock ( null ) ; } m_locked = false ; m_lockedObject = null ; return loc0 ; } |
89,353 | the shard id of the shard 's parent . concode_field_sep String parentShardId concode_elem_sep SequenceNumberRange sequenceNumberRange concode_elem_sep String shardId concode_elem_sep HashKeyRange hashKeyRange concode_elem_sep String adjacentParentShardId concode_field_sep void setAdjacentParentShardId concode_elem_sep ... | String function ( ) { return this . parentShardId ; } |
89,354 | sets the name of the camel component to use as the rest api such as swagger 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 String CORS_ACCESS_CONTROL_MAX_AGE concode_e... | void function ( String arg0 ) { this . apiComponent = arg0 ; } |
89,355 | returns the company id of this organization . concode_field_sep Organization _organization concode_field_sep void setExpandoBridgeAttributes concode_elem_sep int getTypeOrder concode_elem_sep java.lang.String getName concode_elem_sep void setStatusId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isRo... | long function ( ) { return _organization . getCompanyId ( ) ; } |
89,356 | tokenizes a charsequence into a list of strings . concode_field_sep TwitterTokenStream tokenizationStream concode_field_sep TwitterTokenStream getDefaultTokenStream concode_elem_sep TwitterTokenStream applyDefaultChain concode_elem_sep TokenizedCharSequence tokenize | List < String > function ( CharSequence arg0 ) { Preconditions . checkNotNull ( arg0 ) ; TwitterTokenStream loc0 = getDefaultTokenStream ( ) ; loc0 . reset ( arg0 ) ; return loc0 . toStringList ( ) ; } |
89,357 | returns the line number where the end of the token was found in the source file concode_field_sep int endLine concode_elem_sep String image concode_elem_sep int beginColumn concode_elem_sep int beginLine concode_field_sep String image concode_elem_sep int endColumn concode_elem_sep int beginColumn concode_elem_sep int ... | int function ( ) { return this . endLine ; } |
89,358 | records success connecting to failedroute . concode_field_sep Set<Route> failedRoutes concode_field_sep int failedRoutesCount concode_elem_sep void failed concode_elem_sep boolean shouldPostpone | void function ( Route arg0 ) { failedRoutes . remove ( arg0 ) ; } |
89,359 | sets the slots and the order they will be drawn . concode_field_sep SkeletonData data concode_elem_sep Color color concode_elem_sep Skin skin concode_elem_sep Array<Array<Bone>> boneCache concode_elem_sep Array<Slot> slots concode_elem_sep Array<Bone> bones concode_elem_sep Array<Slot> drawOrder concode_elem_sep Array<... | void function ( Array < Slot > arg0 ) { this . drawOrder = arg0 ; } |
89,360 | returns the file extension of the given file name . the returned value will contain the dot . concode_field_sep IOUtils instance concode_field_sep List parseName concode_elem_sep String formatName concode_elem_sep boolean isPath concode_elem_sep String createRelativeURL concode_elem_sep void copyStreams concode_elem_se... | String function ( final String arg0 ) { final int loc0 = arg0 . lastIndexOf ( "srini_string" ) ; if ( loc0 < 1 ) { return "srini_string" ; } return arg0 . substring ( loc0 ) ; } |
89,361 | the name of the file / url of the recording . concode_field_sep PlaceHolder placeHolder concode_field_sep String date concode_elem_sep String copyright concode_elem_sep String author concode_elem_sep String album concode_elem_sep String composer concode_elem_sep int length concode_elem_sep String title concode_elem_sep... | String function ( ) { return "srini_string" ; } |
89,362 | getter fuer das spielfeld . concode_field_sep boolean difficulty concode_elem_sep int pullPerformed concode_elem_sep boolean isRunning concode_elem_sep String winner concode_elem_sep int ELEVEN concode_elem_sep Field field concode_elem_sep int activePlayer concode_elem_sep int countKi concode_elem_sep ArrayList<Holder>... | Field function ( ) { return field ; } |
89,363 | converts android bitmap to opencv mat . this function converts an android bitmap image to the opencv mat . ` argb_8888 ' and ` rgb_565 ' input bitmap formats are supported . the output mat is always created of the same size as the input bitmap and of the ` cv_8uc4 ' type , it keeps the image in rgba format . this funct... | void function ( Bitmap arg0 , Mat arg1 , boolean arg2 ) { if ( arg0 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; if ( arg1 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; nBitmapToMat2 ( arg0 , arg1 . nativeObj , arg2 ) ; } |
89,364 | returns the database 's size concode_field_sep double epsilon concode_elem_sep String database_distanceType concode_elem_sep int numberOfAttributes concode_elem_sep long serialVersionUID concode_elem_sep int minPoints concode_elem_sep int databaseSize concode_elem_sep FastVector resultVector concode_elem_sep boolean op... | int function ( ) { return databaseSize ; } |
89,365 | the total number of instances that the dedicated host supports . concode_field_sep Integer availableVCpus concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<InstanceCapacity> availableInstanceCapacity concode_field_sep AvailableCapacity withAvailableInstanceCapacity concode_elem_sep AvailableCapacity wit... | java . util . List < InstanceCapacity > function ( ) { if ( availableInstanceCapacity == null ) { availableInstanceCapacity = new com . amazonaws . internal . ListWithAutoConstructFlag < InstanceCapacity > ( ) ; availableInstanceCapacity . setAutoConstruct ( true ) ; } return availableInstanceCapacity ; } |
89,366 | returns an equivalent android.media.mediacodec.cryptoinfo instance . successive calls to this method on a single cryptoinfo will return the same instance.changes to the cryptoinfo will be reflected in the returned object . the return objectshould not be modified directly . concode_field_sep int mode concode_elem_sep an... | android . media . MediaCodec . CryptoInfo function ( ) { return frameworkCryptoInfo ; } |
89,367 | reset menu items so they are unchecked . concode_field_sep Menu menu concode_elem_sep MenuItem[] severityItemList concode_elem_sep BugInstance bugInstance concode_elem_sep String[] SEVERITY_LABEL_LIST concode_field_sep void init concode_elem_sep void selectSeverity concode_elem_sep void selectionChanged concode_elem_se... | void function ( boolean arg0 ) { for ( int loc0 = 0 ; loc0 < severityItemList . length ; ++ loc0 ) { MenuItem loc1 = severityItemList [ loc0 ] ; loc1 . setEnabled ( arg0 ) ; loc1 . setSelection ( false ) ; } } |
89,368 | quantizes double 64 bit latitude into 32 bits rounding down : in the direction of -90 concode_field_sep double LAT_DECODE concode_elem_sep double LON_DECODE concode_elem_sep double LAT_SCALE concode_elem_sep short BITS concode_elem_sep double LON_SCALE concode_field_sep int encodeLongitude concode_elem_sep double decod... | int function ( double arg0 ) { checkLatitude ( arg0 ) ; if ( arg0 == 90.0D ) { arg0 = Math . nextDown ( arg0 ) ; } return ( int ) Math . floor ( arg0 / LAT_DECODE ) ; } |
89,369 | returns a string describing the type and shape of the tensor . concode_field_sep long nativeHandle concode_elem_sep DataType dtype concode_elem_sep long[] shapeCopy concode_field_sep void readNDArray concode_elem_sep int scalarInt concode_elem_sep void delete concode_elem_sep long longValue concode_elem_sep T copyTo co... | String function ( ) { return String . format ( "srini_string" , dtype . toString ( ) , Arrays . toString ( shape ( ) ) ) ; } |
89,370 | return address reference for specified protoype no way this could ever work . lets see if any code ever tries to call it and see what we can do from there concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int ... | int function ( String arg0 ) { throw new RuntimeException ( "srini_string" ) ; } |
89,371 | gets the value of the lastupdatedlabel property . concode_field_sep List<String> headers concode_elem_sep String lastUpdated concode_elem_sep String completion concode_elem_sep CompanySite site concode_elem_sep Address address concode_elem_sep List<String> sectorProfiles concode_elem_sep String completionLabel concode_... | String function ( ) { return lastUpdatedLabel ; } |
89,372 | get inactive axis concode_field_sep String inactiveAxis concode_elem_sep Vector nodes concode_elem_sep Vector pattern concode_elem_sep double endTimeStamp concode_elem_sep int ID concode_elem_sep String activeAxis concode_elem_sep Vector dataset concode_field_sep void setEndTimeStamp concode_elem_sep void setData conco... | String function ( ) { return inactiveAxis ; } |
89,373 | gets #passid . concode_field_sep boolean passId concode_elem_sep IBranchIndexer<E> delegateIndexer concode_elem_sep int id concode_elem_sep StorageBranchIndexer<E> childIndexer concode_field_sep IStorageTreeComponent<E> getNextTreeComponent concode_elem_sep Object getKey concode_elem_sep boolean sharedInstance concode_... | boolean function ( ) { return passId ; } |
89,374 | gets the gender value for this demographics . concode_field_sep String zip concode_elem_sep String birthPlaceZip concode_elem_sep String country concode_elem_sep String birthPlaceStreet concode_elem_sep java.lang.String gender concode_elem_sep String city concode_elem_sep String prefix concode_elem_sep java.lang.String... | java . lang . String function ( ) { return gender ; } |
89,375 | called before the index gets deleted . this listener method is invoked after #beforeindexclosed org.elasticsearch.index.indexservice when an index is deleted concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexC... | void function ( IndexService arg0 ) { } |
89,376 | custom method that updates the status last updated field without touching anything else , to make sure we let the cluster know the process is still running concode_field_sep FilterFactory FF concode_elem_sep ProcessStatusStore store concode_elem_sep Logger LOGGER concode_field_sep ProcessStatusStore getStore concode_el... | void function ( String arg0 ) { ExecutionStatus loc0 = store . get ( arg0 ) ; if ( loc0 != null ) { loc0 . setLastUpdated ( new Date ( ) ) ; store . save ( loc0 ) ; } } |
89,377 | determine the number of bytes in an entry name . concode_field_sep int BYTE_MASK concode_field_sep long computeCheckSum concode_elem_sep int getCheckSumOctalBytes concode_elem_sep StringBuffer parseName concode_elem_sep long parseOctal concode_elem_sep int getOctalBytes concode_elem_sep int getLongOctalBytes | int function ( StringBuffer arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { int loc0 ; for ( loc0 = 0 ; loc0 < arg3 && loc0 < arg0 . arg3 ( ) ; ++ loc0 ) { arg1 [ arg2 + loc0 ] = ( byte ) arg0 . charAt ( loc0 ) ; } for ( ; loc0 < arg3 ; ++ loc0 ) { arg1 [ arg2 + loc0 ] = 0 ; } return arg2 + arg3 ; } |
89,378 | returns the text of the token value . concode_field_sep String text concode_elem_sep Object tag concode_elem_sep String significand concode_elem_sep String exponent concode_field_sep ScientificNotation scientificNotation concode_elem_sep Fragment identifier concode_elem_sep Fragment decimalLiteral concode_elem_sep Frag... | String function ( ) { return text ; } |
89,379 | from lessonentity concode_field_sep YaftForumService forumService concode_elem_sep LessonEntity nextEntity concode_elem_sep String TOOL_ID concode_elem_sep int level concode_elem_sep MessageLocator messageLocator concode_elem_sep String id concode_elem_sep Logger log concode_elem_sep int type concode_elem_sep Discussio... | List < String > function ( boolean arg0 ) { return null ; } |
89,380 | delete the atomic file . this deletes both the base and backup files . concode_field_sep File mBaseName concode_elem_sep File mBackupName concode_field_sep File getBaseFile concode_elem_sep byte[] readFully concode_elem_sep FileOutputStream startWrite concode_elem_sep void finishWrite concode_elem_sep FileInputStream o... | void function ( ) { mBaseName . delete ( ) ; mBackupName . delete ( ) ; } |
89,381 | inserts a size value into the mapping of this bundle , replacing any existing value for the given key . either key or value may be null . concode_field_sep Bundle bundle concode_field_sep Bundler putIntegerArrayList concode_elem_sep Bundler putStringArrayList concode_elem_sep Bundler putBundle concode_elem_sep Bundler ... | Bundler function ( String arg0 , Size arg1 ) { bundle . putSize ( arg0 , arg1 ) ; return this ; } |
89,382 | adds removed deltas for any handles left in the table concode_field_sep IJavaScriptElement next concode_elem_sep int maxDepth concode_elem_sep IJavaScriptElement javaElement concode_elem_sep ArrayList removed concode_elem_sep IJavaScriptElement previous concode_elem_sep ArrayList added concode_elem_sep Map oldPositions... | void function ( ) { Iterator loc0 = this . infos . keySet ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { IJavaScriptElement loc1 = ( IJavaScriptElement ) loc0 . next ( ) ; this . delta . removed ( loc1 ) ; this . removed ( loc1 ) ; } } |
89,383 | return the userconfig listener with which we are associated . concode_field_sep UserConfig userConfig concode_elem_sep Hashtable<String,String> homes concode_field_sep void init concode_elem_sep String getHome concode_elem_sep Enumeration<String> getUsers concode_elem_sep void setUserConfig | UserConfig function ( ) { return ( this . userConfig ) ; } |
89,384 | sets the message to be evaluated and displayed when time expires . concode_field_sep T input concode_elem_sep Duration FIVE_HUNDRED_MILLIS concode_elem_sep Sleeper sleeper concode_elem_sep Supplier<String> messageSupplier concode_elem_sep Duration timeout concode_elem_sep Clock clock concode_elem_sep Duration interval ... | FluentWait < T > function ( Supplier < String > arg0 ) { this . messageSupplier = arg0 ; return this ; } |
89,385 | create a new builder instance with a specific status code . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Builder withException concode_elem_sep Health build concode_elem_sep int hashCode concode_elem_sep Builder outOfService concode_el... | Builder function ( String arg0 ) { return status ( new Status ( arg0 ) ) ; } |
89,386 | return the active shell . is not necessarily the active workbench window shell . concode_field_sep PlaceHolder placeHolder concode_field_sep String getActiveEditorId concode_elem_sep IEditorPart getActiveEditor concode_elem_sep String getActivePartId concode_elem_sep IWorkbenchSite getActiveSite concode_elem_sep IWorkb... | Shell function ( Object arg0 ) { Object loc0 = getVariable ( arg0 , ISources . ACTIVE_SHELL_NAME ) ; if ( loc0 instanceof Shell ) { return ( Shell ) loc0 ; } return null ; } |
89,387 | checks if the home directory of the specified sdk is valid . by default , checks that the directory points to a valid local path . can be overridden for remote sdks . concode_field_sep ExtensionPointName<SdkType> EP_NAME concode_elem_sep String myName concode_field_sep void setupSdkPaths concode_elem_sep boolean setupS... | boolean function ( @ NotNull Sdk arg0 ) { VirtualFile loc0 = arg0 . getHomeDirectory ( ) ; return loc0 != null && loc0 . isValid ( ) ; } |
89,388 | adds a vetoable property change listener to the series . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listeners concode_elem_sep VetoableChangeSupport vetoableChangeSupport concode_elem_sep String description concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Com... | void function ( VetoableChangeListener arg0 ) { this . vetoableChangeSupport . addVetoableChangeListener ( arg0 ) ; } |
89,389 | returns the height of the viewport in pixels concode_field_sep double DEGREES_PER_RADIAN concode_elem_sep int xCentre concode_elem_sep int DEFAULT_MAP_WIDTH_LONGITUDE concode_elem_sep int viewportWidth concode_elem_sep double minutesPerPixel concode_elem_sep Position centre concode_elem_sep double RADIANS_PER_DEGREE co... | int function ( ) { return viewportHeight ; } |
89,390 | return the aprice passed to the constructor . concode_field_sep BigDecimal ZERO concode_elem_sep BigDecimal fChange concode_elem_sep int DECIMALS concode_elem_sep int ROUNDING_MODE concode_elem_sep int EXTRA_DECIMALS concode_elem_sep Stock fStock concode_elem_sep BigDecimal HUNDRED concode_elem_sep BigDecimal fCurrentP... | BigDecimal function ( ) { return fCurrentPrice ; } |
89,391 | returns true if two strings are equal or two strings are null concode_field_sep PlaceHolder placeHolder concode_field_sep String replaceUnicodeSurrogateBlocksWithHTMLEntities concode_elem_sep String notNullStr concode_elem_sep long stringToLong concode_elem_sep long stringToLong concode_elem_sep String unescapeHTML con... | boolean function ( String arg0 , String arg1 ) { if ( arg0 == null ) { return arg1 == null ; } return arg0 . equals ( arg1 ) ; } |
89,392 | can the given pointcut apply at all on the given class ? this is an important test as it can be used to optimize out a pointcut for a class . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isJdkDynamicProxy concode_elem_sep Object invokeJoinpointUsingReflection concode_elem_sep Method getMostSpecif... | boolean function ( Pointcut arg0 , Class < ? > arg1 ) { return canApply ( arg0 , arg1 , false ) ; } |
89,393 | adds all children of the specified node to this one . not all nodes support this operation ! concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasChildren concode_elem_sep Reduction asReduction concode_elem_sep int getMeaningAs concode_elem_sep String getRootText concode_elem_sep String getDescription... | void function ( CSTNode arg0 ) { for ( int loc0 = 1 ; loc0 < arg0 . size ( ) ; loc0 ++ ) { add ( arg0 . get ( loc0 ) ) ; } } |
89,394 | unregister an application along with its secret . this is called when the application terminates . concode_field_sep ConcurrentHashMap<String,String> shuffleSecretMap concode_elem_sep Logger logger concode_elem_sep String SPARK_SASL_USER concode_field_sep String getSecretKey concode_elem_sep void registerApp concode_el... | void function ( String arg0 ) { if ( shuffleSecretMap . contains ( arg0 ) ) { shuffleSecretMap . remove ( arg0 ) ; logger . info ( "srini_string" , arg0 ) ; } else { logger . warn ( "srini_string" , arg0 ) ; } } |
89,395 | is the current thread an event thread ? note ! this is not always the same as calling context #iseventloopcontext . if you are running blocking code from an event loop context , then this will return false but context #iseventloopcontext will return true . concode_field_sep PlaceHolder placeHolder concode_field_sep Ver... | boolean function ( ) { return ContextImpl . isOnEventLoopThread ( ) ; } |
89,396 | resets all of the values to their defaults . concode_field_sep int offset concode_elem_sep char[] ch concode_elem_sep int length concode_field_sep void setValues concode_elem_sep void setValues concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String toString | void function ( ) { this . ch = null ; this . offset = 0 ; this . length = - 1 ; } |
89,397 | + gets the alignment for this layout . + concode_field_sep int _hgap concode_elem_sep int BOTTOM concode_elem_sep int _align concode_elem_sep int MIDDLE concode_elem_sep int _vgap concode_elem_sep int TOP concode_field_sep void setAlignment concode_elem_sep Dimension minimumSize concode_elem_sep void doLayout concode_e... | int function ( ) { return _align ; } |
89,398 | returns a textmatcher for matching as case insensitive the text that does not containsthe word for the given string . concode_field_sep PlaceHolder placeHolder concode_field_sep TextMatcher notContainsWord concode_elem_sep TextMatcher notContainsWord concode_elem_sep TextMatcher notStartsWith concode_elem_sep TextMatch... | TextMatcher function ( String arg0 ) { return new NegatedTextMatcher ( iContainsWord ( arg0 ) ) ; } |
89,399 | sets the value of the transnum property . concode_field_sep String transNum concode_elem_sep String transDateTime concode_elem_sep long serialVersionUID concode_elem_sep String registerNum concode_field_sep String getRegisterNum concode_elem_sep void setRegisterNum concode_elem_sep String getTransNum concode_elem_sep S... | void function ( String arg0 ) { this . transNum = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.