idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
31,900
returns list of classpaths that need to be submitted with the plan . concode_field_sep List<URL> jarFiles concode_elem_sep ClassLoader userCodeClassLoader concode_elem_sep Plan plan concode_elem_sep List<URL> classpaths concode_field_sep ClassLoader getUserCodeClassLoader concode_elem_sep List<URL> getJarFiles concode_...
List < URL > function ( ) { return classpaths ; }
31,901
retrieves a new sys session . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session newSysSession concode_elem_sep void resetLoggedSchemas concode_elem_sep ...
Session function ( Database arg0 ) { Session loc0 = new Session ( arg0 , arg0 . getUserManager ( ) . getSysUser ( ) , false , false , 0 , null , 0 ) ; loc0 . isProcessingScript = true ; return loc0 ; }
31,902
convert ipv6 byte-array in uncompressed ipv6-address string . concode_field_sep PlaceHolder placeHolder concode_field_sep String getCompressedIPv6AddressString concode_elem_sep void getCompressedIPv6AddressString concode_elem_sep String getIPv4AddressString
void function ( StringBuilder arg0 , byte [ ] arg1 ) { for ( int loc0 = 0 ; loc0 < 14 ; loc0 += 2 ) { arg0 . append ( String . format ( "srini_string" , 0xFF & arg1 [ loc0 + 0 ] , 0xFF & arg1 [ loc0 + 1 ] ) ) ; } arg0 . append ( String . format ( "srini_string" , 0xFF & arg1 [ 14 ] , 0xFF & arg1 [ 15 ] ) ) ; }
31,903
registers a type with the feature marshaller concode_field_sep HashMap<String,SimpleFeatureType> types concode_elem_sep HashMap<String,SimpleFeatureBuilder> builders concode_elem_sep int FEATURE concode_elem_sep int SIMPLEATTRIBUTE concode_field_sep SimpleFeatureBuilder lookupBuilder concode_elem_sep void marshall conc...
void function ( SimpleFeatureType arg0 ) { if ( ! types . containsKey ( arg0 . getName ( ) . getURI ( ) ) ) { types . put ( arg0 . getName ( ) . getURI ( ) , arg0 ) ; } }
31,904
adds a method to the list . concode_field_sep String mSuperclassName concode_elem_sep HashMap<String,FieldInfo> mFieldList concode_elem_sep boolean mIsEnum concode_elem_sep boolean mIsAnnotation concode_elem_sep boolean mFlattened concode_elem_sep HashMap<String,MethodInfo> mMethodList concode_elem_sep ArrayList<String...
void function ( MethodInfo arg0 ) { mMethodList . put ( arg0 . getNameAndDescriptor ( ) , arg0 ) ; }
31,905
the rest status . concode_field_sep String STATUS_FIELD concode_elem_sep String _ID concode_elem_sep String _TYPE concode_elem_sep String STATUS concode_elem_sep String opType concode_elem_sep String ID_FIELD concode_elem_sep String index concode_elem_sep Throwable cause concode_elem_sep String type concode_elem_sep St...
RestStatus function ( ) { return this . status ; }
31,906
get notification id . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean wasInThePast c...
int function ( ) { return options . getId ( ) ; }
31,907
setter used by the ui to set the permissions/attributes concode_field_sep Map<String,Set<String>> updatePermissionMap concode_elem_sep String[] readPermissions concode_elem_sep Map<String,Set<String>> deletePermissionMap concode_elem_sep String[] deletePermissions concode_elem_sep Map<String,Set<String>> createPermissi...
void function ( String [ ] arg0 ) { if ( arg0 != null ) { this . deletePermissions = Arrays . copyOf ( arg0 , arg0 . length ) ; parsePermissionsFromString ( arg0 , deletePermissionMap ) ; } }
31,908
dispose of the quadtree by removing all nodes and stored ids concode_field_sep int SE concode_elem_sep QuadTree parent concode_elem_sep int eid concode_elem_sep ObjectPool<QuadTree> qtPool concode_elem_sep int OUTSIDE concode_elem_sep int NE concode_elem_sep ObjectPool<Container> cPool concode_elem_sep Bag<Container> i...
void function ( ) { reset ( ) ; }
31,909
constructs a standard throws annotation . concode_field_sep CstString ACCESS_FLAGS_STRING concode_elem_sep CstString VALUE_STRING concode_elem_sep CstType SIGNATURE_TYPE concode_elem_sep CstString NAME_STRING concode_elem_sep CstType ANNOTATION_DEFAULT_TYPE concode_elem_sep CstType ENCLOSING_CLASS_TYPE concode_elem_sep...
Annotation function ( TypeList arg0 ) { CstArray loc0 = makeCstArray ( arg0 ) ; Annotation loc1 = new Annotation ( THROWS_TYPE , SYSTEM ) ; loc1 . put ( new NameValuePair ( VALUE_STRING , loc0 ) ) ; loc1 . setImmutable ( ) ; return loc1 ; }
31,910
returns the error message given the error code . this method is be used when throwing exception other than hsqlexception . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_s...
String function ( final int arg0 ) { return getResourceString ( arg0 ) ; }
31,911
waits for this executor to die . concode_field_sep boolean paused concode_elem_sep double completeness concode_elem_sep ArrayList listeners concode_elem_sep Thread thread concode_elem_sep boolean stopped concode_elem_sep String guid concode_elem_sep TaskExecutor myself concode_elem_sep String message concode_elem_sep S...
void function ( ) { if ( thread != null ) { thread . join ( ) ; } }
31,912
returns the value of the machine epsilon for the type double - i.e. the largest positive value that , when added to 1.0 , produces a sum equal to 1.0 . concode_field_sep double machineEpsilon concode_elem_sep Logger logger concode_field_sep int combinations concode_elem_sep double[] calculateJacobianEllipticFunctionsVa...
double function ( ) { if ( machineEpsilon == 0.0 ) { machineEpsilon = 0.5 ; while ( 1 + machineEpsilon > 1 ) machineEpsilon /= 2 ; } return machineEpsilon ; }
31,913
releases connection to ksensor . must be called from activity #ondestroy . concode_field_sep boolean mUsingInternalSensor concode_elem_sep DockEventReceiver mDockEventReceiver concode_elem_sep Context mApplicationContext concode_elem_sep RotationSensorListener mListener concode_elem_sep Runnable mOnUndock concode_elem_...
void function ( ) { mDockEventReceiver . stop ( ) ; stopInternalSensor ( ) ; }
31,914
returns the next element in the iteration . concode_field_sep Iterator INSTANCE concode_field_sep Iterator<T> emptyIterator concode_elem_sep boolean hasNext concode_elem_sep void remove
T function ( ) { throw new NoSuchElementException ( "srini_string" ) ; }
31,915
get the name . concode_field_sep String colo concode_elem_sep String path concode_elem_sep Set<Interface> interfaces concode_elem_sep String endpoint concode_elem_sep String name concode_elem_sep Set<Location> locations concode_elem_sep String type concode_elem_sep String version concode_elem_sep Map<String,String> pro...
String function ( ) { return name ; }
31,916
makes initial cache loading . concode_field_sep Long id concode_elem_sep int ENTRY_COUNT concode_elem_sep String CACHE_NAME concode_elem_sep int MIN_MEMORY concode_field_sep void executeTransaction concode_elem_sep void main
void function ( IgniteCache < Long , Person > arg0 ) { long loc0 = System . currentTimeMillis ( ) ; arg0 . loadCache ( null , ENTRY_COUNT ) ; long loc1 = System . currentTimeMillis ( ) ; System . out . println ( "srini_string" + arg0 . size ( ) + "srini_string" + ( loc1 - loc0 ) + "srini_string" ) ; }
31,917
get a gobblin.metrics.event.timingevent attached to this gobblin.metrics.event.eventsubmitter . concode_field_sep Map<String,String> metadata concode_elem_sep Optional<MetricContext> metricContext concode_elem_sep String EVENT_TYPE concode_elem_sep String namespace concode_field_sep void submit concode_elem_sep void su...
TimingEvent function ( String arg0 ) { return new TimingEvent ( this , arg0 ) ; }
31,918
this implementation uses #addmetadata model , which should be overridden in subclasses instead of overriding this method . concode_field_sep String fragmentURL concode_elem_sep String datasetURL concode_elem_sep long pageNumber concode_elem_sep boolean isLastPage concode_field_sep long getPageNumber concode_elem_sep St...
StmtIterator function ( ) { final Model loc0 = ModelFactory . createDefaultModel ( ) ; addMetadata ( loc0 ) ; return loc0 . listStatements ( ) ; }
31,919
get the class cloner . this is used by the serializing cloner to implement a strategy for mapping classes from one `` side '' of the cloner to the other . concode_field_sep ObjectResolver objectResolver concode_elem_sep ClassCloner classCloner concode_elem_sep SerializabilityChecker serializabilityChecker concode_elem_...
ClassCloner function ( ) { return classCloner ; }
31,920
gets the value of the externalipaddress property . concode_field_sep String macAddress concode_elem_sep IpAddressAllocationMode ipAddressAllocationMode concode_elem_sep int networkConnectionIndex concode_elem_sep String ipAddress concode_elem_sep String externalIpAddress concode_elem_sep boolean isConnected concode_ele...
String function ( ) { return externalIpAddress ; }
31,921
creates a review uri with the movie id from the backend appended concode_field_sep String PATH_MOVIE concode_elem_sep String COLUMN_MOVIE_VOTE_COUNT concode_elem_sep String COLUMN_REVIEW_ID concode_elem_sep String COLUMN_MOVIE_RATING concode_elem_sep String CONTENT_TYPE concode_elem_sep Uri CONTENT_URI concode_elem_sep...
Uri function ( long arg0 ) { return ContentUris . withAppendedId ( CONTENT_URI , arg0 ) ; }
31,922
create an instance of jaxbelement concode_field_sep QName _OrganisationName_QNAME concode_elem_sep QName _PartyName_QNAME concode_elem_sep QName _PersonName_QNAME concode_field_sep PersonNameType createPersonNameType concode_elem_sep PartyNameType.PersonName createPartyNameTypePersonName concode_elem_sep NameLine creat...
JAXBElement < PartyNameType > function ( PartyNameType arg0 ) { return new JAXBElement < PartyNameType > ( _PartyName_QNAME , PartyNameType . class , null , arg0 ) ; }
31,923
adds the d d m template link to the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<DDMTemplateLinkLocalService,DDMTemplateLinkLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.Actionab...
com . liferay . dynamic . data . mapping . model . DDMTemplateLink function ( com . liferay . dynamic . data . mapping . model . DDMTemplateLink arg0 ) { return getService ( ) . addDDMTemplateLink ( arg0 ) ; }
31,924
the number of items evaluated , before any queryfilter is applied . a high scannedcount value with few , or no , count results indicates an inefficient query operation . for more information , see count and scannedcount in the amazon dynamodb developer guide . if you did not use a filter in the request , then scannedco...
Integer function ( ) { return scannedCount ; }
31,925
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String pluginJNDI concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSTransformer...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
31,926
sets the value of the prstshdw property . concode_field_sep CTFillOverlayEffect fillOverlay concode_elem_sep CTReflectionEffect reflection concode_elem_sep CTBlurEffect blur concode_elem_sep CTInnerShadowEffect innerShdw concode_elem_sep CTPresetShadowEffect prstShdw concode_elem_sep CTSoftEdgesEffect softEdge concode_...
void function ( CTPresetShadowEffect arg0 ) { this . prstShdw = arg0 ; }
31,927
get the current time . concode_field_sep BigInteger NANOS_PER_SECOND_BIG_INTEGER concode_elem_sep long DURATION_SECONDS_MAX concode_elem_sep long DURATION_SECONDS_MIN concode_elem_sep long TIMESTAMP_SECONDS_MAX concode_elem_sep long NANOS_PER_SECOND concode_elem_sep long TIMESTAMP_SECONDS_MIN concode_field_sep Timestam...
Timestamp function ( ) { return Timestamps . fromMillis ( System . currentTimeMillis ( ) ) ; }
31,928
builds old-school byte array concode_field_sep Logger logger concode_elem_sep boolean flag concode_field_sep void sendFORCEFrameT31SetPoint concode_elem_sep void sendPing concode_elem_sep void sendSUBSCRIPTIONframe concode_elem_sep void sendTYPICAL_REQUESTframe concode_elem_sep void sendDBStructFrame concode_elem_sep A...
byte [ ] function ( ArrayList < Byte > arg0 ) { byte [ ] loc0 = new byte [ arg0 . size ( ) ] ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { loc0 [ loc1 ] = ( byte ) arg0 . get ( loc1 ) ; } return loc0 ; }
31,929
the definitive method for getting the url to a given kickstart profile on the spacewalk server . if your kickstart profile is named ` rhel5-server-i386 ' the url would be : http://spacewalk.example.com/kickstart/ks/org/1/label/rhel5-server-i386 concode_field_sep String protocol concode_elem_sep String COBBLER_URL_BASE_...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( StringEscapeUtils . escapeHtml ( ksData . getLabel ( ) ) ) ; return getKickstartFileUrlBase ( ) + loc0 . toString ( ) ; }
31,930
a newly visited solution is registered by storing a deep copy of this solution in the full tabu memory . concode_field_sep FastLimitedQueue<SolutionType> memory concode_field_sep boolean isTabu concode_elem_sep void clear
void function ( SolutionType arg0 , Move < ? super SolutionType > arg1 ) { memory . add ( Solution . checkedCopy ( arg0 ) ) ; }
31,931
warning log message with printf formatting . 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 ...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , String . format ( arg1 , arg2 ) ) ; }
31,932
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 _meetupsEntryLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
31,933
details for terminating a workflow . concode_field_sep Map<String,Object> clientConfigurationParameters concode_elem_sep ActivityTypeRegistrationOptions activityTypeRegistrationOptions concode_elem_sep String stateResultType concode_elem_sep AmazonSimpleWorkflowClient amazonSWClient concode_elem_sep ActivitySchedulingO...
void function ( String arg0 ) { this . terminationDetails = arg0 ; }
31,934
size of the branch beginning with this node number of sobjects in it . concode_field_sep Map<String,List<SObjectNode>> records concode_elem_sep ReferenceGenerator referenceGenerator concode_elem_sep String CHILD_PARAM concode_elem_sep Attributes attributes concode_elem_sep long serialVersionUID concode_elem_sep String ...
int function ( ) { return 1 + records . values ( ) . stream ( ) . flatMapToInt ( r -> r . stream ( ) . mapToInt ( SObjectNode :: size ) ) . sum ( ) ; }
31,935
gets the name value for this audiencesegmentdataprovider . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_field_sep void setName concode_elem_sep org.apache.axis.descrip...
java . lang . String function ( ) { return name ; }
31,936
retrieve the url where the user should be redirected to start the openid authentication process concode_field_sep PlaceHolder placeHolder concode_field_sep F.Promise<UserInfo> verifiedId concode_elem_sep OpenIdClient client
F . Promise < String > function ( String arg0 , String arg1 ) { return client ( ) . redirectURL ( arg0 , arg1 ) ; }
31,937
invoked when the mouse button has been clicked pressed and released on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewModel documentViewModel concode_elem_sep AbstractDocumentView parentComponent concode_elem_sep DocumentViewController documentViewController concode_field_sep void ...
void function ( MouseEvent arg0 ) { documentViewController . clearSelectedAnnotations ( ) ; if ( parentComponent != null ) { parentComponent . requestFocus ( ) ; } }
31,938
initialize the context concode_field_sep ServletContext servletContext concode_elem_sep String COUNT_KEY concode_elem_sep String EVENT_KEY concode_elem_sep int counter concode_elem_sep Set<User> users concode_elem_sep String USERS_KEY concode_field_sep void addUsername concode_elem_sep boolean isAnonymous concode_elem_...
void function ( ServletContextEvent arg0 ) { servletContext = arg0 . getServletContext ( ) ; servletContext . setAttribute ( ( COUNT_KEY ) , Integer . toString ( counter ) ) ; }
31,939
returns the assignments to the first routing object . concode_field_sep List<DistanceEntry<E>> secondAssignments concode_elem_sep DBID id2 concode_elem_sep DBID id1 concode_elem_sep List<DistanceEntry<E>> firstAssignments concode_field_sep double computeFirstCover concode_elem_sep double computeSecondCover concode_elem...
List < DistanceEntry < E >> function ( ) { return firstAssignments ; }
31,940
ice-4417 migrate method for setting focus id . concode_field_sep Pattern ClientIdPattern concode_field_sep UIComponent findComponentInView concode_elem_sep String getFocusId concode_elem_sep UIComponent findComponent concode_elem_sep UIComponent findComponent concode_elem_sep char getSeparatorChar concode_elem_sep int ...
void function ( String arg0 ) { }
31,941
return the contents . concode_field_sep Tag parent concode_elem_sep List<Object> content concode_elem_sep String name concode_elem_sep Map<String,String> attributes concode_elem_sep SimpleDateFormat format concode_elem_sep boolean cdata concode_field_sep String getName concode_elem_sep Map<String,String> getAttributes ...
List < Object > function ( ) { return content ; }
31,942
starts using a new executorservice to carry out executions . the older executorservice will be shut down but it 's still expected tocomplete whatever they are doing and scheduled . concode_field_sep Runnable item concode_elem_sep boolean queued concode_elem_sep ExecutorService executors concode_elem_sep Map<Runnable,Qu...
void function ( ExecutorService arg0 ) { ExecutorService loc0 = this . executors ; this . executors = arg0 ; loc0 . shutdown ( ) ; }
31,943
optimization of the extractattributetype that accepts extracted attribute value to skip double extraction . concode_field_sep InternalSerializationService serializationService concode_elem_sep Extractors extractors concode_field_sep AttributeType getAttributeType concode_elem_sep AttributeType extractAttributeTypeFromM...
AttributeType function ( String arg0 , Object arg1 ) { AttributeType loc0 = extractAttributeTypeIfAttributeQueryConstant ( arg0 ) ; if ( loc0 == null ) { loc0 = extractAttributeType ( arg1 ) ; } return loc0 ; }
31,944
adds a property with the given name and type to the record type . if you add a property that has already been added , then #build will fail . concode_field_sep JSTypeRegistry registry concode_elem_sep Node propertyNode concode_elem_sep boolean isEmpty concode_elem_sep ImmutableSortedMap.Builder<String,RecordProperty> p...
RecordTypeBuilder function ( String arg0 , JSType arg1 , Node arg2 ) { isEmpty = false ; properties . put ( arg0 , new RecordProperty ( arg1 , arg2 ) ) ; return this ; }
31,945
the main method for the algorithm concode_field_sep PlaceHolder placeHolder concode_field_sep String reverseString concode_elem_sep int max concode_elem_sep String algC concode_elem_sep int[] algB concode_elem_sep int findK concode_elem_sep String lcs
void function ( String [ ] arg0 ) { if ( arg0 . length != 2 ) { System . err . println ( "srini_string" ) ; } else { String loc0 = arg0 [ 0 ] ; String loc1 = arg0 [ 1 ] ; Hirshberg loc2 = new Hirshberg ( ) ; System . out . println ( "srini_string" + loc2 . algC ( loc0 . length ( ) , loc1 . length ( ) , loc0 , loc1 ) ) ...
31,946
return the name of the method to be invoked . concode_field_sep Object targetObject concode_elem_sep String targetMethod concode_elem_sep Class<?> targetClass concode_elem_sep Method methodObject concode_elem_sep String staticMethod concode_elem_sep Object[] arguments concode_field_sep void prepare concode_elem_sep Obj...
String function ( ) { return this . targetMethod ; }
31,947
initialize the output eventadapter service dependency concode_field_sep ServiceRegistration serviceRegistration concode_elem_sep Log log concode_field_sep void activate concode_elem_sep void unsetOutputEventAdapterService concode_elem_sep void deactivate
void function ( OutputEventAdapterService arg0 ) { DeviceTypeManagementDataHolder . getInstance ( ) . setOutputEventAdapterService ( arg0 ) ; }
31,948
describes the direction opposite to the current value . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasStopped concode_elem_sep void rotate concode_elem_sep CardinalDirection worldDirectionOf concode_elem_sep void move concode_elem_sep boolean isInsideRoom concode_elem_sep CardinalDirection getC...
Direction function ( ) { switch ( this ) { case LEFT : return Direction . RIGHT ; case FORWARD : return Direction . BACKWARD ; case BACKWARD : return Direction . FORWARD ; case RIGHT : return Direction . LEFT ; default : throw new RuntimeException ( "srini_string" ) ; } }
31,949
always returns 1 . concode_field_sep String errorMessage concode_elem_sep Description description concode_field_sep void fail concode_elem_sep AssertionError fail concode_elem_sep void replaceDefaultErrorMessagesWith concode_elem_sep String formattedErrorMessage concode_elem_sep void failIfCustomMessageIsSet concode_el...
int function ( ) { return 1 ; }
31,950
sets the value of the servicename property . concode_field_sep ServiceVersion serviceVersion concode_elem_sep RootSbb rootSbb concode_elem_sep DefaultPriority defaultPriority concode_elem_sep ResourceInfoProfileTable resourceInfoProfileTable concode_elem_sep Description description concode_elem_sep String id concode_el...
void function ( ServiceName arg0 ) { this . serviceName = arg0 ; }
31,951
get items count concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getLast
int function ( ) { return count ; }
31,952
calculates the distance between two positions given by a sensor and in the parameters concode_field_sep PositionSensor pos concode_field_sep double howFarTo concode_elem_sep double deg2rad concode_elem_sep double rad2deg concode_elem_sep double distanceTo concode_elem_sep double distanceTo
double function ( PositionSensor arg0 , Position arg1 , String arg2 ) { return DistanceTo . distanceFromTo ( arg0 . getLongitude ( ) , arg0 . getLatitude ( ) , arg1 . getLon ( ) , arg1 . getLat ( ) , arg2 ) ; }
31,953
returns true if the range contains the specified value and false otherwise . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandToInclude concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep double max con...
boolean function ( double arg0 ) { return ( arg0 >= this . lower && arg0 <= this . upper ) ; }
31,954
tests the set velocity constraint solver iterations method passing a zero value . concode_field_sep Settings settings concode_field_sep void setNegativeVelocityConstraintSolverIterations concode_elem_sep void setValidWarmStartDistance concode_elem_sep void setMaximumRotation concode_elem_sep void setValidMaximumLinearC...
void function ( ) { settings . setVelocityConstraintSolverIterations ( 0 ) ; }
31,955
asserts that the actual value is greater than the other one . concode_field_sep Comparables INSTANCE concode_elem_sep Failures failures concode_elem_sep ComparisonStrategy comparisonStrategy concode_field_sep void assertNotEqual concode_elem_sep boolean isLessThan concode_elem_sep Comparables instance concode_elem_sep ...
void function ( AssertionInfo arg0 , T arg1 , T arg2 ) { assertNotNull ( arg0 , arg1 ) ; if ( isGreaterThan ( arg1 , arg2 ) ) return ; throw failures . failure ( arg0 , shouldBeGreater ( arg1 , arg2 , comparisonStrategy ) ) ; }
31,956
returns a new instance of algorithmparametergenerator for thespecified algorithm . concode_field_sep SecureRandom RANDOM concode_elem_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep AlgorithmParameterGeneratorSpi spiImpl concode_elem_sep String algorithm concode_fie...
AlgorithmParameterGenerator function ( String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } Engine . SpiAndProvider loc0 = ENGINE . getInstance ( arg0 , null ) ; return new AlgorithmParameterGenerator ( ( AlgorithmParameterGeneratorSpi ) loc0 . spi , loc0 . provider , arg0 ) ; }
31,957
sets the value of the entriesinheriting property . concode_field_sep String owner concode_elem_sep String ownerType concode_elem_sep String recipientType concode_elem_sep boolean entriesInheriting concode_elem_sep List<String> permissions concode_elem_sep String recipient concode_elem_sep List<EntityAcl.Aces> aces conc...
void function ( boolean arg0 ) { this . entriesInheriting = arg0 ; }
31,958
the position into the sound thats being played concode_field_sep float fadeStartGain concode_elem_sep float fadeEndGain concode_elem_sep int fadeTime concode_elem_sep boolean positioning concode_elem_sep Audio sound concode_elem_sep ArrayList listeners concode_elem_sep boolean stopAfterFade concode_elem_sep float volum...
float function ( ) { return sound . getPosition ( ) ; }
31,959
execute the task sometime in the future , using threadpools . concode_field_sep ThreadFactory threadFactory concode_elem_sep HashMap<String,ThreadPoolExecutor> executors concode_elem_sep long THREADS_KEEP_ALIVE_SECONDS concode_elem_sep int MAXIMUM_THREADS_PER_VOLUME concode_elem_sep Log LOG concode_elem_sep ThreadGroup...
void function ( String arg0 , Runnable arg1 ) { ThreadPoolExecutor loc0 = executors . get ( arg0 ) ; if ( loc0 == null ) { throw new RuntimeException ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } else { loc0 . execute ( arg1 ) ; } }
31,960
count the number of word in patriciatrie concode_field_sep PatriciaTrieNode root concode_elem_sep TreeMap<ByteCharSequence,ByteCharSequence> map concode_elem_sep int gcStep concode_field_sep List<ResultSearch> search concode_elem_sep void print concode_elem_sep PatriciaTrie read concode_elem_sep void trim concode_elem_...
int function ( ) { return root . countword ( ) ; }
31,961
gets the value of the location property . concode_field_sep String ref concode_elem_sep String original concode_elem_sep List<Integer> evidence concode_elem_sep String description concode_elem_sep LocationType location concode_elem_sep String id concode_elem_sep String type concode_elem_sep List<String> variation conco...
LocationType function ( ) { return location ; }
31,962
gets the name of the author concode_field_sep IDiscordClient client concode_field_sep String getVersion concode_elem_sep String getName concode_elem_sep boolean enable concode_elem_sep void disable concode_elem_sep String getMinimumDiscord4JVersion
String function ( ) { return "srini_string" ; }
31,963
returns the class name id of this web d a v props . concode_field_sep WebDAVProps _webDAVProps concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setWebDavPropsId concode_elem_sep boolean isEscapedModel concode_elem_sep WebDAVProps getWrappedWebDAVProps concode_elem_sep java.lang.String getProps co...
long function ( ) { return _webDAVProps . getClassNameId ( ) ; }
31,964
xsddateformat returns a simpledateformat in yyyy-mm-dd form . note that synchronisation issues mean that we ca n't have a single shared constant -- it has mutable state . concode_field_sep Pattern matchTimeZone concode_elem_sep String NS concode_elem_sep Resource missingListElement concode_elem_sep String RDFPlainLiter...
SimpleDateFormat function ( ) { return new SimpleDateFormat ( "srini_string" ) ; }
31,965
create a new arraylist . concode_field_sep PlaceHolder placeHolder concode_field_sep HashSet<T> hashSet concode_elem_sep HashMap<K,V> hashMap concode_elem_sep HashMap<K,V> hashMap
ArrayList < T > function ( int arg0 ) { return new ArrayList < T > ( arg0 ) ; }
31,966
read the array of bindings from the given cdr input stream . concode_field_sep String _id concode_field_sep Binding[] extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
Binding [ ] function ( InputStream arg0 ) { Binding [ ] loc0 = new Binding [ arg0 . read_long ( ) ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) loc0 [ loc1 ] = BindingHelper . read ( arg0 ) ; return loc0 ; }
31,967
returns the scheduled execution time of the most recent actual execution of this task . if this method is invoked while task execution is in progress , the return value is the scheduled execution time of the ongoing task execution . this method is typically invoked from within a task 's run method , to determine whethe...
long function ( ) { synchronized ( lock ) { return ( period < 0 ? nextExecutionTime + period : nextExecutionTime - period ) ; } }
31,968
gets the last deserialized object . concode_field_sep Object lastOutput concode_field_sep boolean assertCompabilitySame concode_elem_sep void writeObject concode_elem_sep boolean assertEquals concode_elem_sep void main concode_elem_sep boolean assertSame concode_elem_sep boolean assertCompabilityEquals concode_elem_sep...
Object function ( ) { return lastOutput ; }
31,969
put geo latitude . concode_field_sep long id concode_elem_sep String principalId concode_elem_sep Map<String,String> properties concode_elem_sep String type concode_field_sep void putAgent concode_elem_sep void setProperties concode_elem_sep void putTimestamp concode_elem_sep void putServerIpAddress concode_elem_sep St...
void function ( final String arg0 ) { put ( "srini_string" , arg0 ) ; }
31,970
add a new checkbox entry to the menubar . concode_field_sep SVWindow svWindow concode_elem_sep JMenuBar root concode_elem_sep HashMap<String,SVAbstractMenuItem> items concode_field_sep void actionPerformed
void function ( String arg0 , String arg1 , int arg2 , boolean arg3 ) { SVAbstractMenuItem loc0 = items . get ( arg0 ) ; if ( loc0 == null ) { System . out . println ( "srini_string" + arg0 ) ; System . exit ( 1 ) ; } SVAbstractMenuItem loc1 = new SVCheckboxMenuItem ( arg2 , arg1 , arg3 ) ; loc1 . mi . addActionListene...
31,971
captures processing result and notifies the subscribed client concode_field_sep Subscriber subscriber concode_elem_sep boolean result concode_elem_sep WorkQueue queue concode_field_sep void dispatch
void function ( boolean arg0 ) { if ( subscriber != null ) { subscriber . onResult ( arg0 ) ; } }
31,972
this method let us set the preference settings for a wallet concode_field_sep PlaceHolder placeHolder concode_field_sep String getPreferenceSettings concode_elem_sep UUID getDefaultSkin concode_elem_sep void setDefaultSkin concode_elem_sep void setDefaultLanguage concode_elem_sep UUID getDefaultLanguage
void function ( String arg0 , String arg1 ) { }
31,973
getter method for the retailer type concode_field_sep String percentCancelled concode_elem_sep String percentUR concode_elem_sep String percentClosed concode_elem_sep String subSubType concode_elem_sep String type concode_elem_sep String totalSR concode_elem_sep String retailerSegment concode_elem_sep String customerSe...
String function ( ) { return retailerCategory ; }
31,974
only used for testing !! concode_field_sep Lock lock concode_elem_sep AtomicBoolean processing concode_elem_sep T[] buf concode_elem_sep long offset concode_elem_sep long current concode_elem_sep long low concode_elem_sep Condition buffer_full concode_elem_sep boolean running concode_elem_sep long hr concode_elem_sep T...
T function ( long arg0 ) { int loc0 = loc0 ( arg0 ) ; lock . lock ( ) ; try { return loc0 < 0 ? null : buf [ loc0 ] ; } finally { lock . unlock ( ) ; } }
31,975
parses , and verifies , a json token . concode_field_sep Checker[] checkers concode_elem_sep VerifierProviders verifierProviders concode_elem_sep Clock clock concode_field_sep boolean signatureIsValid concode_elem_sep void verify concode_elem_sep void verify concode_elem_sep boolean issuedAtIsValid concode_elem_sep Lis...
JsonToken function ( String arg0 ) { JsonToken loc0 = deserialize ( arg0 ) ; verify ( loc0 ) ; return loc0 ; }
31,976
sets the primary key of this attachment . concode_field_sep Attachment _attachment concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep Attachment getWrappedAttachment concode_elem_sep boolean isEscapedModel ...
void function ( long arg0 ) { _attachment . setPrimaryKey ( arg0 ) ; }
31,977
sets the first name concode_field_sep String lastName concode_elem_sep Address address concode_elem_sep Date created concode_elem_sep Long userId concode_elem_sep Date birthDate concode_elem_sep byte[] picture concode_elem_sep String firstName concode_elem_sep Logger logger concode_elem_sep String password concode_elem...
void function ( String arg0 ) { this . firstName = arg0 . toUpperCase ( ) ; }
31,978
recupera l'oggetto campo associato alla tipologia passato come parametro concode_field_sep CampoFacadeLocal campoFacade concode_field_sep Campo getObjectCampoById concode_elem_sep void removeCampo concode_elem_sep void updateCampo concode_elem_sep List<Campo> getCampoByImpianto concode_elem_sep void addCampo
List < Campo > function ( String arg0 ) { return campoFacade . getCampoByTipologia ( arg0 ) ; }
31,979
calculate and then cleanup concode_field_sep int itemsPerPage concode_elem_sep int numberOfPages concode_elem_sep int defItemsPerPage concode_elem_sep int numberOfItems concode_elem_sep int firstResult concode_elem_sep int currentPage concode_elem_sep int rewindFastForwardBy concode_field_sep void next concode_elem_sep...
void function ( ) { numberOfPages = ( int ) Math . ceil ( ( double ) numberOfItems / ( double ) itemsPerPage ) ; firstResult = ( currentPage - 1 ) * itemsPerPage ; }
31,980
digest the input . concode_field_sep char[] hex concode_elem_sep String hashAlgo concode_elem_sep String charSet concode_field_sep boolean verifyData concode_elem_sep String toHex concode_elem_sep String getParamValue concode_elem_sep String getHexDigest concode_elem_sep byte[] digest concode_elem_sep byte[] digest con...
String function ( byte [ ] arg0 , byte [ ] arg1 ) { return toHex ( digest ( arg0 , arg1 ) ) ; }
31,981
create a new projection list concode_field_sep PlaceHolder placeHolder concode_field_sep Projection sqlGroupProjection concode_elem_sep AggregateProjection max concode_elem_sep CountProjection count concode_elem_sep Projection distinct concode_elem_sep AggregateProjection sum concode_elem_sep PropertyProjection groupPr...
ProjectionList function ( ) { return new ProjectionList ( ) ; }
31,982
list of properties from all local notifications from given type . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep ...
List < JSONObject > function ( Notification . Type arg0 ) { ArrayList < JSONObject > loc0 = new ArrayList < JSONObject > ( ) ; List < Notification > loc1 = getByType ( arg0 ) ; for ( Notification loc2 : loc1 ) { loc0 . add ( loc2 . getOptions ( ) . getDict ( ) ) ; } return loc0 ; }
31,983
invokes command for constructing weighted majority classifier concode_field_sep Command _constructCommand concode_elem_sep Command _calculateWmPrecisionCommand concode_elem_sep Command _constructWmCommand concode_elem_sep Command _prepareTrainCommand concode_field_sep void prepareTrain concode_elem_sep void calculateWm...
void function ( ) { this . _constructWmCommand . execute ( ) ; }
31,984
use this method to setup the controller model . concode_field_sep LicenseKeyProtector _LicenseKeyProtector concode_field_sep Protector getLicenseKeyProtector
void function ( String arg0 , String arg1 ) { _LicenseKeyProtector = new LicenseKeyProtector ( arg0 , arg1 ) ; }
31,985
sets the authentication handler name . authentication handler names should be unique within an org.jasig.cas.authentication.authenticationmanager , and particular implementations may require uniqueness . uniqueness is a best practice generally . concode_field_sep String name concode_field_sep String getName
void function ( final String arg0 ) { this . name = arg0 ; }
31,986
refer to remapuri added in cordova-android@4.0.0 concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading conc...
Uri function ( Uri arg0 ) { return new Uri . Builder ( ) . scheme ( CordovaResourceApi . PLUGIN_URI_SCHEME ) . authority ( serviceName ) . appendQueryParameter ( "srini_string" , arg0 . toString ( ) ) . build ( ) ; }
31,987
returns a single string that is the concatenation of all the strings in the specified string array . a single space is put between each string array element . null array elements are skipped . if the array itself is null , the empty string is returned . this method is guaranteed to return a non-null value , if no expec...
String function ( String [ ] arg0 ) { return concat ( arg0 , "srini_string" ) ; }
31,988
run any post construction initialization . by default , do nothing . concode_field_sep byte[] byteArray concode_elem_sep boolean isByteArrayComputed concode_field_sep byte[] getByteArray concode_elem_sep void computeByteArray concode_elem_sep void computeByteArray
void function ( ) { }
31,989
gets the next available reference number from the trailer . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep boolean contains concode_elem_sep int compare concode_elem_sep boolean isChanged co...
Reference function ( ) { Reference loc0 = new Reference ( nextReferenceNumber , 0 ) ; nextReferenceNumber ++ ; return loc0 ; }
31,990
get the definition kind , corresponding the given integer code . concode_field_sep int _dk_Union concode_elem_sep DefinitionKind dk_Native concode_elem_sep DefinitionKind dk_Operation concode_elem_sep int _dk_none concode_elem_sep DefinitionKind dk_Union concode_elem_sep DefinitionKind dk_Interface concode_elem_sep Def...
DefinitionKind function ( int arg0 ) { if ( table == null ) fill_table ( ) ; try { return table [ arg0 ] ; } catch ( ArrayIndexOutOfBoundsException loc0 ) { throw new BAD_PARAM ( "srini_string" + arg0 ) ; } }
31,991
return the server built time for this version of tomcat . concode_field_sep String serverNumber concode_elem_sep String serverInfo concode_elem_sep String serverBuilt concode_field_sep String getServerInfo concode_elem_sep String getServerNumber concode_elem_sep void main
String function ( ) { return ( serverBuilt ) ; }
31,992
sets the implementation for the certificate verification step . concode_field_sep String hostname concode_elem_sep CredentialFactory credentialFactory concode_elem_sep CertificateVerifier certVerifier concode_elem_sep Certificate lastCertChain concode_elem_sep Logger logger concode_elem_sep TlsContext context concode_f...
void function ( CertificateVerifier arg0 ) { this . certVerifier = arg0 ; }
31,993
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization2 concode_elem_sep void testCloning concode_elem_sep void testEquals
void function ( ) { ChartRenderingInfo loc0 = new ChartRenderingInfo ( ) ; loc0 . setChartArea ( new Rectangle2D . Double ( 1.0 , 2.0 , 3.0 , 4.0 ) ) ; ChartRenderingInfo loc1 = ( ChartRenderingInfo ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
31,994
gets the value of the emailtype property . concode_field_sep String emailAddress concode_elem_sep String emailType concode_field_sep void setEmailType concode_elem_sep String getEmailAddress concode_elem_sep void setEmailAddress
String function ( ) { return emailType ; }
31,995
tie integer to index/key pair concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_sep int getAddre...
int function ( String arg0 , int arg1 , int arg2 ) { return CMemoryImpl . getInstance ( ) . tie ( arg0 , arg1 , arg2 ) ; }
31,996
zero pad a number to a specified length concode_field_sep TimeZone TIMEZONE_UTC concode_elem_sep String UTC_ID concode_field_sep int parseInt concode_elem_sep String format concode_elem_sep String format concode_elem_sep String format concode_elem_sep boolean checkOffset concode_elem_sep Date parse concode_elem_sep int...
void function ( StringBuilder arg0 , int arg1 , int arg2 ) { String loc0 = Integer . toString ( arg1 ) ; for ( int loc1 = arg2 - loc0 . arg2 ( ) ; loc1 > 0 ; loc1 -- ) { arg0 . append ( '0' ) ; } arg0 . append ( loc0 ) ; }
31,997
primarily for debugger support concode_field_sep long serialVersionUID concode_elem_sep LoadedClass loadedClass concode_elem_sep Proc process concode_elem_sep List<Operation> subops concode_elem_sep long startTimeNanos concode_elem_sep int index concode_elem_sep Type type concode_elem_sep long endTimeNanos concode_fiel...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( type . toString ( ) ) ; loc0 . append ( ' ' ) ; loc0 . append ( loadedClass . toString ( ) ) ; if ( subops . size ( ) > 0 ) { loc0 . append ( "srini_string" ) ; loc0 . append ( subops . size ( ) ) ; loc0 . append ( "srini_string" ) ; } r...
31,998
this method was generated by mybatis generator . this method returns the value of the database column boss_apply . apply_type concode_field_sep String applyType concode_elem_sep String applyId concode_elem_sep String applyUser concode_elem_sep String applyExplanation concode_elem_sep String auditExplanation concode_ele...
String function ( ) { return applyType ; }
31,999
set e to the given value . concode_field_sep double[] doubles concode_elem_sep Class<E> enumClass concode_field_sep void add concode_elem_sep void add concode_elem_sep void negation concode_elem_sep int hashCode concode_elem_sep double get concode_elem_sep void subtract concode_elem_sep void subtract concode_elem_sep b...
void function ( final E arg0 , final double arg1 ) { doubles [ arg0 . ordinal ( ) ] = arg1 ; }