idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
23,300 | sets the main class . if there is already a main class it is overwritten . calling #configure inputstream after calling this method does not require a main class definition inside the stream . concode_field_sep String MATCH_ALL concode_elem_sep String LOAD_PREFIX concode_elem_sep String ALL_WILDCARD concode_elem_sep bo... | void function ( String arg0 ) { main = arg0 ; requireMain = false ; } |
23,301 | returns the start date/time in milliseconds . concode_field_sep long serialVersionUID concode_elem_sep long start concode_elem_sep long end concode_field_sep Date getStart concode_elem_sep long getEndMillis concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem_sep Dat... | long function ( ) { return this . start ; } |
23,302 | returns a buffer to the pool , throwing away old buffers if the pool would exceed its allotted size . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_elem_sep int mSizeLimit concode... | void function ( byte [ ] arg0 ) { if ( arg0 == null || arg0 . length > mSizeLimit ) { return ; } mBuffersByLastUse . add ( arg0 ) ; int loc0 = Collections . binarySearch ( mBuffersBySize , arg0 , BUF_COMPARATOR ) ; if ( loc0 < 0 ) { loc0 = - loc0 - 1 ; } mBuffersBySize . add ( loc0 , arg0 ) ; mCurrentSize += arg0 . len... |
23,303 | obtain the cumulative cpu time since the system is on . concode_field_sep BigInteger cumulativeCpuTime concode_elem_sep float cpuUsage concode_elem_sep long lastSampleTime concode_elem_sep int UNAVAILABLE concode_elem_sep BigInteger jiffyLengthInMillis concode_elem_sep long minimumTimeInterval concode_elem_sep BigInteg... | long function ( ) { return cumulativeCpuTime . longValue ( ) ; } |
23,304 | set the lowest value for the key in the map . concode_field_sep COSDictionary node concode_elem_sep Class<? extends COSObjectable> valueType concode_field_sep Object getValue concode_elem_sep List<PDNumberTreeNode> getKids concode_elem_sep Integer getLowerLimit concode_elem_sep void setKids concode_elem_sep void setUpp... | void function ( Integer arg0 ) { COSArray loc0 = ( COSArray ) node . getDictionaryObject ( COSName . LIMITS ) ; if ( loc0 == null ) { loc0 = new COSArray ( ) ; loc0 . add ( null ) ; loc0 . add ( null ) ; node . setItem ( COSName . LIMITS , loc0 ) ; } if ( arg0 != null ) { loc0 . setInt ( 0 , arg0 ) ; } else { loc0 . se... |
23,305 | sets the primary key of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpan... | void function ( long arg0 ) { _wsrpConsumerPortlet . setPrimaryKey ( arg0 ) ; } |
23,306 | gets whether to apply the time zone difference when interpreting dates . when true , the current time is applied on the parsed date , and the date will be corrected for the time zone difference between the server and the client . for instance , if i 'm in seattle and the server i 'm working on is in amsterdam , the ser... | boolean function ( ) { return applyTimeZoneDifference ; } |
23,307 | push a frame for visible namespace . for inclusive rendering . concode_field_sep boolean rendered concode_elem_sep boolean cloned concode_elem_sep String XMLNS concode_elem_sep List<SymbMap> level concode_elem_sep String prefix concode_elem_sep String[] keys concode_elem_sep SymbMap initialMap concode_elem_sep String l... | void function ( ) { push ( ) ; } |
23,308 | gets the value of the cancellationreason property . concode_field_sep XMLGregorianCalendar timeStamp concode_elem_sep String processedByLogon concode_elem_sep String cancellationReason concode_elem_sep BigInteger historyId concode_elem_sep String processDescription concode_elem_sep long serialVersionUID concode_elem_se... | String function ( ) { return cancellationReason ; } |
23,309 | called when the operating system has determined that it is a good time for a process to trim unneeded memory from its process . see http://developer.android.com/reference/android/content/componentcallbacks2.html for the level explanation . concode_field_sep Activity mainActivity concode_elem_sep Context mainContext con... | void function ( int arg0 ) { } |
23,310 | set whether or not to force 0 to be shown on this axis . concode_field_sep Boolean sortMergedLabels concode_elem_sep Boolean forceTickAt0 concode_elem_sep Object max concode_elem_sep String[] ticks concode_elem_sep Boolean show concode_elem_sep String label concode_elem_sep Boolean autoscale concode_elem_sep AxisType t... | void function ( Boolean arg0 ) { this . forceTickAt0 = arg0 ; } |
23,311 | returns this vehicle 's width . concode_field_sep double accScale concode_elem_sep double tscale concode_elem_sep double xScale concode_elem_sep Vehicle me concode_elem_sep double rhoScale concode_elem_sep double vScale concode_field_sep double getRearPosition concode_elem_sep double getAcc concode_elem_sep double getR... | double function ( ) { return me . getWidth ( ) ; } |
23,312 | this method resets the incoming events time events included . concode_field_sep boolean c concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep boolean h concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector conc... | void function ( ) { sCInterface . clearEvents ( ) ; } |
23,313 | adss an available options to the question that the user has in order to answer the question . concode_field_sep String TYPE_TEXT_MULTI concode_elem_sep boolean required concode_elem_sep String TYPE_TEXT_PRIVATE concode_elem_sep List<String> values concode_elem_sep String TYPE_LIST_MULTI concode_elem_sep List<Option> op... | void function ( Option arg0 ) { synchronized ( options ) { options . add ( arg0 ) ; } } |
23,314 | returns a lock info bean for a resource locked by another user . concode_field_sep State m_state concode_elem_sep String m_exceptionMessage concode_elem_sep String m_user concode_field_sep State getState concode_elem_sep CmsLockInfo forChangedResource concode_elem_sep String getUser concode_elem_sep CmsLockInfo forSucc... | CmsLockInfo function ( String arg0 ) { return new CmsLockInfo ( State . locked , arg0 , null ) ; } |
23,315 | the pem-encoded public key of the client certificate , that can be used to configure certificate authentication in the integration endpoint . concode_field_sep java.util.Date createdDate concode_elem_sep String clientCertificateId concode_elem_sep String description concode_elem_sep String pemEncodedCertificate concode... | String function ( ) { return this . pemEncodedCertificate ; } |
23,316 | add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concod... | void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; } |
23,317 | gets number of last item concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getCount | int function ( ) { return getFirst ( ) + getCount ( ) - 1 ; } |
23,318 | gets the value of the delegationinstant property . concode_field_sep NameIDType nameID concode_elem_sep XMLGregorianCalendar delegationInstant concode_field_sep void setNameID concode_elem_sep void setDelegationInstant concode_elem_sep NameIDType getNameID | XMLGregorianCalendar function ( ) { return delegationInstant ; } |
23,319 | returns an iproject for the configured target project . the iproject is returned even if the project does not exist yet . concode_field_sep PlaceHolder placeHolder concode_field_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfig... | IProject function ( GeneratorEntry arg0 ) { FeatureConfiguration loc0 = getOutletFeatureConfiguration ( arg0 ) ; String loc1 = loc0 . getParameterValue ( OUTLET_FEATURE_TARGET_PROJECT ) . getStringValue ( ) ; IProject loc2 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getProject ( loc1 ) ; return loc2 ; } |
23,320 | return the maximum line length . concode_field_sep int maxLineLength concode_elem_sep int endOffset concode_elem_sep char NEWLINE concode_elem_sep Document document concode_elem_sep ElementIterator iter concode_elem_sep boolean canWrapLines concode_elem_sep char[] lineSeparatorChars concode_elem_sep int lineLength conc... | int function ( ) { return maxLineLength ; } |
23,321 | gets the previous item in this list . concode_field_sep Item next concode_elem_sep Item parent concode_elem_sep ItemContents contents concode_elem_sep Relation ownerRelation concode_elem_sep Item prev concode_elem_sep Item daughter concode_field_sep Item getParent concode_elem_sep Utterance getUtterance concode_elem_se... | Item function ( ) { return prev ; } |
23,322 | given a file name , reads in those trees and returns them as list with labels attached as predictions concode_field_sep Predicate<Tree> UNKNOWN_ROOT_FILTER concode_field_sep void attachLabels concode_elem_sep List<Tree> filterUnknownRoots concode_elem_sep List<Tree> readTreesWithGoldLabels concode_elem_sep List<Tree> r... | List < Tree > function ( String arg0 ) { return readTreesWithLabels ( arg0 , RNNCoreAnnotations . PredictedClass . class ) ; } |
23,323 | sets the type . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type concode_elem_sep Object pre... | void function ( HmValueType arg0 ) { this . type = arg0 ; } |
23,324 | adds an im address . concode_field_sep List<String> mobilePhones concode_elem_sep String GOOGLETALK_PROTOCOL concode_elem_sep String ICQ_PROTOCOL concode_elem_sep String YAHOO_PROTOCOL concode_elem_sep List<String> homeMails concode_elem_sep List<String> workPhones concode_elem_sep Map<String,IMProtocol> imAddresses co... | void function ( String arg0 , IMProtocol arg1 ) { imAddresses . put ( arg0 , arg1 ) ; } |
23,325 | determine whether the progress bar is active . concode_field_sep OutputProgress progressBar concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_elem_sep OutputProgressRenderBean outputBean concode_elem_sep RenderManager renderManager concode_elem_sep boolean disableStartButton concode_elem_... | boolean function ( ) { return disableStartButton ; } |
23,326 | the token handler can compare this object with the object previously given for this line to see if the token type at the end of the line has changed meaning subsequent lines might need to be retokenized . concode_field_sep Token lastToken concode_elem_sep TokenMarker.LineContext lineContext concode_elem_sep Token first... | TokenMarker . LineContext function ( ) { return lineContext ; } |
23,327 | remove listener . concode_field_sep Listener sync concode_elem_sep Combo size concode_elem_sep double width concode_elem_sep Combo name concode_elem_sep SelectionListener listener concode_elem_sep String type concode_elem_sep boolean enabled concode_elem_sep Button on concode_field_sep Graphic getGraphic concode_elem_s... | void function ( SelectionListener arg0 ) { if ( this . listener == arg0 ) this . listener = null ; } |
23,328 | gets the value of the name property . concode_field_sep String name concode_elem_sep Integer type concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep Integer getType concode_elem_sep void setValue concode_elem_sep String toString concode_elem_sep void setType | String function ( ) { return name ; } |
23,329 | the version of the http request . concode_field_sep Server server concode_elem_sep String method concode_elem_sep IHttpResponse response concode_elem_sep Map<String,String> header concode_elem_sep char[] body concode_elem_sep String uri concode_elem_sep String version concode_elem_sep OutputStream out concode_field_sep... | String function ( ) { return version ; } |
23,330 | set whether or not the mbeanserverfactorybean should attemptto locate a running mbeanserver before creating one.default is false . concode_field_sep MBeanServer server concode_elem_sep String agentId concode_elem_sep boolean locateExistingServerIfPossible concode_elem_sep Log logger concode_elem_sep boolean registerWit... | void function ( boolean arg0 ) { this . locateExistingServerIfPossible = arg0 ; } |
23,331 | set position of object in box2d units concode_field_sep int itemID concode_elem_sep float width concode_elem_sep Body body concode_elem_sep boolean remove concode_elem_sep float height concode_field_sep GameObject setSpeed concode_elem_sep float getHeight concode_elem_sep float getX concode_elem_sep int getItemID conco... | GameObject function ( float arg0 , float arg1 ) { body . setTransform ( arg0 , arg1 , 0f ) ; return this ; } |
23,332 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String code concode_elem_sep String message concode_field_sep SpotInstanceStateFault withCode concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep SpotInstanceSta... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCode ( ) != null ) loc0 . append ( "srini_string" + getCode ( ) + "srini_string" ) ; if ( getMessage ( ) != null ) loc0 . append ( "srini_string" + getMessage ( ) ) ; loc0 . append ( "srini_string" ) ; return l... |
23,333 | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } |
23,334 | get realm-level roles that are available to attach to this client 's scope concode_field_sep ScopeContainerModel scopeContainer concode_elem_sep RealmAuth auth concode_elem_sep KeycloakSession session concode_elem_sep RealmModel realm concode_elem_sep AdminEventBuilder adminEvent concode_field_sep void addRealmScopeMap... | List < RoleRepresentation > function ( ) { auth . requireView ( ) ; Set < RoleModel > loc0 = realm . getRoles ( ) ; return getAvailable ( scopeContainer , loc0 ) ; } |
23,335 | sets the spring bean id for this bean . concode_field_sep SCLicenseLocalService _scLicenseLocalService concode_field_sep void setWrappedService concode_elem_sep int getSCLicensesCount concode_elem_sep com.liferay.portlet.softwarecatalog.model.SCLicense fetchSCLicense concode_elem_sep com.liferay.portlet.softwarecatalog... | void function ( java . lang . String arg0 ) { _scLicenseLocalService . setBeanIdentifier ( arg0 ) ; } |
23,336 | method to create required json payload as a string according to the required optional parameters concode_field_sep Log log concode_field_sep int sendRequestToRetrieveHeaders concode_elem_sep Properties getConnectorConfigProperties concode_elem_sep void uploadConnector concode_elem_sep JSONObject sendRequest concode_ele... | String function ( String arg0 , String [ ] arg1 ) { JSONObject loc0 = new JSONObject ( arg0 ) ; for ( String loc1 : arg1 ) { loc0 . remove ( loc1 ) ; } return loc0 . toString ( ) ; } |
23,337 | add a string argument represented by the format string to the command . the inputs will be resolved and used to format the format string when this argument isadded to the command . concode_field_sep ImmutableList<Arg> args concode_elem_sep ImmutableSortedSet.Builder<BuildRule> extraDeps concode_elem_sep ImmutableMap<St... | Builder function ( String arg0 , SourcePath ... arg1 ) { args . add ( new Arg ( arg0 , ImmutableList . copyOf ( arg1 ) ) ) ; return this ; } |
23,338 | the change batches within the given hosted zone and time period . concode_field_sep Boolean isTruncated concode_elem_sep String maxItems concode_elem_sep String nextMarker concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<ChangeBatchRecord> changeBatchRecords concode_field_sep Boole... | ListChangeBatchesByRRSetResult function ( java . util . Collection < ChangeBatchRecord > arg0 ) { setChangeBatchRecords ( arg0 ) ; return this ; } |
23,339 | current ssa form requires each move-exception block to have a unique predecessor concode_field_sep PlaceHolder placeHolder concode_field_sep void infiniteLoop concode_elem_sep void voidFunction | void function ( ) { try { hashCode ( ) ; hashCode ( ) ; } catch ( Throwable loc0 ) { } } |
23,340 | property ` num ' concode_field_sep String str concode_elem_sep String name concode_elem_sep String requ concode_elem_sep int num concode_field_sep void setName concode_elem_sep String getStr concode_elem_sep String getName concode_elem_sep String getRequest concode_elem_sep void setNum concode_elem_sep void setStr | int function ( ) { return num ; } |
23,341 | look up an attribute 's type by namespace name . concode_field_sep NamedNodeMap m_attrs concode_elem_sep int m_lastIndex concode_elem_sep DOMHelper m_dh concode_field_sep String getValue concode_elem_sep String getValue concode_elem_sep String getValue concode_elem_sep String getLocalName concode_elem_sep int getIndex ... | String function ( String arg0 , String arg1 ) { return "srini_string" ; } |
23,342 | defines the position of this module in the global list of all known modules . concode_field_sep Log LOGGER concode_elem_sep int position concode_elem_sep PackageState state concode_elem_sep ArrayList dependSubsystems concode_field_sep ArrayList getDependSubsystems concode_elem_sep void setDependSubsystems concode_elem_... | void function ( final int arg0 ) { this . position = arg0 ; } |
23,343 | sets the city . concode_field_sep String streetName concode_elem_sep int streetNumber concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String description concode_elem_sep Locale locale concode_field_sep String getCountryCode concode_elem_sep void setDescription concode_elem_sep void set... | void function ( String arg0 ) { this . city = arg0 ; } |
23,344 | returns the generic weapon image icon - default icon if weapon image is invalid or not set . concode_field_sep ImageIcon emptyCrossboxIcon concode_elem_sep ImageIcon cameraIcon concode_elem_sep String imagePath concode_elem_sep ImageIcon[][] typedAndSizedIcons concode_elem_sep Cursor[][] typedAndSizedCursors concode_el... | ImageIcon function ( ) { return genericWeaponIcon ; } |
23,345 | sets the value of the rval property . concode_field_sep CompanyPage rval concode_field_sep CompanyPage getRval | void function ( CompanyPage arg0 ) { this . rval = arg0 ; } |
23,346 | sets the g value of the tristimulus . concode_field_sep COSArray values concode_field_sep float getG concode_elem_sep void setR concode_elem_sep void setB concode_elem_sep COSBase getCOSObject concode_elem_sep float getR concode_elem_sep float getB concode_elem_sep COSArray getCOSArray | void function ( float arg0 ) { values . set ( 1 , new COSFloat ( arg0 ) ) ; } |
23,347 | returns the amount of memory committed for use by this memory pool in bytes . this amount is guaranteed to be available , unlike the maximum . concode_field_sep long init concode_elem_sep long committed concode_elem_sep long maximum concode_elem_sep long used concode_field_sep long getUsed concode_elem_sep long getInit... | long function ( ) { return committed ; } |
23,348 | set parent . concode_field_sep Scriptable parent concode_elem_sep int dim concode_elem_sep List<Object> list concode_elem_sep Scriptable prototype concode_field_sep Scriptable getPrototype concode_elem_sep void setPrototype concode_elem_sep boolean hasInstance concode_elem_sep Object get concode_elem_sep Object get con... | void function ( Scriptable arg0 ) { this . parent = arg0 ; } |
23,349 | set the lastupdated time milliseconds since midnight , january 1 , 1970 utc concode_field_sep long lastUpdated concode_elem_sep String name concode_elem_sep long id concode_elem_sep String contentType concode_elem_sep String uuid concode_elem_sep String token concode_field_sep void setName concode_elem_sep void setUiid... | void function ( long arg0 ) { this . lastUpdated = arg0 ; } |
23,350 | converts this huestate to a hsbtype concode_field_sep String alert concode_elem_sep String effect concode_elem_sep int ct concode_elem_sep boolean reachable concode_elem_sep String colormode concode_elem_sep short bri concode_elem_sep double[] xy concode_elem_sep int hue concode_elem_sep short sat concode_elem_sep bool... | HSBType function ( ) { int loc0 = 0 ; if ( this . on || this . bri > 0 ) { loc0 = this . bri < 1 ? 100 : ( int ) ( this . bri / 255.0 * 100 ) ; } return new HSBType ( new DecimalType ( this . hue ) , new PercentType ( this . sat ) , new PercentType ( loc0 ) ) ; } |
23,351 | gets the value of the extendedmetaclass 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 extendedmetaclass property . for example , to ad... | List < MetaclassType > function ( ) { if ( extendedMetaclass == null ) { extendedMetaclass = new ArrayList < MetaclassType > ( ) ; } return this . extendedMetaclass ; } |
23,352 | create a jmx objectname concode_field_sep Object LOCK concode_elem_sep String MBEAN_NAME_SEPARATOR concode_elem_sep Logger logger concode_field_sep ModelMBean createModelMBean concode_elem_sep void unregisterMbean concode_elem_sep void unregisterMbean concode_elem_sep MBeanParameterInfo[] extractParameterInfo concode_e... | ObjectName function ( String arg0 , String arg1 ) { try { return new ObjectName ( arg0 + "srini_string" + arg1 ) ; } catch ( MalformedObjectNameException loc0 ) { throw new VoldemortException ( loc0 ) ; } } |
23,353 | returns the resource in this list that 's colliding with the given resource list . concode_field_sep Set<Resource> all concode_elem_sep Map<Resource,Integer> write concode_elem_sep Logger LOGGER concode_elem_sep Integer MAX_INT concode_elem_sep ResourceList EMPTY concode_field_sep boolean isCollidingWith concode_elem_s... | Resource function ( ResourceList arg0 ) { Resource loc0 = _getConflict ( this , arg0 ) ; if ( loc0 != null ) return loc0 ; return _getConflict ( arg0 , this ) ; } |
23,354 | sets a custom logging level to be used for spring boot and related libraries . concode_field_sep String CONFIG_PROPERTY concode_elem_sep String LOG_PATH concode_elem_sep Log logger concode_elem_sep int order concode_elem_sep String REGISTER_SHUTDOWN_HOOK_PROPERTY concode_elem_sep Class<?>[] EVENT_TYPES concode_elem_sep... | void function ( LogLevel arg0 ) { this . springBootLogging = arg0 ; } |
23,355 | set user credententials for this proxy and the current thread . the given username and password will be applied to all subsequent createconnection calls on this connectionfactory proxy.this will override any statically specified user credentials , that is , values of the `` username '' and `` password '' bean propertie... | void function ( String arg0 , String arg1 ) { this . threadBoundCredentials . set ( new JmsUserCredentials ( arg0 , arg1 ) ) ; } |
23,356 | 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" ) ; } |
23,357 | throws a beandefinitionparsingexception detailing the errorthat has occurred . concode_field_sep Log logger concode_field_sep void setLogger concode_elem_sep void warning concode_elem_sep void fatal | void function ( Problem arg0 ) { throw new BeanDefinitionParsingException ( arg0 ) ; } |
23,358 | closes the log concode_field_sep int verbose_level concode_elem_sep long MAX_SIZE concode_elem_sep long counter concode_elem_sep String log_tag concode_elem_sep PrintStream out_stream concode_elem_sep boolean do_log concode_elem_sep long max_size concode_elem_sep int tag_size concode_field_sep void init concode_elem_se... | void function ( ) { do_log = false ; out_stream . close ( ) ; } |
23,359 | internal : in event abc : integer in event event1 operation foo operation myopp1 : integer var myint : integer var mybool : boolean var myreal : real var mystring : string concode_field_sep ILinker linker concode_elem_sep IParser parser concode_elem_sep Provider<XtextResource> resourceProvider concode_field_sep Scope i... | Scope function ( ) { return createInternalScope ( "srini_string" ) ; } |
23,360 | gets the current sfsb invocation off the invocation call stack concode_field_sep ThreadLocal<SFSBCallStackThreadData> CURRENT concode_elem_sep Map<String,ExtendedEntityManager> creationTimeXPCRegistration concode_elem_sep int creationBeanNestingLevel concode_elem_sep ArrayList<Map<String,ExtendedEntityManager>> invocat... | Map < String , ExtendedEntityManager > function ( ) { ArrayList < Map < String , ExtendedEntityManager >> loc0 = currentSFSBCallStack ( ) ; Map < String , ExtendedEntityManager > loc1 = null ; if ( loc0 != null ) { loc1 = loc0 . get ( loc0 . size ( ) - 1 ) ; } return loc1 ; } |
23,361 | called when the user clicks cancel . concode_field_sep ComboBox<String> categoryField concode_elem_sep TextField distributionKindField concode_elem_sep Item item concode_elem_sep Stage dialogStage concode_elem_sep TextField useField concode_elem_sep boolean okClicked concode_elem_sep TextField dateField concode_elem_se... | void function ( ) { dialogStage . close ( ) ; } |
23,362 | gets the value of the rval property . concode_field_sep ProposalPage rval concode_field_sep void setRval | ProposalPage function ( ) { return rval ; } |
23,363 | end an object . this method most be called to balance calls to object . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concod... | JSONWriter function ( ) { return this . end ( 'k' , '}' ) ; } |
23,364 | set the log writer for this managedconnectionfactory instance . concode_field_sep long serialVersionUID concode_elem_sep String cfProperty concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setCfProperty concode_el... | void function ( PrintWriter arg0 ) { logwriter = arg0 ; } |
23,365 | gets the set of students for this course . concode_field_sep String courseName concode_elem_sep String description concode_elem_sep long courseId concode_elem_sep Set<Student> students concode_field_sep void setCourseName concode_elem_sep void setCourseId concode_elem_sep String clear concode_elem_sep long getCourseId ... | Set function ( ) { return students ; } |
23,366 | sets the value of the stream property . concode_field_sep DataHandler stream concode_elem_sep List<Property> property concode_elem_sep MIMETypedStream.Header header concode_elem_sep String mimeType concode_field_sep void setMIMEType concode_elem_sep List<Property> getProperty concode_elem_sep DataHandler getStream conc... | void function ( DataHandler arg0 ) { this . stream = arg0 ; } |
23,367 | sets the number of parsed revisions . concode_field_sep long encodedSQLSize concode_elem_sep String articleName concode_elem_sep int diffPartCounter concode_elem_sep int readRevisionCounter concode_elem_sep long processingTimeDiff concode_elem_sep int articleId concode_elem_sep long enteringTime concode_elem_sep long e... | void function ( final int arg0 ) { this . readRevisionCounter = arg0 ; } |
23,368 | gets the custom text of the skip button or null if not specified or too long . concode_field_sep int MAX_CTA_TEXT_LENGTH concode_elem_sep String ERROR concode_elem_sep String MP_IMPRESSION_TRACKER concode_elem_sep String CUSTOM_SKIP_TEXT concode_elem_sep String ROOT_TAG_OPEN concode_elem_sep String CUSTOM_CTA_TEXT conc... | String function ( ) { String loc0 = XmlUtils . getFirstMatchingStringData ( mVastDoc , CUSTOM_SKIP_TEXT ) ; if ( loc0 != null && loc0 . length ( ) <= MAX_SKIP_TEXT_LENGTH ) { return loc0 ; } return null ; } |
23,369 | the status of the signing certificate . active means the key is valid for api calls , while inactive means it is not . concode_field_sep java.util.Date uploadDate concode_elem_sep String certificateId concode_elem_sep String userName concode_elem_sep String certificateBody concode_elem_sep String status concode_field_s... | SigningCertificate function ( String arg0 ) { setStatus ( arg0 ) ; return this ; } |
23,370 | adds a document score modifier for the query . concode_field_sep Query query concode_elem_sep ArrayList modifiers concode_elem_sep double weight concode_elem_sep TermScoreModifier[] tmpTSM concode_elem_sep DocumentScoreModifier[] tmpDSM concode_elem_sep HashMap termProperties concode_elem_sep ArrayList docScoreModifier... | void function ( DocumentScoreModifier arg0 ) { docScoreModifiers . add ( arg0 ) ; } |
23,371 | set the maximum reconnect delay . concode_field_sep long maxReconnectDelay concode_elem_sep int readBufSize concode_elem_sep long opTimeout concode_elem_sep AuthDescriptor authDescriptor concode_elem_sep int timeoutExceptionThreshold concode_elem_sep long authWaitTime concode_elem_sep OperationQueueFactory writeQueueFa... | ConnectionFactoryBuilder function ( long arg0 ) { assert arg0 > 0 : "srini_string" ; maxReconnectDelay = arg0 ; return this ; } |
23,372 | enlarge this byte vector so that it can receive n more bytes . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector encodeUTF8 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_sep ByteVector putUTF8 concode_elem_sep B... | void function ( final int arg0 ) { int loc0 = 2 * data . length ; int loc1 = length + arg0 ; byte [ ] loc2 = new byte [ loc0 > loc1 ? loc0 : loc1 ] ; System . arraycopy ( data , 0 , loc2 , 0 , length ) ; data = loc2 ; } |
23,373 | removes an already registered connection event listener from the managedconnection instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_fie... | void function ( ConnectionEventListener arg0 ) { log . trace ( "srini_string" ) ; if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } listeners . remove ( arg0 ) ; } |
23,374 | returns true if any of the aggregators has a variable size concode_field_sep int distinctCount concode_elem_sep int[] variableSizeAggregators concode_elem_sep int aggregatorsFixedSize concode_elem_sep VectorAggregationBufferRow[] distinctAggregationBuffers concode_elem_sep VectorAggregationBufferRow[] aggregationBuffer... | boolean function ( ) { return variableSizeAggregators . length > 0 ; } |
23,375 | set the values in this vector concode_field_sep float x concode_elem_sep float y concode_elem_sep long serialVersionUID concode_field_sep Vector2f add concode_elem_sep Vector2f add concode_elem_sep Vector2f getNormal concode_elem_sep Vector2f sub concode_elem_sep Vector2f sub concode_elem_sep Vector2f negateLocal conco... | Vector2f function ( float [ ] arg0 ) { return set ( arg0 [ 0 ] , arg0 [ 1 ] ) ; } |
23,376 | returns the parent view of a tree node from the parent view annotation . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren... | View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; } |
23,377 | the constructor for a simplified gatk report . simplified gatk report are designed for reports that do not need the advanced functionality of a full gatk report . a simple gatk report consists of : - a single table - no primary key it is hidden optional : - only untyped columns . as long as the data is an object , it w... | GATKReport function ( final String arg0 , GATKReportTable . Sorting arg1 , final String ... arg2 ) { return newSimpleReportWithDescription ( arg0 , "srini_string" , arg1 , arg2 ) ; } |
23,378 | get a list of the table column names . concode_field_sep String catalogName concode_elem_sep boolean generatedKeyColumnsUsed concode_elem_sep Log logger concode_elem_sep NativeJdbcExtractor nativeJdbcExtractor concode_elem_sep boolean accessTableColumnMetaData concode_elem_sep boolean overrideIncludeSynonymsDefault con... | List < String > function ( ) { return this . tableColumns ; } |
23,379 | returns the number of rows matching the dynamic query . concode_field_sep FeedLocalService _service concode_field_sep com.liferay.twitter.model.Feed fetchFeed concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery co... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } |
23,380 | 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 . getNumberOfPes ( getHostList ( ) ) ; } |
23,381 | position the stream so that a valid operation can be read from it with readop . this method can be used to skip over corrupted sections of edit logs . concode_field_sep FSEditLogOp cachedOp concode_field_sep int getVersion concode_elem_sep boolean isLocalLog concode_elem_sep long getFirstTxId concode_elem_sep String ge... | void function ( ) { if ( cachedOp != null ) { return ; } cachedOp = nextValidOp ( ) ; } |
23,382 | runs a testcase . concode_field_sep List<TestFailure> fErrors concode_elem_sep List<TestFailure> fFailures concode_elem_sep List<TestListener> fListeners concode_elem_sep boolean fStop concode_elem_sep int fRunTests concode_field_sep void addError concode_elem_sep void startTest concode_elem_sep Enumeration<TestFailure... | void function ( final TestCase arg0 ) { startTest ( arg0 ) ; Protectable loc0 = new Protectable ( ) { public void protect ( ) throws Throwable { arg0 . runBare ( ) ; } } ; runProtected ( arg0 , loc0 ) ; endTest ( arg0 ) ; } |
23,383 | add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep S... | void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; } |
23,384 | spectrum - this might have been adjusted concode_field_sep Class THIS_CLASS concode_elem_sep double m_MaxIntensity concode_elem_sep ITheoreticalPeak[] m_Peaks concode_elem_sep ScoringSpectrum[] EMPTY_ARRAY concode_elem_sep int m_Charge concode_elem_sep double m_SumIntensity concode_elem_sep ITheoreticalSpectrumSet m_Sp... | ISpectrumPeak [ ] function ( ) { return m_Peaks ; } |
23,385 | gets the value of the columns 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 columns property . for example , to add a new item , do as... | List < Column > function ( ) { if ( columns == null ) { columns = new ArrayList < Column > ( ) ; } return this . columns ; } |
23,386 | retries task execution for activity with the given id . concode_field_sep TaskActivityService activityService concode_elem_sep TriggerHandler taskTriggerHandler concode_field_sep long getTaskActivityCount concode_elem_sep TaskActivityRecords getTaskActivities concode_elem_sep List<TaskActivity> getRecentActivities conc... | void function ( @ PathVariable Long arg0 ) { Thread loc0 = new Thread ( new Runnable ( ) { @ Override public void run ( ) { taskTriggerHandler . retryTask ( arg0 ) ; } } ) ; loc0 . start ( ) ; } |
23,387 | enables or disables the amp support on a given connection . before starting to send amp messages to a user , check that the user can handle xhtml messages . enable the amp support to indicate that this client handles xhtml messages . concode_field_sep PlaceHolder placeHolder concode_field_sep void connectionCreated con... | void function ( XMPPConnection arg0 , boolean arg1 ) { if ( isServiceEnabled ( arg0 ) == arg1 ) return ; if ( arg1 ) { ServiceDiscoveryManager . getInstanceFor ( arg0 ) . addFeature ( AMPExtension . NAMESPACE ) ; } else { ServiceDiscoveryManager . getInstanceFor ( arg0 ) . removeFeature ( AMPExtension . NAMESPACE ) ; }... |
23,388 | returns the energy constraint of this interval . concode_field_sep long serialVersionUID concode_elem_sep double costPerEnergyUnitLimit concode_elem_sep FlexOfferConstraint tariffConstraint concode_elem_sep FlexOfferConstraint energyConstraint concode_elem_sep long duration concode_field_sep void setDuration concode_el... | FlexOfferConstraint function ( ) { return energyConstraint ; } |
23,389 | the percentage of requests over the last 10 seconds that resulted in a 2xx 200 , 201 , etc. status code . concode_field_sep Integer status4xx concode_elem_sep Integer status5xx concode_elem_sep Integer status2xx concode_elem_sep Integer status3xx concode_field_sep Integer getStatus2xx concode_elem_sep Integer getStatus... | StatusCodes function ( Integer arg0 ) { setStatus2xx ( arg0 ) ; return this ; } |
23,390 | builds a cachedatadescriptionimpl from the mapping model of an entity class . concode_field_sep boolean versioned concode_elem_sep boolean mutable concode_elem_sep Comparator versionComparator concode_field_sep boolean isMutable concode_elem_sep boolean isVersioned concode_elem_sep Comparator getVersionComparator | CacheDataDescriptionImpl function ( PersistentClass arg0 ) { return new CacheDataDescriptionImpl ( arg0 . isMutable ( ) , arg0 . isVersioned ( ) , arg0 . isVersioned ( ) ? ( ( VersionType ) arg0 . getVersion ( ) . getType ( ) ) . getComparator ( ) : null ) ; } |
23,391 | writes the isofile without calculating the dcf hash as described in the oma dcf specification 5.3 . concode_field_sep IsoBufferWrapper originalIso concode_elem_sep BoxParser boxParser concode_elem_sep List<Box> boxes concode_field_sep List<Sample<? extends TrackMetaDataContainer>> getTrack concode_elem_sep String bytes... | void function ( IsoOutputStream arg0 ) { try { for ( Box loc0 : boxes ) { loc0 . getBox ( arg0 ) ; } } finally { arg0 . flush ( ) ; } } |
23,392 | returns gradient for this specific element , at specific position concode_field_sep boolean special concode_elem_sep boolean isLabel concode_elem_sep INDArray historicalGradient concode_elem_sep AdaGrad adaGrad concode_elem_sep long serialVersionUID concode_elem_sep int codeLength concode_elem_sep AtomicLong sequencesC... | double function ( int arg0 , double arg1 , double arg2 ) { if ( adaGrad == null ) adaGrad = new AdaGrad ( 1 , getCodeLength ( ) , arg2 ) ; return adaGrad . getGradient ( arg1 , arg0 , new int [ ] { 1 , getCodeLength ( ) } ) ; } |
23,393 | returns the height of the field number of cells in a column . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean validCoordinates concode_elem_sep int getNumberOfAliveNeighbours concode_elem_sep void setCellEntry concode_elem_sep int getWidth concode_elem_sep void validateCoordinates concode_elem_sep b... | int function ( ) { } |
23,394 | returns the value of ` body ' of an object of this class . concode_field_sep Long reference concode_elem_sep Set<Header> headers concode_elem_sep String method concode_elem_sep Long requestId concode_elem_sep String relativeUrl concode_elem_sep String body concode_field_sep void setMethod concode_elem_sep void setHeade... | String function ( ) { return this . body ; } |
23,395 | ensures that the given index is valid for an array , list or string of the given size . concode_field_sep PlaceHolder placeHolder concode_field_sep T checkNotNull concode_elem_sep T checkNotNull concode_elem_sep T checkNotNull concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep void check... | void function ( int arg0 , int arg1 ) { checkArgument ( arg1 >= 0 , "srini_string" ) ; if ( arg0 < 0 || arg0 >= arg1 ) { throw new IndexOutOfBoundsException ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } } |
23,396 | returns a string representation of a list of strings . each string contained in the collection will be separated by a ' / ' character . concode_field_sep Offer offer concode_elem_sep Workgroup workgroup concode_elem_sep Map<String,Request> requests concode_elem_sep Date creationTime concode_elem_sep Map<String,List<Str... | String function ( List < String > arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( Iterator < String > loc1 = arg0 . iterator ( ) ; loc1 . hasNext ( ) ; ) { loc0 . append ( loc1 . next ( ) ) ; if ( loc1 . hasNext ( ) ) { loc0 . append ( "srini_string" ) ; } } return loc0 . toString ( ) ; } |
23,397 | will make persistentcookiestore instance ignore cookies , which are non-persistent by signature ` cookie.ispersistent ` concode_field_sep String COOKIE_LOCAL_DOC_NAME concode_elem_sep WeakReference<Database> dbWeakRef concode_elem_sep boolean omitNonPersistentCookies concode_elem_sep ConcurrentHashMap<String,Cookie> co... | void function ( boolean arg0 ) { this . omitNonPersistentCookies = arg0 ; } |
23,398 | add initialization statements for the specified connection concode_field_sep HashMap<String,String> connStrings concode_elem_sep HashMap<String,Type> connTypes concode_elem_sep boolean info concode_elem_sep boolean trace concode_elem_sep HashMap<String,ArrayList<String>> preSql concode_elem_sep HashMap<String,ArrayList... | void function ( String arg0 , String arg1 ) { ArrayList < String > loc0 = new ArrayList < String > ( ) ; String [ ] loc1 = arg1 . split ( "srini_string" ) ; for ( String loc2 : loc1 ) { loc2 = loc2 . trim ( ) ; if ( ! loc2 . isEmpty ( ) ) { loc0 . add ( loc2 ) ; } } connInits . put ( arg0 , loc0 ) ; } |
23,399 | gets related service documents names . concode_field_sep Map<String,URI> relatedServiceDocuments concode_elem_sep Map<String,URI> singletons concode_elem_sep Map<String,URI> functionImports concode_elem_sep Map<String,URI> entitySets concode_field_sep URI getRelatedServiceDocumentURI concode_elem_sep Collection<String>... | Collection < String > function ( ) { return relatedServiceDocuments . keySet ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.