idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
18,000 | adds the given fragments to the internal map . existing fragments will be replaced by the new ones . concode_field_sep boolean fCompoundState concode_elem_sep Map fMapToPackageFragments concode_elem_sep Object[] NO_CHILDREN concode_elem_sep StructuredViewer fViewer concode_elem_sep boolean fInputIsProject concode_elem_... | void function ( IPackageFragment [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { IPackageFragment loc1 = arg0 [ loc0 ] ; String loc2 = getKey ( loc1 ) ; fMapToPackageFragments . put ( loc2 , loc1 ) ; } } |
18,001 | creates a dummy test file in the given directory . concode_field_sep LocalLoader localLoader concode_elem_sep int MAX_TEST_FILES concode_elem_sep FileSystem fileSystem concode_field_sep void setup concode_elem_sep void tearDown | void function ( Path arg0 , String arg1 ) { Path loc0 = arg0 . resolve ( arg1 ) ; try { Files . write ( loc0 , ImmutableList . of ( "srini_string" ) , StandardCharsets . UTF_8 ) ; } catch ( IOException loc1 ) { loc1 . printStackTrace ( ) ; } } |
18,002 | convenience method to determine if a given driver class name represents an embedded database type . concode_field_sep String DEFAULT_DATABASE_NAME concode_elem_sep String driverClass concode_elem_sep EmbeddedDatabaseConnection override concode_elem_sep EmbeddedDatabaseType type concode_elem_sep String url concode_field... | boolean function ( String arg0 ) { return arg0 != null && ( arg0 . equals ( HSQL . arg0 ) || arg0 . equals ( H2 . arg0 ) || arg0 . equals ( DERBY . arg0 ) ) ; } |
18,003 | returns an iterator listing all signature records concode_field_sep List rrs concode_elem_sep short nsigs concode_elem_sep short position concode_elem_sep long serialVersionUID concode_field_sep Name getName concode_elem_sep void addRR concode_elem_sep void clear concode_elem_sep void deleteRR concode_elem_sep Iterator... | Iterator function ( ) { return iterator ( false , false ) ; } |
18,004 | returns a dataflow client which does not automatically retry failed requests . concode_field_sep GoogleClientRequestInitializer[] chain concode_elem_sep GoogleClientRequestInitializer[] EMPTY_ARRAY concode_elem_sep JsonFactory JSON_FACTORY concode_elem_sep HttpTransport HTTP_TRANSPORT concode_field_sep HttpTransport ge... | Dataflow . Builder function ( DataflowPipelineOptions arg0 ) { return newDataflowClient ( arg0 ) . setHttpRequestInitializer ( arg0 . getGcpCredential ( ) ) . setGoogleClientRequestInitializer ( new ChainedGoogleClientRequestInitializer ( arg0 . getGoogleApiTrace ( ) ) ) ; } |
18,005 | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } |
18,006 | by default , there are no collisions in pasting . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName conco... | PasteAction function ( EClass arg0 ) { return PasteAction . ADD ; } |
18,007 | warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s... | void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; } |
18,008 | returns the user uuid of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel conc... | java . lang . String function ( ) { return _emailAddress . getUserUuid ( ) ; } |
18,009 | direct access to id bytes for subclassing . concode_field_sep byte[] id concode_elem_sep int hash concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep byte[] getBytes | Object function ( ) { return id ; } |
18,010 | add two triangles to the object3d 's faces using the supplied indices concode_field_sep int BYTES_PER_FLOAT concode_elem_sep float DEG concode_field_sep Bitmap makeBitmapFromResourceId concode_elem_sep Bitmap makeBitmapFromResourceId concode_elem_sep FloatBuffer makeFloatBuffer3 concode_elem_sep FloatBuffer makeFloatBu... | void function ( Object3d arg0 , int arg1 , int arg2 , int arg3 , int arg4 ) { arg0 . faces ( ) . add ( ( short ) arg1 , ( short ) arg3 , ( short ) arg2 ) ; arg0 . faces ( ) . add ( ( short ) arg1 , ( short ) arg4 , ( short ) arg3 ) ; } |
18,011 | turns speaker on . concode_field_sep int soundVolume concode_elem_sep double price concode_elem_sep boolean isOn concode_elem_sep int batteryConsumption concode_elem_sep String manufacturer concode_field_sep int getSoundVolume concode_elem_sep void lowerVolume concode_elem_sep int getBatteryConsumption concode_elem_sep... | void function ( ) { isOn = true ; } |
18,012 | provides an iterator of all properties names . concode_field_sep Object DEFAULT_LOCK concode_elem_sep Settings settingsImpl concode_elem_sep Locale locale concode_elem_sep Logger LOG concode_elem_sep Settings defaultImpl concode_field_sep Location getLocation concode_elem_sep void set concode_elem_sep boolean isSetImpl... | Iterator function ( ) { return getInstance ( ) . listImpl ( ) ; } |
18,013 | sets the request header field to the given value . concode_field_sep HttpsURLConnection connection concode_elem_sep byte[] body concode_field_sep void setReadTimeoutMillis concode_elem_sep byte[] readError concode_elem_sep void setRequestMethod concode_elem_sep Map<String,List<String>> getResponseHeaders concode_elem_s... | void function ( String arg0 , String arg1 ) { this . connection . setRequestProperty ( arg0 , arg1 ) ; } |
18,014 | returns the modified date of this guestbook . concode_field_sep Guestbook _guestbook concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.la... | java . util . Date function ( ) { return _guestbook . getModifiedDate ( ) ; } |
18,015 | gets the timezone id used to identify this time zone in the javacode . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep Polygon getMapPolygon concode_elem_sep String getMapCommandButtonId | String function ( ) { return id ; } |
18,016 | save surgery robot to database concode_field_sep PlaceHolder placeHolder concode_field_sep List<SurgeryRobot> list | void function ( SurgeryRobot arg0 ) { arg0 . save ( ) ; } |
18,017 | get the client registration id concode_field_sep String clientIpAddress concode_elem_sep String clientId concode_elem_sep List<String> allowedGrantTypes concode_elem_sep boolean isConfidential concode_elem_sep List<String> applicationCertificates concode_elem_sep UserSubject subject concode_elem_sep List<String> redire... | String function ( ) { return clientId ; } |
18,018 | set the user login name concode_field_sep long serialVersionUID concode_elem_sep List<String> roles concode_elem_sep String id concode_elem_sep Map<String,String> properties concode_elem_sep String login concode_elem_sep AuthenticationMethod am concode_field_sep String getLogin concode_elem_sep void setAuthenticationMe... | void function ( String arg0 ) { this . login = arg0 ; } |
18,019 | this is the default as per web and ios . we want to be consistent across platforms . concode_field_sep PlaceHolder placeHolder concode_field_sep ScalingUtils.ScaleType toScaleType | ScalingUtils . ScaleType function ( ) { return ScalingUtils . ScaleType . CENTER_CROP ; } |
18,020 | verifies that the given array contains the given value at the given index . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep BooleanArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep BooleanArrays instance concode_elem_sep voi... | void function ( AssertionInfo arg0 , boolean [ ] arg1 , boolean arg2 , Index arg3 ) { arrays . assertContains ( arg0 , failures , arg1 , arg2 , arg3 ) ; } |
18,021 | 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 ) ; } |
18,022 | sets the default parser factory . this factory will be used by default by all readers to parse data values . concode_field_sep boolean[] m_isCandidate concode_elem_sep ParserFactory DEFAULT_FACTORY concode_elem_sep DataParser[] DEFAULT_PARSERS concode_elem_sep DataParser[] m_parsers concode_field_sep DataParser getPars... | void function ( ParserFactory arg0 ) { DEFAULT_FACTORY = arg0 ; } |
18,023 | removes the given state machine from runtime service . concode_field_sep ReentrantReadWriteLock lock concode_elem_sep TimerTask timerTask concode_elem_sep Timer timer concode_elem_sep List<IStatemachine> statemachineSet concode_field_sep void cancel concode_elem_sep void run concode_elem_sep boolean addStatemachine | boolean function ( IStatemachine arg0 ) { lock . writeLock ( ) . lock ( ) ; boolean loc0 = statemachineSet . remove ( arg0 ) ; lock . writeLock ( ) . unlock ( ) ; return loc0 ; } |
18,024 | set the provisioner configuration concode_field_sep UserConfig _userConfig concode_elem_sep IdealState _idealState concode_elem_sep SchedulerTaskConfig _schedulerTaskConfig concode_elem_sep ProvisionerConfig _provisionerConfig concode_elem_sep RebalancerConfig _rebalancerConfig concode_elem_sep ResourceId _id concode_e... | Delta function ( ProvisionerConfig arg0 ) { _builder . provisionerConfig ( arg0 ) ; return this ; } |
18,025 | set ups current thread-local instance of the graphene runtime on top of stack of current instances . concode_field_sep ThreadLocal<Stack<GrapheneRuntime>> RUNTIMES_STACK concode_field_sep T guardNoRequest concode_elem_sep GrapheneRuntime popInstance concode_elem_sep T guardAjax concode_elem_sep WebDriverWait<Void> wait... | void function ( final GrapheneRuntime arg0 ) { if ( ! RUNTIMES_STACK . get ( ) . isEmpty ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } RUNTIMES_STACK . get ( ) . push ( arg0 ) ; } |
18,026 | overloaded fv call omitting type , which defaults to 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep double ppmt concode_elem_sep double ppmt concode_elem_sep double ppmt concode_elem_sep double pmt concode_elem_sep double pmt concode_elem_sep double pmt concode_elem_sep double ipmt concode_elem_sep dou... | double function ( double arg0 , int arg1 , double arg2 , double arg3 ) { return fv ( arg0 , arg1 , arg2 , arg3 , 0 ) ; } |
18,027 | trival accessor . concode_field_sep Node node concode_elem_sep Point2D.Double newCentre concode_elem_sep ArrayList<DrawCoord> connectingDrawCoords concode_elem_sep Point2D.Double oldCentre concode_field_sep Point2D.Double getOldCentre concode_elem_sep ArrayList<DrawCoord> getConnectingDrawCoords concode_elem_sep void s... | Point2D . Double function ( ) { return newCentre ; } |
18,028 | gets a map that contains attributes that are n't bound to any typed property on this class . concode_field_sep Map<QName,String> otherAttributes concode_field_sep void addOtherAttribute concode_elem_sep void removeOtherAttribute | Map < QName , String > function ( ) { return Collections . unmodifiableMap ( otherAttributes ) ; } |
18,029 | reverse chronological order . concode_field_sep Date date concode_elem_sep State state concode_elem_sep boolean read concode_elem_sep Integer id concode_elem_sep Boolean sent concode_elem_sep String content concode_elem_sep Conversation conversation concode_elem_sep long serialVersionUID concode_field_sep void setConte... | int function ( Message arg0 ) { return date . compareTo ( arg0 . date ) ; } |
18,030 | implements org.apache.batik.i18n.localizable #formatmessage string , object . concode_field_sep String RESOURCES concode_elem_sep LocalizableSupport localizableSupport concode_field_sep Locale getLocale concode_elem_sep void setLocale | String function ( String arg0 , Object [ ] arg1 ) { return localizableSupport . formatMessage ( arg0 , arg1 ) ; } |
18,031 | sets the error manager for this handler . 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 concode_elem_sep String encoding concode_field_sep boolean isLoggable con... | void function ( ErrorManager arg0 ) { LogManager . getLogManager ( ) . checkAccess ( ) ; if ( null == arg0 ) { throw new NullPointerException ( ) ; } this . errorMan = arg0 ; } |
18,032 | gets the value of the value 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 value property . for example , to add a new item , do as fol... | List < String > function ( ) { if ( value == null ) { value = new ArrayList < String > ( ) ; } return this . value ; } |
18,033 | creates a new ratings stats with the primary key . does not add the ratings stats to the database . concode_field_sep RatingsStatsPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep RatingsStats removeByC_C concode_elem_sep List<Ra... | RatingsStats function ( long arg0 ) { return getPersistence ( ) . create ( arg0 ) ; } |
18,034 | gets the value of the capacity property . concode_field_sep Long populatedSize concode_elem_sep String format concode_elem_sep String capacityAllocationUnits concode_elem_sep String diskId concode_elem_sep String fileRef concode_elem_sep String capacity concode_elem_sep String parentRef concode_field_sep String getPare... | String function ( ) { return capacity ; } |
18,035 | return lower triangular factor concode_field_sep int pivsign concode_elem_sep double[][] LU concode_elem_sep int[] piv concode_elem_sep int m concode_elem_sep int n concode_field_sep double[][] inverse concode_elem_sep double det concode_elem_sep int[] getPivot concode_elem_sep Matrix solve concode_elem_sep double[] ge... | Matrix function ( ) { Matrix loc0 = new Matrix ( m , n ) ; double [ ] [ ] loc1 = loc0 . getData ( ) ; for ( int loc2 = 0 ; loc2 < m ; loc2 ++ ) { for ( int loc3 = 0 ; loc3 < n ; loc3 ++ ) { if ( loc2 > loc3 ) { loc1 [ loc2 ] [ loc3 ] = LU [ loc2 ] [ loc3 ] ; } else if ( loc2 == loc3 ) { loc1 [ loc2 ] [ loc3 ] = 1.0 ; }... |
18,036 | test to see that the get method throws an exception on an empty list concode_field_sep PlaceHolder placeHolder concode_field_sep void test15 concode_elem_sep void test14 concode_elem_sep void test13 concode_elem_sep void test12 concode_elem_sep void test11 concode_elem_sep void test10 concode_elem_sep void test1 concod... | void function ( ) { SingleLinkedListTail < String > loc0 = new SingleLinkedListTail < String > ( ) ; assertNull ( loc0 . get ( 0 ) ) ; } |
18,037 | sets the label position . values can be as follows : left , right , top , topcenter , topright , bottom , bottomcenter , bottomright , embed . concode_field_sep boolean customProgress concode_elem_sep String labelPosition concode_elem_sep boolean customComplete concode_elem_sep String progressCompleteLabel concode_elem... | void function ( String arg0 ) { this . labelPosition = arg0 ; } |
18,038 | get last error code all error codes are in equates concode_field_sep PlaceHolder placeHolder concode_field_sep String fileError concode_elem_sep String errorFile concode_elem_sep String error concode_elem_sep String fileErrorCode | int function ( ) { return CErrorImpl . getInstance ( ) . getErrorCode ( ) ; } |
18,039 | gets the value of the libraryversion property . concode_field_sep LibraryName libraryName concode_elem_sep Description description concode_elem_sep String id concode_elem_sep LibraryVersion libraryVersion concode_elem_sep LibraryVendor libraryVendor concode_field_sep LibraryVendor getLibraryVendor concode_elem_sep void... | LibraryVersion function ( ) { return libraryVersion ; } |
18,040 | true if block a dominates block b and a is not identical block to b . concode_field_sep int BLOCK_ID_INITIAL concode_elem_sep int BLOCK_ID_VISITED concode_field_sep boolean isDominatedBy concode_elem_sep T getStartBlock concode_elem_sep void computeDominators concode_elem_sep boolean dominates concode_elem_sep Abstract... | boolean function ( AbstractBlockBase < ? > arg0 , AbstractBlockBase < ? > arg1 ) { return arg0 != arg1 && dominates ( arg0 , arg1 ) ; } |
18,041 | getter for property metadata . concode_field_sep String name concode_elem_sep WebMetaData metaData concode_elem_sep DeploymentInfo warInfo concode_elem_sep ClassLoader classLoader concode_elem_sep Object data concode_elem_sep URL url concode_field_sep void setName concode_elem_sep void setMetaData concode_elem_sep URL ... | WebMetaData function ( ) { return metaData ; } |
18,042 | gets the message that users receiving the request will see . concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_sep String message concode_elem_sep String title concode_elem_sep Stri... | String function ( ) { return message ; } |
18,043 | gets a bit . concode_field_sep BinOp OR concode_elem_sep int offs[] concode_elem_sep long bits[] concode_elem_sep int LG_BITS concode_elem_sep BinOp AND concode_elem_sep int size concode_elem_sep BinOp XOR concode_elem_sep int BITS_M1 concode_elem_sep int BITS concode_field_sep long op concode_elem_sep long op concode_... | boolean function ( int arg0 ) { int loc0 = arg0 >> LG_BITS ; int loc1 = bsearch ( loc0 ) ; if ( loc1 >= size || offs [ loc1 ] != loc0 ) return false ; return 0 != ( bits [ loc1 ] & ( 1L << ( arg0 & BITS_M1 ) ) ) ; } |
18,044 | returns the aws region name to be used while computing the signature . concode_field_sep SignableRequest<?> request concode_elem_sep String formattedSigningDateTime concode_elem_sep String signingAlgorithm concode_elem_sep String scope concode_elem_sep String regionName concode_elem_sep String serviceName concode_elem_... | String function ( ) { return regionName ; } |
18,045 | implements exportedwindow #minimize . minimizes the wrapped window instance if it is a frame . concode_field_sep T window concode_field_sep void maximize concode_elem_sep void setVisible concode_elem_sep void bringToFront concode_elem_sep void setSize concode_elem_sep T getWindow concode_elem_sep void setLocation conco... | void function ( ) { Window loc0 = getWindow ( ) ; if ( loc0 instanceof Frame ) ( ( Frame ) loc0 ) . setExtendedState ( Frame . ICONIFIED ) ; } |
18,046 | gets the id . concode_field_sep Seat seat concode_elem_sep Integer price concode_elem_sep long serialVersionUID concode_elem_sep Show show concode_elem_sep String description concode_elem_sep Integer id concode_elem_sep List<TicketIdentifier> ticketIdentifiers concode_field_sep Show getShow concode_elem_sep void setTic... | Integer function ( ) { return id ; } |
18,047 | object can be compared by their unique id . concode_field_sep String ILLEGAL_ID concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep void setId concode_elem_sep String getId | boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; if ( ! ( arg0 instanceof TrelloModel ) ) return false ; TrelloModel loc0 = ( TrelloModel ) arg0 ; return ! id . equals ( ILLEGAL_ID ) && id . equals ( loc0 . id ) ; } |
18,048 | returns the hashcode for this object . concode_field_sep Locale locale concode_elem_sep String value concode_elem_sep long serialVersionUID concode_field_sep String getValue concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Locale getLocale | int function ( ) { return value . hashCode ( ) ^ locale . hashCode ( ) ; } |
18,049 | read a @linkplain taskid from a stream . @linkplain taskid has this rather than the usual constructor that takes a @linkplain streaminput so we can return the #empty_task_id without allocating . concode_field_sep long id concode_elem_sep String nodeId concode_elem_sep TaskId EMPTY_TASK_ID concode_field_sep void writeTo... | TaskId function ( StreamInput arg0 ) { String loc0 = arg0 . readString ( ) ; if ( loc0 . isEmpty ( ) ) { return EMPTY_TASK_ID ; } return new TaskId ( loc0 , arg0 . readLong ( ) ) ; } |
18,050 | two labels are considered equal when they have the same name and label text . concode_field_sep Date created concode_elem_sep String name concode_elem_sep Date modified concode_elem_sep Long id concode_elem_sep String label concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getLabel ... | boolean function ( Object arg0 ) { if ( arg0 == null || arg0 . getClass ( ) != getClass ( ) ) { return false ; } Label loc0 = ( Label ) arg0 ; return new EqualsBuilder ( ) . append ( this . getName ( ) , loc0 . getName ( ) ) . append ( this . getLabel ( ) , loc0 . getLabel ( ) ) . isEquals ( ) ; } |
18,051 | performs binary search algorithm looking for value in the sorted array and returns decoded index ofinsertion decoded index returned by arrays.binarysearch concode_field_sep ValueMetaInterface meta concode_elem_sep IndexedValue[] values concode_elem_sep int column concode_elem_sep int row concode_elem_sep ValueMetaInter... | int function ( IndexedValue arg0 ) { int loc0 = Arrays . binarySearch ( values , arg0 , createComparator ( ) ) ; return - ( loc0 + 1 ) ; } |
18,052 | whether this is the last part of a message sent as a series of partial messages . concode_field_sep boolean last concode_elem_sep T payload concode_field_sep T getPayload concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String toStringPayload | boolean function ( ) { return this . last ; } |
18,053 | get the table type , as a table directory value . concode_field_sep String[] psGlyphName concode_elem_sep int italicAngle concode_elem_sep int numGlyphs concode_elem_sep int isFixedPitch concode_elem_sep int maxMemType42 concode_elem_sep short underlinePosition concode_elem_sep int version concode_elem_sep int maxMemTy... | int function ( ) { return post ; } |
18,054 | returns true if the given option is present in this command-line . concode_field_sep Map<String,ParsedCommandLineOption> optionsByString concode_elem_sep Set<String> removedOptions concode_elem_sep Set<String> presentOptions concode_elem_sep List<String> extraArguments concode_field_sep List<String> getExtraArguments c... | boolean function ( String arg0 ) { arg0 ( arg0 ) ; return presentOptions . contains ( arg0 ) ; } |
18,055 | undefined point representation . concode_field_sep Comparator<Point> POLAR_ORDER concode_elem_sep int CIRCLE_DIAMETER concode_elem_sep double _x concode_elem_sep double _y concode_elem_sep Comparator<Point> Y_ORDER concode_field_sep Point rotate concode_elem_sep void setY concode_elem_sep int compare concode_elem_sep i... | Point function ( ) { return new Point ( Double . NaN , Double . NaN ) ; } |
18,056 | returns the id used by the client to authenticate itself when authentication is enabled . concode_field_sep TransportResponseHandler handler concode_elem_sep Logger logger concode_elem_sep String clientId concode_elem_sep boolean timedOut concode_elem_sep Channel channel concode_field_sep boolean isActive concode_elem_... | String function ( ) { return clientId ; } |
18,057 | get the stringmanager for a particular package . if a manager for a package already exists , it will be reused , else a new stringmanager will be created and returned . concode_field_sep Map<String,Map<Locale,StringManager>> managers concode_elem_sep Locale locale concode_elem_sep int LOCALE_CACHE_SIZE concode_elem_sep... | StringManager function ( String arg0 ) { return getManager ( arg0 , Locale . getDefault ( ) ) ; } |
18,058 | checks if this itemset is lexically smaller than a given itemset of the same size . concode_field_sep double expectedsupport concode_elem_sep List<ItemUApriori> items concode_field_sep void printWithoutSupport concode_elem_sep double getExpectedSupport concode_elem_sep ItemsetUApriori cloneItemSetMinusOneItem concode_e... | boolean function ( ItemsetUApriori arg0 ) { for ( int loc0 = 0 ; loc0 < items . size ( ) ; loc0 ++ ) { if ( items . get ( loc0 ) . getId ( ) > arg0 . items . get ( loc0 ) . getId ( ) ) { return false ; } else if ( items . get ( loc0 ) . getId ( ) < arg0 . items . get ( loc0 ) . getId ( ) ) { return true ; } } return tr... |
18,059 | compute the standard deviation of the representative points for the given cluster . store these in stdevs , indexed by ci concode_field_sep DistanceMeasure measure concode_elem_sep Map<Integer,Double> stDevs concode_elem_sep Map<Integer,Map<Integer,Double>> minimumDistances concode_elem_sep Double interClusterDensity c... | void function ( int arg0 ) { List < VectorWritable > loc0 = representativePoints . get ( arg0 ) ; GaussianAccumulator loc1 = new OnlineGaussianAccumulator ( ) ; for ( VectorWritable loc2 : loc0 ) { loc1 . observe ( loc2 . get ( ) , 1.0 ) ; } loc1 . compute ( ) ; double loc3 = loc1 . getAverageStd ( ) ; stDevs . put ( a... |
18,060 | deserializes this metacardtypeimpl instance . concode_field_sep String name concode_elem_sep long serialVersionUID concode_elem_sep Set<AttributeDescriptor> descriptors concode_field_sep String getName concode_elem_sep void writeObject concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Set<A... | void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; int loc0 = arg0 . readInt ( ) ; descriptors = new HashSet < AttributeDescriptor > ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { descriptors . add ( ( AttributeDescriptor ) arg0 . readObject ( ) ) ; } } |
18,061 | gets the imagesize value for this widgetnetworkconfig . concode_field_sep java.lang.String imageUrl concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean active concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String staticDataURL concode_elem_sep double imageSize concode_elem_sep or... | double function ( ) { return imageSize ; } |
18,062 | start queuing concode_field_sep boolean inAdd concode_elem_sep long removeWaitTimeout concode_elem_sep boolean checkLock concode_elem_sep long addWaitTimeout concode_elem_sep boolean enabled concode_elem_sep boolean timeWait concode_elem_sep SingleRemoveSynchronizedAddLock lock concode_elem_sep int size concode_elem_se... | void function ( ) { setEnabled ( true ) ; } |
18,063 | updates the name of the model concode_field_sep String qualifiedType concode_elem_sep Map<String,ModelProperty> properties concode_elem_sep String baseModel concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep ResolvedType modelType concode_elem_sep List<String> s... | ModelBuilder function ( String arg0 ) { this . name = defaultIfAbsent ( arg0 , this . name ) ; return this ; } |
18,064 | returns the dialect . concode_field_sep StringBuilder buf concode_elem_sep SqlDialect dialect concode_field_sep String getSql concode_elem_sep SqlBuilder identifier concode_elem_sep SqlBuilder identifier concode_elem_sep SqlBuilder identifier concode_elem_sep String getSqlAndClear concode_elem_sep int length concode_el... | SqlDialect function ( ) { return dialect ; } |
18,065 | indicates if shutdown is in progress or not . concode_field_sep Runnable hook concode_elem_sep AtomicBoolean shutdownInProgress concode_elem_sep ShutdownHookManager MGR concode_elem_sep Log LOG concode_elem_sep int priority concode_elem_sep Set<HookEntry> hooks concode_field_sep boolean hasShutdownHook concode_elem_sep... | boolean function ( ) { return MGR . isShutdownInProgressInternal ( ) ; } |
18,066 | if true , it allows multiple - keys and converts them to a list . e.g. - p v1 - p v2 = > `` p '' : `` v1 '' , `` v2 '' default is false . if false , it simply overwrites the value for the key . concode_field_sep String[] args concode_elem_sep boolean multipleKeyAsList concode_field_sep void mapFromArg concode_elem_sep ... | void function ( boolean arg0 ) { this . multipleKeyAsList = arg0 ; } |
18,067 | returns the formatted resource string associated with the given key in the resource bundle . messageformat is used to format the message . if there is n't any value under the given key , the key is returned . concode_field_sep ResourceBundle RESOURCE_BUNDLE concode_elem_sep String BUNDLE_NAME concode_field_sep String g... | String function ( String arg0 , Object arg1 ) { return getFormattedString ( arg0 , new Object [ ] { arg1 } ) ; } |
18,068 | returns the modified date of this release . concode_field_sep Release _release concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildNumber concode_elem_sep boolean isEscapedModel concode_elem_sep... | Date function ( ) { return _release . getModifiedDate ( ) ; } |
18,069 | creates a new secretkeyfactory instance for the specified keyalgorithm from the specified provider . concode_field_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep SecretKeyFactorySpi spiImpl concode_elem_sep String algorithm concode_field_sep SecretKey translateKey concode_elem_sep KeySpec getKeyS... | SecretKeyFactory function ( String arg0 , Provider arg1 ) { if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg0 == null ) { throw new NullPointerException ( ) ; } Object loc0 = ENGINE . getInstance ( arg0 , arg1 , null ) ; return new SecretKeyFactory ( ( SecretKeyFactorySpi ) loc0 ... |
18,070 | sets the value of the availablelinesinfo property . concode_field_sep LineDeposit lineDeposits concode_elem_sep LinesDepositInfo availableLinesInfo concode_elem_sep long serialVersionUID concode_elem_sep BillingAccountTypeEnum billingAccountType concode_elem_sep String ban concode_elem_sep BigDecimal applicationFee con... | void function ( LinesDepositInfo arg0 ) { this . availableLinesInfo = arg0 ; } |
18,071 | sets the limit on the number of results to be returned . user no_result_limit if you do n't want to limit the results returned . concode_field_sep int NO_RESULT_LIMIT concode_elem_sep int startIndex concode_elem_sep int numResults concode_field_sep Iterator<E> filter concode_elem_sep int getStartIndex concode_elem_sep ... | void function ( int arg0 ) { if ( arg0 != NO_RESULT_LIMIT && arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . numResults = arg0 ; } |
18,072 | generates iframe markup with the specified source as the url to the iframe content . modifies the source path by prepending the source code loading servlet path . concode_field_sep String IFRAME_SUFFIX concode_elem_sep String IFRAME_PREFIX concode_elem_sep String SOURCE_CODE_ULR concode_field_sep String getContextPathS... | String function ( String arg0 ) { return generateIFrameWithContextPath ( SOURCE_CODE_ULR + arg0 ) ; } |
18,073 | schedules execution of a heartbeat for the given thread . concode_field_sep Lock sLock concode_elem_sep Condition sCondition concode_elem_sep Map<String,ScheduledTimer> sTimers concode_field_sep void removeTimer concode_elem_sep void addTimer concode_elem_sep void await concode_elem_sep void await concode_elem_sep void... | void function ( String arg0 ) { try ( LockResource loc0 = new LockResource ( sLock ) ) { ScheduledTimer loc1 = sTimers . get ( arg0 ) ; if ( loc1 == null ) { throw new RuntimeException ( "srini_string" + arg0 + "srini_string" ) ; } loc1 . schedule ( ) ; } } |
18,074 | get the walk speed of player . concode_field_sep float walkSpeed concode_elem_sep int level concode_elem_sep String displayName concode_elem_sep int totalExperience concode_elem_sep String name concode_elem_sep double health concode_elem_sep LocationData location concode_elem_sep float experience concode_elem_sep Strin... | float function ( ) { return walkSpeed ; } |
18,075 | returns the next socket address to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns con... | InetSocketAddress function ( ) { InetSocketAddress loc0 = new InetSocketAddress ( socketAddresses [ nextSocketAddressIndex ++ ] , socketPort ) ; if ( nextSocketAddressIndex == socketAddresses . length ) { socketAddresses = null ; nextSocketAddressIndex = 0 ; } return loc0 ; } |
18,076 | this method was generated by mybatis generator . this method sets the value of the database column boss_debts_record . user_id concode_field_sep BigDecimal debtsCosts concode_elem_sep Date createdTime concode_elem_sep long serialVersionUID concode_elem_sep Date paymentDate concode_elem_sep String userId concode_elem_se... | void function ( String arg0 ) { this . userId = arg0 == null ? null : arg0 . trim ( ) ; } |
18,077 | auto generated getter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.CreateRouteType localCreateRoute concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void writ... | com . amazon . ec2 . CreateRouteType function ( ) { return localCreateRoute ; } |
18,078 | get the alarm level of the alarm . concode_field_sep String alarmType concode_elem_sep String instanceID concode_elem_sep NotificationSource notificationSource concode_elem_sep AlarmLevel level concode_elem_sep String alarmID concode_elem_sep Throwable cause concode_elem_sep Object vendorData concode_elem_sep boolean v... | AlarmLevel function ( ) { return level ; } |
18,079 | builds a new configcontext instance based on defaults andenvironment variables . concode_field_sep String BR concode_elem_sep String INDENT concode_field_sep String generateKey concode_elem_sep String help concode_elem_sep String dumpConfig concode_elem_sep String validateKey concode_elem_sep void main concode_elem_sep... | ConfigContext function ( ) { return new ChainedConfigContext ( new DefaultsConfigContext ( ) , new EnvVarConfigContext ( ) , new MapConfigContext ( System . getProperties ( ) ) ) ; } |
18,080 | the list of validation config locations to be added to the validator factory . concode_field_sep List validationConfigLocations concode_elem_sep String validatorFactoryBeanName concode_field_sep void setValidatorFactoryBeanName concode_elem_sep void postProcessBeanFactory | void function ( List arg0 ) { this . validationConfigLocations = arg0 ; } |
18,081 | get all children of the instance . concode_field_sep long serialVersionUID concode_elem_sep List<OrphanFrame> children concode_elem_sep TransformProvider provider concode_elem_sep boolean pseudoInertial concode_elem_sep String name concode_elem_sep OrphanFrame orphanParent concode_elem_sep Frame frame concode_field_sep... | List < OrphanFrame > function ( ) { return Collections . unmodifiableList ( children ) ; } |
18,082 | sets the value of the return property . concode_field_sep String _return concode_field_sep String getReturn | void function ( String arg0 ) { this . _return = arg0 ; } |
18,083 | sets the value of the txntm property . concode_field_sep InstrumentExtensionBlockT instrmtExt concode_elem_sep String txt concode_elem_sep String encTxt concode_elem_sep SecurityUpdateActionEnumT listUpdActn concode_elem_sep String ccy concode_elem_sep XMLGregorianCalendar txnTm concode_elem_sep SecondaryPriceLimitsBlo... | void function ( XMLGregorianCalendar arg0 ) { this . txnTm = arg0 ; } |
18,084 | dummy business method that will fail unless the factory managed the bean 's lifecycle correctly concode_field_sep boolean inited concode_field_sep void afterPropertiesSet | void function ( ) { if ( ! this . inited ) throw new RuntimeException ( "srini_string" ) ; } |
18,085 | whether color can be overridden concode_field_sep Boolean overrideColor concode_elem_sep Boolean bold concode_elem_sep String name concode_elem_sep Boolean overrideBold concode_elem_sep Boolean overrideItalic concode_elem_sep Boolean italic concode_elem_sep Priority priority concode_elem_sep RGB color concode_elem_sep ... | Boolean function ( ) { if ( overrideColor == null ) { return evaluator . isColorOverrideableByDefault ( ) ; } return overrideColor ; } |
18,086 | get the line number of the first line . concode_field_sep SortedMap<Integer,Integer> lines concode_field_sep void addLineAndCol concode_elem_sep int lastLine concode_elem_sep Integer getStartColumn concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep int firstLineCol | int function ( ) { return lines . firstKey ( ) ; } |
18,087 | get named request map object value from request map . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute c... | Object function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestMap ( ) . get ( arg0 ) ; } |
18,088 | documentme concode_field_sep long channelsCreated concode_elem_sep long messagesSent concode_elem_sep long runQueueEntries concode_elem_sep long messagesRcvd concode_elem_sep long numReductionsComm concode_elem_sep long invocations concode_elem_sep long totalClientTimeMs concode_elem_sep long numContinuations concode_e... | double function ( ) { return ( double ) totalClientTimeMs / ( double ) numCycles ; } |
18,089 | returns the encrypted value corresponding to the given alias name concode_field_sep org.apache.synapse.MessageContext synCtx concode_elem_sep Log log concode_elem_sep CipherInitializer ciperInitializer concode_elem_sep RegistrySecretRepository parentRepository concode_field_sep String getSecret concode_elem_sep void se... | String function ( String arg0 ) { return parentRepository . getEncryptedData ( arg0 ) ; } |
18,090 | true if addcommunicationtocase succeeds . otherwise , returns an error . concode_field_sep Boolean result concode_field_sep void setResult concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AddCommunicationToCaseResult clone concode_elem_sep String toString concode_elem_sep AddCommunicationT... | Boolean function ( ) { return this . result ; } |
18,091 | add jsf to the webarchive for support of plain servlet containers tomcat , jetty , etc. . concode_field_sep Boolean debug concode_elem_sep Boolean servletContainerSetup concode_elem_sep String containerHome concode_elem_sep String jsfImplementation concode_elem_sep String containerConfiguration concode_elem_sep String ... | boolean function ( ) { return servletContainerSetup ; } |
18,092 | sets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String language concode_elem_sep String type concode_elem_sep String title concode_elem_sep String script concode_elem_sep NameTypeAttribute n... | void function ( String arg0 ) { show = arg0 ; } |
18,093 | returns the targetted attributes . the array may be empty . concode_field_sep int hashCode concode_elem_sep String[] attributes concode_elem_sep String type concode_field_sep String getType concode_elem_sep int hashCode concode_elem_sep MarkerQueryResult performQuery concode_elem_sep boolean equals concode_elem_sep voi... | String [ ] function ( ) { return attributes ; } |
18,094 | when jobinfo and taskinfo are not set , use the default value . concode_field_sep TaskInfo taskInfo concode_elem_sep GpConfig gpConfig concode_elem_sep JobInfo jobInfo concode_field_sep void testUserWithCustomValue concode_elem_sep void testJobInfoTaskName concode_elem_sep void testJobInfoLsidNoVersion concode_elem_sep... | void function ( ) { GpContext loc0 = GpContext . getContextForUser ( "srini_string" ) ; loc0 . setJobInfo ( null ) ; doTest ( loc0 , "srini_string" ) ; } |
18,095 | sets the internal state to the given memory segment and the given position within the segment . concode_field_sep int headerLength concode_elem_sep int segmentSize concode_elem_sep MemorySegment currentSegment concode_elem_sep int positionInSegment concode_elem_sep byte[] utfBuffer concode_field_sep void writeInt conco... | void function ( MemorySegment arg0 , int arg1 ) { this . currentSegment = arg0 ; this . positionInSegment = arg1 ; } |
18,096 | removes the counter with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep CounterPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Counter> findWithDynamicQuery concode_el... | Counter function ( java . lang . String arg0 ) { return getPersistence ( ) . remove ( arg0 ) ; } |
18,097 | sets the relationship constraint for this relationship type . concode_field_sep String NOT_A_RELATIONSHIP concode_elem_sep RelationshipConstraint relConstraints concode_elem_sep RoleConstraint[] roleConstraints concode_elem_sep EntityMatcher[] entityMatchers concode_elem_sep Hashtable<String,Integer> indexes concode_el... | void function ( RelationshipConstraint arg0 ) { relConstraints = arg0 ; } |
18,098 | sets the value of the conversionoptimizermode property . concode_field_sep ConversionDeduplicationMode conversionOptimizerMode concode_field_sep ConversionDeduplicationMode getConversionOptimizerMode | void function ( ConversionDeduplicationMode arg0 ) { this . conversionOptimizerMode = arg0 ; } |
18,099 | verify that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization2 concode_elem_sep void testCloning concode_elem_sep void testFindDomainBounds concode_elem_sep void testFindRangeBounds concode_elem_sep void testCloning2 concode_elem_sep void testSeri... | void function ( ) { XYErrorRenderer loc0 = new XYErrorRenderer ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.