idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
2,600 | check if we will be hanged concode_field_sep String name concode_field_sep void feed concode_elem_sep void giveWine concode_elem_sep void giveCompliments | boolean function ( List < Royalty > arg0 ) { boolean loc0 = true ; for ( Royalty loc1 : arg0 ) { if ( ! loc1 . getMood ( ) ) { loc0 = false ; } } return loc0 ; } |
2,601 | return the name of the request attribute that identifies that a request is already intercepted . the default implementation takes the tostring representationof the sessionfactory instance and appends #participate_suffix . concode_field_sep Log logger concode_elem_sep SessionFactory sessionFactory concode_elem_sep Strin... | String function ( ) { return getSessionFactory ( ) . toString ( ) + PARTICIPATE_SUFFIX ; } |
2,602 | the token to use when requesting the next set of items . if there are no additional items to return , the string is empty . concode_field_sep com.amazonaws.internal.SdkInternalList<AutoScalingInstanceDetails> autoScalingInstances concode_elem_sep String nextToken concode_field_sep java.util.List<AutoScalingInstanceDeta... | void function ( String arg0 ) { this . nextToken = arg0 ; } |
2,603 | get custom deserializer concode_field_sep com.google.api.ads.dfp.axis.v201502.PricingMethod pricingMethod concode_elem_sep com.google.api.ads.dfp.axis.v201502.PremiumFeature premiumFeature concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
2,604 | log with object list concode_field_sep String defaultTag concode_elem_sep boolean isPrint concode_field_sep int d concode_elem_sep int d concode_elem_sep int d concode_elem_sep int d concode_elem_sep int e concode_elem_sep int e concode_elem_sep int e concode_elem_sep int e concode_elem_sep int w concode_elem_sep int w... | int function ( String arg0 , Object ... arg1 ) { return isPrint ? android . util . Log . v ( arg0 , getLogMessage ( arg1 ) ) : - 1 ; } |
2,605 | returns the union of all the user 's roles within the groups . concode_field_sep RoleService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.Role updateRole concode_elem_sep void unsetUserRoles concode_elem_sep com.liferay.portal.kernel.model.Role ge... | java . util . List < com . liferay . portal . kernel . model . Role > function ( long arg0 , java . util . List < com . liferay . portal . kernel . model . Group > arg1 ) { return getService ( ) . getUserRelatedRoles ( arg0 , arg1 ) ; } |
2,606 | compare byte buffers , optionally ignoring trailing nulls concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] toAsciiBytes concode_elem_sep String toAsciiString concode_elem_sep String toAsciiString concode_elem_sep boolean matchAsciiBuffer concode_elem_sep boolean matchAsciiBuffer concode_elem_sep Strin... | boolean function ( final byte [ ] arg0 , final byte [ ] arg1 , boolean arg2 ) { return isEqual ( arg0 , 0 , arg0 . length , arg1 , 0 , arg1 . length , arg2 ) ; } |
2,607 | determine if log level will be logged concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... | boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } |
2,608 | returns the number of composite intervals = number of parameters . concode_field_sep double maxTime concode_elem_sep IntervalList intervals concode_elem_sep int size concode_elem_sep double mu concode_elem_sep double eps concode_elem_sep double[] populationSize concode_elem_sep int params concode_elem_sep double[] cis ... | int function ( ) { return params ; } |
2,609 | launch report concode_field_sep ASyncProcess parent concode_elem_sep CLogger log concode_elem_sep String m_whereExtended concode_elem_sep MQuery m_query concode_elem_sep JPopupMenu m_popup concode_elem_sep ArrayList<KeyNamePair> m_list concode_elem_sep int WindowNo concode_field_sep void copyFormat concode_elem_sep voi... | void function ( KeyNamePair arg0 ) { MPrintFormat loc0 = MPrintFormat . get ( Env . getCtx ( ) , arg0 . getKey ( ) , false ) ; launchReport ( loc0 ) ; } |
2,610 | remove a device concode_field_sep Object synclock concode_elem_sep Map<String,BasicDevice> devices concode_field_sep Device addDevice concode_elem_sep Device getDevice | void function ( String arg0 ) { if ( ( arg0 == null ) || ( arg0 . trim ( ) . equals ( "srini_string" ) ) ) { throw new NullIdException ( ) ; } if ( this . devices . containsKey ( arg0 ) ) { this . devices . remove ( arg0 ) ; } else { throw new UnknownDeviceException ( ) ; } } |
2,611 | methode qui retourne le nombre de territoire concode_field_sep ArrayList<Territoire> liste_territoire_carte concode_elem_sep int nbTerritoire concode_elem_sep boolean conquit concode_elem_sep boolean finPartie concode_elem_sep ArrayList<Joueur> liste_joueur_carte concode_elem_sep int nbJoueur concode_field_sep boolean ... | int function ( ) { return this . nbTerritoire ; } |
2,612 | setter method for ticketstatusid concode_field_sep int sourceID concode_elem_sep String endDate concode_elem_sep String reportFormat concode_elem_sep int subCategoryID concode_elem_sep int classificationID concode_elem_sep int ticketStatusID concode_elem_sep String caseType concode_elem_sep int ticketNO concode_elem_se... | void function ( int arg0 ) { this . ticketStatusID = arg0 ; } |
2,613 | method for setting mock implementation of gadgetsio for tests . concode_field_sep GadgetsIo io concode_field_sep GadgetsIo get | void function ( GadgetsIo arg0 ) { IoProvider . io = arg0 ; } |
2,614 | get type concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep String toIndentedString concode_elem_sep ModelApiResponse code concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep String getMessage concode_ele... | String function ( ) { return type ; } |
2,615 | record the given value . concode_field_sep PlaceHolder placeHolder concode_field_sep void timing concode_elem_sep void timing concode_elem_sep void increment concode_elem_sep void increment concode_elem_sep void increment concode_elem_sep void increment concode_elem_sep StatsdClient client concode_elem_sep T time conco... | void function ( String arg0 , long arg1 ) { client ( ) . gauge ( arg0 , arg1 ) ; } |
2,616 | returns the map of named parameter locations . the map is keyed by parameter name ; the corresponding value is a namedparameterdescription . concode_field_sep boolean jpaStyle concode_elem_sep List<Integer> ordinalParameterLocationList concode_elem_sep List<Integer> positions concode_elem_sep Map<String,NamedParameterD... | Map < String , NamedParameterDescription > function ( ) { return namedParameterDescriptions ; } |
2,617 | note : we do not defensively copy the wrapped object and any accompanying fields . we do guarantee , however , do return a defensive shallow copy of the list object that is wrapping any accompanying fields . concode_field_sep long serialVersionUID concode_elem_sep Object obj concode_elem_sep long count concode_elem_sep... | Rankable function ( ) { List < Object > loc0 = ImmutableList . copyOf ( getFields ( ) ) ; return new RankableObjectWithFields ( getObject ( ) , getCount ( ) , loc0 ) ; } |
2,618 | sets the value of the paymentgatewayid property . concode_field_sep String paymentGatewayId concode_elem_sep Boolean authorized concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar authorizationTimeStamp concode_elem_sep String userId concode_field_sep Boolean isAuthorized concode_elem_sep void ... | void function ( String arg0 ) { this . paymentGatewayId = arg0 ; } |
2,619 | converts a list of template objects to a list of map objects . only selected variables are included . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | List function ( List < Template > arg0 ) { List loc0 = new ArrayList ( ) ; for ( Template loc1 : arg0 ) { Map loc2 = new LinkedHashMap ( ) ; loc2 . put ( "srini_string" , loc1 . getFilename ( ) ) ; loc2 . put ( "srini_string" , loc1 . getLanguage ( ) . getId ( ) ) ; loc0 . add ( loc2 ) ; } return loc0 ; } |
2,620 | the maximum number of results to be returned . concode_field_sep com.amazonaws.internal.SdkInternalList<IdentityPoolUsage> identityPoolUsages concode_elem_sep Integer maxResults concode_elem_sep String nextToken concode_elem_sep Integer count concode_field_sep java.util.List<IdentityPoolUsage> getIdentityPoolUsages con... | Integer function ( ) { return this . maxResults ; } |
2,621 | returns details about the currently active default data network . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isConnected concode_elem_sep boolean isConnected concode_elem_sep boolean isWiFiEnabled concode_elem_sep boolean isConnectedToWifi concode_elem_sep boolean isConnectedToMobile | NetworkInfo function ( Context arg0 ) { ConnectivityManager loc0 = ( ConnectivityManager ) arg0 . getSystemService ( Context . CONNECTIVITY_SERVICE ) ; return loc0 . getActiveNetworkInfo ( ) ; } |
2,622 | the onbehalfof value from the dialog . concode_field_sep JFrame parentFrame concode_elem_sep JPasswordField password concode_elem_sep Object[] options concode_elem_sep SWORDComboBox onBehalfOf concode_elem_sep JPanel controls concode_elem_sep SWORDComboBox location concode_elem_sep SWORDComboBox username concode_field_... | String function ( ) { String loc0 = onBehalfOf . getText ( ) . trim ( ) ; if ( loc0 . length ( ) == 0 ) { return null ; } return loc0 ; } |
2,623 | sets the value of the tax property . concode_field_sep String taxableAmount concode_elem_sep String taxRate concode_elem_sep String tax concode_elem_sep long serialVersionUID concode_elem_sep String taxType concode_field_sep void setTaxRate concode_elem_sep String getTaxRate concode_elem_sep String getTaxType concode_e... | void function ( String arg0 ) { this . tax = arg0 ; } |
2,624 | extract the response body and decode it , returning it as a mono . concode_field_sep Object EMPTY_BODY concode_field_sep ResponseExtractor<Mono<HttpHeaders>> headers concode_elem_sep BodyExtractor<Mono<T>> as concode_elem_sep BodyExtractor<Mono<T>> as concode_elem_sep ResponseExtractor<Mono<ResponseEntity<T>>> response... | ResponseExtractor < Mono < T >> function ( Class < T > arg0 ) { ResolvableType loc0 = ResolvableType . forClass ( arg0 ) ; return body ( loc0 ) ; } |
2,625 | returns all datasourceinformations in the repository concode_field_sep Log log concode_elem_sep Map<String,DataSourceInformation> dataSourceInformationMap concode_elem_sep DataSourceInformationRepositoryListener listener concode_elem_sep SecretResolver secretResolver concode_field_sep DataSourceInformation removeDataSo... | Iterator < DataSourceInformation > function ( ) { return dataSourceInformationMap . values ( ) . iterator ( ) ; } |
2,626 | gets the value of the priority property . concode_field_sep String distributionReferenceId concode_elem_sep long serialVersionUID concode_elem_sep BigInteger priority concode_elem_sep String target concode_field_sep String getTarget concode_elem_sep void setDistributionReferenceId concode_elem_sep void setTarget concod... | BigInteger function ( ) { return priority ; } |
2,627 | this convenience method allows to read a org.icefaces.apache.commons.fileupload.fileitemstream 's content into a string . the platform 's default character encoding is used for converting bytes into characters . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep long copy concode_elem_sep long copy | String function ( InputStream arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; copy ( arg0 , loc0 , true ) ; return loc0 . toString ( ) ; } |
2,628 | returns the list of file extensions handled by this handler concode_field_sep String[] XVG_MIME_TYPES concode_elem_sep String ERROR_TRANSFORM_PRODUCED_NO_CONTENT concode_elem_sep String documentURI concode_elem_sep String ERROR_RESULT_GENERATED_EXCEPTION concode_elem_sep String XSL_PROCESSING_INSTRUCTION_TYPE concode_e... | String [ ] function ( ) { return XVG_FILE_EXTENSIONS ; } |
2,629 | gets the icefaces id of this response . concode_field_sep long sequenceNumber concode_elem_sep String entityBody concode_elem_sep String viewNumber concode_elem_sep String iceFacesId concode_field_sep String getViewNumber concode_elem_sep long getSequenceNumber concode_elem_sep String getEntityBody concode_elem_sep boo... | String function ( ) { return iceFacesId ; } |
2,630 | create a failed operation . concode_field_sep T result concode_elem_sep T operation concode_elem_sep BlockingQueue<TransactionalProtocolClient.PreparedOperation<T>> queue concode_elem_sep ModelNode finalResult concode_field_sep void operationFailed concode_elem_sep void rollback concode_elem_sep boolean cancel concode_... | TransactionalProtocolClient . PreparedOperation < T > function ( final T arg0 , final String arg1 ) { final ModelNode loc0 = new ModelNode ( ) ; loc0 . get ( ModelDescriptionConstants . OUTCOME ) . set ( ModelDescriptionConstants . FAILED ) ; loc0 . get ( ModelDescriptionConstants . FAILURE_DESCRIPTION ) . set ( arg1 )... |
2,631 | the maximum orthogonality of all pseudo states is 0 concode_field_sep SexecExtensions sexec concode_elem_sep StatechartExtensions sc concode_elem_sep SexecElementMapping mapping concode_elem_sep SgraphExtensions sgraph concode_field_sep boolean containsStates concode_elem_sep int defineStateVectors concode_elem_sep int... | int function ( final Vertex arg0 , final int arg1 ) { return 0 ; } |
2,632 | indicates whether this key 's channel is interested in the read operation and is ready to read . a call to this method is equal to executing readyops & op_read == op_read . concode_field_sep Object attachment concode_elem_sep int OP_ACCEPT concode_elem_sep int OP_CONNECT concode_elem_sep int OP_WRITE concode_elem_sep i... | boolean function ( ) { return ( readyOps ( ) & OP_READ ) == OP_READ ; } |
2,633 | sets the end point of the transition , a float between 0.0 and 1.0 . defaults to 1.0 . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep... | void function ( float arg0 ) { this . to = arg0 ; ea . add ( "srini_string" , arg0 ) ; } |
2,634 | action to get a list of all of the sessions for the specified attendee . concode_field_sep Cloud cloud concode_elem_sep Logger logger concode_elem_sep AttendeeRepository attendeeRepository concode_elem_sep SessionRepository sessionRepository concode_field_sep String environment concode_elem_sep String attendees concode... | String function ( @ RequestParam ( "srini_string" ) Long arg0 , Model arg1 ) { Attendee loc0 = attendeeRepository . findOne ( arg0 ) ; List < Session > loc1 = sessionRepository . findByAttendee ( loc0 ) ; arg1 . addAttribute ( "srini_string" , loc0 ) ; arg1 . addAttribute ( "srini_string" , loc1 ) ; return "srini_strin... |
2,635 | adds the specified rmiservicedescriptorslistener listener to this service.when adding a listener , it receives notification of the update for all existing description . note : notification happens while holding monitor on this rmiservice object . this implementation assumes that #getdescriptors descriptors do not chang... | void function ( RMIServiceDescriptorsListener arg0 ) { List < RMIServiceDescriptor > loc0 = getDescriptors ( ) ; if ( ! loc0 . isEmpty ( ) ) arg0 . descriptorsUpdated ( loc0 ) ; } |
2,636 | returns the start boundary . concode_field_sep double startBoundary concode_elem_sep long serialVersionUID concode_elem_sep int count concode_elem_sep double endBoundary concode_field_sep void incrementCount concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep double getBinWidth concode_elem_s... | double function ( ) { return this . startBoundary ; } |
2,637 | tests whether the project builders are set correctly . override to match a different set of builders . concode_field_sep String DIAMOND_LIGHT_SOURCE concode_elem_sep File screenshotsDir concode_elem_sep int RADIUS concode_elem_sep SWTWorkbenchBot bot concode_elem_sep int screenshotCount concode_elem_sep boolean welcome... | void function ( ) { assertTrue ( hasBuilder ( "srini_string" ) ) ; assertTrue ( hasBuilder ( "srini_string" ) ) ; assertTrue ( hasBuilder ( "srini_string" ) ) ; assertTrue ( hasBuilder ( "srini_string" ) ) ; } |
2,638 | get the dynfixed repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep DynFixed extract concode_elem_sep DynFixed read concode_elem_sep void insert concode_elem_sep DynFixed narrow concode_elem_sep TypeCode type concode_elem_sep void write concode_elem_sep DynFixed unchecked_narrow | String function ( ) { return "srini_string" ; } |
2,639 | gets the value of the content 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 content property . for example , to add a new item , do as... | List < Object > function ( ) { if ( content == null ) { content = new ArrayList < Object > ( ) ; } return this . content ; } |
2,640 | prints a message at verbose priority . 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 mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void prin... | void function ( String arg0 , String arg1 ) { v ( arg0 , arg1 , null ) ; } |
2,641 | returns the preferred size of the specified widget , in an array of the form width , height . it is assumed that : w has no parent w has not been configured to be invisible concode_field_sep PlaceHolder placeHolder concode_field_sep String[] clearSizeStyle concode_elem_sep String getHexString concode_elem_sep void rest... | int [ ] function ( Widget arg0 ) { RootPanel . get ( ) . add ( arg0 ) ; String [ ] loc0 = clearSizeStyle ( arg0 ) ; int loc1 = arg0 . getOffsetWidth ( ) + 4 ; int loc2 = arg0 . getOffsetHeight ( ) ; restoreSizeStyle ( arg0 , loc0 ) ; RootPanel . get ( ) . remove ( arg0 ) ; return new int [ ] { loc1 , loc2 } ; } |
2,642 | get the meta information of the replica that matches the block id concode_field_sep Map<String,Map<Long,ReplicaInfo>> map concode_elem_sep Object mutex concode_field_sep ReplicaInfo add concode_elem_sep void initBlockPool concode_elem_sep void cleanUpBlockPool concode_elem_sep int size concode_elem_sep void addAll conc... | ReplicaInfo function ( String arg0 , long arg1 ) { checkBlockPool ( arg0 ) ; synchronized ( mutex ) { Map < Long , ReplicaInfo > loc0 = map . get ( arg0 ) ; return loc0 != null ? loc0 . get ( arg1 ) : null ; } } |
2,643 | compare both classes and throw unsupportedoperationexception ifthey differ concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,Object> toResultMap concode_elem_sep void resetAndClearAccumulators concode_elem_sep String getAccumulatorsFormated concode_elem_sep String getResultsFormated concode_elem_se... | void function ( Object arg0 , @ SuppressWarnings ( "srini_string" ) Class < ? extends Accumulator > arg1 , @ SuppressWarnings ( "srini_string" ) Class < ? extends Accumulator > arg2 ) { if ( arg1 != arg2 ) { throw new UnsupportedOperationException ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" + arg2 ... |
2,644 | factory method for creating new instances the class to be instantiated is defined by getclasstoserve . concode_field_sep Class classToServe concode_elem_sep Logger log concode_field_sep String buildArgumentString concode_elem_sep Class getClassToServe concode_elem_sep void setClassToServe concode_elem_sep Logger getLog... | Object function ( Class arg0 , Object arg1 ) { if ( arg0 != null ) return createNewInstance ( new Class [ ] { arg0 } , new Object [ ] { arg1 } ) ; else return createNewInstance ( ( Class [ ] ) null , ( Object [ ] ) null ) ; } |
2,645 | scale the region by the given scale amount . this re-constructs new region by scaling the rects that this region consists of . new rectis are computed by scaling coordinates by float , then rounded by roundf function to integers . this may results in less internal rects if 0 < scale < 1 . zero and negative scale result... | void function ( float arg0 ) { arg0 ( arg0 , null ) ; } |
2,646 | copy all the format_options parameters from the kvp map and put them into the formatoptions map . if a parameter is already present in formatoption map it will be preserved . concode_field_sep Map<String,Map<String,String>> MODES concode_elem_sep Logger LOGGER concode_elem_sep String FORMAT concode_elem_sep WMS wmsConf... | void function ( Map < String , String > arg0 , Map < String , Object > arg1 ) { WMSRequests . mergeEntry ( arg0 , arg1 , "srini_string" ) ; WMSRequests . mergeEntry ( arg0 , arg1 , "srini_string" ) ; WMSRequests . mergeEntry ( arg0 , arg1 , "srini_string" ) ; WMSRequests . mergeEntry ( arg0 , arg1 , "srini_string" ) ; ... |
2,647 | singleton instance release method . concode_field_sep IODAProviderFactory baseFactory concode_elem_sep ODAProviderFactory instance concode_elem_sep IODAFilterExprProvider filterProvider concode_field_sep IFilterExprDefinition createFilterExprDefinition concode_elem_sep IFilterExprDefinition createFilterExprDefinition c... | void function ( ) { baseFactory = null ; instance = null ; } |
2,648 | returns true if the technology is implemented concode_field_sep Map<String,Technology> mLookup concode_elem_sep ArrayList<Technology> mImplemented concode_elem_sep ArrayList<Technology> mRenewable concode_elem_sep Map<String,Technology> mNames concode_elem_sep ArrayList<Technology> mAvailable concode_elem_sep ArrayList... | boolean function ( Technology arg0 ) { boolean loc0 = false ; for ( Technology loc1 : mImplemented ) { if ( loc1 == arg0 ) { loc0 = true ; break ; } } return loc0 ; } |
2,649 | returns the last modified column name defaults to lf _ . concode_field_sep HashMap fileEntrySettings concode_elem_sep long deleteMarkDeletedDelta concode_elem_sep int valueColumnLengthInK concode_elem_sep String nameColumnName concode_elem_sep int queryTimeout concode_elem_sep String valueColumnName concode_elem_sep in... | String function ( ) { return lastModifiedColumnName ; } |
2,650 | gets the callback url . concode_field_sep long serialVersionUID concode_elem_sep Integer hubTopicId concode_elem_sep Integer hubSubscriptionStatusId concode_elem_sep String callbackUrl concode_elem_sep String secret concode_elem_sep Integer leaseSeconds concode_field_sep void setLeaseSeconds concode_elem_sep void setHu... | String function ( ) { return callbackUrl ; } |
2,651 | returns the fraction . concode_field_sep PostalAddress postalAddress concode_elem_sep long serialVersionUID concode_elem_sep OrganisationUnit organisationUnit concode_elem_sep Date endDate concode_elem_sep Long id concode_elem_sep Class theClass concode_elem_sep Date startDate concode_elem_sep Double fraction concode_f... | Double function ( ) { return fraction ; } |
2,652 | retrieves an initializer capable of initializing the object of the given class . concode_field_sep ICompareToHandler m_defaultComparer concode_elem_sep List m_initer concode_elem_sep LRUCache m_cache concode_elem_sep List m_parameters concode_elem_sep Map<String,Long> m_lastKeys concode_elem_sep ICloneHandler m_default... | IInitializer function ( final Object arg0 , final Class arg1 ) { return ( IInitializer ) findHandlerFor ( arg0 , arg1 , m_initer , m_defaultIniter , "srini_string" ) ; } |
2,653 | returns the description of this cashier . concode_field_sep String officeName concode_elem_sep String tellerName concode_elem_sep Collection<StaffData> staffOptions concode_elem_sep Date endDate concode_elem_sep String description concode_elem_sep Long tellerId concode_elem_sep Boolean isFullDay concode_elem_sep Long o... | String function ( ) { return description ; } |
2,654 | returns a inputstream for the jboss-web.xml configuration file . concode_field_sep Set<QName> headers concode_elem_sep PicketLinkLogger logger concode_elem_sep String SEC_MGR_LOOKUP concode_elem_sep String AUTHZ_MGR_LOOKUP concode_elem_sep String securityDomainName concode_field_sep Set<QName> getHeaders concode_elem_s... | InputStream function ( ServletContext arg0 ) { if ( arg0 == null ) throw logger . nullValueError ( "srini_string" ) ; return arg0 . getResourceAsStream ( "srini_string" ) ; } |
2,655 | indicates whether the options contains the given parameter key . concode_field_sep Map<String,String> options concode_elem_sep String[] DATE_PATTERNS concode_elem_sep boolean assumeTrue concode_field_sep String stringAsString concode_elem_sep Date getLastUpdated concode_elem_sep Date stringAsDate concode_elem_sep Date ... | boolean function ( String arg0 ) { return options . containsKey ( arg0 ) ; } |
2,656 | returns the value of algorithmidentifier field of the structure . concode_field_sep int unusedBits concode_elem_sep ASN1Sequence ASN1 concode_elem_sep PublicKey publicKey concode_elem_sep byte[] encoding concode_elem_sep byte[] subjectPublicKey concode_elem_sep AlgorithmIdentifier algorithmID concode_field_sep void get... | AlgorithmIdentifier function ( ) { return algorithmID ; } |
2,657 | calculates the decimals of the amount . concode_field_sep long betrag concode_elem_sep Waehrung waehrung concode_field_sep Betrag addiere concode_elem_sep double calcProzentAndPromille concode_elem_sep long getVorkomma concode_elem_sep Betrag prozent concode_elem_sep long getBetrag concode_elem_sep Betrag subtrahiere c... | byte function ( ) { return ( byte ) ( ( ( double ) getBetrag ( ) ) % 100 * getVorzeichen ( ) ) ; } |
2,658 | runs any immediately runnable tasks previously queued on the ui thread , e.g. by android.app.activity #runonuithread runnable or android.os.asynctask #onpostexecute object . note : calling this method does not pause or un-pause the scheduler . concode_field_sep Looper realObject concode_elem_sep Looper mainLooper conco... | void function ( ) { getShadowMainLooper ( ) . idle ( ) ; } |
2,659 | gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep Polygon getMapPolygon | String function ( ) { return mapCommandButtonId ; } |
2,660 | sets the value of the multiple property . concode_field_sep Ref ref concode_elem_sep String name concode_elem_sep String multiple concode_elem_sep Section section concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Section getSection concode_elem_sep vo... | void function ( String arg0 ) { this . multiple = arg0 ; } |
2,661 | sets the initial lifecycle state of the host . for example , if the host is already resumed at creation time , we would n't expect an onresume call until we get an onpause call . concode_field_sep List<ReactPackage> mPackages concode_elem_sep String mJSBundleAssetUrl concode_elem_sep JSBundleLoader mJSBundleLoader conc... | ReactInstanceManagerBuilder function ( LifecycleState arg0 ) { mInitialLifecycleState = arg0 ; return this ; } |
2,662 | add the listener listener to the registered listeners . concode_field_sep PropertyChangeSupport propertyChange concode_elem_sep ObjectType type concode_elem_sep Map<String,Object> properties concode_elem_sep long serialVersionUID concode_field_sep Object getValue concode_elem_sep void firePropertyChange concode_elem_se... | void function ( final PropertyChangeListener arg0 ) { this . propertyChange . addPropertyChangeListener ( arg0 ) ; } |
2,663 | test method for org.pentaho.platform.plugin.action.chartbeans.chartbeanssystemlistener #shutdown . concode_field_sep PlaceHolder placeHolder concode_field_sep void testBadStartupFile concode_elem_sep void setUp concode_elem_sep void testStartup | void function ( ) { } |
2,664 | this value is added the headers of generated maps , marking them as being both `` cache-able '' and designating the time for which they are to remain valid . the specific header added is `` cache-control : max-age = '' concode_field_sep int TYPE_REMOTE_VECTOR concode_elem_sep int TYPE_VECTOR concode_elem_sep int TYPE_W... | int function ( ) { if ( layerInfo == null ) { return 0 ; } ResourceInfo loc0 = layerInfo . getResource ( ) ; Integer loc1 = loc0 . getMetadata ( ) . get ( ResourceInfo . CACHE_AGE_MAX , Integer . class ) ; return loc1 == null ? 0 : loc1 ; } |
2,665 | send a verbose log message . concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void d concode_elem_sep void d concode_elem... | void function ( String arg0 , String arg1 ) { if ( sLevel > LEVEL_VERBOSE ) { return ; } Log . v ( arg0 , arg1 ) ; } |
2,666 | required if using http/s . a regular expression that will be used to evaluate the http status code returned in the response . concode_field_sep String hostHeader concode_elem_sep String path concode_elem_sep int delay concode_elem_sep String bodyRegex concode_elem_sep int attemptsBeforeDeactivation concode_elem_sep Str... | Builder function ( String arg0 ) { this . statusRegex = arg0 ; return this ; } |
2,667 | returns the scope annotation , or null if that is n't known for this instance . concode_field_sep Scoping SINGLETON_ANNOTATION concode_elem_sep Scoping EAGER_SINGLETON concode_elem_sep Scoping UNSCOPED concode_elem_sep Scoping SINGLETON_INSTANCE concode_field_sep V acceptVisitor concode_elem_sep V acceptVisitor concode... | Class < ? extends Annotation > function ( ) { return null ; } |
2,668 | amazon aws access key concode_field_sep Integer proxyPort concode_elem_sep String amazonSNSEndpoint concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String subject concode_elem_sep String topicName concode_elem_sep String messageStructure concode_elem_sep String proxyHost concode_ele... | void function ( String arg0 ) { this . accessKey = arg0 ; } |
2,669 | sets the last publish date of this k b comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_s... | void function ( Date arg0 ) { _kbComment . setLastPublishDate ( arg0 ) ; } |
2,670 | tests an valid member registration concode_field_sep Validator validator concode_field_sep Archive<?> createTestArchive concode_elem_sep void testNameViolation concode_elem_sep Member createValidMember concode_elem_sep void testEmailViolation concode_elem_sep void testRegisterEmptyMember concode_elem_sep void testPhone... | void function ( ) { Set < ConstraintViolation < Member >> loc0 = validator . validate ( createValidMember ( ) ) ; Assert . assertEquals ( "srini_string" , 0 , loc0 . size ( ) ) ; } |
2,671 | whether or not the result of filesunder should include directories . defaults to false . directories rejected by any filter 's enterdirectory are never included . directories are never passed to acceptfile . concode_field_sep boolean includeDirectories concode_field_sep boolean acceptFile concode_elem_sep boolean accep... | FileFinder function ( boolean arg0 ) { this . includeDirectories = arg0 ; return this ; } |
2,672 | sets the spring bean id for this bean . concode_field_sep BaoCaoDLITongHopService _baoCaoDLITongHopService concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep void setWrappedBaoCaoDLITongHopService concode_elem_sep BaoCaoDLITongHopService getWrappedBaoCaoDLITongHopService concode_elem_sep void setWrap... | void function ( java . lang . String arg0 ) { _baoCaoDLITongHopService . setBeanIdentifier ( arg0 ) ; } |
2,673 | stores the data in config into stream in a standard java properties format . any ioexception is wrapped and thrown as a runtimeexception instead . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> loadStrictly concode_elem_sep Map<String,String> loadStrictly concode_elem_sep Map<String,Stri... | void function ( Map < String , String > arg0 , OutputStream arg1 ) { try { store ( arg0 , arg1 ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
2,674 | gets the singleton instance of this class . concode_field_sep MultihomePlainSocketFactory DEFAULT_FACTORY concode_field_sep Socket createSocket concode_elem_sep Socket connectSocket concode_elem_sep boolean isSecure | MultihomePlainSocketFactory function ( ) { return DEFAULT_FACTORY ; } |
2,675 | sets the value of the size property . concode_field_sep Size size concode_elem_sep String fullDisplayString concode_elem_sep List<AdUnitSize> companions concode_elem_sep EnvironmentType environmentType concode_field_sep Size getSize concode_elem_sep void setFullDisplayString concode_elem_sep EnvironmentType getEnvironm... | void function ( Size arg0 ) { this . size = arg0 ; } |
2,676 | returns the protection space . concode_field_sep String scheme concode_elem_sep String headerValue concode_elem_sep String realm concode_field_sep Credential authenticate concode_elem_sep String getScheme concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolea... | String function ( ) { return realm ; } |
2,677 | test of uploadfile method , of class myftpclient . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testExists concode_elem_sep void testUploadProperties concode_elem_sep void tearDownClass concode_elem_sep void testConnectAndLogin concode_elem_sep void testLogoutAndDisc... | void function ( ) { } |
2,678 | load the url into the webview . concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebView concode_elem_sep Cordov... | void function ( final String arg0 , boolean arg1 ) { webView . loadUrl ( arg0 ) ; } |
2,679 | an optional comment about your hosted zone . if you do n't want to specify a comment , you can omit the hostedzoneconfig and comment elements from the xml document . concode_field_sep Boolean privateZone concode_elem_sep String comment concode_field_sep HostedZoneConfig withComment concode_elem_sep Boolean getPrivateZo... | String function ( ) { return this . comment ; } |
2,680 | please refer to super class method documentation . concode_field_sep GLCanvas canvas concode_elem_sep JOGLRenderer renderer concode_elem_sep Dimension size concode_elem_sep Frame frame concode_field_sep Image getWindowIcon concode_elem_sep JOGLRenderer getRenderer concode_elem_sep Dimension getSize concode_elem_sep voi... | String function ( ) { return this . frame . getTitle ( ) ; } |
2,681 | this method returns the dssdocument filedocument created from the resource path . concode_field_sep Class<?> anyClass concode_field_sep String getAbsoluteResourceFolder concode_elem_sep InputStream getResource concode_elem_sep String getNormalizedFileName concode_elem_sep String getAbsoluteSourceMainResourceFolder conc... | DSSDocument function ( final String arg0 ) { final String loc0 = getAbsoluteResourceFolder ( arg0 ) ; final DSSDocument loc1 = new FileDocument ( loc0 ) ; return loc1 ; } |
2,682 | clones the data source . a previously registered report definition is not inherited to the clone . concode_field_sep FormulaExpression valueExpression concode_elem_sep String field concode_elem_sep Log logger concode_field_sep Object getValue concode_elem_sep void setField concode_elem_sep void setDataSourceColumnName ... | DataRowDataSource function ( ) { final DataRowDataSource loc0 = ( DataRowDataSource ) super . clone ( ) ; if ( valueExpression != null ) { loc0 . valueExpression = ( FormulaExpression ) valueExpression . clone ( ) ; } return loc0 ; } |
2,683 | warning ! this method should only be used for fixtures purposes ! concode_field_sep String boundName concode_elem_sep CompositeFieldConstraint constraintList concode_elem_sep String factType concode_elem_sep boolean isNegated concode_elem_sep CEPWindow window concode_field_sep CEPWindow getWindow concode_elem_sep Strin... | void function ( String arg0 ) { this . factType = arg0 ; } |
2,684 | returns a buffer from the pool if one is available in the requested size , or allocates a new one if a pooled one is not available . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep ByteArrayPool mPool concode_elem_sep List<byte[]> mBuffersBySize conco... | byte [ ] function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < mBuffersBySize . size ( ) ; loc0 ++ ) { byte [ ] loc1 = mBuffersBySize . get ( loc0 ) ; if ( loc1 . length >= arg0 ) { mCurrentSize -= loc1 . length ; mBuffersBySize . remove ( loc0 ) ; mBuffersByLastUse . remove ( loc1 ) ; return loc1 ; } } return new byte [... |
2,685 | these three methods are dime specific but provide potentially useful information about the current stream 's data . concode_field_sep InputStream is concode_elem_sep String typeFormat concode_elem_sep int count concode_elem_sep DimeDelimitedInputStream currentStream concode_elem_sep String type concode_elem_sep Logger ... | String function ( ) { return type ; } |
2,686 | returns a new movie in that all tracks have the timescale 10000000 . cts & dts are modified in a way that even with more than one framerate the fragments exactly begin at the same time . concode_field_sep Logger LOG concode_elem_sep ManifestWriter manifestWriter concode_elem_sep boolean debugOutput concode_elem_sep Fil... | Movie function ( Movie arg0 ) { Movie loc0 = new Movie ( ) ; for ( Track loc1 : arg0 . getTracks ( ) ) { loc0 . addTrack ( new ChangeTimeScaleTrack ( loc1 , timeScale , ismvBuilder . getFragmentIntersectionFinder ( ) . sampleNumbers ( loc1 , arg0 ) ) ) ; } return loc0 ; } |
2,687 | get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String retorno concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep SIPV2190b.CodigosCodigosItem[] personas concode_elem_sep java.lang.String textosms con... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
2,688 | compare this service state for equality with another . concode_field_sep ServiceState ACTIVE concode_elem_sep int SERVICE_INACTIVE concode_elem_sep String ACTIVE_STRING concode_elem_sep String INACTIVE_STRING concode_elem_sep int SERVICE_ACTIVE concode_elem_sep ServiceState INACTIVE concode_elem_sep ServiceState STOPPI... | boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; return ( arg0 instanceof ServiceState ) && ( ( ServiceState ) arg0 ) . state == state ; } |
2,689 | return the wrapped beandefinition . concode_field_sep String[] aliases concode_elem_sep String beanName concode_elem_sep BeanDefinition beanDefinition concode_field_sep String[] getAliases concode_elem_sep String getShortDescription concode_elem_sep Object getSource concode_elem_sep int hashCode concode_elem_sep boolea... | BeanDefinition function ( ) { return this . beanDefinition ; } |
2,690 | logs errors from devices using the device specific logger . concode_field_sep String TF_NOT_CRYPTO_EXCEPTION concode_elem_sep String TF_TIMEOUT_EXCEPTION concode_elem_sep String TF_NOT_CONNECTION_EXCEPTION concode_field_sep placeholderType placeHolder | void function ( MBaseDevice arg0 , String arg1 , Throwable arg2 ) { arg0 . getLogger ( ) . error ( "srini_string" , arg1 , arg2 . getMessage ( ) ) ; } |
2,691 | returns the type of color corresponding to the color key foreground or background . concode_field_sep String myDisplayName concode_elem_sep ColorKey myKey concode_elem_sep Kind myKind concode_elem_sep ColorDescriptor[] EMPTY_ARRAY concode_field_sep ColorKey getKey concode_elem_sep String getDisplayName | Kind function ( ) { return myKind ; } |
2,692 | adds a new entry to the model . concode_field_sep ArrayList<ComboBoxItemPair<K,V>> data concode_elem_sep boolean allowOtherValue concode_elem_sep ArrayList<ListDataListener> listdatalistener concode_elem_sep V value concode_elem_sep K key concode_elem_sep V selectedItemValue concode_elem_sep int selectedItemIndex conco... | void function ( final K arg0 , final V arg1 ) { final ComboBoxItemPair < K , V > loc0 = new ComboBoxItemPair < K , V > ( arg0 , arg1 ) ; data . add ( loc0 ) ; final ListDataEvent loc1 = new ListDataEvent ( this , ListDataEvent . INTERVAL_ADDED , data . size ( ) - 2 , data . size ( ) - 2 ) ; fireListDataEvent ( loc1 ) ;... |
2,693 | the availability zone of the volume . concode_field_sep String volumeId concode_elem_sep VolumeStatusInfo volumeStatus concode_elem_sep String availabilityZone concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<VolumeStatusAction> actions concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<... | String function ( ) { return availabilityZone ; } |
2,694 | static factory method to create a new beanpropertyrowmapper with the mapped class specified only once . concode_field_sep Class<T> mappedClass concode_elem_sep Map<String,PropertyDescriptor> mappedFields concode_elem_sep ConversionService conversionService concode_elem_sep Set<String> mappedProperties concode_elem_sep ... | BeanPropertyRowMapper < T > function ( Class < T > arg0 ) { return new BeanPropertyRowMapper < > ( arg0 ) ; } |
2,695 | yyyy-mm-dd concode_field_sep Date endDate concode_elem_sep String LONGDATE_FORMAT concode_elem_sep Date startDate concode_elem_sep Logger LOGGER concode_field_sep Date addDaysToCurrentDate concode_elem_sep void processPostedDates concode_elem_sep Date getStartDate concode_elem_sep String getPresentYear concode_elem_sep... | String function ( Date arg0 ) { if ( arg0 == null ) return null ; SimpleDateFormat loc0 = new SimpleDateFormat ( Constants . DEFAULT_DATE_FORMAT ) ; return loc0 . loc0 ( arg0 ) ; } |
2,696 | returns true , if this rule contains a via with padstack p_padstack concode_field_sep ViaRule EMPTY concode_elem_sep String name concode_elem_sep List<ViaInfo> list concode_field_sep boolean contains concode_elem_sep void print_info concode_elem_sep boolean remove_via concode_elem_sep boolean swap concode_elem_sep int ... | boolean function ( library . Padstack arg0 ) { for ( ViaInfo loc0 : this . list ) { if ( loc0 . get_padstack ( ) == arg0 ) { return true ; } } return false ; } |
2,697 | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... | void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } |
2,698 | converts the mapsource to a map . if the map is not mutable , this is cached concode_field_sep Map mMap concode_field_sep Enumeration enumerateKeys concode_elem_sep Set entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection values concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_e... | Map function ( ) { if ( mMap != null ) { return mMap ; } else { Map loc0 = convertToMap ( ) ; if ( ! isMutable ( ) ) { mMap = loc0 ; } return loc0 ; } } |
2,699 | returns true if this request has been canceled . concode_field_sep Integer mSequence concode_elem_sep TaskQueue mRequestQueue concode_elem_sep Response.ErrorListener mErrorListener concode_elem_sep Object mExtra concode_elem_sep boolean mCanceled concode_elem_sep long SLOW_REQUEST_THRESHOLD_MS concode_elem_sep Ln.Marke... | boolean function ( ) { return mCanceled ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.