idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
7,800 | this method removes the server engine from the port map and stops it . concode_field_sep Bus bus concode_elem_sep ThreadingParameters fallbackThreadingParameters concode_elem_sep int FALLBACK_THREADING_PARAMS_KEY concode_elem_sep Map<String,ThreadingParameters> threadingParametersMap concode_elem_sep Logger LOG concode... | void function ( int arg0 ) { UndertowHTTPServerEngine loc0 = portMap . remove ( arg0 ) ; if ( loc0 != null ) { LOG . fine ( "srini_string" + arg0 + "srini_string" ) ; try { loc0 . stop ( ) ; } catch ( Exception loc1 ) { loc1 . printStackTrace ( ) ; } } } |
7,801 | add a new component to the layout . the name can be used later to refer to the component . concode_field_sep int LAST concode_elem_sep int FIRST concode_elem_sep int MAX concode_elem_sep Hashtable tab concode_elem_sep long serialVersionUID concode_elem_sep int vgap concode_elem_sep int NEXT concode_elem_sep int MIN con... | void function ( String arg0 , Component arg1 ) { addLayoutComponent ( arg1 , arg0 ) ; } |
7,802 | returns the url of this gadget . concode_field_sep Gadget _gadget concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.Str... | java . lang . String function ( ) { return _gadget . getUrl ( ) ; } |
7,803 | sets the publishtag . concode_field_sep int m_projectType concode_elem_sep String m_projectPublishedBy concode_elem_sep String m_userId concode_elem_sep String m_projectOu concode_elem_sep long m_dateCreated concode_elem_sep String m_groupId concode_elem_sep String m_projectDescription concode_elem_sep long m_projectPu... | void function ( int arg0 ) { m_publishTag = arg0 ; } |
7,804 | set the wss4j validator instance to use to validate the token . concode_field_sep String X509_PKI_PATH concode_elem_sep org.slf4j.Logger LOGGER concode_elem_sep String signaturePropertiesPath concode_elem_sep Merlin merlin concode_elem_sep String BASE64_ENCODING concode_elem_sep Validator validator concode_elem_sep Cer... | void function ( Validator arg0 ) { this . validator = arg0 ; } |
7,805 | logs user out concode_field_sep Users user concode_elem_sep boolean isInvalidated concode_elem_sep UsersService usersService concode_field_sep void setUsersService concode_elem_sep boolean authenticate concode_elem_sep Users getUser concode_elem_sep boolean isLoggedIn concode_elem_sep boolean isAdmin concode_elem_sep v... | void function ( ) { this . isInvalidated = true ; this . user = null ; } |
7,806 | opens a titangraph database . if the argument points to a configuration file , the configuration file is loaded to configure the database . if the argument points to a path , a graph database is created or opened at that location . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | TitanGraph function ( String arg0 ) { return open ( GraphDatabaseConfiguration . getConfiguration ( new File ( arg0 ) ) ) ; } |
7,807 | set the value of the text property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep int... | void function ( String arg0 ) { this . text = arg0 ; } |
7,808 | contains a certificatedetail structure that lists the fields of an acm certificate . concode_field_sep CertificateDetail certificate concode_field_sep CertificateDetail getCertificate concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeCertificateResult withCertificate concode_elem_se... | void function ( CertificateDetail arg0 ) { this . certificate = arg0 ; } |
7,809 | gets the value of the enddate property . concode_field_sep Object parent concode_elem_sep Boolean autoEnd concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep Double startNum concode_elem_sep STGroupBy groupBy concode_elem_sep Double groupInterval concode_elem_sep Double endNum concode_elem_sep XMLGregorianCa... | XMLGregorianCalendar function ( ) { return endDate ; } |
7,810 | point test.sakai.home at a directory in the test 's resources area typically `` target/test-classes '' for a maven build so that test-specific sakai.properties can be loaded . concode_field_sep Object componentManager concode_elem_sep Log log concode_field_sep void startComponentManager concode_elem_sep void startCompo... | void function ( String arg0 ) { URL loc0 = ComponentContainerEmulator . class . getClassLoader ( ) . getResource ( arg0 ) ; if ( log . isDebugEnabled ( ) ) log . debug ( "srini_string" + loc0 ) ; if ( loc0 != null ) { System . setProperty ( "srini_string" , loc0 . getFile ( ) ) ; } } |
7,811 | size of the committed memory limit , in bytes . concode_field_sep long availPageFile concode_elem_sep long availExtendedVirtual concode_elem_sep long totalPhys concode_elem_sep long availPhys concode_elem_sep long totalPageFile concode_elem_sep long memoryLoad concode_elem_sep long totalVirtual concode_elem_sep long av... | long function ( ) { return totalPageFile ; } |
7,812 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals | void function ( ) { PointerNeedle loc0 = new PointerNeedle ( ) ; PointerNeedle loc1 = ( PointerNeedle ) TestUtilities . serialised ( loc0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } |
7,813 | sets the outgoing mail server port number . the default for smtp is port 25 and smpts is port 465 concode_field_sep String mailUsername concode_elem_sep boolean incomingSsl concode_elem_sep String protocol concode_elem_sep String password concode_elem_sep String outgoingHost concode_elem_sep boolean outgoingSsl concode... | void function ( int arg0 ) { this . outgoingPort = arg0 ; } |
7,814 | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } |
7,815 | app client entry . concode_field_sep String clientName concode_elem_sep ExecutorService service concode_elem_sep int serverPort concode_elem_sep InetSocketAddress remoteAddress concode_field_sep void sendLogRequests concode_elem_sep void stop concode_elem_sep void artificialDelayOf concode_elem_sep void start concode_e... | void function ( String [ ] arg0 ) { AppClient loc0 = new AppClient ( ) ; loc0 . start ( ) ; } |
7,816 | wrapper method for activitycompat.shouldshowrequestpermissionrationale . gets whether you should show ui with rationale for requesting a permission . you should do this only if you do not have the permission and the context in which the permission is requested does not clearly communicate to the user what would be the ... | boolean function ( Activity arg0 , String arg1 ) { return ActivityCompat . shouldShowRequestPermissionRationale ( arg0 , arg1 ) ; } |
7,817 | access the streamingservicembean of the cassandra concode_field_sep ColumnFamilyStoreMBean columnFamilyStoreMBean concode_elem_sep MBeanServerConnection mBeanServerConnection concode_elem_sep CompactionManagerMBean compactionProxy concode_elem_sep String SS_OBJECT_NAME concode_elem_sep StreamingServiceMBean streamProxy... | StreamingServiceMBean function ( ) { if ( streamProxy == null ) { streamProxy = locateMBean ( StreamingService . MBEAN_OBJECT_NAME , StreamingServiceMBean . class ) ; } return streamProxy ; } |
7,818 | repeat interval day , week , month , year , aso . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep int getBadgeNumber... | long function ( ) { return interval ; } |
7,819 | the initial value of a cssmetadata corresponds to the default value of the styleableproperty in code . for example , the default value of shape.fill is color.black and the initialvalue of shape.styleableproperties.fill is also color.black . there may be exceptions to this , however . the initialvalue may depend on the ... | V function ( S arg0 ) { return initialValue ; } |
7,820 | gets the value of the issecurecode property . concode_field_sep Integer sequenceNumber concode_elem_sep Boolean isSecureCode concode_elem_sep Date lastUpdateDate concode_elem_sep Integer length concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Intege... | Boolean function ( ) { return isSecureCode ; } |
7,821 | override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con... | void function ( GeneratorEntry arg0 ) { } |
7,822 | the header-id . concode_field_sep ZipShort TIME_ATTR_SIZE concode_elem_sep long EPOCH_OFFSET concode_elem_sep ZipEightByteInteger createTime concode_elem_sep ZipShort TIME_ATTR_TAG concode_elem_sep ZipEightByteInteger modifyTime concode_elem_sep ZipEightByteInteger accessTime concode_elem_sep ZipShort HEADER_ID concode... | ZipShort function ( ) { return HEADER_ID ; } |
7,823 | returns a copy of this route with flipped tls mode . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress concode_elem_sep int hashCode c... | Route function ( ) { return new Route ( address , proxy , inetSocketAddress , ! modernTls ) ; } |
7,824 | parse the provided html string and convert it to an ihcnode . after parsing the code is cleaned up using pageviewexternalhtmlcleanser . concode_field_sep Logger s_aLogger concode_elem_sep MarkdownProcessor MARKDOWN_PROC concode_field_sep IHCNode markdown concode_elem_sep IHCNode markdownOnDemand concode_elem_sep IHCNod... | IHCNode function ( @ Nonnull final String arg0 ) { return unescapeHTML ( arg0 , new PageViewExternalHTMLCleanser ( HCSettings . getConversionSettings ( ) . getHTMLVersion ( ) ) ) ; } |
7,825 | returns time when point was written on device last time concode_field_sep AllocationStatus allocationStatus concode_elem_sep cudaEvent_t writeLane concode_elem_sep boolean constant concode_elem_sep WeakReference<BaseDataBuffer> originalDataBufferReference concode_elem_sep PointersPair pointerInfo concode_elem_sep Atomi... | long function ( ) { return accessDeviceWrite . get ( ) ; } |
7,826 | converts a windows filetime into a date . the windows filetime structure holds a date and time associated with a file . the structure identifies a 64-bit integer specifying the number of 100-nanosecond intervals which have passed since january 1 , 1601 . this 64-bit value is split into the two double words stored in th... | Date function ( final int arg0 , final int arg1 ) { final long loc0 = ( long ) arg0 << 32 | arg1 & 0xffffffffL ; final long loc1 = loc0 / ( 1000 * 10 ) ; final long loc2 = loc1 - EPOCH_DIFF ; return new Date ( loc2 ) ; } |
7,827 | returns the corresponding wrapper type of type if it is a primitivetype ; otherwise returns type itself . idempotent . wrap int.class == integer.class wrap integer.class == integer.class wrap string.class == string.class concode_field_sep Map<Class<?>,Class<?>> PRIMITIVE_TO_WRAPPER_TYPE concode_elem_sep Map<Class<?>,Cl... | Class < T > function ( Class < T > arg0 ) { checkNotNull ( arg0 ) ; @ SuppressWarnings ( "srini_string" ) Class < T > loc0 = ( Class < T > ) PRIMITIVE_TO_WRAPPER_TYPE . get ( arg0 ) ; return ( loc0 == null ) ? arg0 : loc0 ; } |
7,828 | a regular state may be a dead end . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_... | void function ( ) { prepareStateTest ( ) ; validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ; assertNoIssue ( diagnostics , ISSUE_STATE_WITHOUT_OUTGOING_TRANSITION ) ; } |
7,829 | assert the response status code is in the 4xx range . concode_field_sep ExchangeResult exchangeResult concode_elem_sep WebTestClient.ResponseSpec responseSpec concode_field_sep WebTestClient.ResponseSpec isCreated concode_elem_sep WebTestClient.ResponseSpec isFound concode_elem_sep WebTestClient.ResponseSpec assertStat... | WebTestClient . ResponseSpec function ( ) { return assertSeriesAndReturn ( HttpStatus . Series . CLIENT_ERROR ) ; } |
7,830 | sets the mail smtp host . concode_field_sep boolean securedOrNot concode_elem_sep String password concode_elem_sep String mailSmtpHost concode_elem_sep String confirmPassword concode_elem_sep String mailId concode_elem_sep String mailSmtpPort concode_field_sep void setMailId concode_elem_sep void setMailSmtpPort concod... | void function ( String arg0 ) { this . mailSmtpHost = arg0 ; } |
7,831 | expand the environment variable based on client os environment variable expansion syntax e.g. $ var for linux and % var % for windows . note : use $ $ method for cross-platform practice i.e. submit an application from a windows client to a linux/unix server or vice versa . concode_field_sep String CONTAINER_TOKEN_FILE_... | String function ( ) { if ( Shell . WINDOWS ) { return "srini_string" + variable + "srini_string" ; } else { return "srini_string" + variable ; } } |
7,832 | returns domain attribute of the cookie . concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_sep long serialVersionUID ... | String function ( ) { return cookieDomain ; } |
7,833 | sets the name of the variable . concode_field_sep String name concode_elem_sep String label concode_elem_sep Double value concode_field_sep Double getValue concode_elem_sep String getName concode_elem_sep String getLabel concode_elem_sep void setValue concode_elem_sep void setLabel concode_elem_sep String toString | void function ( String arg0 ) { this . name = arg0 ; } |
7,834 | used to communicate a cancel operation from the whitebox gui . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getN... | void function ( boolean arg0 ) { cancelOp = arg0 ; } |
7,835 | we condition only on whether we are popping from the ends of the constituent . 0 : beginning 1 : middle 2 : end todo perhaps we should have `` middle '' contribute to the beginning and end as well . concode_field_sep int tagGroup concode_elem_sep int[] tagClasses concode_elem_sep Map<Integer,List<Pair<Tree<String>,int[... | int function ( Transition arg0 ) { assert ( TreeWalkModel . NUM_POP_POSITIONS == 2 ) : "srini_string" ; if ( arg0 . position == arg0 . numPositions - 1 ) { return 1 ; } else { return 0 ; } } |
7,836 | returns a value indicating whether this statement will beclosed when all its dependent result sets are closed . concode_field_sep boolean isEscapeProcessing concode_elem_sep int queryTimeout concode_elem_sep Result errorResult concode_elem_sep int SUCCESS_NO_INFO concode_elem_sep Result batchResultOut concode_elem_sep ... | boolean function ( ) { checkClosed ( ) ; return false ; } |
7,837 | extract an integer , starting at the current position . updates the internal index to beyond the number . returns -1 if a number was not found . concode_field_sep int CONTINUATION concode_elem_sep byte[] buffer concode_elem_sep int type concode_elem_sep int increment concode_elem_sep int NO concode_elem_sep int index c... | int function ( ) { skipSpaces ( ) ; int loc0 = index ; while ( index < size && Character . isDigit ( ( char ) buffer [ index ] ) ) index ++ ; if ( index > loc0 ) { try { return ASCIIUtility . parseInt ( buffer , loc0 , index ) ; } catch ( NumberFormatException loc1 ) { } } return - 1 ; } |
7,838 | sets delivery locations . concode_field_sep boolean shared concode_elem_sep String customerCode concode_elem_sep String availability concode_elem_sep String title concode_elem_sep String content concode_elem_sep String newCollectionGroupDesignation concode_elem_sep boolean allowEdit concode_elem_sep String collectionAc... | void function ( List < String > arg0 ) { this . deliveryLocations = arg0 ; } |
7,839 | call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_... | void function ( int arg0 ) { activityResultRequestCode = arg0 ; } |
7,840 | return the underlying providers being used . concode_field_sep int CACHE_LIMIT concode_elem_sep Map<String,TemplateAvailabilityProvider> cache concode_elem_sep TemplateAvailabilityProvider NONE concode_elem_sep Map<String,TemplateAvailabilityProvider> resolved concode_elem_sep List<TemplateAvailabilityProvider> provide... | List < TemplateAvailabilityProvider > function ( ) { return this . providers ; } |
7,841 | the path into the application the interceptor is mapped to . concode_field_sep String[] excludePatterns concode_elem_sep String[] includePatterns concode_elem_sep PathMatcher pathMatcher concode_elem_sep HandlerInterceptor interceptor concode_field_sep void postHandle concode_elem_sep void afterCompletion concode_elem_... | String [ ] function ( ) { return this . includePatterns ; } |
7,842 | approach to navigation that will grab our params via the request map this is meant to be used with a full page refresh as metadata called on each page refresh as postvalidate listener concode_field_sep PlaceHolder placeHolder concode_field_sep void renderUIbasedOnExample concode_elem_sep void loadDefaultNavigation conc... | void function ( ) { Map < String , String > loc0 = FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) ; navigate ( loc0 . get ( NavigationModel . GROUP_PARAM ) , loc0 . get ( NavigationModel . EXAMPLE_PARAM ) ) ; } |
7,843 | called before the request is executed using the underlying httpclient . overwrite in subclasses to augment the request . concode_field_sep HttpClient mClient concode_elem_sep String HEADER_CONTENT_TYPE concode_field_sep void addHeaders concode_elem_sep void setEntityIfNonEmptyBody concode_elem_sep HttpResponse performR... | void function ( HttpUriRequest arg0 ) { } |
7,844 | convenient method for #saynumber stringbuffer , long . concode_field_sep String[] basenumbers concode_elem_sep long POWER_THREE concode_elem_sep long POWER_SIX concode_elem_sep long POWER_FIFTEEN concode_elem_sep CLogger s_log concode_elem_sep long POWER_NINE concode_elem_sep long POWER_TWELVE concode_field_sep void pr... | String function ( double arg0 ) { StringBuffer loc0 = new StringBuffer ( ) ; sayNumber ( loc0 , arg0 ) ; return loc0 . toString ( ) ; } |
7,845 | returns the listing details for an in-app product . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep void addSkuDetails con... | SkuDetails function ( String arg0 ) { return mSkuMap . get ( arg0 ) ; } |
7,846 | generates a map of key values to store in the footer concode_field_sep String THRIFT_CLASS concode_elem_sep Log LOG concode_elem_sep Class<?> thriftClass concode_elem_sep String thriftClassName concode_elem_sep StructType descriptor concode_elem_sep String THRIFT_DESCRIPTOR concode_field_sep StructType getDescriptor co... | Map < String , String > function ( ) { final Map < String , String > loc0 = new HashMap < String , String > ( ) ; loc0 . put ( THRIFT_CLASS , getThriftClass ( ) . getName ( ) ) ; loc0 . put ( THRIFT_DESCRIPTOR , descriptor . toJSON ( ) ) ; return loc0 ; } |
7,847 | include this empty element if you want to give your own aws account permission to create signed urls . returns a reference to this object so that method calls can be chained together . concode_field_sep String self concode_elem_sep java.util.List<String> awsAccountNumbers concode_field_sep java.util.List<String> getAws... | TrustedSigners function ( String arg0 ) { this . self = arg0 ; return this ; } |
7,848 | gets the displacement . concode_field_sep Datatype filetype concode_elem_sep String datarep concode_elem_sep Datatype etype concode_elem_sep long disp concode_field_sep Datatype getEType concode_elem_sep Datatype getFileType concode_elem_sep String getDataRep | long function ( ) { return disp ; } |
7,849 | returns true if a binding exists for the given matcher concode_field_sep PlaceHolder placeHolder concode_field_sep Set<Binding<?>> getBindingsOf concode_elem_sep Set<Binding<?>> getBindingsOf concode_elem_sep Class<?> getKeyType concode_elem_sep Set<T> getInstancesOf concode_elem_sep Set<T> getInstancesOf concode_elem_... | boolean function ( Injector arg0 , Matcher < Class > arg1 ) { return ! getBindingsOf ( arg0 , arg1 ) . isEmpty ( ) ; } |
7,850 | returns a reader that reads in the given text . concode_field_sep BufferedReader in concode_elem_sep boolean keepOriginalText concode_elem_sep TokenizerFactory<? extends HasWord> tokenizerFactory concode_field_sep BasicDocument<L> parseDocumentText concode_elem_sep BufferedReader getBufferedReader concode_elem_sep void... | Reader function ( String arg0 ) { return ( new StringReader ( arg0 ) ) ; } |
7,851 | returns the named package if it is known by the callers class loader . it may return null if the package is unknown , when there is no information on that particular package available or when the callers classloader is null . concode_field_sep String implTitle concode_elem_sep String implVendor concode_elem_sep String ... | Package function ( String arg0 ) { ClassLoader loc0 = VMStackWalker . getCallingClassLoader ( ) ; return loc0 != null ? loc0 . getPackage ( arg0 ) : VMClassLoader . getPackage ( arg0 ) ; } |
7,852 | determine if the supplied string is a valid avro namespace . concode_field_sep AvroValidator DEFAULT concode_field_sep String validFullname concode_elem_sep String validFullname concode_elem_sep String validFullname concode_elem_sep String validFullname concode_elem_sep ReplacementOccurred firstTimeOnly concode_elem_se... | boolean function ( String arg0 ) { if ( arg0 . length ( ) == 0 ) return true ; char loc0 = arg0 . charAt ( 0 ) ; if ( ! isValidFullnameFirstCharacter ( loc0 ) ) return false ; for ( int loc1 = 1 ; loc1 != arg0 . length ( ) ; ++ loc1 ) { loc0 = arg0 . charAt ( loc1 ) ; if ( ! isValidFullnameNonFirstCharacter ( loc0 ) ) ... |
7,853 | removes the session from management and disconnects . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep Session getSysSessionForScript concode_elem_sep Session newSysSession concode_elem_sep void ... | void function ( Session arg0 ) { sessionMap . remove ( arg0 . getId ( ) ) ; } |
7,854 | sets the cached . concode_field_sep FooComponent[] components concode_elem_sep List fees concode_elem_sep List bazez concode_elem_sep List subs concode_elem_sep FooProxy foo concode_elem_sep Collection bag concode_elem_sep Date[] timeArray concode_elem_sep FooProxy[] fooArray concode_elem_sep Collection byteBag concode... | void function ( Set arg0 ) { this . cached = arg0 ; } |
7,855 | the default behavior of this method is to return getremoteport on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep int getLocalPort concode_elem_sep String getRemoteAddr concode_elem_sep ServletContext getServletContext concode_elem_sep ServletRequ... | int function ( ) { return this . request . getRemotePort ( ) ; } |
7,856 | set the ocpdate value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer timeout concode_field_sep DateTime ocpDate concode_elem_sep TaskAddCollectionOptions withReturnClientRequestId concode_elem_sep String clientR... | TaskAddCollectionOptions function ( DateTime arg0 ) { if ( arg0 == null ) { this . ocpDate = null ; } else { this . ocpDate = new DateTimeRfc1123 ( arg0 ) ; } return this ; } |
7,857 | appends a tag that indicates that an unordered list section ends . concode_field_sep String UL concode_elem_sep String BLOCKQUOTE concode_elem_sep String P concode_elem_sep String IMG concode_elem_sep String BR concode_elem_sep String CODE concode_elem_sep String OL concode_elem_sep String HREF concode_elem_sep String ... | XHTMLText function ( ) { text . closeElement ( UL ) ; return this ; } |
7,858 | get custom deserializer concode_field_sep com.atlassian.jira.rpc.soap.beans.RemoteProjectRole projectRole concode_elem_sep java.lang.String parameter concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep jav... | 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 ) ; } |
7,859 | adds the new settings name if it does not nexist , or overwrites the old one . concode_field_sep String homedir concode_elem_sep String fileName concode_elem_sep String emptySettingName concode_elem_sep String[][] sJDBCTypes concode_elem_sep String[][] connTypes concode_elem_sep File recentSettings concode_field_sep vo... | void function ( Hashtable arg0 , ConnectionSetting arg1 ) { arg0 . put ( arg1 . getName ( ) , arg1 ) ; ConnectionDialogCommon . storeRecentConnectionSettings ( arg0 ) ; } |
7,860 | get the value of an xml attribute stored in this mailetconfig . concode_field_sep Pattern ATTRIBUTE_REGEX concode_elem_sep MailetContext mailetContext concode_elem_sep Configuration configuration concode_elem_sep String name concode_field_sep String getInitParameter concode_elem_sep String getMailetName concode_elem_se... | String function ( String arg0 ) { return configuration . getString ( "srini_string" + arg0 + "srini_string" , null ) ; } |
7,861 | this is called by batchprocess immediately before closing . beware ! some of the consumers may have hung or may not have completed . concode_field_sep long consumersManagerMaxMillis concode_elem_sep List<FileResourceConsumer> consumers concode_field_sep void init concode_elem_sep List<FileResourceConsumer> getConsumers... | void function ( ) { } |
7,862 | retrieve rmi interface from the transactional server concode_field_sep String source_bank_id concode_elem_sep String target_account_nmr concode_elem_sep String target_bank_id concode_elem_sep String source_account_nmr concode_elem_sep int ammount concode_field_sep void sendCommitMessage concode_elem_sep void beginTrans... | TransactionControlIf function ( ) { Registry loc0 = LocateRegistry . getRegistry ( 3333 ) ; return ( TransactionControlIf ) loc0 . lookup ( "srini_string" ) ; } |
7,863 | set time at which checker process began . concode_field_sep int BYTE_ARRAY_SIZE concode_elem_sep BitstreamInfoDAO bitstreamInfoDAO concode_elem_sep ChecksumResultsCollector collector concode_elem_sep ChecksumHistoryDAO checksumHistoryDAO concode_elem_sep BitstreamDispatcher dispatcher concode_elem_sep BitstreamDAO bits... | void function ( Date arg0 ) { processStartDate = arg0 == null ? null : new Date ( arg0 . getTime ( ) ) ; } |
7,864 | adds properties of extension type to the operation todo : not implemented jet in dmr concode_field_sep PlaceHolder placeHolder concode_field_sep Properties commonDsProperties concode_elem_sep Properties raConnectionProperties concode_elem_sep Properties nonXaDsProperties concode_elem_sep Properties raCommonProperties c... | void function ( ModelNode arg0 ) { } |
7,865 | return type metadata object concode_field_sep org.talend.mdm.webservice.WSItemPK wsItemPK concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String taskId concode_field_sep java.lang.String getT... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
7,866 | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_field_sep void stop | void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } |
7,867 | sets the value of the errorcode property . concode_field_sep Integer errorCode concode_elem_sep long serialVersionUID concode_elem_sep String message concode_elem_sep ErrorDetailCollection errorDetails concode_elem_sep XMLGregorianCalendar timestamp concode_field_sep Integer getErrorCode concode_elem_sep XMLGregorianCa... | void function ( Integer arg0 ) { this . errorCode = arg0 ; } |
7,868 | sets the subnet mask for the dhcpserverconfig concode_field_sep short m_prefix concode_elem_sep T m_subnet concode_elem_sep List<T> m_dnsServers concode_elem_sep T m_routerAddress concode_elem_sep int m_defaultLeaseTime concode_elem_sep int m_maximumLeaseTime concode_elem_sep boolean m_passDns concode_elem_sep String m... | void function ( T arg0 ) { m_subnetMask = arg0 ; } |
7,869 | compare two float values to see if they are close to being the same concode_field_sep double maxRelativeError concode_elem_sep double maxAbsoluteError concode_field_sep boolean almostEquals2 | boolean function ( float arg0 , float arg1 ) { return almostEquals ( arg0 , arg1 , 600 * 1000 ) ; } |
7,870 | returns an javax.resource.spi.localtransaction instance . concode_field_sep HelloWorldManagedConnectionFactory mcf concode_elem_sep List<javax.resource.spi.ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter writer concode_field_sep void associateConnection concode_elem_se... | LocalTransaction function ( ) { throw new NotSupportedException ( "srini_string" ) ; } |
7,871 | adds the jmx monitoring settings . concode_field_sep CaffeineConfiguration<K,V> configuration concode_elem_sep Logger logger concode_elem_sep Config config concode_elem_sep Config rootConfig concode_field_sep void addEagerExpiration concode_elem_sep CaffeineConfiguration<K,V> defaults concode_elem_sep void addRefresh c... | void function ( ) { configuration . setStatisticsEnabled ( config . getBoolean ( "srini_string" ) ) ; configuration . setManagementEnabled ( config . getBoolean ( "srini_string" ) ) ; } |
7,872 | sets the value of the name property . concode_field_sep List<ProductAllowance> productAllowance concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep String getName concode_elem_sep List<ProductAllowance> getProductAllowance | void function ( String arg0 ) { this . name = arg0 ; } |
7,873 | return the type 's dimension information , as a string . for example , a two dimensional array of string returns ' ' . concode_field_sep PrimitiveType intType concode_elem_sep PrimitiveType floatType concode_elem_sep PrimitiveType byteType concode_elem_sep PrimitiveType booleanType concode_elem_sep PrimitiveType shortT... | String function ( ) { return "srini_string" ; } |
7,874 | returns true if the contribution is a starred/recommended contribution , or is by the processing foundation . concode_field_sep String sentence concode_elem_sep String paragraph concode_elem_sep String SPECIAL_CATEGORY_NAME concode_elem_sep int maxRevision concode_elem_sep String prettyVersion concode_elem_sep int vers... | boolean function ( ) { try { return ( authorList . indexOf ( "srini_string" ) != - 1 || categories . contains ( SPECIAL_CATEGORY_NAME ) ) ; } catch ( NullPointerException loc0 ) { return false ; } } |
7,875 | gets the shape of the ball at its current position . concode_field_sep int YSIZE concode_elem_sep double dy concode_elem_sep double dx concode_elem_sep int XSIZE concode_elem_sep double x concode_elem_sep double y concode_field_sep void move | Ellipse2D function ( ) { return new Ellipse2D . Double ( x , y , XSIZE , YSIZE ) ; } |
7,876 | gets the value of the arg0 property . concode_field_sep User arg0 concode_field_sep void setArg0 | User function ( ) { return arg0 ; } |
7,877 | returns the current animation time in milliseconds . this time should be used when invoking animation #setstarttime long . refer to android.os.systemclock for moreinformation about the different available clocks . the clock used by this method is not the `` wall '' clock it is not system #currenttimemillis . concode_fi... | long function ( ) { return SystemClock . uptimeMillis ( ) ; } |
7,878 | create an instance of entlistdata concode_field_sep QName _Company_QNAME concode_elem_sep QName _CompanyRequest_QNAME concode_elem_sep QName _CompanyResponse_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep DeleteRequest createDeleteRequest concode_elem_sep DeleteResponse createDeleteRespons... | EntListData function ( ) { return new EntListData ( ) ; } |
7,879 | sets the password to use for connecting to the database concode_field_sep int loginTimeout concode_elem_sep String sStartURL concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep C... | void function ( String arg0 ) { this . password = arg0 ; } |
7,880 | performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _systemEventLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
7,881 | return true if the line is empty , false otherwise . the line is empty if nothing has been written since the last newline , and indent has not been invoked . concode_field_sep int maxLineLength concode_elem_sep int endOffset concode_elem_sep char NEWLINE concode_elem_sep Document document concode_elem_sep ElementIterat... | boolean function ( ) { return lineLength == 0 && ! indented ; } |
7,882 | gets the value of the name property . concode_field_sep Long pPos concode_elem_sep Long pLen concode_elem_sep Object parent concode_elem_sep Boolean showAsCaption concode_elem_sep long field concode_elem_sep Long level concode_elem_sep Boolean showTip concode_elem_sep String name concode_elem_sep Long nameLen concode_e... | String function ( ) { return name ; } |
7,883 | rewrite the last-read packet on the wire to the given output stream . concode_field_sep boolean useDirectBuffers concode_elem_sep int MAX_PACKET_SIZE concode_elem_sep ByteBuffer curPacketBuf concode_elem_sep Log LOG concode_elem_sep ByteBuffer curChecksumSlice concode_elem_sep DirectBufferPool bufferPool concode_elem_s... | void function ( DataOutputStream arg0 ) { Preconditions . checkState ( ! useDirectBuffers , "srini_string" ) ; arg0 . write ( curPacketBuf . array ( ) , curPacketBuf . arrayOffset ( ) , curPacketBuf . remaining ( ) ) ; } |
7,884 | fills text . concode_field_sep GlyphProxy firstChild concode_elem_sep GlyphProxy lastChild concode_elem_sep float[] helperDashArray concode_elem_sep float x concode_elem_sep float y concode_elem_sep GlyphLayout prevSibling concode_elem_sep GlyphLayout nextSibling concode_elem_sep DocumentNode ownerDocument concode_elem... | void function ( final RenderGraphics arg0 , final Transform arg1 ) { GlyphProxy loc0 = firstChild ; while ( loc0 != null ) { ownerDocument . paintGlyphTxf . setTransform ( arg1 ) ; loc0 . applyTransform ( ownerDocument . paintGlyphTxf ) ; arg0 . setTransform ( ownerDocument . paintGlyphTxf ) ; if ( loc0 . proxied . d !... |
7,885 | adds a new key to the priority queue . concode_field_sep Key[] pq concode_elem_sep Comparator<Key> comparator concode_elem_sep MinPQ<Key> copy concode_elem_sep int N concode_field_sep Key next concode_elem_sep Key delMin concode_elem_sep boolean isMinHeap concode_elem_sep boolean isMinHeap concode_elem_sep void sink co... | void function ( Key arg0 ) { if ( N == pq . length - 1 ) resize ( 2 * pq . length ) ; pq [ ++ N ] = arg0 ; swim ( N ) ; assert isMinHeap ( ) ; } |
7,886 | asks current provider to drop the data #getdata returned last time and advance to the next data with thesmallest dataprovider #getsortingkey sorting key . concode_field_sep DataProvider<? extends Comparable<?>,?>[] myProviders concode_field_sep int compare concode_elem_sep boolean hasData concode_elem_sep void sort con... | boolean function ( ) { if ( ! hasData ( ) ) { return false ; } DataProvider < ? , ? > loc0 = myProviders [ 0 ] ; if ( ! loc0 . next ( ) ) { myProviders [ 0 ] = null ; } if ( hasData ( ) ) { sort ( ) ; return true ; } return false ; } |
7,887 | rolls back and releases the active connection . concode_field_sep JDBCConnectionPool connectionPool concode_elem_sep Connection activeConnection concode_field_sep Connection getConnection concode_elem_sep void releaseConnection concode_elem_sep void releaseConnection concode_elem_sep boolean isInTransaction concode_ele... | void function ( ) { if ( ! isInTransaction ( ) ) { throw new SQLException ( "srini_string" ) ; } activeConnection . rollback ( ) ; connectionPool . releaseConnection ( activeConnection ) ; activeConnection = null ; } |
7,888 | executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c... | boolean function ( String arg0 , CordovaArgs arg1 , CallbackContext arg2 ) { return false ; } |
7,889 | make an instance managed and persistent . concode_field_sep Provider<EntityManager> entityManagerProvider concode_field_sep List<ArtifactEntity> findByForeignKeys concode_elem_sep ArtifactEntity merge concode_elem_sep List<ArtifactEntity> findByName concode_elem_sep void refresh concode_elem_sep ArtifactEntity findByNa... | void function ( ArtifactEntity arg0 ) { entityManagerProvider . get ( ) . persist ( arg0 ) ; } |
7,890 | limits the number of rows returned by the query . datasupport.limit 2 . find person.class ; this will find the top 2 rows in person table . concode_field_sep String[] mConditions concode_elem_sep String mOffset concode_elem_sep String[] mColumns concode_elem_sep String mOrderBy concode_elem_sep String mLimit concode_fi... | ClusterQuery function ( int arg0 ) { mLimit = String . valueOf ( arg0 ) ; return this ; } |
7,891 | returns snapshot processing time concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long pr... | long function ( ) { return this . time ; } |
7,892 | start dispatching item changed events to presenters . this method will call onitemchanged if any menu operations were queued . concode_field_sep int SHOW_AS_ACTION_NEVER concode_elem_sep boolean mShouldDispatchChanges concode_elem_sep int SECONDARY_ACTION_BAR_HISTORY_SIZE concode_elem_sep int QUICK_SHARE_ACTION_BAR_HIS... | void function ( ) { if ( mDidChange ) { mMenu . onItemChanged ( this ) ; } mShouldDispatchChanges = true ; } |
7,893 | information about the snapshot . returns a reference to this object so that method calls can be chained together . concode_field_sep Snapshot snapshot concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateSnapshotResult clone concode_elem_sep String toString concode_elem_sep void setSnap... | CreateSnapshotResult function ( Snapshot arg0 ) { this . snapshot = arg0 ; return this ; } |
7,894 | sets the value of the city property . concode_field_sep String country concode_elem_sep List<String> postalAddress concode_elem_sep String stateOrProvince concode_elem_sep String city concode_elem_sep String postalCode concode_elem_sep String locality concode_field_sep void setCountry concode_elem_sep String getCountry... | void function ( String arg0 ) { this . city = arg0 ; } |
7,895 | gets the replacement string for unicode characters , that is not allowed in xml 1.0 concode_field_sep ContextURL contextURL concode_elem_sep ExpandOption expand concode_elem_sep SelectOption select concode_elem_sep String xml10InvalidCharReplacement concode_elem_sep boolean writeOnlyReferences concode_elem_sep EntitySe... | String function ( ) { return xml10InvalidCharReplacement ; } |
7,896 | constructs a string with all attributes in name = value format . concode_field_sep long serialVersionUID concode_elem_sep int intField concode_field_sep int getIntField concode_elem_sep void setIntField | String function ( ) { final String loc0 = "srini_string" ; StringBuilder loc1 = new StringBuilder ( ) ; loc1 . append ( "srini_string" ) . append ( "srini_string" ) . append ( intField ) . append ( loc0 ) . append ( "srini_string" ) ; return loc1 . toString ( ) ; } |
7,897 | get taskscheduler for imagehosttohostservice service uri . concode_field_sep String TRIGGER_SERVICE_SUFFIX concode_elem_sep String IMAGE_TRANSFER_SCHEDULER_SERVICE concode_elem_sep Logger logger concode_elem_sep PhotonControllerXenonHost photonControllerXenonHost concode_elem_sep TaskStateBuilder[] TASK_TRIGGERS concod... | String function ( ) { return IMAGE_TRANSFER_SCHEDULER_SERVICE ; } |
7,898 | searches for class name match in a stacktraceelement . concode_field_sep StackTraceElement[] stack concode_field_sep ControlFlow createControlFlow concode_elem_sep String toString concode_elem_sep boolean underToken | boolean function ( Class < ? > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; String loc0 = arg0 . getName ( ) ; for ( int loc1 = 0 ; loc1 < stack . length ; loc1 ++ ) { if ( this . stack [ loc1 ] . getClassName ( ) . equals ( loc0 ) ) { return true ; } } return false ; } |
7,899 | gets the block to which this insn instance belongs . concode_field_sep RegisterSpec result concode_elem_sep SsaBasicBlock block concode_field_sep boolean canThrow concode_elem_sep boolean isMoveException concode_elem_sep Insn toRopInsn concode_elem_sep void mapSourceRegisters concode_elem_sep void setResult concode_ele... | SsaBasicBlock function ( ) { return block ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.