idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
21,800 | method to switch the minimized / maximized state of the chat concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_sep Messag... | String function ( ) { minimized = ! minimized ; if ( minimized ) { buttonImage = MINIMIZE_IMAGE ; } else { buttonImage = MAXIMIZE_IMAGE ; position = bottom ( ) ; } return ( "srini_string" ) ; } |
21,801 | get the std deviation , sigma concode_field_sep long min concode_elem_sep long max concode_elem_sep double m2 concode_elem_sep double mean concode_elem_sep long sum concode_elem_sep String operation concode_elem_sep int n concode_field_sep void add concode_elem_sep void add concode_elem_sep double getVariance concode_e... | double function ( ) { double loc0 = getVariance ( ) ; return ( loc0 > 0 ) ? Math . sqrt ( loc0 ) : 0 ; } |
21,802 | starts this animation . if the animation has a nonzero startdelay , the animation will start running after that delay elapses . a non-delayed animation will have its initial value s set immediately , followed by calls to animatorlistener #onanimationstart animator for any listeners of this animator.the animation starte... | void function ( ) { } |
21,803 | set the system property concode_field_sep PlaceHolder placeHolder concode_field_sep String getSystemProperty concode_elem_sep URL loadResource concode_elem_sep void setTCCL concode_elem_sep Class<?> loadClass concode_elem_sep Class<?> loadClass concode_elem_sep ClassLoader getTCCL | void function ( final String arg0 , final String arg1 ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) { AccessController . doPrivileged ( new PrivilegedAction < Object > ( ) { public Object run ( ) { System . setProperty ( arg0 , arg1 ) ; return null ; } } ) ; } else { System . setPrope... |
21,804 | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { LogFormat loc0 = new LogFormat ( 10.0 , "srini_string" , true ) ; LogFormat loc1 = new LogFormat ( 10.0 , "srini_string" , true ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
21,805 | generates an in-memory key for an service , used to index the app for later quick retrieval . concode_field_sep Logger LOG concode_elem_sep Map<String,String[]> serviceBindPaths concode_elem_sep Map<String,ServiceContract> contracts concode_elem_sep Map<String,Application> applications concode_elem_sep File registryFil... | String function ( Service arg0 ) { return getServiceKey ( arg0 . getOrganizationId ( ) , arg0 . getServiceId ( ) , arg0 . getVersion ( ) ) ; } |
21,806 | this class is immutable so cloning is n't required . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { MeterInterval loc0 = new MeterInterval ( "srini_string" , new Range ( 1.0 , 2.0 ) ) ; assertFalse ( loc0 instanceof Cloneable ) ; } |
21,807 | sets the course id of 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 Set getStudents concode_elem_sep String clear concode_elem_sep long getCourseId concode_... | void function ( int arg0 ) { this . courseId = arg0 ; } |
21,808 | returns the value of a flag if it exists , and null otherwise . concode_field_sep Map<String,String> argumentMap concode_field_sep boolean isValue concode_elem_sep boolean hasFlag concode_elem_sep boolean isFlag concode_elem_sep int numFlags concode_elem_sep String get concode_elem_sep boolean hasValue concode_elem_sep... | String function ( String arg0 ) { return argumentMap . get ( arg0 ) ; } |
21,809 | remove a plug from the strategy concode_field_sep IntMap<GroupPlug> plugs concode_field_sep void plugIn concode_elem_sep void beforeGroup concode_elem_sep void afterGroup | GroupPlug function ( int arg0 ) { return plugs . remove ( arg0 ) ; } |
21,810 | sets the parallelism for the task . concode_field_sep String invokableClassName concode_elem_sep ArrayList<JobEdge> inputs concode_elem_sep int parallelism concode_elem_sep CoLocationGroup coLocationGroup concode_elem_sep Configuration configuration concode_elem_sep InputSplitSource<?> inputSplitSource concode_elem_sep... | void function ( int arg0 ) { if ( arg0 < 1 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . parallelism = arg0 ; } |
21,811 | creates matcher that checks if element currently exists on page . concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher<WebElement> hasName concode_elem_sep Matcher<WebElement> hasName concode_elem_sep Matcher<WebElement> hasId concode_elem_sep Matcher<WebElement> hasId concode_elem_sep Matcher<WebElement... | Matcher < WebElement > function ( ) { return DoesElementExistMatcher . exists ( ) ; } |
21,812 | get report creation date . concode_field_sep Date modifiedOn concode_elem_sep String createdBy concode_elem_sep ReportParams reportParams concode_elem_sep String reportDefinitionXml concode_elem_sep String siteId concode_elem_sep String description concode_elem_sep boolean hidden concode_elem_sep String modifiedBy conc... | Date function ( ) { return createdOn ; } |
21,813 | recursive approach to finding size of linkedlist concode_field_sep Node next concode_elem_sep int currentSize concode_elem_sep Object data concode_elem_sep Node previous concode_elem_sep Node position concode_elem_sep Node first concode_field_sep Object next concode_elem_sep void add concode_elem_sep void set concode_e... | int function ( ) { int loc0 = sizeHelper ( first ) ; return loc0 ; } |
21,814 | get the datagrampacket . concode_field_sep byte COMFORT_PAYLOAD concode_elem_sep int PACKETS_PER_SECOND concode_elem_sep int PCMU_SAMPLE_SIZE concode_elem_sep byte comfortNoiseLevel concode_elem_sep byte X_BIT concode_elem_sep byte MARK_BIT concode_elem_sep int HEADER_SIZE concode_elem_sep short rtpSequenceNumber conco... | DatagramPacket function ( ) { return packet ; } |
21,815 | get / osi-lookup-values / : id : get the `` id '' osilookupvalues . concode_field_sep Logger log concode_elem_sep OsiLookupValuesService osiLookupValuesService concode_field_sep ResponseEntity<OsiLookupValuesDTO> updateOsiLookupValues concode_elem_sep ResponseEntity<List<OsiLookupValuesDTO>> getAllOsiLookupValues conco... | ResponseEntity < OsiLookupValuesDTO > function ( @ PathVariable Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; OsiLookupValuesDTO loc0 = osiLookupValuesService . findOne ( arg0 ) ; return null ; } |
21,816 | a container invokes this method when the instance is taken out of the pool of available instances to become associated with a specific ejb object . this method transitions the instance to the ready state . concode_field_sep EntityContext ejbContext concode_elem_sep int nextId concode_field_sep float returnFloatPrimitiv... | void function ( ) { } |
21,817 | gets the value of the productid property . concode_field_sep BigDecimal comparisonPrice concode_elem_sep Boolean isOfferApplicable concode_elem_sep BigInteger productId concode_elem_sep Boolean isComparisonPriceSet concode_elem_sep BigDecimal salePrice concode_elem_sep BigDecimal overridePrice concode_elem_sep BigDecim... | BigInteger function ( ) { return productId ; } |
21,818 | convenience method that returns the attribute name to be used for this join . convenience for : return getalias ! = null ? getalias : gettypename ; concode_field_sep List<PropertyName> properties concode_elem_sep Filter filter concode_elem_sep String typeName concode_elem_sep String alias concode_elem_sep Filter join c... | String function ( ) { return getAlias ( ) != null ? getAlias ( ) : getTypeName ( ) ; } |
21,819 | create an instance of effectivelicensefeature concode_field_sep QName _EffectiveLicenseFeatureFeatures_QNAME concode_elem_sep QName _BaseLicenseClassName_QNAME concode_elem_sep QName _FeaturePolicies_QNAME concode_elem_sep QName _EffectiveLicenseFeature_QNAME concode_elem_sep QName _LicenseFeatureRemarks_QNAME concode_... | EffectiveLicenseFeature function ( ) { return new EffectiveLicenseFeature ( ) ; } |
21,820 | get an int property that tunes hl7 transport . prefer system properties concode_field_sep String CONF_LOCATION concode_elem_sep HL7Configuration instance concode_elem_sep Log log concode_elem_sep Properties props concode_field_sep HL7Configuration getInstance concode_elem_sep String getStringProperty concode_elem_sep P... | Integer function ( String arg0 ) { return getIntProperty ( arg0 , null ) ; } |
21,821 | get the value value . concode_field_sep String name concode_elem_sep String value concode_field_sep NameValuePair withValue concode_elem_sep String name concode_elem_sep NameValuePair withName | String function ( ) { return this . value ; } |
21,822 | returns the application version number found in the manifest concode_field_sep int versionRequestFlags concode_elem_sep VersionInfo versionInfo concode_field_sep String getBaseURL concode_elem_sep String getApplicationID concode_elem_sep int getDepth concode_elem_sep Map getExtraInformation concode_elem_sep int compute... | String function ( ) { return PentahoVersionCheckDataProvider . versionInfo == null ? null : PentahoVersionCheckDataProvider . versionInfo . getVersionNumber ( ) ; } |
21,823 | the name of the volume status . concode_field_sep String name concode_elem_sep String status concode_field_sep void setName concode_elem_sep void setName concode_elem_sep VolumeStatusDetails withStatus concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep VolumeS... | VolumeStatusDetails function ( VolumeStatusName arg0 ) { setName ( arg0 ) ; return this ; } |
21,824 | setter for itemamount concode_field_sep Integer shareHomeAddress concode_elem_sep String itemNumber concode_elem_sep String note concode_elem_sep PhoneNumberType recipientPhone concode_elem_sep Integer sharePhoneNumber concode_elem_sep BasicAmountType tax concode_elem_sep String customID concode_elem_sep MobilePaymentC... | void function ( BasicAmountType arg0 ) { this . itemAmount = arg0 ; } |
21,825 | emits mergedtuple on mergedport if it is not empty concode_field_sep DefaultOutputPort<Map<K,V>> mergedport concode_elem_sep Map<K,V> mergedTuple concode_field_sep void beginWindow concode_elem_sep void process concode_elem_sep void setup concode_elem_sep void teardown | void function ( ) { if ( ! mergedTuple . isEmpty ( ) ) { mergedport . emit ( mergedTuple ) ; mergedTuple = new HashMap < K , V > ( ) ; } } |
21,826 | sets the create date of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMode... | void function ( Date arg0 ) { _foo . setCreateDate ( arg0 ) ; } |
21,827 | returns release time . concode_field_sep int id concode_elem_sep long releaseTime concode_elem_sep boolean production concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep void setReleaseTime concode_elem_sep boolean isProduction concode_elem_sep void setVersion concode_elem_sep int hashC... | long function ( ) { return releaseTime ; } |
21,828 | the maxy value is the higher y coordinate value concode_field_sep String srsName concode_elem_sep double minY concode_elem_sep double minX concode_elem_sep CoordinateReferenceSystem crs concode_elem_sep double maxY concode_elem_sep double maxX concode_elem_sep double resY concode_elem_sep double resX concode_elem_sep B... | void function ( double arg0 ) { this . maxY = arg0 ; } |
21,829 | set the api key . for mtgox this would be the `` rest-key '' field . concode_field_sep String plainTextUriStreaming concode_elem_sep boolean shouldLoadRemoteMetaData concode_elem_sep String secretKey concode_elem_sep String apiKey concode_elem_sep String sslUri concode_elem_sep String plainTextUri concode_elem_sep int ... | void function ( String arg0 ) { this . apiKey = arg0 ; } |
21,830 | called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; } |
21,831 | remove authn context decl ref concode_field_sep List<String> authnContextDeclRef concode_elem_sep AuthnContextComparisonType comparison concode_elem_sep List<String> authnContextClassRef concode_field_sep void addAuthnContextClassRef concode_elem_sep List<String> getAuthnContextDeclRef concode_elem_sep void removeAuthn... | void function ( String arg0 ) { this . authnContextDeclRef . remove ( arg0 ) ; } |
21,832 | test stop . concode_field_sep Log log concode_elem_sep Properties properties concode_field_sep void before concode_elem_sep void testServiceNames concode_elem_sep void testFindApiClusters concode_elem_sep void testStart | void function ( ) { ManageCdh loc0 = new ManageCdh ( properties ) ; loc0 . stop ( ) ; } |
21,833 | example of getting an entity for a given key . concode_field_sep Transaction transaction concode_field_sep Key rollback concode_elem_sep void addSingleEntity concode_elem_sep Key commit concode_elem_sep Key active concode_elem_sep List<Entity> run concode_elem_sep List<Key> multipleAddEntitiesDeferredId concode_elem_se... | Entity function ( String arg0 ) { Datastore loc0 = transaction . getDatastore ( ) ; Key loc1 = loc0 . newKeyFactory ( ) . setKind ( "srini_string" ) . newKey ( arg0 ) ; Entity loc2 = transaction . get ( loc1 ) ; transaction . commit ( ) ; return loc2 ; } |
21,834 | returns the value of the field with the given name . concode_field_sep Class fClass concode_elem_sep Object fInstance concode_field_sep int getInt concode_elem_sep void fail concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep Object get concode_elem_sep Field getField concode_... | boolean function ( String arg0 ) { Field loc1 = getField ( arg0 ) ; try { return loc1 . getBoolean ( fInstance ) ; } catch ( IllegalArgumentException loc0 ) { fail ( ) ; } catch ( IllegalAccessException loc0 ) { fail ( ) ; } return false ; } |
21,835 | set whether the callback is authorized or not . concode_field_sep ResponseType responseType concode_elem_sep boolean validScope concode_elem_sep long validityPeriod concode_elem_sep String resourceOwner concode_elem_sep boolean authorized concode_elem_sep String client concode_elem_sep String[] requestedScope concode_e... | void function ( boolean arg0 ) { this . authorized = arg0 ; } |
21,836 | parse the `` host '' get field hostname and support x-forwarded-host when a proxy is enabled . concode_field_sep PlaceHolder placeHolder concode_field_sep String acceptsCharsets concode_elem_sep String getIp concode_elem_sep Method getMethod concode_elem_sep Locale locale concode_elem_sep String getCharset concode_elem... | String function ( ) { final String loc0 = getHost ( ) ; if ( loc0 != null ) { return loc0 . split ( "srini_string" ) [ 0 ] ; } return null ; } |
21,837 | registers a compareto-handler that could be retrieved by getcomparetohandlerfor 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_... | int function ( ICompareToHandler arg0 ) { m_compareHandlers . add ( arg0 ) ; return m_compareHandlers . size ( ) - 1 ; } |
21,838 | get index offset for a particular reducer . concode_field_sep LongBuffer offsets concode_field_sep placeholderType placeHolder | ShuffleIndexRecord function ( int arg0 ) { long loc0 = offsets . get ( arg0 ) ; long loc1 = offsets . get ( arg0 + 1 ) ; return new ShuffleIndexRecord ( loc0 , loc1 - loc0 ) ; } |
21,839 | get managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep String getActionAttribute concode_elem_sep void addWarnMessage concode_elem_se... | Object function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; ValueExpression loc3 = loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) ; ret... |
21,840 | create an instance of msgattribute concode_field_sep QName _WSRequestToken_QNAME concode_elem_sep QName _HeartBeatMsg_QNAME concode_field_sep EventV2 createEventV2 concode_elem_sep LongDescriptionType createLongDescriptionType concode_elem_sep WSRequestToken createWSRequestToken concode_elem_sep JAXBElement<WSRequestTo... | MsgAttribute function ( ) { return new MsgAttribute ( ) ; } |
21,841 | add error message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoMessage concode_elem_s... | void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; } |
21,842 | sets the date according to amazon s3 at which this version was last modified . concode_field_sep Owner owner concode_elem_sep String bucketName concode_elem_sep String versionId concode_elem_sep String storageClass concode_elem_sep boolean isLatest concode_elem_sep long size concode_elem_sep boolean isDeleteMarker conc... | void function ( Date arg0 ) { this . lastModified = arg0 ; } |
21,843 | gets the value of the mechanism property . concode_field_sep String mechanism concode_field_sep void setMechanism | String function ( ) { return mechanism ; } |
21,844 | sets the font service provider . concode_field_sep FontProvider fontProvider concode_elem_sep FontProvider INSTANCE concode_elem_sep CFFCIDFont cidFallbackFont concode_elem_sep Map<String,List<String>> substitutes concode_elem_sep TrueTypeFont ttfFallbackFont concode_field_sep CFFCIDFont getCFFCIDFont concode_elem_sep ... | void function ( FontProvider arg0 ) { ExternalFonts . arg0 = arg0 ; } |
21,845 | sets the value of the showvalue property . concode_field_sep Object parent concode_elem_sep List<CTCfvo> cfvo concode_elem_sep Boolean showValue concode_elem_sep String iconSet concode_elem_sep Boolean reverse concode_elem_sep Boolean percent concode_field_sep boolean isPercent concode_elem_sep Object getParent concode... | void function ( Boolean arg0 ) { this . showValue = arg0 ; } |
21,846 | sets whether to check the references of all xml dsig manifests . concode_field_sep PKIProfile certificateValidationProfile concode_elem_sep boolean checkSecurityLayerManifest concode_elem_sep boolean permitFileURIs concode_elem_sep List transformationSupplements concode_elem_sep boolean includeReferenceInputData concod... | void function ( boolean arg0 ) { this . checkXMLDsigManifests = arg0 ; } |
21,847 | sets the value of the this property . concode_field_sep GuestAuthentication auth concode_elem_sep ManagedObjectReference vm concode_elem_sep ManagedObjectReference _this concode_elem_sep GuestProgramSpec spec concode_field_sep ManagedObjectReference getThis concode_elem_sep void setAuth concode_elem_sep GuestAuthentica... | void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; } |
21,848 | gets the date of the earliest event in this log . the value returned by this method corresponds to the created_after url parameter that was used when retrieving the events in this eventlog . concode_field_sep long streamPosition concode_elem_sep Set<BoxEvent> set concode_elem_sep int chunkSize concode_elem_sep Date end... | Date function ( ) { return this . startDate ; } |
21,849 | clears references for components that implement iunreferenceable interface concode_field_sep PlaceHolder placeHolder concode_field_sep void setReferencesForOne concode_elem_sep void setReferences concode_elem_sep void unsetReferencesForOne | void function ( Iterable < Object > arg0 ) { for ( Object loc0 : arg0 ) unsetReferencesForOne ( loc0 ) ; } |
21,850 | gets the value of the code property . concode_field_sep String code concode_elem_sep String name concode_elem_sep String description concode_elem_sep Operation operation concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setCode concode_elem_sep Operation getOperation concode_elem_sep ... | String function ( ) { return code ; } |
21,851 | get the character number . concode_field_sep int charno concode_elem_sep Node node concode_elem_sep CheckLevel level concode_elem_sep CheckLevel defaultLevel concode_elem_sep String description concode_elem_sep String sourceName concode_elem_sep DiagnosticType type concode_elem_sep int lineNumber concode_field_sep int ... | int function ( ) { return charno ; } |
21,852 | read the entire contents of the specified inputstream and return a single string object containing the contents of the inputstream . this method does not return until the end of the input stream is reached . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | String function ( InputStream arg0 ) { return readFully ( new InputStreamReader ( arg0 ) ) ; } |
21,853 | setter method for subsubcatdetails concode_field_sep int subSubCatId concode_elem_sep String deptName concode_elem_sep int tat concode_elem_sep String comments concode_elem_sep int deptId concode_elem_sep int subCatId concode_elem_sep int escRuleId concode_elem_sep List escRuleDetails concode_elem_sep int flowLevel con... | void function ( List arg0 ) { this . subSubCatDetails = arg0 ; } |
21,854 | creates a structtype with the given list of structfields fields . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType concode_elem_sep DataType LongType concode_elem_sep DataType Doubl... | StructType function ( List < StructField > arg0 ) { return createStructType ( arg0 . toArray ( new StructField [ arg0 . size ( ) ] ) ) ; } |
21,855 | removes an object from memory cache . does not release the file storage . concode_field_sep DataFileCache dataFileCache concode_elem_sep StopWatch makeRowTimer concode_elem_sep long bytesCapacity concode_elem_sep CachedObject[] rowTable concode_elem_sep StopWatch sortTimer concode_elem_sep long cacheBytesLength concode... | CachedObject function ( int arg0 ) { CachedObject loc0 = ( CachedObject ) cacheMap . remove ( arg0 ) ; if ( loc0 == null ) { return null ; } cacheBytesLength -= loc0 . getStorageSize ( ) ; return loc0 ; } |
21,856 | dispose callback called due to a view closing or session invalidation/timeout concode_field_sep Log log concode_elem_sep long PROCCESS_SLEEP_LENGTH concode_elem_sep OutputProgressModel outputProgressModel concode_elem_sep OutputProgressModel ouputProgressModel concode_elem_sep PersistentFacesState persistentFacesState ... | void function ( ) { if ( log . isTraceEnabled ( ) ) { log . trace ( "srini_string" + sessionId ) ; } renderManager . getOnDemandRenderer ( sessionId ) . remove ( this ) ; renderManager . getOnDemandRenderer ( sessionId ) . dispose ( ) ; } |
21,857 | methods matching the given predicate . concode_field_sep List<Predicate<Method>> predicates concode_elem_sep List<Class<? extends Annotation>> annotationTypes concode_elem_sep Class<?> objectClass concode_elem_sep String methodName concode_elem_sep Class<?>[] argumentTypes concode_elem_sep ResolvableType returnType con... | ResolvableMethod function ( Predicate < Method > arg0 ) { this . predicates . add ( arg0 ) ; return this ; } |
21,858 | set a variable for the script to be run against . concode_field_sep Object aggregationValue concode_elem_sep LeafSearchLookup lookup concode_elem_sep Map<String,Object> variables concode_elem_sep Scorer scorer concode_elem_sep LeafDocLookup doc concode_elem_sep Executable executable concode_field_sep void setSource con... | void function ( final String arg0 , final Object arg1 ) { variables . put ( arg0 , arg1 ) ; } |
21,859 | gets the objectversion value for this wsobject . concode_field_sep long objectVersion concode_elem_sep java.lang.String ref concode_elem_sep long rallyAPIMinor concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String refObjectName co... | long function ( ) { return objectVersion ; } |
21,860 | returns the element stored at the pair or null if not stored . concode_field_sep Map<T,Map<T,V>> map concode_field_sep boolean contains concode_elem_sep boolean contains concode_elem_sep void clear concode_elem_sep void insert concode_elem_sep void put concode_elem_sep void put | V function ( ImmutablePair < T , T > arg0 ) { return get ( arg0 . getFirst ( ) , arg0 . getSecond ( ) ) ; } |
21,861 | track an element and its associated value . concode_field_sep double bound_1 concode_elem_sep Logger LOG concode_elem_sep BoundedTreeSet<NeighborValue<T>> elements concode_elem_sep double sum concode_elem_sep int k concode_elem_sep boolean precomputed concode_elem_sep MaxOperator operator concode_elem_sep double bound_... | void function ( T arg0 , double arg1 ) { LOG . log ( Level . FINEST , "srini_string" , new Object [ ] { arg0 , arg1 } ) ; elements . add ( new NeighborValue < T > ( arg0 , arg1 ) ) ; } |
21,862 | returns the last comment range in this comment line . concode_field_sep LinkedList fRanges concode_elem_sep int fAttributes concode_elem_sep CommentRegion fParent concode_elem_sep String NON_FORMAT_START_PREFIX concode_field_sep CommentRange formatLine concode_elem_sep CommentRegion getParent concode_elem_sep String ge... | CommentRange function ( ) { return ( CommentRange ) fRanges . getLast ( ) ; } |
21,863 | returns the value of the use3deffect property . concode_field_sep MosaicPanel canvas concode_elem_sep boolean use3DEffect concode_elem_sep int mosaicRows concode_elem_sep int mosaicCols concode_elem_sep JFrame window concode_field_sep boolean isOpen concode_elem_sep void delay concode_elem_sep int getRed concode_elem_s... | boolean function ( ) { return use3DEffect ; } |
21,864 | parses a string to a time of day value . concode_field_sep Map<String,ValueType> KNOWN_TYPES concode_elem_sep String FEED_DATE_FORMAT concode_elem_sep String FEED_TIME_FORMAT concode_field_sep boolean isKnownType concode_elem_sep boolean isRecursiveType concode_elem_sep Value getValue concode_elem_sep boolean isSimpleT... | TimeOfDayValue function ( String arg0 , DateFormat arg1 ) { Date loc0 = arg1 . parse ( arg0 ) ; GregorianCalendar loc1 = new GregorianCalendar ( TimeZone . getTimeZone ( "srini_string" ) ) ; loc1 . setTime ( loc0 ) ; return new TimeOfDayValue ( loc1 ) ; } |
21,865 | sets the commment author iconserver . not to be called from user code . will be set by querying flickr . concode_field_sep long serialVersionUID concode_elem_sep int iconServer concode_elem_sep int iconFarm concode_elem_sep String permaLink concode_elem_sep String author concode_elem_sep String authorName concode_elem_... | void function ( int arg0 ) { this . iconServer = arg0 ; } |
21,866 | devuelve si tiene suficiente credito concode_field_sep List<Item> items concode_elem_sep String name concode_elem_sep BigDecimal credit concode_field_sep void setName concode_elem_sep void removeItem concode_elem_sep void substractCredit concode_elem_sep String getName concode_elem_sep boolean hasCredit concode_elem_se... | boolean function ( BigDecimal arg0 ) { return credit . compareTo ( arg0 ) >= 0 ; } |
21,867 | get the current timestamp of the game . the timestamp corresponds to the amount of simulated time that has elapsed , in seconds . concode_field_sep ImmutableBase[] bases concode_elem_sep ImmutableMine[] mines concode_elem_sep ImmutableShip[] ships concode_elem_sep int stepcount concode_elem_sep ImmutableObstacle[] obst... | float function ( ) { return timestamp ; } |
21,868 | counts how many times `` alice '' occurs in this book . concode_field_sep String bookText concode_field_sep int getNumCharacters concode_elem_sep String getSecondSentence concode_elem_sep int occurrencesOf concode_elem_sep String getFirstSentence concode_elem_sep int firstOccurrenceOfMadHatter concode_elem_sep void rea... | int function ( ) { int loc0 = bookText . loc0 ( ) ; int loc1 = bookText . replace ( "srini_string" , "srini_string" ) . loc0 ( ) ; return ( loc0 - loc1 ) / 5 ; } |
21,869 | setter method for startdate concode_field_sep String compaignName concode_elem_sep Date endDate concode_elem_sep String segment concode_elem_sep String segmentID concode_elem_sep String reportFormat concode_elem_sep long serialVersionUID concode_elem_sep String circleID concode_elem_sep String circle concode_elem_sep D... | void function ( Date arg0 ) { this . startDate = arg0 ; } |
21,870 | obtener id del estado concode_field_sep boolean visitado concode_elem_sep ListaArcos enlaces concode_elem_sep boolean fin concode_elem_sep int id concode_elem_sep boolean inicial concode_field_sep boolean isVisitado concode_elem_sep void eliminarEnlace concode_elem_sep void setVisitado concode_elem_sep ListaArcos getEn... | int function ( ) { return id ; } |
21,871 | negate this result . concode_field_sep Result FAIL concode_elem_sep boolean descend concode_elem_sep boolean success concode_elem_sep Result PASS concode_elem_sep Result STOP concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep boolean isDescend concode_elem_s... | Result function ( ) { return new Result ( ! this . isPass ( ) , this . isDescend ( ) ) ; } |
21,872 | create an instance of jaxbelement concode_field_sep QName _RequestExtend_QNAME concode_elem_sep QName _ReturnInfo_QNAME concode_elem_sep QName _RequestCreateResponse_QNAME concode_elem_sep QName _RequestCreate_QNAME concode_elem_sep QName _RequestExtendResponse_QNAME concode_elem_sep QName _RequestMaterialDetail_QNAME ... | JAXBElement < RequestMaterialDetailType > function ( RequestMaterialDetailType arg0 ) { return new JAXBElement < RequestMaterialDetailType > ( _RequestMaterialDetail_QNAME , RequestMaterialDetailType . class , null , arg0 ) ; } |
21,873 | converts an array of bytes into an array of bytes for the characters representing the hexadecimal values of each byte in order . the returned array will be double the length of the passed array , as it takes two characters to represent any given byte . the conversion from hexadecimal characters to the returned bytes is... | byte [ ] function ( final byte [ ] arg0 ) { return encodeHexString ( arg0 ) . getBytes ( this . getCharset ( ) ) ; } |
21,874 | returns the shell this tab is contained in , or null . concode_field_sep Control fControl concode_elem_sep String fErrorMessage concode_elem_sep boolean fDirty concode_elem_sep String fMessage concode_elem_sep ILaunchConfigurationDialog fLaunchConfigurationDialog concode_field_sep void updateLaunchConfigurationDialog c... | Shell function ( ) { Control loc0 = getControl ( ) ; if ( loc0 != null ) { return loc0 . getShell ( ) ; } return null ; } |
21,875 | gets the name of this time zone to be displayed in the ui . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevan... | String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; return TimeZoneBean . displayNameTokenizer ( loc0 . getDisplayName ( ) ) ; } |
21,876 | tests invalid data . concode_field_sep PlaceHolder placeHolder concode_field_sep void testMunich concode_elem_sep GpxData parseGpxData | void function ( ) { new GpxReader ( new ByteArrayInputStream ( "srini_string" . getBytes ( StandardCharsets . UTF_8 ) ) ) . parse ( true ) ; } |
21,877 | creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_... | GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; } |
21,878 | free text description of this package type . concode_field_sep String QUERY_FIND_BY_RESOURCE_TYPE_ID concode_elem_sep ConfigurationDefinition deploymentConfigurationDefinition concode_elem_sep String displayName concode_elem_sep ConfigurationDefinition packageExtraPropertiesDefinition concode_elem_sep String descriptio... | String function ( ) { return description ; } |
21,879 | sets the value of the id property . concode_field_sep String ind2 concode_elem_sep List<SubfieldatafieldType> subfield concode_elem_sep String ind1 concode_elem_sep String id concode_elem_sep String tag concode_field_sep void setSubfield concode_elem_sep List<SubfieldatafieldType> getSubfield concode_elem_sep String ge... | void function ( String arg0 ) { this . id = arg0 ; } |
21,880 | add a conversation scoped bean spring bean to this context . a bean is added either ` automatically ' or manually . in the latter case , it is autowired afterward . see conversationscope . concode_field_sep Map<String,Object> vars concode_elem_sep String viewUri concode_elem_sep String conversationId concode_elem_sep O... | void function ( String arg0 , Object arg1 ) { beans . put ( arg0 , arg1 ) ; } |
21,881 | returns total number of stats points when this report was created . concode_field_sep int size concode_elem_sep int outOf concode_elem_sep int reported concode_elem_sep String text concode_field_sep int getSize concode_elem_sep String getText concode_elem_sep int getReported | int function ( ) { return outOf ; } |
21,882 | gets the function type number . type 0 - sampled function , uses a table of sample values to define the function . various techniques are used to interpolate values between the sampled values . type 2 - exponential interpolation , defines a set of coeffiecients for an exponential function . type 3 - stitching function ... | int function ( ) { return functionType ; } |
21,883 | test retrieving a string resource . concode_field_sep PlaceHolder placeHolder concode_field_sep void getIntResource | void function ( ) { PLCApplicationResources loc0 = TestApplicationResourcesFactory . getApplicationResources ( ) ; assertEquals ( "srini_string" , loc0 . getStringResource ( "srini_string" ) ) ; } |
21,884 | returns the value of a field as a long concode_field_sep BaseService svc concode_elem_sep DataHandler<?> dataHandler concode_elem_sep Map<String,Object> fields concode_field_sep float getAsFloat concode_elem_sep String[] getAsArray concode_elem_sep String[] getAsArray concode_elem_sep void setDataHandler concode_elem_s... | Long function ( String arg0 ) { if ( fields . containsKey ( arg0 ) ) { return ( Long ) fields . get ( arg0 ) ; } if ( dataHandler != null ) { return dataHandler . getAsLong ( arg0 ) ; } return null ; } |
21,885 | get the id concode_field_sep String country concode_elem_sep String address concode_elem_sep int surface concode_elem_sep long id concode_elem_sep int nbRoom concode_field_sep int getSurface concode_elem_sep void setCountry concode_elem_sep void setSurface concode_elem_sep String getCountry concode_elem_sep void setAdd... | long function ( ) { return this . id ; } |
21,886 | returns the packetizer associated with the mediastream . concode_field_sep AbstractPacketizer mPacketizer concode_elem_sep int mSocketId concode_elem_sep OutputStream mOutputStream concode_elem_sep boolean mConfigured concode_elem_sep boolean mStreaming concode_elem_sep byte mChannelIdentifier concode_elem_sep String P... | AbstractPacketizer function ( ) { return mPacketizer ; } |
21,887 | sets the machine and pe processing element id . concode_field_sep int peId concode_elem_sep int index concode_elem_sep double startExecTime concode_elem_sep int NOT_FOUND concode_elem_sep double totalCompletionTime concode_elem_sep int duration concode_elem_sep int[] peArrayId concode_elem_sep int machineId concode_ele... | void function ( int arg0 , int arg1 ) { this . machineId = arg0 ; this . peId = arg1 ; if ( peArrayId != null && pesNumber > 1 ) { machineArrayId [ index ] = arg0 ; peArrayId [ index ] = arg1 ; index ++ ; } } |
21,888 | returns true if this header contains uncompressed strip . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep Log.Tag TAG concode_elem_sep byte[] USER... | boolean function ( ) { return mStripBytes . size ( ) != 0 ; } |
21,889 | set the value of cvssintegrityimpact . concode_field_sep SortedSet<VulnerableSoftware> vulnerableSoftware concode_elem_sep String description concode_elem_sep String matchedCPE concode_elem_sep String cwe concode_elem_sep float cvssScore concode_elem_sep String cvssAccessVector concode_elem_sep String cvssIntegrityImpa... | void function ( String arg0 ) { this . cvssIntegrityImpact = arg0 ; } |
21,890 | indicates whether this subscriber has unsubscribed from its list of subscriptions . concode_field_sep SubscriptionList cs concode_field_sep void add concode_elem_sep void onError concode_elem_sep void unsubscribe concode_elem_sep void onSuccess | boolean function ( ) { return cs . isUnsubscribed ( ) ; } |
21,891 | returns the ratio of cache requests which were misses . this is defined as misscount / requestcount , or 0.0 when requestcount == 0 . note that hitrate + missrate = ~ 1.0 . cache misses include all requests which were n't cache hits , including requests which resulted in either successful or failed loading attempts , a... | double function ( ) { long loc0 = loc0 ( ) ; return ( loc0 == 0 ) ? 0.0 : ( double ) missCount / loc0 ; } |
21,892 | get inactive axis concode_field_sep String inactiveAxis concode_elem_sep Vector nodes concode_elem_sep Vector pattern concode_elem_sep double endTimeStamp concode_elem_sep int ID concode_elem_sep String activeAxis concode_elem_sep Vector dataset concode_field_sep void setEndTimeStamp concode_elem_sep void setData conco... | String function ( ) { return inactiveAxis ; } |
21,893 | the distribution 's information . returns a reference to this object so that method calls can be chained together . concode_field_sep String eTag concode_elem_sep Distribution distribution concode_field_sep Distribution getDistribution concode_elem_sep void setDistribution concode_elem_sep String getETag concode_elem_s... | GetDistributionResult function ( Distribution arg0 ) { this . distribution = arg0 ; return this ; } |
21,894 | test , if the debug log level is enabled for a given hierarchy . concode_field_sep PlaceHolder placeHolder concode_field_sep void setHierarchy concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep boolean isTraceEnabled concode_elem_sep boolean is... | boolean function ( String arg0 ) { org . apache . log4j . Logger loc0 = org . apache . log4j . Logger . getLogger ( Thread . currentThread ( ) . getStackTrace ( ) [ 2 ] . getClassName ( ) ) ; return loc0 . isDebugEnabled ( ) ; } |
21,895 | it gets the content of the item . concode_field_sep T id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo | T function ( ) { return id ; } |
21,896 | converts a card type array into a host type array , possibly verbosely . prints all data to out if out is not null . if out is null then line_start is not used . otherwise it must be a format string with at most one integer conversion , which is printed with the current index to out before the data . note that in place... | void function ( PrintWriter arg0 , String arg1 , APDU_Serializable [ ] arg2 , APDU_Serializable [ ] arg3 ) { check_compatibility ( arg2 , arg3 ) ; if ( arg2 != null ) { for ( int loc0 = 0 ; loc0 < arg2 . length ; loc0 ++ ) { if ( arg0 != null ) output ( arg0 , arg1 , arg3 , loc0 ) ; from ( arg2 [ loc0 ] , arg3 [ loc0 ]... |
21,897 | this method sets the feed header . concode_field_sep FeedHeader header concode_elem_sep ArrayList items concode_field_sep void addItem concode_elem_sep int getItemCount concode_elem_sep FeedItem getItem concode_elem_sep FeedHeader getHeader | void function ( FeedHeader arg0 ) { this . header = arg0 ; } |
21,898 | create an instance of cardpresenttype concode_field_sep QName _EsiLookupRequest_QNAME concode_elem_sep QName _EsiLookupResponse_QNAME concode_field_sep ESILookupRequestType createESILookupRequestType concode_elem_sep JAXBElement<ESILookupResponseType> createEsiLookupResponse concode_elem_sep JAXBElement<ESILookupReques... | CardPresentType function ( ) { return new CardPresentType ( ) ; } |
21,899 | sets the logging level of the messages logged by this handler , levels lower than this value will be dropped . concode_field_sep Level DEFAULT_LEVEL concode_elem_sep Formatter formatter concode_elem_sep Filter filter concode_elem_sep ErrorManager errorMan concode_elem_sep Level level concode_elem_sep String prefix conc... | void function ( Level arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } LogManager . getLogManager ( ) . checkAccess ( ) ; this . level = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.