idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
8,200
configure this client to follow redirects from https to http and from http to https . if unset , protocol redirects will be followed . this is different than the built-in httpurlconnection 's default . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ...
OkHttpClient function ( boolean arg0 ) { this . followProtocolRedirects = arg0 ; return this ; }
8,201
ascertains whether mapcommandbuttonid or checkboxid are a part of componentid . componentid might be a fully qualified id , with a prefix corresponding to container component s . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String...
boolean function ( String arg0 ) { return arg0 . endsWith ( mapCommandButtonId ) ; }
8,202
returns all compilation units managed by this instance . concode_field_sep Map fMap concode_elem_sep boolean fKeepExecutedTextEdits concode_field_sep boolean containsChangesIn concode_elem_sep TextEditBasedChange get concode_elem_sep void clear concode_elem_sep TextEditBasedChange remove concode_elem_sep TextEditBasedC...
IJavaScriptUnit [ ] function ( ) { return ( IJavaScriptUnit [ ] ) fMap . keySet ( ) . toArray ( new IJavaScriptUnit [ fMap . keySet ( ) . size ( ) ] ) ; }
8,203
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 ; }
8,204
illegal order of modifiers for methods . make sure that the first and last modifier from the jls sequence is used . concode_field_sep InnerImplementation inner concode_elem_sep String s3 concode_elem_sep String s4 concode_elem_sep float PI_FINAL concode_elem_sep String s2 concode_elem_sep float PI_OK concode_elem_sep S...
void function ( ) { }
8,205
return true if the sequence will wrap around when it is incremented decremented past the specified maximum minimum value . this method may be called at any time during the life of the application . concode_field_sep boolean autoCommitNoSync concode_elem_sep long rangeMin concode_elem_sep boolean exclusiveCreate concode...
boolean function ( ) { return wrap ; }
8,206
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEquals
void function ( ) { ColorPalette loc0 = new GreyPalette ( ) ; ColorPalette loc1 = ( ColorPalette ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
8,207
returns properties for ra admin-object element concode_field_sep PlaceHolder placeHolder concode_field_sep Properties commonDsProperties concode_elem_sep Properties raConnectionProperties concode_elem_sep void addExtensionProperties concode_elem_sep Properties nonXaDsProperties concode_elem_sep Properties raCommonPrope...
Properties function ( ) { Properties loc0 = new Properties ( ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; return loc0 ; }
8,208
indicates whether the given commandhandler is subscribed to this command bus . concode_field_sep CallbackBehavior callbackBehavior concode_elem_sep List<CommandMessage<?>> dispatchedCommands concode_elem_sep ConcurrentMap<String,CommandHandler<?>> subscriptions concode_field_sep void clearCommands concode_elem_sep void...
boolean function ( CommandHandler < ? > arg0 ) { return subscriptions . containsValue ( arg0 ) ; }
8,209
increases the counter by the number specified . concode_field_sep AtomicLongFieldUpdater<CacheStatisticsImpl> EXPIRIES concode_elem_sep AtomicLongFieldUpdater<CacheStatisticsImpl> PUT_TIME_TAKEN_NANOS concode_elem_sep long creationTime concode_elem_sep AtomicLongFieldUpdater<CacheStatisticsImpl> LAST_UPDATE_TIME concod...
void function ( long arg0 ) { EXPIRIES . addAndGet ( this , arg0 ) ; setLastUpdateTime ( System . currentTimeMillis ( ) ) ; }
8,210
requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv...
void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; }
8,211
run `` winkeltripel.txt '' concode_field_sep PlaceHolder placeHolder concode_field_sep void testWagnerIV concode_elem_sep void testWagnerV concode_elem_sep void testLambertConic concode_elem_sep void testLambertAzimuthalEqualArea concode_elem_sep void testEquidistantConic concode_elem_sep void testMollweide concode_ele...
void function ( ) { runScript ( "srini_string" ) ; }
8,212
return false if result of java method , which is instance of string , number , boolean and character , should be used directly as javascript primitive type . by default the method returns true to indicate that instances of string , number , boolean and character should be wrapped as any other java object and scripts ca...
boolean function ( ) { return javaPrimitiveWrap ; }
8,213
return the default layout queue . concode_field_sep LinkedList list concode_elem_sep LayoutQueue defaultQueue concode_field_sep void setDefaultQueue concode_elem_sep void addTask concode_elem_sep Runnable waitForWork
LayoutQueue function ( ) { return defaultQueue ; }
8,214
normalizes the log10-based array . assumes that all array entries are < = 0 < = 1 in real-space . concode_field_sep boolean DEBUG_MODE_ENABLED concode_elem_sep double LOG10_P_OF_ZERO concode_field_sep int maxElementIndex concode_elem_sep int maxElementIndex concode_elem_sep double arrayMax concode_elem_sep List<List<T>...
double [ ] function ( double [ ] arg0 , boolean arg1 ) { return normalizeFromLog10 ( arg0 , arg1 , false ) ; }
8,215
return true if position == 1 . concode_field_sep AttributeNodePointer pointer concode_elem_sep Attribute feature concode_elem_sep Name name concode_elem_sep int position concode_field_sep int getPosition concode_elem_sep NodePointer getNodePointer
boolean function ( int arg0 ) { this . position = arg0 ; return arg0 < 2 ; }
8,216
sets the value of the codeporteur property . concode_field_sep String codePorteur concode_elem_sep String ville concode_elem_sep List<Ent.Etablissement> etablissement concode_elem_sep String etablissementUid concode_elem_sep String telephone concode_elem_sep String codePostal concode_elem_sep String fax concode_elem_se...
void function ( String arg0 ) { this . codePorteur = arg0 ; }
8,217
sets the value of the index property . concode_field_sep Integer index concode_elem_sep Integer socket concode_field_sep void setSocket concode_elem_sep Integer getIndex concode_elem_sep boolean isSetIndex concode_elem_sep Integer getSocket concode_elem_sep boolean isSetSocket
void function ( Integer arg0 ) { this . index = arg0 ; }
8,218
execute query using the current internal state as where clause . concode_field_sep StringBuilder mSelection concode_elem_sep String mHaving concode_elem_sep String mGroupBy concode_elem_sep String mTable concode_elem_sep Map<String,String> mProjectionMap concode_elem_sep ArrayList<String> mSelectionArgs concode_elem_se...
Cursor function ( SQLiteDatabase arg0 , String [ ] arg1 , String arg2 ) { return query ( arg0 , false , arg1 , arg2 , null ) ; }
8,219
sets the value of the templateid property . concode_field_sep MetaData.Template template concode_elem_sep MetaData.WorkflowImpl workflowImpl concode_elem_sep String workflowImplId concode_elem_sep ParametersMetaData parametersMetaData concode_elem_sep String templateName concode_elem_sep String templateDescription conc...
void function ( String arg0 ) { this . templateId = arg0 ; }
8,220
tests simplifying a large combination of sums and products . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDifferentiateEmptyVariable concode_elem_sep void testDifferentiateByNonPresentVar concode_elem_sep void testAssertionsEnabled concode_elem_sep void testSimplifyNegative concode_elem_sep void...
void function ( ) { assertTrue ( Expressions . simplify ( "srini_string" ) . equals ( "srini_string" ) ) ; }
8,221
copies bytes into a bytebuffer . concode_field_sep ByteString byteString concode_elem_sep long serialVersionUID concode_field_sep ByteString getByteString concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep byte[] toByteArray concode_elem_sep InputStream asInputStream concode_elem_sep int get...
void function ( ByteBuffer arg0 ) { byteString . copyTo ( arg0 ) ; }
8,222
internal use only . the result 's listener must be first . concode_field_sep boolean pleaseStop concode_elem_sep List<RunListener> currentListeners concode_elem_sep List<RunListener> listeners concode_field_sep void fireTestIgnored concode_elem_sep void fireTestRunFinished concode_elem_sep void notifyListener concode_e...
void function ( RunListener arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } listeners . add ( 0 , wrapIfNotThreadSafe ( arg0 ) ) ; }
8,223
finds a business entity based on the primacy key of type integer concode_field_sep Class<T> businessEntity concode_field_sep List<T> batchUpdate concode_elem_sep T save concode_elem_sep T update concode_elem_sep Session getOpenSession concode_elem_sep boolean delete concode_elem_sep List<T> findAll concode_elem_sep Ses...
T function ( Integer arg0 ) { Session loc0 = getSessionFactory ( ) . getCurrentSession ( ) ; return ( T ) loc0 . get ( businessEntity , arg0 ) ; }
8,224
allows to retrieve class that defines contract for working with the current topic . either publishers or subscribers use it : publisher messagebus #syncpublisher topic receives object that is-a target interface from the messaging infrastructure.it calls target method with the target arguments on it then method of the i...
Class < L > function ( ) { return myListenerClass ; }
8,225
method to validate the email address concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_fiel...
void function ( ActionEvent arg0 ) { setDisplayEmail ( email ) ; }
8,226
set as an archetype role . concode_field_sep String THING concode_elem_sep String ROLE concode_elem_sep String MOMENT_INTERVAL concode_elem_sep String DESCRIPTION concode_field_sep boolean isInvalidArchetypesLink concode_elem_sep void addArchetypeThingKeyword concode_elem_sep void clearArchetypesKeywords concode_elem_s...
void function ( Class arg0 ) { addArchetypeKeyword ( arg0 , ArchetypeServices . ROLE ) ; }
8,227
returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simlpy add s...
Token function ( int arg0 ) { switch ( arg0 ) { default : return new Token ( ) ; } }
8,228
test if the current event is an end element with the given namespace and name . if the namespace uri is null it is not checked for equality , if the local name is null it is not checked for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void skipElement concode_elem_sep String requireAttr concod...
void function ( XMLStreamReader arg0 , String arg1 , String arg2 ) { requireElement ( arg0 , END_ELEMENT , arg1 , arg2 , "srini_string" ) ; }
8,229
return the host name or ip address portion of the uriname concode_field_sep IPAddressName hostIP concode_elem_sep String host concode_elem_sep URI uri concode_elem_sep DNSName hostDNS concode_field_sep URIName nameConstraint concode_elem_sep void encode concode_elem_sep int subtreeDepth concode_elem_sep String getName ...
String function ( ) { return host ; }
8,230
get the maximum size of the core thread pool . concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep long keepAliveTime concode_elem_sep Log log concode_elem_sep ThreadPoolExecutor renderService concode_elem_sep int corePoolSize concode_elem_sep Schedule...
int function ( ) { return maxPoolSize ; }
8,231
replaces the fragment shader . pass in null to reset to default . concode_field_sep FloatBuffer mTriangleVertices concode_elem_sep int maTextureHandle concode_elem_sep int TRIANGLE_VERTICES_DATA_POS_OFFSET concode_elem_sep int mTextureID concode_elem_sep int FLOAT_SIZE_BYTES concode_elem_sep float[] mMVPMatrix concode_...
void function ( String arg0 ) { if ( arg0 == null ) { arg0 = FRAGMENT_SHADER ; } GLES20 . glDeleteProgram ( mProgram ) ; mProgram = createProgram ( VERTEX_SHADER , arg0 ) ; if ( mProgram == 0 ) { throw new RuntimeException ( "srini_string" ) ; } }
8,232
attaches tag to the request . it can be used later to cancel therequest . if the tag is unspecified or null , the request is canceled by using the request itself as the tag . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_el...
Builder function ( Object arg0 ) { this . tag = arg0 ; return this ; }
8,233
returns the name of the method to invoke . if this method returns null , the #execute methodthrows a nullpointerexception . concode_field_sep ExceptionListener defaultExceptionListener concode_elem_sep ClassLoader loader concode_elem_sep AccessControlContext acc concode_elem_sep String methodName concode_elem_sep Objec...
String function ( ) { return methodName ; }
8,234
print query results . concode_field_sep String PARTITIONED_CACHE_NAME concode_elem_sep int idGen concode_elem_sep String REPLICATED_CACHE_NAME concode_elem_sep Map<Integer,DimProduct> dataProduct concode_elem_sep Map<Integer,DimStore> dataStore concode_field_sep void populateFacts concode_elem_sep void queryStorePurcha...
void function ( String arg0 , Iterable < Cache . Entry < Integer , V >> arg1 ) { System . out . println ( arg0 ) ; for ( Cache . Entry < ? , ? > loc0 : arg1 ) System . out . println ( "srini_string" + loc0 . getValue ( ) . toString ( ) ) ; }
8,235
gets the value of the arcrole property . concode_field_sep String role concode_elem_sep CISeriesType ciSeries concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep St...
String function ( ) { return arcrole ; }
8,236
returns an arraylist of strings of names that have been getting less popular every decade . the strings must be in sorted order based on name . concode_field_sep ArrayList<NameRecord> _names concode_field_sep NameRecord getName concode_elem_sep ArrayList<NameRecord> getMatches concode_elem_sep ArrayList<String> rankedE...
ArrayList < String > function ( ) { ArrayList < String > loc0 = new ArrayList < String > ( ) ; Iterator < NameRecord > loc1 = _names . iterator ( ) ; while ( loc1 . hasNext ( ) ) { NameRecord loc2 = loc1 . next ( ) ; if ( loc2 . lessPopular ( ) ) loc0 . add ( loc2 . getName ( ) ) ; } return loc0 ; }
8,237
returns the number of rows matching the dynamic query . concode_field_sep SVNRepositoryLocalService _service concode_field_sep com.liferay.socialcoding.model.SVNRepository updateSVNRepository concode_elem_sep void updateSVNRepository concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.lifera...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; }
8,238
sets the underline value for this formatruleeffect . concode_field_sep java.lang.String backgroundColor concode_elem_sep java.lang.Double size concode_elem_sep java.lang.String color concode_elem_sep java.lang.Boolean underline concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc conco...
void function ( java . lang . Boolean arg0 ) { this . underline = arg0 ; }
8,239
sets the productcount concode_field_sep String name concode_elem_sep int id concode_elem_sep int productCount concode_elem_sep Date dateOfCreation concode_elem_sep List<Product> products concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int getProductCount concode_elem_sep void setProducts...
void function ( int arg0 ) { this . productCount = arg0 ; }
8,240
set the longvalue . concode_field_sep int defaultValue concode_elem_sep String name concode_elem_sep int headerParam concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep i...
void function ( Long arg0 ) { this . longValue = arg0 ; }
8,241
joins an arraylist together by a delimiter concode_field_sep PlaceHolder placeHolder concode_field_sep String padStringRight concode_elem_sep float formatDouble concode_elem_sep String colorize concode_elem_sep boolean isNumeric concode_elem_sep String[] preg_match_all concode_elem_sep String stripTextFormatCodes conco...
String function ( List < String > arg0 , String arg1 ) { StringBuffer loc0 = new StringBuffer ( ) ; Iterator < ? > loc1 = arg0 . iterator ( ) ; while ( loc1 . hasNext ( ) ) { loc0 . append ( loc1 . next ( ) ) ; if ( loc1 . hasNext ( ) ) loc0 . append ( arg1 ) ; } return loc0 . toString ( ) ; }
8,242
getter method for the endhrs concode_field_sep String parentId concode_elem_sep List circleDetails concode_elem_sep int departmentId concode_elem_sep String circleName concode_elem_sep String departmentName concode_elem_sep String[] offDays concode_elem_sep String status concode_elem_sep String circleId concode_elem_se...
String function ( ) { return endHrs ; }
8,243
attaches the given values to the context concode_field_sep ObjectObjectOpenHashMap<Object,Object> context concode_field_sep V putInContext concode_elem_sep void copyContextFrom concode_elem_sep boolean hasInContext concode_elem_sep boolean isContextEmpty concode_elem_sep V getFromContext concode_elem_sep V getFromConte...
void function ( ObjectObjectAssociativeContainer < Object , Object > arg0 ) { if ( arg0 == null ) { return ; } if ( context == null ) { context = new ObjectObjectOpenHashMap < > ( arg0 ) ; } else { context . putAll ( arg0 ) ; } }
8,244
returns the osgi service identifier . concode_field_sep SVNRevisionLocalService _svnRevisionLocalService concode_field_sep com.liferay.socialcoding.model.SVNRevision getFirstSVNRevision concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamic...
java . lang . String function ( ) { return _svnRevisionLocalService . getOSGiServiceIdentifier ( ) ; }
8,245
returns true iff this file has its `` set gid '' bit set . concode_field_sep long st_ino concode_elem_sep int S_IXGRP concode_elem_sep int S_ISUID concode_elem_sep int S_IRWXG concode_elem_sep int S_IWGRP concode_elem_sep int st_mode concode_elem_sep int S_IFBLK concode_elem_sep int st_mtime concode_elem_sep long st_si...
boolean function ( ) { return ( st_mode & S_ISGID ) != 0 ; }
8,246
add the converter instance to the cache . concode_field_sep Map<ConverterType,Converter<?>> converters concode_field_sep Converter<?> getConverter
void function ( Converter < ? > arg0 ) { converters . put ( arg0 . getType ( ) , arg0 ) ; }
8,247
indicates whether this reader is ready to be read without blocking . returns true if this reader will not block when read iscalled , false if unknown or blocking will occur . this defaultimplementation always returns false . concode_field_sep Object lock concode_field_sep int read concode_elem_sep int read concode_elem...
boolean function ( ) { return false ; }
8,248
returns the distance-type concode_field_sep double epsilon concode_elem_sep String database_distanceType concode_elem_sep int numberOfAttributes concode_elem_sep long serialVersionUID concode_elem_sep int minPoints concode_elem_sep int databaseSize concode_elem_sep FastVector resultVector concode_elem_sep boolean optic...
String function ( ) { return database_distanceType ; }
8,249
displays the sign post as a string concode_field_sep String post concode_elem_sep SignPost SRC_HINTS_LOCAL concode_field_sep placeholderType placeHolder
String function ( ) { return post ; }
8,250
gets the value of the qualifier property . concode_field_sep QualifierType qualifier concode_elem_sep long serialVersionUID concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep void setQualifier
QualifierType function ( ) { return qualifier ; }
8,251
returns a string representation of this instance , primarily for debugging purposes . concode_field_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep double getY concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo
String function ( ) { return "srini_string" + this . x + "srini_string" + this . y + "srini_string" ; }
8,252
gets the value of the address property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String emailAddress concode_elem_sep BasicAddress address concode_elem_sep int billingCycle concode_elem_sep DealerDetail dealerDetails concode_elem_sep long serialVersionUID concode_elem_sep St...
BasicAddress function ( ) { return address ; }
8,253
this method sets the customer id concode_field_sep Integer product concode_elem_sep Integer software1 concode_elem_sep Integer software2 concode_elem_sep Integer os concode_elem_sep Integer software3 concode_elem_sep String timeKey concode_elem_sep Integer deviceId concode_elem_sep String day concode_elem_sep Integer c...
void function ( Integer arg0 ) { this . customer = arg0 ; }
8,254
check whether a node can be compiled to bytecode . the reasoning in each node may be different but will typically involve checking whether the exit type descriptor of the node is known and any relevant child nodes are compilable . concode_field_sep SpelNodeImpl parent concode_elem_sep SpelNodeImpl[] NO_CHILDREN concode...
boolean function ( ) { return false ; }
8,255
returns the first selected item , or null . concode_field_sep Actor actor concode_elem_sep OrderedSet<T> selected concode_elem_sep boolean multiple concode_elem_sep T lastSelected concode_elem_sep boolean programmaticChangeEvents concode_elem_sep OrderedSet<T> old concode_elem_sep boolean toggle concode_elem_sep boolea...
T function ( ) { return selected . size == 0 ? null : selected . first ( ) ; }
8,256
caches the j i r a project in the entity cache if it is enabled . concode_field_sep JIRAProjectPersistence _persistence concode_field_sep int countAll concode_elem_sep JIRAProject findByKey concode_elem_sep JIRAProject fetchByKey concode_elem_sep JIRAProject fetchByKey concode_elem_sep List<JIRAProject> findWithDynamic...
void function ( JIRAProject arg0 ) { getPersistence ( ) . cacheResult ( arg0 ) ; }
8,257
return the handler object to execute . concode_field_sep Object handler concode_elem_sep List<HandlerInterceptor> interceptorList concode_elem_sep HandlerInterceptor[] interceptors concode_field_sep HandlerInterceptor[] getInterceptors concode_elem_sep void addInterceptor concode_elem_sep List<HandlerInterceptor> initI...
Object function ( ) { return this . handler ; }
8,258
sample_is_depended_on takes one of the following four values : 0 : the dependency of other samples on this sample is unknown ; 1 : other samples may depend on this one not disposable ; 2 : no other sample depends on this one disposable ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int ...
int function ( ) { return sampleIsDependedOn ; }
8,259
turn radio on/off concode_field_sep String REQUEST_GET_MODE concode_elem_sep FrontierSiliconRadioConnection conn concode_elem_sep String REQUEST_SET_MUTE concode_elem_sep String REQUEST_GET_VOLUME concode_elem_sep String REQUEST_GET_PLAY_INFO_TEXT concode_elem_sep String REQUEST_GET_MUTE concode_elem_sep String REQUEST...
void function ( boolean arg0 ) { final String loc0 = "srini_string" + ( arg0 ? "srini_string" : "srini_string" ) ; conn . doRequest ( REQUEST_SET_POWER , loc0 ) ; }
8,260
apply the xpath and assert the number found with the given matcher . concode_field_sep XpathExpectationsHelper xpathHelper concode_elem_sep String DEFAULT_ENCODING concode_field_sep RequestMatcher node concode_elem_sep RequestMatcher string concode_elem_sep RequestMatcher string concode_elem_sep RequestMatcher doesNotE...
RequestMatcher function ( final Matcher < ? super Double > arg0 ) { return new AbstractXpathRequestMatcher ( ) { @ Override protected void matchInternal ( MockClientHttpRequest arg1 ) throws Exception { xpathHelper . assertNumber ( arg1 . getBodyAsBytes ( ) , DEFAULT_ENCODING , arg0 ) ; } } ; }
8,261
creates streams from socket int this class concode_field_sep Socket connectionHandled concode_elem_sep ObjectInputStream in concode_elem_sep HashMap<Integer,String> messeagesToBeSentMap concode_elem_sep boolean isLogged concode_elem_sep Message newMessage concode_elem_sep String userName concode_elem_sep int userNumber...
void function ( ) { out = new ObjectOutputStream ( connectionHandled . getOutputStream ( ) ) ; in = new ObjectInputStream ( connectionHandled . getInputStream ( ) ) ; System . out . println ( "srini_string" + userNumber + "srini_string" ) ; }
8,262
write the 8-bit byte to standard output . concode_field_sep int buffer concode_elem_sep int N concode_elem_sep BufferedOutputStream out concode_field_sep void writeByte concode_elem_sep void flush concode_elem_sep void clearBuffer concode_elem_sep void main concode_elem_sep void close concode_elem_sep void writeBit
void function ( byte arg0 ) { writeByte ( arg0 & 0xff ) ; }
8,263
returns a mutation that means delete . concode_field_sep PlaceHolder placeHolder concode_field_sep Mutation quotient concode_elem_sep Mutation product concode_elem_sep Mutation difference concode_elem_sep Mutation insert concode_elem_sep Mutation sum concode_elem_sep Mutation remainder
Mutation function ( String arg0 , Object arg1 ) { Object loc0 = TransValueUtil . getFormatData ( arg1 ) ; return new Mutation ( arg0 , Mutator . DELETE , loc0 ) ; }
8,264
returns the osgi service identifier . concode_field_sep ShoppingItemPriceLocalService _shoppingItemPriceLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.shopping.model.ShoppingItemPrice ...
java . lang . String function ( ) { return _shoppingItemPriceLocalService . getOSGiServiceIdentifier ( ) ; }
8,265
returns the pressure trend up , down , equal . concode_field_sep Double visibility concode_elem_sep Integer humidity concode_elem_sep Double pressure concode_elem_sep String pressureTrend concode_elem_sep Integer uvIndex concode_elem_sep Integer ozone concode_field_sep Integer getUvIndex concode_elem_sep Double getPres...
String function ( ) { return pressureTrend ; }
8,266
auxiliary method to read a particular number of bytes from an input stream . this method blocks until the requested number of bytes have been read from the stream . if the stream can not offer enough data , an eofexception is thrown . concode_field_sep Charset DEFAULT_CHARSET concode_elem_sep String HASHING_ALGORITHM c...
void function ( InputStream arg0 , byte [ ] arg1 , int arg2 , int arg3 , String arg4 ) { int loc0 = 0 ; while ( loc0 < arg3 ) { final int loc1 = arg0 . loc1 ( arg1 , arg2 + loc0 , arg3 - loc0 ) ; if ( loc1 < 0 ) { throw new EOFException ( "srini_string" + arg4 ) ; } loc0 += loc1 ; } }
8,267
setpop3port concode_field_sep Integer m_pop3Port concode_elem_sep String m_pop3Response concode_elem_sep Integer m_imapPort concode_elem_sep String m_imapResponse concode_field_sep String connectAndGetResponse concode_elem_sep String getImapResponse concode_elem_sep String getPop3Response concode_elem_sep void setPop3R...
void function ( int arg0 ) { m_pop3Port = arg0 ; }
8,268
returns an easy-to-read string approximation of a number of bytes , e.g. `` 21mb '' . note , these are ieee units , i.e. decimal not binary powers . concode_field_sep Escaper KEY_ESCAPER concode_elem_sep Escaper CONTROL_CHAR_ESCAPER concode_elem_sep Joiner NEWLINE_JOINER concode_field_sep String replaceAllLiteral conco...
String function ( long arg0 ) { if ( arg0 < 1E4 ) { return arg0 + "srini_string" ; } else if ( arg0 < 1E7 ) { return ( ( int ) ( arg0 / 1E3 ) ) + "srini_string" ; } else if ( arg0 < 1E11 ) { return ( ( int ) ( arg0 / 1E6 ) ) + "srini_string" ; } else { return ( ( int ) ( arg0 / 1E9 ) ) + "srini_string" ; } }
8,269
find persistentname in the available zoomstates or add new states until it is found . or the maximum allowed zoomstate is reached , in this case the zoomstate is not changed . concode_field_sep List<ZoomListener> myListeners concode_elem_sep TimeUnitPair myTimeUnitPair concode_elem_sep ArrayList<ZoomState> myZoomStates...
void function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < myZoomStates . size ( ) || myMaximumZoomStateReached == false ; loc0 ++ ) { if ( getZoomState ( loc0 ) . getPersistentName ( ) . equals ( arg0 ) ) { myZooming = loc0 ; fireZoomingChanged ( 0 , myZooming ) ; break ; } } }
8,270
get the internal name . concode_field_sep String name concode_elem_sep String buildDate concode_elem_sep Logger LOG concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getBuildDate
String function ( ) { LOG . trace ( "srini_string" ) ; return this . name ; }
8,271
writes a list of mascogenericfile spectra to a file . concode_field_sep Connection conn concode_field_sep void initDBConnection concode_elem_sep List<MascotGenericFile> getAllSpectra concode_elem_sep List<MascotGenericFile> getUnIdentifiedSpectra concode_elem_sep void main concode_elem_sep List<MascotGenericFile> getId...
void function ( List < MascotGenericFile > arg0 , String arg1 ) { try { File loc0 = new File ( arg1 ) ; FileOutputStream loc1 = new FileOutputStream ( loc0 ) ; for ( MascotGenericFile loc2 : arg0 ) { loc2 . writeToStream ( loc1 ) ; } } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } }
8,272
see the factory configuration examples at factorymodulebuilder . concode_field_sep BindingCollector bindings concode_field_sep FactoryModuleBuilder implement concode_elem_sep FactoryModuleBuilder implement concode_elem_sep FactoryModuleBuilder implement concode_elem_sep FactoryModuleBuilder implement concode_elem_sep F...
Module function ( TypeLiteral < F > arg0 ) { return build ( Key . get ( arg0 ) ) ; }
8,273
optional . data attached to the event that can be used by the decider in subsequent workflow tasks . constraints : length : 0 - 32768 concode_field_sep String control concode_elem_sep Long decisionTaskCompletedEventId concode_elem_sep String startToFireTimeout concode_elem_sep String timerId concode_field_sep TimerStar...
String function ( ) { return control ; }
8,274
creates a new input stream based payload concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Payload < InputStream > function ( InputStream arg0 ) { return new InputStreamPayload ( arg0 ) ; }
8,275
unavailable in 2d . concode_field_sep float m00 concode_elem_sep float m11 concode_elem_sep float m10 concode_elem_sep float m02 concode_elem_sep float m01 concode_elem_sep float m12 concode_field_sep void rotate concode_elem_sep void rotate concode_elem_sep PVector mult concode_elem_sep float[] mult concode_elem_sep f...
void function ( float arg0 , float arg1 , float arg2 ) { throw new IllegalArgumentException ( "srini_string" ) ; }
8,276
enables or disables caching of the last successful credentials provider in this chain . reusing the last successful credentials provider will typically return credentials faster than searching through the chain . concode_field_sep boolean reuseLastProvider concode_elem_sep Log log concode_elem_sep AWSCredentialsProvide...
void function ( boolean arg0 ) { this . reuseLastProvider = arg0 ; }
8,277
gets the value of the acmcontextinnerset property . concode_field_sep ArrayOfAMLCDDDSDataServiceEntityToDBAcmContextInnerSetTupleType acmContextInnerSet concode_field_sep void setAcmContextInnerSet
ArrayOfAMLCDDDSDataServiceEntityToDBAcmContextInnerSetTupleType function ( ) { return acmContextInnerSet ; }
8,278
convert the supplied paths to a list of resource handles usingthe given resourceloader . concode_field_sep String SLASH concode_field_sep String[] convertToClasspathResourcePaths concode_elem_sep Resource[] convertToResources
List < Resource > function ( ResourceLoader arg0 , String ... arg1 ) { List < Resource > loc0 = new ArrayList < Resource > ( ) ; for ( String loc1 : arg1 ) { loc0 . add ( arg0 . getResource ( loc1 ) ) ; } return loc0 ; }
8,279
returns the instance methods and fields of instance that will be injected to fulfillthis request . concode_field_sep T instance concode_elem_sep Object source concode_elem_sep TypeLiteral<T> type concode_field_sep R acceptVisitor concode_elem_sep void applyTo concode_elem_sep TypeLiteral<T> getType concode_elem_sep Obj...
Set < InjectionPoint > function ( ) { return InjectionPoint . forInstanceMethodsAndFields ( instance . getClass ( ) ) ; }
8,280
to get patient alert settings by patientid concode_field_sep DashboardDao dashboardDao concode_field_sep int insertPatientCholesterolReading concode_elem_sep int updatePassword concode_elem_sep List<PatientProfile> getPatientListByHealthCentre concode_elem_sep int updatePatientDetails concode_elem_sep String getPatient...
PatientAlertSettings function ( String arg0 ) { return dashboardDao . getAlertSettingsByPatientId ( arg0 ) ; }
8,281
checks each of this object 's arguments for resolution , throwing a sqlexception if any arguments have not yet been resolved . concode_field_sep int iReturnType concode_elem_sep Expression eArg[] concode_elem_sep boolean bConnection concode_elem_sep Hashtable methodCache concode_elem_sep int iArgType[] concode_elem_sep...
void function ( ) { for ( int loc0 = 0 ; loc0 < iArgCount ; loc0 ++ ) { if ( eArg [ loc0 ] != null ) { eArg [ loc0 ] . checkResolved ( ) ; } } }
8,282
sets issuer key sub packe concode_field_sep List list concode_field_sep void setRevocationKey concode_elem_sep void setKeyExpirationTime concode_elem_sep void setSignerUserID concode_elem_sep void setSignerUserID concode_elem_sep void setKeyFlags concode_elem_sep void setPrimaryUserID concode_elem_sep void setNotationD...
void function ( boolean arg0 , long arg1 ) { list . add ( new IssuerKeyID ( arg0 , arg1 ) ) ; }
8,283
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterConstant concode_elem_sep void exitProgramexpression concode_elem_sep void exitType concode_elem_sep void exitTopLevelRule concode_elem_sep void exitSenatordfn concode_elem_sep void exitIfstmt concode_elem_se...
void function ( @ NotNull SenatorParser . FirstnameContext arg0 ) { }
8,284
method declaration concode_field_sep int iMode concode_elem_sep int iSize concode_elem_sep int iType[] concode_elem_sep int iColumnCount concode_elem_sep String sError concode_elem_sep int UPDATECOUNT concode_elem_sep Record rTail concode_elem_sep String sTable[] concode_elem_sep String sName[] concode_elem_sep int iUp...
void function ( Object arg0 [ ] ) { Record loc0 = new Record ( ) ; loc0 . data = arg0 ; if ( rRoot == null ) { rRoot = loc0 ; } else { rTail . next = loc0 ; } rTail = loc0 ; iSize ++ ; }
8,285
remove the class from the specified element . concode_field_sep Element element concode_field_sep boolean isClassPresent concode_elem_sep boolean addClass
boolean function ( String arg0 ) { String loc0 = element . getClassName ( ) ; if ( isClassPresent ( arg0 ) ) { element . setClassName ( loc0 . replaceAll ( "srini_string" + arg0 + "srini_string" , "srini_string" ) ) ; return true ; } return false ; }
8,286
cluster id of the file system . concode_field_sep int namespaceID concode_elem_sep NodeType storageType concode_elem_sep long cTime concode_elem_sep String clusterID concode_elem_sep int layoutVersion concode_elem_sep String STORAGE_FILE_VERSION concode_field_sep Map<Integer,SortedSet<LayoutFeature>> getServiceLayoutFe...
String function ( ) { return clusterID ; }
8,287
returns the current value of this bounded range model . in a scroll bar visualization of a boundedrangemodel , the value is displayed as the position of the thumb . concode_field_sep int extent concode_elem_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep int maximum concode_el...
int function ( ) { return value ; }
8,288
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String indexName concode_elem_sep ProvisionedThroughput provisionedThroughput concode_field_sep UpdateGlobalSecondaryIndexAction withProvisionedThroughput concode_elem_sep int hashCode concode_elem_sep void setIndexNam...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getIndexName ( ) != null ) loc0 . append ( "srini_string" + getIndexName ( ) + "srini_string" ) ; if ( getProvisionedThroughput ( ) != null ) loc0 . append ( "srini_string" + getProvisionedThroughput ( ) ) ; loc0 ...
8,289
convert the given string to a byte buffer . the resulting buffer can be converted back to the same string through #bytestostring bytebuffer . concode_field_sep Logger logger concode_field_sep File[] listFilesSafely concode_elem_sep int nonNegativeHash concode_elem_sep void closeQuietly concode_elem_sep boolean isSymlin...
ByteBuffer function ( String arg0 ) { return Unpooled . wrappedBuffer ( arg0 . getBytes ( Charsets . UTF_8 ) ) . nioBuffer ( ) ; }
8,290
returns true iff this file is a block device . concode_field_sep long st_ino concode_elem_sep int S_IXGRP concode_elem_sep int S_ISUID concode_elem_sep int S_IRWXG concode_elem_sep int S_IWGRP concode_elem_sep int st_mode concode_elem_sep int S_IFBLK concode_elem_sep int st_mtime concode_elem_sep long st_size concode_e...
boolean function ( ) { return ( st_mode & S_IFMT ) == S_IFBLK ; }
8,291
get the schemauriresolver to be used during schema loading . concode_field_sep ErrorListener errorListener concode_elem_sep Configuration config concode_field_sep void importComponents concode_elem_sep void load concode_elem_sep void setSchemaURIResolver concode_elem_sep void setErrorListener concode_elem_sep SchemaVal...
SchemaURIResolver function ( ) { return config . getSchemaURIResolver ( ) ; }
8,292
throws a java.lang.unsupportedoperationexception . concode_field_sep EmptyIterator<Object> INSTANCE concode_field_sep E next concode_elem_sep Iterator<E> iterator concode_elem_sep EmptyIterator<E> get concode_elem_sep boolean hasNext
void function ( ) { throw new UnsupportedOperationException ( ) ; }
8,293
for a particular relative index , returns which element in the clique it is . for instance , if you created a clique c with relativeindices -2 , -1 , 0 , then c.indexofrelativeindex -1 will return 1 . if the relative index is not present , it will return -1 . concode_field_sep Map<CliqueEqualityWrapper,Clique> interner...
int function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < relativeIndices . length ; loc0 ++ ) { if ( relativeIndices [ loc0 ] == arg0 ) { return loc0 ; } } return - 1 ; }
8,294
randomly shuffles the current deck once concode_field_sep ArrayList<Card> cards concode_elem_sep boolean hasJokers concode_elem_sep long serialVersionUID concode_field_sep Deck splitDeck concode_elem_sep void addCard concode_elem_sep Card removeCard concode_elem_sep void stackDeck concode_elem_sep String toString conco...
void function ( ) { Collections . shuffle ( cards ) ; }
8,295
gets frequency concode_field_sep String container concode_elem_sep String CODEC_PCM_UNSIGNED concode_elem_sep String CODEC_MP3 concode_elem_sep AudioFormat AAC concode_elem_sep AudioFormat MP3 concode_elem_sep AudioFormat WAV concode_elem_sep String CONTAINER_OGG concode_elem_sep Long frequency concode_elem_sep Boolean...
Long function ( ) { return frequency ; }
8,296
gets the value of the role property . concode_field_sep CoordinateSystemAltType coordinateSystemAlt concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type ...
String function ( ) { return role ; }
8,297
used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIAct...
String function ( ) { return "srini_string" ; }
8,298
gets the stored int value . concode_field_sep int value concode_field_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep int compareTo concode_elem_sep int hash
int function ( ) { return value ; }
8,299
return base path for current template processor . concode_field_sep Set<String> supportedExtensions concode_elem_sep ConcurrentMap<String,T> cache concode_elem_sep String basePath concode_elem_sep Logger LOGGER concode_elem_sep ServletContext servletContext concode_elem_sep String suffix concode_elem_sep Charset encodi...
String function ( ) { return basePath ; }