idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
14,100
removes from the underlying collection the last element returned by this iterator optional operation . this method can be called only once per call to #next . the behavior of an iterator is unspecified if the underlying collection is modified while the iteration is in progress in any way other than by calling this meth...
void function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
14,101
get the jndiname . concode_field_sep ConcurrentHashMap<String,String> configProperties concode_elem_sep long serialVersionUID concode_elem_sep String className concode_elem_sep Boolean useJavaContext concode_elem_sep Boolean enabled concode_elem_sep String jndiName concode_elem_sep String poolName concode_field_sep Str...
String function ( ) { return jndiName ; }
14,102
this method was generated by mybatis generator . this method sets the value of the database column actanc.upddat concode_field_sep String iclcde concode_elem_sep String recsts concode_elem_sep String cfbcd3 concode_elem_sep String cfbcd2 concode_elem_sep String cfbcd1 concode_elem_sep String cdflag concode_elem_sep Str...
void function ( Date arg0 ) { this . upddat = arg0 ; }
14,103
prints the chorus of the song concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep void verse
void function ( ) { System . out . print ( "srini_string" + "srini_string" + "srini_string" ) ; }
14,104
copies the archiveentry to the output stream concode_field_sep Set changes concode_field_sep boolean isDeletedLater concode_elem_sep ChangeSetResults perform
void function ( InputStream arg0 , ArchiveOutputStream arg1 , ArchiveEntry arg2 ) { arg1 . putArchiveEntry ( arg2 ) ; IOUtils . copy ( arg0 , arg1 ) ; arg1 . closeArchiveEntry ( ) ; }
14,105
returns the number of rows matching the dynamic query . concode_field_sep OrgLaborLocalService _service concode_field_sep com.liferay.portal.model.OrgLabor getOrgLabor concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.portal.model.OrgLabor f...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
14,106
translates null or zero length value for address key to the special value serverconstants.sc _ default_address which causes serversockets to be constructed without specifying an inetaddress . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDe...
void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } String loc0 = arg0 . getProperty ( ServerProperties . sc_key_address ) ; if ( StringUtil . isEmpty ( loc0 ) ) { arg0 . setProperty ( ServerProperties . sc_key_address , SC_DEFAULT_ADDRESS ) ; } }
14,107
validates longitude value is within standard + / -180 coordinate bounds concode_field_sep double MIN_LAT_RADIANS concode_elem_sep double EARTH_MEAN_RADIUS_METERS concode_elem_sep double MAX_LON_INCL concode_elem_sep double MIN_LAT_INCL concode_elem_sep double MAX_LON_RADIANS concode_elem_sep double MAX_LAT_RADIANS conc...
void function ( double arg0 ) { if ( Double . isNaN ( arg0 ) || arg0 < MIN_LON_INCL || arg0 > MAX_LON_INCL ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" + MIN_LON_INCL + "srini_string" + MAX_LON_INCL ) ; } }
14,108
returns the company id of this account . concode_field_sep Account _account concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_s...
long function ( ) { return _account . getCompanyId ( ) ; }
14,109
iterator to the cache entries concode_field_sep int xid concode_elem_sep InetAddress clientId concode_elem_sep RpcResponse response concode_elem_sep String program concode_elem_sep Map<ClientRequest,CacheEntry> map concode_field_sep String getProgram concode_elem_sep InetAddress getClientId concode_elem_sep int size co...
Iterator < Entry < ClientRequest , CacheEntry >> function ( ) { return map . entrySet ( ) . iterator ( ) ; }
14,110
deserializes and decompresses the given object . concode_field_sep Random random concode_elem_sep int DEFAULT_INITIAL_SIZE concode_elem_sep BitSet objects concode_elem_sep int firstObjectNo concode_elem_sep int stripeWidth concode_field_sep boolean add concode_elem_sep boolean isEmpty concode_elem_sep void clear concod...
BitSet function ( byte [ ] arg0 ) { ByteArrayInputStream loc0 = new ByteArrayInputStream ( arg0 ) ; InflaterInputStream loc1 = new InflaterInputStream ( loc0 ) ; ObjectInputStream loc2 = new ObjectInputStream ( loc1 ) ; Object loc3 = loc2 . readObject ( ) ; loc2 . close ( ) ; loc0 . close ( ) ; return ( BitSet ) loc3 ;...
14,111
to know whether the gateway inuse concode_field_sep GSMServiceRepository me concode_elem_sep Map<String,Service> serviceRepo concode_field_sep void removeService concode_elem_sep GSMServiceRepository getInstence concode_elem_sep void addService concode_elem_sep Service getService
boolean function ( String arg0 ) { return serviceRepo . containsKey ( arg0 ) ; }
14,112
when a tcp connection is lost , reconnect to the server with reconnect . concode_field_sep StringBuffer _myStringBuffer concode_elem_sep int MODE_STREAM concode_elem_sep Thread _myThread concode_elem_sep int MODE_TERMINATED concode_elem_sep byte[] _myBytes concode_elem_sep PrintWriter _myOutput concode_elem_sep char TE...
void function ( ) { try { Thread . sleep ( 1000 ) ; } catch ( final Exception loc0 ) { } startSocket ( ) ; }
14,113
checks to see if back navigation is possible . concode_field_sep Destination DESTINATION_HOME concode_elem_sep ExampleImpl selectedExample concode_elem_sep Stack<String> history concode_elem_sep String selectedPanel concode_elem_sep Destination selectedDestination concode_elem_sep String BEAN_NAME concode_field_sep Des...
boolean function ( ) { return ! history . isEmpty ( ) ; }
14,114
drop the current connection , resulting in a create-drop clean database next time . this is mainly used for junit testing since one test should not influence the other concode_field_sep SessionFactory sessionFactory concode_field_sep SessionFactory getSessionFactory
void function ( ) { getSessionFactory ( ) . close ( ) ; sessionFactory = null ; }
14,115
private methods concode_field_sep Graph _graph concode_elem_sep StreetEdge e1Reverse concode_elem_sep double turnCostSecs concode_elem_sep IntersectionVertex v1 concode_elem_sep IntersectionVertex v2 concode_elem_sep StreetEdge e1 concode_elem_sep IntersectionVertex v3 concode_elem_sep StreetEdge e2 concode_elem_sep In...
IntersectionVertex function ( String arg0 , double arg1 , double arg2 ) { IntersectionVertex loc0 = new IntersectionVertex ( _graph , arg0 , arg1 , arg2 ) ; return loc0 ; }
14,116
returns a new glyphvector object created with the specified array of characters and the specified fontrendercontext . concode_field_sep float size concode_elem_sep Map fontCache concode_elem_sep float scale concode_elem_sep Font awtFont concode_elem_sep float FONT_SIZE concode_field_sep int canDisplayUpTo concode_elem_...
GVTGlyphVector function ( FontRenderContext arg0 , char [ ] arg1 ) { StringCharacterIterator loc0 = new StringCharacterIterator ( new String ( arg1 ) ) ; GlyphVector loc1 = awtFont . createGlyphVector ( arg0 , arg1 ) ; return new AWTGVTGlyphVector ( loc1 , this , scale , loc0 ) ; }
14,117
write script markup and script code in one method call . concode_field_sep UIComponent component concode_elem_sep ResponseWriter writer concode_field_sep void writeScriptEnd concode_elem_sep void startScript concode_elem_sep void endScript concode_elem_sep void write concode_elem_sep void write concode_elem_sep void wr...
void function ( FacesContext arg0 , final UIComponent arg1 , String arg2 , String arg3 ) { ResponseWriter loc0 = arg0 . getResponseWriter ( ) ; writeScriptStart ( loc0 , arg1 , arg3 ) ; loc0 . write ( arg2 ) ; writeScriptEnd ( loc0 ) ; }
14,118
get threaddata by its id concode_field_sep int diskAccessNum concode_elem_sep List<ThreadData> threadList concode_field_sep void updateDiskEnergy concode_elem_sep Map<Long,Long> calculateCPUTimeByID concode_elem_sep void calculateDiskAccessNum concode_elem_sep void updateCPUEnergy
ThreadData function ( Long arg0 ) { for ( ThreadData loc0 : this . threadList ) { if ( loc0 . arg0 . equals ( arg0 ) ) return loc0 ; } return null ; }
14,119
reports whether a multilinestring geometry is simple . concode_field_sep Coordinate nonSimpleLocation concode_elem_sep Coordinate pt concode_elem_sep boolean isClosed concode_elem_sep int degree concode_elem_sep boolean isClosedEndpointsInInterior concode_elem_sep Geometry inputGeom concode_field_sep boolean isSimpleMu...
boolean function ( MultiLineString arg0 ) { return isSimpleLinearGeometry ( arg0 ) ; }
14,120
allows to set an user-specified instance of eventbus e.g. asynceventbus concode_field_sep Logger LOGGER concode_elem_sep Library dll concode_elem_sep EventBus eventBus concode_field_sep DirectOutputBuilder library concode_elem_sep DirectOutputBuilder eventBus concode_elem_sep DirectOutput build concode_elem_sep DirectO...
DirectOutputBuilder function ( EventBus arg0 ) { this . eventBus = arg0 ; return this ; }
14,121
sets the attribute sname . concode_field_sep byte[] data concode_elem_sep boolean isFile concode_elem_sep String sName concode_elem_sep String sPropValue concode_elem_sep int id concode_elem_sep String sFullPath concode_elem_sep Timestamp modification concode_elem_sep int parentId concode_field_sep String getName conco...
void function ( String arg0 ) { sName = arg0 ; }
14,122
turn on / off showing of inherited methods concode_field_sep Object[] NO_ELEMENTS concode_elem_sep TableViewer fViewer concode_elem_sep boolean fShowInheritedMethods concode_elem_sep TypeHierarchyLifeCycle fHierarchyLifeCycle concode_field_sep boolean providesWorkingCopies concode_elem_sep void addAll concode_elem_sep ...
void function ( boolean arg0 ) { if ( arg0 != fShowInheritedMethods ) { fShowInheritedMethods = arg0 ; if ( fViewer != null ) { fViewer . refresh ( ) ; } } }
14,123
set the value of this argument . concode_field_sep boolean m_isFromWithParam concode_elem_sep boolean m_isVisible concode_elem_sep XObject m_val concode_elem_sep QName m_qname concode_elem_sep String m_expression concode_field_sep String getExpression concode_elem_sep void setIsVisible concode_elem_sep void setQName co...
void function ( XObject arg0 ) { m_val = arg0 ; }
14,124
parses out a token until any of the given terminators is encountered . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_elem_sep void setLowerCaseNames concod...
String function ( final char [ ] arg0 ) { char loc0 ; i1 = pos ; i2 = pos ; while ( hasChar ( ) ) { loc0 = chars [ pos ] ; if ( isOneOf ( loc0 , arg0 ) ) { break ; } i2 ++ ; pos ++ ; } return getToken ( false ) ; }
14,125
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" ) ; }
14,126
method gettime . concode_field_sep String _name concode_elem_sep List<Time> _timeList concode_elem_sep String _type concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void addTime concode_elem_sep void addTime concode_elem_sep boolean isValid concode_e...
Time function ( final int arg0 ) { if ( arg0 < 0 || arg0 >= this . _timeList . size ( ) ) { throw new IndexOutOfBoundsException ( "srini_string" + arg0 + "srini_string" + ( this . _timeList . size ( ) - 1 ) + "srini_string" ) ; } return _timeList . get ( arg0 ) ; }
14,127
inserts '' , '' between the thousands concode_field_sep PlaceHolder placeHolder concode_field_sep String toBandmapFreq concode_elem_sep String toHexString concode_elem_sep String toShortCallsign concode_elem_sep String getStack concode_elem_sep String leadingZerosToT concode_elem_sep String toIncomingQsoFreq
String function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; int loc1 = 0 ; for ( int loc2 = arg0 . length ( ) - 1 ; loc2 >= 0 ; loc2 -- ) { loc1 ++ ; loc0 . append ( arg0 . charAt ( loc2 ) ) ; if ( loc1 == 3 && loc2 != 0 ) { loc0 . append ( "srini_string" ) ; loc1 = 0 ; } } loc0 . reverse ( ) ; retur...
14,128
copies bytes to a byte . concode_field_sep int hash concode_elem_sep byte[] bytes concode_elem_sep ByteStringMicro EMPTY concode_field_sep void copyTo concode_elem_sep void copyTo concode_elem_sep byte byteAt concode_elem_sep ByteStringMicro copyFromUtf8 concode_elem_sep int size concode_elem_sep int hashCode concode_e...
byte [ ] function ( ) { final int loc0 = bytes . length ; final byte [ ] loc1 = new byte [ loc0 ] ; System . arraycopy ( bytes , 0 , loc1 , 0 , loc0 ) ; return loc1 ; }
14,129
returns true if the volume is emulated . concode_field_sep boolean mPrimary concode_elem_sep String mUuid concode_elem_sep long mMaxFileSize concode_elem_sep String mUserLabel concode_elem_sep String EXTRA_STORAGE_VOLUME concode_elem_sep boolean mAllowMassStorage concode_elem_sep Creator<StorageVolume> CREATOR concode_...
boolean function ( ) { return mEmulated ; }
14,130
gets the value of the validities property . concode_field_sep List<SphereType> spheres concode_elem_sep List<IdentityType> identities concode_elem_sep List<ValidityType> validities concode_elem_sep List<Element> any concode_field_sep List<SphereType> getSpheres concode_elem_sep List<IdentityType> getIdentities concode_...
List < ValidityType > function ( ) { if ( this . validities == null ) { this . validities = new ArrayList < ValidityType > ( ) ; } return validities ; }
14,131
get the abbreviation for this bug code . concode_field_sep int cweid concode_elem_sep String description concode_elem_sep String abbrev concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep String getDescription concode_elem_sep i...
String function ( ) { return abbrev ; }
14,132
returns the scene type . note : the valid scene types can be found at scenetypes . concode_field_sep boolean active concode_elem_sep String INTERNAL_SCENE_ID concode_elem_sep List<Device> devices concode_elem_sep Short SCENE_ID concode_elem_sep String SceneName concode_elem_sep Integer ZONE_ID concode_elem_sep SceneSta...
String function ( ) { return this . sceneType ; }
14,133
returns a clone of the object . concode_field_sep long serialVersionUID concode_elem_sep double top concode_elem_sep double left concode_elem_sep double bottom concode_elem_sep double right concode_field_sep void add concode_elem_sep double getBottom concode_elem_sep void setLeft concode_elem_sep Rectangle2D shrink con...
Object function ( ) { return super . clone ( ) ; }
14,134
rsfork can route by the accept header . concode_field_sep PlaceHolder placeHolder concode_field_sep void negotiatesContent concode_elem_sep void negotiatesContentWithoutAccept
void function ( ) { final Request loc0 = new RqFake ( Arrays . asList ( "srini_string" , "srini_string" ) , "srini_string" ) ; MatcherAssert . assertThat ( new RsPrint ( new RsFork ( loc0 , new FkTypes ( "srini_string" , new RsText ( "srini_string" ) ) ) ) . printBody ( ) , Matchers . endsWith ( "srini_string" ) ) ; }
14,135
returns a string representing the object . concode_field_sep AreaRendererEndType TRUNCATE concode_elem_sep AreaRendererEndType TAPER concode_elem_sep String name concode_elem_sep AreaRendererEndType LEVEL concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep boolean equals
String function ( ) { return this . name ; }
14,136
sets the first name for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode_ele...
void function ( String arg0 ) { this . firstName = arg0 ; }
14,137
utility method for generating random double values in the range specified by the low and high attributes . used during the storeiventory initialization . concode_field_sep Random random concode_elem_sep RandomNumberGenerator randomNumberGenerator concode_field_sep int getRandomInteger concode_elem_sep void main concode...
double function ( double arg0 , double arg1 ) { double loc0 = random . nextDouble ( ) ; double loc1 = loc0 * ( arg1 - arg0 ) ; return loc1 + arg0 ; }
14,138
attempts to cancel the specified scheduledtask . concode_field_sep Cache<K,CancellableTask<K,T>> cancellableTaskMap concode_elem_sep boolean isStarted concode_field_sep Iterable<T> getScheduledTasks concode_elem_sep void closeImpl concode_elem_sep void schedule concode_elem_sep void startImpl concode_elem_sep Optional<...
boolean function ( T arg0 ) { CancellableTask < K , T > loc0 = this . cancellableTaskMap . getIfPresent ( arg0 . getKey ( ) ) ; if ( loc0 != null && loc0 . getScheduledTask ( ) == arg0 && loc0 . cancel ( ) ) { this . cancellableTaskMap . invalidate ( arg0 . getKey ( ) ) ; return true ; } return false ; }
14,139
event handler for the center border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRe...
void function ( ValueChangeEvent arg0 ) { setRenderCenter ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; }
14,140
test 4 tests the getvalue method if it can return a float value . concode_field_sep float getTypeNumberValue concode_elem_sep Entry en concode_elem_sep float delta concode_elem_sep float getWrongTypeValue concode_elem_sep float getValueValue concode_elem_sep float getValueV2Value concode_field_sep void getTypeString co...
void function ( ) { en = new Entry ( getValueValue ) ; assertEquals ( "srini_string" , getValueValue , en . getValue ( ) , delta ) ; }
14,141
increments the counter associated with ` term ` . concode_field_sep Map<String,Double> tfMap concode_elem_sep Set<String> stopWords concode_elem_sep String label concode_elem_sep Map<String,Integer> map concode_field_sep void processElements concode_elem_sep String getLabel concode_elem_sep double getTF concode_elem_se...
void function ( String arg0 ) { put ( arg0 , get ( arg0 ) + 1 ) ; }
14,142
transforms the specified screen coordinate to world coordinates . concode_field_sep Vector3 tmp concode_elem_sep float worldWidth concode_elem_sep int screenWidth concode_elem_sep float worldHeight concode_elem_sep int screenHeight concode_elem_sep Camera camera concode_elem_sep int screenX concode_elem_sep int screenY...
Vector2 function ( Vector2 arg0 ) { tmp . set ( arg0 . x , arg0 . y , 1 ) ; camera . unproject ( tmp , screenX , screenY , screenWidth , screenHeight ) ; arg0 . set ( tmp . x , tmp . y ) ; return arg0 ; }
14,143
encodes the specified bytes using the base64 encoding . concode_field_sep byte[] BASE64_FOR_URL_ALPHABET_ARRAY concode_elem_sep byte[] BASE64_ALPHABET_ARRAY concode_elem_sep byte PAD concode_field_sep byte[] encodeForURL
byte [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , BASE64_ALPHABET_ARRAY , true ) ; }
14,144
sets the value of the version property . concode_field_sep String extender concode_elem_sep String extenderID concode_elem_sep List<Object> elements concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep String version concode_elem_sep String uuid concode_elem_sep Object...
void function ( final String arg0 ) { this . version = arg0 ; }
14,145
returns the minimum value in the subarray a lo . . hi , + infinity if no such value . concode_field_sep PlaceHolder placeHolder concode_field_sep double stddevp concode_elem_sep double stddevp concode_elem_sep double max concode_elem_sep double max concode_elem_sep int max concode_elem_sep double mean concode_elem_sep ...
double function ( double [ ] arg0 , int arg1 , int arg2 ) { if ( arg1 < 0 || arg2 >= arg0 . length || arg1 > arg2 ) throw new RuntimeException ( "srini_string" ) ; double loc0 = Double . POSITIVE_INFINITY ; for ( int loc1 = arg1 ; loc1 <= arg2 ; loc1 ++ ) { if ( Double . isNaN ( arg0 [ loc1 ] ) ) return Double . NaN ; ...
14,146
roll the days forward or backward . concode_field_sep long MINUTE_MILLIS concode_elem_sep long DAY_MILLIS concode_elem_sep long HOUR_MILLIS concode_elem_sep long YEAR_MILLIS concode_elem_sep long SECOND_MILLIS concode_field_sep java.util.Date convertJBODateToUtilDate concode_elem_sep java.util.Date rollDate concode_ele...
java . util . Date function ( java . util . Date arg0 , int arg1 ) { return rollDate ( arg0 , Calendar . MONTH , arg1 ) ; }
14,147
read a number of bytes from the given stream into a string using an initial buffer size . concode_field_sep int DEF_BUF_SIZE concode_field_sep byte[] readStreamIntoBytes concode_elem_sep byte[] readStreamIntoBytes concode_elem_sep byte[] readStreamIntoBytes concode_elem_sep void skipInStream concode_elem_sep void copyS...
String function ( InputStream arg0 , int arg1 , int arg2 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( arg1 ) ; readStream ( arg0 , loc0 , arg1 , arg2 ) ; return loc0 . toString ( ) ; }
14,148
returns the station name . concode_field_sep Double latitude concode_elem_sep String name concode_elem_sep String id concode_elem_sep Double longitude concode_field_sep void setName concode_elem_sep void setLatitude concode_elem_sep Double getLongitude concode_elem_sep Double getLatitude concode_elem_sep void setId con...
String function ( ) { return name ; }
14,149
retrieves the designated column 's sql type . concode_field_sep Connection m_conn concode_field_sep String getSchemaName concode_elem_sep boolean isSigned concode_elem_sep String getCatalogName concode_elem_sep String getColumnLabel concode_elem_sep String getColumnName concode_elem_sep String getColumnTypeName concode...
int function ( int arg0 ) { checkColumnIndex ( arg0 ) ; return ( ( SPIConnection ) getDefaultConnection ( ) ) . getSQLType ( getOid ( arg0 ) ) ; }
14,150
returns a variableresolver so that other components like builder s can perform variable substitution to reflect parameter values into the build process . < p . this is yet another means in which a parametervalue can influencea build . concode_field_sep String name concode_elem_sep String description concode_field_sep P...
VariableResolver < String > function ( AbstractBuild < ? , ? > arg0 ) { return VariableResolver . NONE ; }
14,151
sets the value of the href property . concode_field_sep String role concode_elem_sep JAXBElement<? extends AbstractTimeTopologyPrimitiveType> abstractTimeTopologyPrimitive concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_se...
void function ( String arg0 ) { this . href = arg0 ; }
14,152
prints this histogram in a human readable ascii format . this is equivalent to calling #printasciibucket on everybucket . concode_field_sep int[] buckets concode_elem_sep short interval concode_elem_sep int cutoff concode_elem_sep short num_linear_buckets concode_elem_sep short exp_bucket_shift concode_field_sep int lo...
void function ( final StringBuilder arg0 ) { for ( int loc0 = 0 ; loc0 < buckets . length ; loc0 ++ ) { printAsciiBucket ( arg0 , loc0 ) ; } }
14,153
returns the names of properties that are not guaranteed to be contained in system.getproperties but are usually there and if there should not be adjusted . concode_field_sep Set<String> IMPORTANT_NON_STANDARD_PROPERTIES concode_elem_sep Set<String> STANDARD_PROPERTIES concode_field_sep String getJavaIoTmpDir concode_el...
Set < String > function ( ) { return IMPORTANT_NON_STANDARD_PROPERTIES ; }
14,154
unbind context name . concode_field_sep Hashtable<Thread,Context> threadBindings concode_elem_sep Hashtable<Thread,Object> threadNameBindings concode_elem_sep Hashtable<Object,Context> contextNameBindings concode_elem_sep Hashtable<ClassLoader,Context> clBindings concode_elem_sep StringManager sm concode_elem_sep Hasht...
void function ( Object arg0 ) { unbindContext ( arg0 , null ) ; }
14,155
returns the index of the first bit matching the constructor argument set . concode_field_sep int mCursor concode_elem_sep boolean mLastFlag concode_elem_sep boolean mSet concode_elem_sep int mLast concode_elem_sep int mFirst concode_elem_sep BitVector mBits concode_field_sep int size concode_elem_sep boolean hasPrev co...
int function ( ) { gotoFirst ( ) ; return getNext ( ) ; }
14,156
get int preferences concode_field_sep String PREFERENCE_NAME concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep boolean putFloat concode_elem_sep boolean putInt concode_elem_sep boolean putString concode_elem_sep boolean getBoolean concode_elem_sep boolean getBoolean concode_elem_sep String g...
int function ( Context arg0 , String arg1 , int arg2 ) { SharedPreferences loc0 = arg0 . getSharedPreferences ( PREFERENCE_NAME , Context . MODE_PRIVATE ) ; return loc0 . getInt ( arg1 , arg2 ) ; }
14,157
sets the interval at which the item should be refreshed . 0 zero indicates that the item should not be refreshed . null indicates that the default should be used . concode_field_sep Date lastRefreshed concode_elem_sep int endpoint concode_elem_sep Integer refreshInterval concode_elem_sep Map<String,String> arguments co...
void function ( Integer arg0 ) { this . refreshInterval = arg0 ; }
14,158
a pathmatcher implementation to use with this interceptor . this is an optional , advanced property required only if using custom pathmatcher implementations that support mapping metadata other than the ant path patterns supported by default . concode_field_sep PathMatcher pathMatcher concode_elem_sep List<String> incl...
InterceptorRegistration function ( PathMatcher arg0 ) { this . pathMatcher = arg0 ; return this ; }
14,159
flag indicating if the subscription is auto renewed . concode_field_sep List<Image> images concode_elem_sep boolean collectible concode_elem_sep ActionPeriod actionPeriod concode_elem_sep int maxParallelAccess concode_elem_sep PricingData pricingData concode_elem_sep String description concode_elem_sep String id concod...
boolean function ( ) { return subscription . isAutoRenewed ( ) ; }
14,160
force re initialization next time concode_field_sep Map<QName,Class<? extends StartupSerializer>> serializerMap concode_elem_sep StartupFinder instance concode_elem_sep Class<?>[] builtins concode_elem_sep Map<QName,Class<? extends StartupFactory>> factoryMap concode_elem_sep Log log concode_elem_sep boolean initialize...
void function ( ) { factoryMap . clear ( ) ; serializerMap . clear ( ) ; initialized = false ; }
14,161
gets the value of the id property . concode_field_sep Role role concode_elem_sep Level level concode_elem_sep Domain domain concode_elem_sep Responsible responsible concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep Type type concode_elem_sep User user concode_elem_sep Status status concod...
long function ( ) { return id ; }
14,162
obtiene el valor de la propiedad identificador . concode_field_sep String informacionAdicional concode_elem_sep String tipo concode_elem_sep String mensaje concode_elem_sep String identificador concode_field_sep void setIdentificador concode_elem_sep void setTipo concode_elem_sep String getMensaje concode_elem_sep Stri...
String function ( ) { return identificador ; }
14,163
tagclass setter . concode_field_sep String tagClass concode_elem_sep String tagName concode_field_sep String getTagClass concode_elem_sep void setTagName concode_elem_sep String getTagName
void function ( String arg0 ) { tagClass = arg0 ; }
14,164
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getDataColumn concode_elem_sep String getRealPathFromURI_AP...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
14,165
provide user documentation for the plugin . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep JComponent analyse concode_elem_sep AnalysisInputItem[] getInputItems
String function ( ) { return null ; }
14,166
return an iterator of the attribute names of this node . if there are no attributes , an empty iterator is returned . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild c...
Iterator function ( ) { if ( attributes == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( attributes . keySet ( ) . iterator ( ) ) ; }
14,167
logs a message with the debug level , with the given error . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void...
void function ( String arg0 , Throwable arg1 ) { logger . underlyingLogger ( ) . debug ( arg0 , arg1 ) ; }
14,168
return printable form of the object . concode_field_sep Vector<CertificatePolicyId> ids concode_field_sep void encode concode_elem_sep List<CertificatePolicyId> getCertPolicyIds
String function ( ) { String loc0 = "srini_string" + ids . toString ( ) + "srini_string" ; return ( loc0 ) ; }
14,169
returns the current binder . concode_field_sep PrivateBinder binder concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep Stage currentStage concode_elem_sep void configure concode_elem_sep void configure concode_elem_sep void requestInjection concode_elem_sep vo...
PrivateBinder function ( ) { return binder ; }
14,170
lookup the specified name in the jndi context . concode_field_sep String INITIAL_CONTEXT_FACTORY concode_elem_sep String QUEUE_JNDI_NAME concode_elem_sep InitialContext _ctx concode_elem_sep String CONNECTION_JNDI_NAME concode_elem_sep String QUEUE_NAME concode_elem_sep String BROKER concode_elem_sep String CONNECTION_...
Object function ( String arg0 ) { try { return _ctx . lookup ( arg0 ) ; } catch ( NamingException loc0 ) { System . err . println ( "srini_string" + arg0 + "srini_string" + loc0 ) ; } return null ; }
14,171
performs the optimization step . concode_field_sep String VERSION concode_elem_sep Configuration configuration concode_elem_sep ClassPool programClassPool concode_elem_sep ClassPool libraryClassPool concode_field_sep void printSeeds concode_elem_sep String fileName concode_elem_sep void obfuscate concode_elem_sep boole...
boolean function ( ) { if ( configuration . verbose ) { System . out . println ( "srini_string" ) ; } return new Optimizer ( configuration ) . execute ( programClassPool , libraryClassPool ) ; }
14,172
returns a boolean value indicating whether the subpath must be closed or not . ignore this value if the subpath is a rectangle because in this case it is already closed of course if you paint the path using re operator concode_field_sep Point startPoint concode_elem_sep List<IShape> segments concode_elem_sep boolean cl...
boolean function ( ) { return closed ; }
14,173
adding location tags concode_field_sep Pane tagview concode_elem_sep Label captionl concode_elem_sep Label locationv concode_elem_sep Button canceltag concode_elem_sep Button back concode_elem_sep Admin admin concode_elem_sep Label datela concode_elem_sep Button savecap concode_elem_sep TextArea tagedit concode_elem_se...
void function ( ) { if ( ! locationt . getText ( ) . isEmpty ( ) ) { String [ ] loc0 = locationt . getText ( ) . split ( "srini_string" ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = loc0 [ loc1 ] . trim ( ) ; } p . getTags ( ) . setLocation ( Arrays . asList ( loc0 ) ) ; } }
14,174
deletes the j i r a project from the database . also notifies the appropriate model listeners . concode_field_sep JIRAProjectLocalService _service concode_field_sep com.liferay.socialcoding.model.JIRAProject addJIRAProject concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.socialcod...
com . liferay . socialcoding . model . JIRAProject function ( com . liferay . socialcoding . model . JIRAProject arg0 ) { return getService ( ) . deleteJIRAProject ( arg0 ) ; }
14,175
return true if object is between lower and upper concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread concode_elem_sep ...
boolean function ( ClarionObject arg0 , ClarionObject arg1 , ClarionObject arg2 ) { return ( arg0 . compareTo ( arg1 ) >= 0 && arg0 . compareTo ( arg2 ) <= 0 ) ; }
14,176
set the configuration file of this tokenvalidator . this is the text value of the < configuration-file > element of the token-dispatcher-configuration concode_field_sep String configFile concode_elem_sep OMElement configElement concode_elem_sep Log log concode_elem_sep String configParamName concode_field_sep Crypto ge...
void function ( String arg0 ) { this . configFile = arg0 ; }
14,177
sets the value of the val property . concode_field_sep String val concode_elem_sep byte[] lastClr concode_elem_sep List<JAXBElement<?>> egColorTransform concode_field_sep String getVal concode_elem_sep byte[] getLastClr concode_elem_sep List<JAXBElement<?>> getEGColorTransform concode_elem_sep void setLastClr
void function ( String arg0 ) { this . val = arg0 ; }
14,178
returns a copy of this route with flipped tls mode . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress concode_elem_sep int hashCode c...
Route function ( ) { return new Route ( address , proxy , inetSocketAddress , ! modernTls ) ; }
14,179
create an instance of response concode_field_sep QName _SyncToken_QNAME concode_elem_sep QName _Dst_QNAME concode_elem_sep QName _SyncLevel_QNAME concode_elem_sep QName _Status_QNAME concode_elem_sep QName _Depth_QNAME concode_elem_sep QName _Responsedescription_QNAME concode_elem_sep QName _Timeout_QNAME concode_elem_...
Response function ( ) { return new Response ( ) ; }
14,180
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String pipelineId concode_field_sep String getPipelineId concode_elem_sep CreatePipelineResult withPipelineId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setPipelineId concode_el...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getPipelineId ( ) != null ) loc0 . append ( "srini_string" + getPipelineId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
14,181
convert a time parameter such as 50s , 100ms , or 250us to seconds for internal use . if no suffix is provided , the passed number is assumed to be in seconds . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep Immuta...
long function ( String arg0 ) { return timeStringAs ( arg0 , TimeUnit . SECONDS ) ; }
14,182
only works on non dynamic result sets . concode_field_sep ResultSetImpl owner concode_elem_sep ServerPreparedStatement prepStmt concode_elem_sep Field[] metadata concode_elem_sep boolean wasEmpty concode_elem_sep boolean lastRowFetched concode_elem_sep List<ResultSetRow> fetchedRows concode_elem_sep int BEFORE_START_OF...
ResultSetRow function ( int arg0 ) { notSupported ( ) ; return null ; }
14,183
implements java.io.closeable . concode_field_sep byte[] readBuffer concode_elem_sep long bytesRead concode_elem_sep int readBufferBlocks concode_elem_sep InputStream readStream concode_elem_sep int compressionType concode_field_sep int getReadBufferBlocks concode_elem_sep void readBlock concode_elem_sep void readBlocks...
void function ( ) { if ( readStream == null ) { return ; } try { readStream . close ( ) ; } finally { readStream = null ; } }
14,184
gets the includetotalsrow value for this reportdownloadoptions . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Boolean includeReportProperties concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Boolean useGzipCom...
java . lang . Boolean function ( ) { return includeTotalsRow ; }
14,185
return true if the search is complete . concode_field_sep boolean isComplete concode_elem_sep List<SearchMatch> matches concode_field_sep List<SearchMatch> getMatches concode_elem_sep void matchFound concode_elem_sep void searchComplete
boolean function ( ) { return isComplete ; }
14,186
set whether this is a constructor . concode_field_sep String name concode_elem_sep Node sourceNode concode_elem_sep JSTypeRegistry registry concode_elem_sep boolean isNativeType concode_elem_sep boolean inferredReturnType concode_elem_sep JSType returnType concode_elem_sep boolean isConstructor concode_elem_sep JSType ...
FunctionBuilder function ( boolean arg0 ) { this . isConstructor = arg0 ; return this ; }
14,187
load native libraries stored in `` libs/armeabi '' concode_field_sep String NATIVE_LIB_VUFORIA concode_elem_sep String NATIVE_LIB_UNITYPLAYER concode_elem_sep String NATIVE_LIB_VUFORIAWRAPPER concode_field_sep boolean loadLibrary concode_elem_sep int initVuforia concode_elem_sep void initPlatformNative concode_elem_sep...
void function ( ) { loadLibrary ( NATIVE_LIB_VUFORIA ) ; loadLibrary ( NATIVE_LIB_VUFORIAWRAPPER ) ; loadLibrary ( NATIVE_LIB_UNITYPLAYER ) ; }
14,188
gets an object value and transforms it into a byte concode_field_sep PlaceHolder placeHolder concode_field_sep short getShort concode_elem_sep Time getTime concode_elem_sep Class<?> getRuntimeType concode_elem_sep BigDecimal getBigDecimal concode_elem_sep double getDouble concode_elem_sep Array getArray concode_elem_se...
byte function ( ITeiidServerVersion arg0 , Object arg1 ) { if ( arg1 == null ) { return 0 ; } return transform ( arg0 , arg1 , Byte . class ) ; }
14,189
insert the objectnotactive into the given any . concode_field_sep TypeCode typeCode concode_field_sep ObjectNotActive extract concode_elem_sep ObjectNotActive read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
void function ( Any arg0 , ObjectNotActive arg1 ) { arg0 . insert_Streamable ( new EmptyExceptionHolder ( arg1 , type ( ) ) ) ; }
14,190
returns a geometry array for the box at the specified index . see box.index _ for indices . concode_field_sep int mNativePixa concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mIndex concode_elem_sep boolean mRecycled concode_field_sep Pix next concode_elem_sep Rect getBoxRect concode_elem_s...
int [ ] function ( int arg0 ) { int [ ] loc0 = new int [ 4 ] ; if ( getBoxGeometry ( arg0 , loc0 ) ) { return loc0 ; } return null ; }
14,191
get the current state of the bluetooth headset service . concode_field_sep IBluetoothHeadset mService concode_elem_sep String TAG concode_elem_sep int STATE_CONNECTED concode_elem_sep ServiceListener mServiceListener concode_elem_sep int STATE_CONNECTING concode_elem_sep Context mContext concode_elem_sep int STATE_DISC...
int function ( ) { if ( mService != null ) { try { return mService . getState ( ) ; } catch ( RemoteException loc0 ) { Log . loc0 ( TAG , loc0 . toString ( ) ) ; } } else { Log . w ( TAG , "srini_string" ) ; } return BluetoothHeadset . STATE_ERROR ; }
14,192
get public.inventory _ in_stock as a field . concode_field_sep PlaceHolder placeHolder concode_field_sep BigDecimal getCustomerBalance concode_elem_sep Field<BigDecimal> getCustomerBalance concode_elem_sep Field<BigDecimal> getCustomerBalance concode_elem_sep Integer inventoryHeldByCustomer concode_elem_sep Field<Integ...
Field < Boolean > function ( Integer arg0 ) { InventoryInStock loc0 = new InventoryInStock ( ) ; loc0 . setPInventoryId ( arg0 ) ; return loc0 . asField ( ) ; }
14,193
160 clocks initialization phase . concode_field_sep int output concode_elem_sep int index concode_elem_sep byte[] workingIV concode_elem_sep int[] nfsr concode_elem_sep byte[] workingKey concode_elem_sep boolean initialised concode_elem_sep int STATE_SIZE concode_elem_sep int[] lfsr concode_elem_sep byte[] out concode_...
void function ( ) { for ( int loc0 = 0 ; loc0 < 10 ; loc0 ++ ) { output = getOutput ( ) ; nfsr = shift ( nfsr , getOutputNFSR ( ) ^ lfsr [ 0 ] ^ output ) ; lfsr = shift ( lfsr , getOutputLFSR ( ) ^ output ) ; } initialised = true ; }
14,194
log a message with the warn level . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void trace concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_s...
void function ( String arg0 ) { logger . underlyingLogger ( ) . warn ( arg0 ) ; }
14,195
sets the file entry id of this document library file rank . concode_field_sep DLFileRank _dlFileRank concode_field_sep void setFileRankId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridge...
void function ( long arg0 ) { _dlFileRank . setFileEntryId ( arg0 ) ; }
14,196
overloads glgetobjectptrlabel . concode_field_sep int GL_MAX_DEBUG_LOGGED_MESSAGES concode_elem_sep int GL_DEBUG_TYPE_PERFORMANCE concode_elem_sep int GL_DEBUG_OUTPUT_SYNCHRONOUS concode_elem_sep int GL_DEBUG_SOURCE_THIRD_PARTY concode_elem_sep int GL_DEBUG_SOURCE_WINDOW_SYSTEM concode_elem_sep int GL_DEBUG_GROUP_STACK...
String function ( PointerWrapper arg0 , int arg1 ) { IntBuffer loc0 = APIUtil . getLengths ( ) ; ByteBuffer loc1 = APIUtil . getBufferByte ( arg1 ) ; nglGetObjectPtrLabel ( arg0 . getPointer ( ) , arg1 , MemoryUtil . getAddress0 ( loc0 ) , MemoryUtil . getAddress ( loc1 ) ) ; loc1 . limit ( loc0 . get ( 0 ) ) ; return ...
14,197
get the current list of map of users stored in the session concode_field_sep Log log concode_field_sep Map<String,String> init concode_elem_sep void removeUser concode_elem_sep void addUser concode_elem_sep List<String> getCurrentUsernames
Map < String , String > function ( HttpSession arg0 ) { Map < String , String > loc0 = ( Map < String , String > ) arg0 . getServletContext ( ) . getAttribute ( WebConstants . CURRENT_USERS ) ; if ( loc0 == null ) { loc0 = init ( arg0 . getServletContext ( ) ) ; } return loc0 ; }
14,198
set the user 's password . concode_field_sep String password concode_elem_sep Logger logger concode_elem_sep HashSet<String> roles concode_elem_sep String username concode_field_sep boolean removeRole concode_elem_sep String[] getRoleNames concode_elem_sep String getPassword concode_elem_sep String getBasicAuthorizatio...
void function ( String arg0 ) { this . password = arg0 ; }
14,199
sets the value associated with the key direct onto the map . concode_field_sep long serialVersionUID concode_elem_sep Map<K,V> map concode_elem_sep K key concode_field_sep K getKey concode_elem_sep V getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
V function ( final V arg0 ) { if ( arg0 == this ) { throw new IllegalArgumentException ( "srini_string" ) ; } return map . put ( key , arg0 ) ; }