idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
7,000
gets the value of the monthlycharge property . concode_field_sep String phoneNumber concode_elem_sep NameValueListType planDetails concode_elem_sep NameValueListType planPricings concode_elem_sep NameValueListType payPerUseServices concode_elem_sep String monthlyCharge concode_elem_sep String name concode_elem_sep Stri...
String function ( ) { return monthlyCharge ; }
7,001
entry point into walking the model graph of a collection according to its defined metamodel . concode_field_sep Set<AssociationKey> visitedAssociationKeys concode_elem_sep SessionFactoryImplementor factory concode_elem_sep PropertyPath currentPropertyPath concode_elem_sep Logger log concode_elem_sep AssociationVisitati...
void function ( AssociationVisitationStrategy arg0 , CollectionPersister arg1 ) { arg0 . start ( ) ; try { new MetamodelGraphWalker ( arg0 , arg1 . getFactory ( ) ) . visitCollectionDefinition ( arg1 ) ; } finally { arg0 . finish ( ) ; } }
7,002
returns the beeper interface if any . concode_field_sep Log myLog concode_elem_sep PolledAfterActiveTicks[] polledAfterActive concode_elem_sep Clock myClock concode_elem_sep Button myButton concode_elem_sep LED myLED concode_elem_sep ArrayList<MoteInterface> moteInterfaces concode_elem_sep IPAddress myIPAddress concode...
Beeper function ( ) { if ( myBeeper == null ) { myBeeper = getInterfaceOfType ( Beeper . class ) ; } return myBeeper ; }
7,003
gets an instance of the certificatefactory class representing the specified certificate factory from the specified provider . if the type is not found then , it throws certificateexception . if the provider is not found , then it throws java.security.nosuchproviderexception . concode_field_sep String CERTIFICATE_FACTOR...
CertificateFactory function ( String arg0 , String arg1 ) { Provider loc0 = Security . getProvider ( arg1 ) ; if ( loc0 == null ) throw new NoSuchProviderException ( arg1 ) ; return getInstance ( arg0 , loc0 ) ; }
7,004
gets the polygon object that represents the time zone on the image map . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_sep bool...
Polygon function ( ) { return mapPolygon ; }
7,005
tests that the entity listeners are correctly invoked and have access to the java : comp/ejbcontext when an entity is persisted via a stateful bmt bean concode_field_sep InitialContext iniCtx concode_elem_sep String ARCHIVE_NAME concode_field_sep void testCDICallbackInvoked concode_elem_sep T lookup concode_elem_sep T ...
void function ( ) { MyListener . setInvocationCount ( 0 ) ; SFSBBMT loc0 = lookup ( "srini_string" , SFSBBMT . class ) ; this . doBMTTest ( loc0 , 1 ) ; }
7,006
see hierarchy #disableall . concode_field_sep String DISABLE_KEY concode_elem_sep String INHERITED concode_elem_sep String DISABLE_OVERRIDE_KEY concode_field_sep void disableDebug concode_elem_sep void disableInfo concode_elem_sep void resetConfiguration concode_elem_sep void resetConfiguration concode_elem_sep void di...
void function ( ) { Category . getDefaultHierarchy ( ) . disable ( Priority . FATAL ) ; }
7,007
returns the request validator class name concode_field_sep Log log concode_field_sep OAuthServerConfiguration getOAuthServerConfiguration concode_elem_sep String getAccessTokenValidator concode_elem_sep String getHostName concode_elem_sep String getUserInfoResponseBuilder concode_elem_sep String getLoginPageURL concode...
String function ( ) { return getOAuthServerConfiguration ( ) . getOpenIDConnectUserInfoEndpointRequestValidator ( ) ; }
7,008
adds an unnamed value to the formatted output . it is strongly encouraged to use #add string , float insteadand give value a readable name . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues c...
ToStringHelper function ( float arg0 ) { return addHolder ( String . valueOf ( arg0 ) ) ; }
7,009
unregisters the hulu replacement service . concode_field_sep Logger logger concode_elem_sep ReplacementService huluSource concode_elem_sep ServiceRegistration huluServReg concode_field_sep void start
void function ( BundleContext arg0 ) { huluServReg . unregister ( ) ; logger . info ( "srini_string" ) ; }
7,010
update program information if changed . useful , if a program was replaced , and reports a different name or version than at the last invocation . concode_field_sep String m_label concode_elem_sep String m_command concode_elem_sep String m_workingDirectory concode_elem_sep String m_name concode_elem_sep String m_versio...
boolean function ( String arg0 , String arg1 ) { if ( arg0 == null ) arg0 = "srini_string" ; if ( arg1 == null ) arg1 = "srini_string" ; boolean loc0 = false ; if ( ! ObjectUtil . equals ( m_name , arg0 ) ) { m_name = arg0 ; loc0 = true ; } if ( ! ObjectUtil . equals ( m_version , arg1 ) ) { m_version = arg1 ; loc0 = t...
7,011
write 16 bit integer to address . concode_field_sep MemoryInterface memIntf concode_field_sep void setByteValueOf concode_elem_sep void setIntValueOf concode_elem_sep long getLongValueOf concode_elem_sep short getShortValueOf concode_elem_sep void setInt64ValueOf concode_elem_sep int getInt32ValueOf concode_elem_sep vo...
void function ( long arg0 , short arg1 ) { memIntf . setMemorySegment ( arg0 , MemoryBuffer . wrap ( memIntf . getLayout ( ) , new byte [ DataType . INT16 . getSize ( ) ] ) . putShort ( arg1 ) . getBytes ( ) ) ; }
7,012
prints information about circle . concode_field_sep double sideA concode_field_sep double getPerimeter concode_elem_sep double getSideA concode_elem_sep double getArea
String function ( ) { return String . format ( "srini_string" , sideA , getArea ( ) , getPerimeter ( ) ) ; }
7,013
used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . 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 bool...
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } }
7,014
it returns the sequences of the database in a list concode_field_sep Map<Item,EquivalenceClass> frequentItems concode_elem_sep AbstractionCreator abstractionCreator concode_elem_sep IdListCreator idListCreator concode_elem_sep PatternCreator patternCreator concode_elem_sep int nSequences concode_elem_sep ItemFactory<In...
List < Sequence > function ( ) { return sequences ; }
7,015
public api - encodes a table argument . concode_field_sep boolean needBitFlush concode_elem_sep byte bitAccumulator concode_elem_sep ValueWriter out concode_elem_sep int bitMask concode_field_sep void writeLongstr concode_elem_sep void writeLongstr concode_elem_sep void writeLong concode_elem_sep void writeTimestamp co...
void function ( Map < String , Object > arg0 ) { bitflush ( ) ; out . writeTable ( arg0 ) ; }
7,016
moves a database 's store files from one directory to another . since it just renames files the standard way of moving with jdk6 from and to must be on the same disk partition . concode_field_sep String[] fileNames concode_field_sep void moveFile
void function ( File arg0 , File arg1 ) { for ( String loc0 : fileNames ) { moveFile ( loc0 , arg0 , arg1 ) ; moveFile ( loc0 + "srini_string" , arg0 , arg1 ) ; } }
7,017
sets the value of the name property . concode_field_sep DefaultWeek defaultWeek concode_elem_sep List<Calendar> calendar concode_elem_sep String name concode_elem_sep Days days concode_elem_sep OverriddenDayTypes overriddenDayTypes concode_elem_sep String id concode_field_sep OverriddenDayTypes getOverriddenDayTypes co...
void function ( String arg0 ) { this . name = arg0 ; }
7,018
create an instance of jaxbelement concode_field_sep QName _GenerateQRCodeResponse_QNAME concode_elem_sep QName _RetrieveQRCodeRequest_QNAME concode_elem_sep QName _GenerateQRCodeRequest_QNAME concode_elem_sep QName _RetrieveQRCodeResponse_QNAME concode_field_sep RetrieveQRCodeRequest createRetrieveQRCodeRequest concode...
JAXBElement < GenerateQRCodeResponse > function ( GenerateQRCodeResponse arg0 ) { return new JAXBElement < GenerateQRCodeResponse > ( _GenerateQRCodeResponse_QNAME , GenerateQRCodeResponse . class , null , arg0 ) ; }
7,019
passes this packet on to the nethandler for processing . concode_field_sep int x concode_elem_sep int z concode_field_sep int getX concode_elem_sep int getZ concode_elem_sep void writePacketData concode_elem_sep void readPacketData
void function ( INetHandlerPlayClient arg0 ) { arg0 . processChunkUnload ( this ) ; }
7,020
sets the jobname for this plan . concode_field_sep String jobName concode_elem_sep int DEFAULT_PARALELLISM concode_elem_sep HashMap<String,DistributedCacheEntry> cacheFile concode_elem_sep List<GenericDataSinkBase<?>> sinks concode_elem_sep int maxDop concode_elem_sep int defaultParallelism concode_field_sep void postV...
void function ( String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; this . jobName = arg0 ; }
7,021
gets the max results . concode_field_sep String nextMarker concode_elem_sep String marker concode_elem_sep Integer maxResults concode_elem_sep String prefix concode_elem_sep ArrayList<T> results concode_elem_sep String ENUMERATION_RESULTS concode_field_sep String getMarker concode_elem_sep String getNextMarker concode_...
Integer function ( ) { return this . maxResults ; }
7,022
this method is used to insert the new user id creation data into the database . concode_field_sep PlaceHolder placeHolder concode_field_sep List findAllCircle concode_elem_sep boolean editAgent concode_elem_sep List findAllDepartment concode_elem_sep List findAllDepartment concode_elem_sep List findAllLevel concode_ele...
boolean function ( AgentVO arg0 ) { boolean loc0 = false ; AgentDAO loc1 = new AgentDAO ( ) ; loc0 = loc1 . createAgent ( arg0 ) ; return loc0 ; }
7,023
asserts that the current thread is running on the main thread . concode_field_sep Object sLock concode_elem_sep boolean sWillOverride concode_elem_sep Handler sUiThreadHandler concode_field_sep void runOnUiThreadBlocking concode_elem_sep T runOnUiThreadBlocking concode_elem_sep void postOnUiThreadDelayed concode_elem_s...
void function ( ) { if ( BuildConfig . DCHECK_IS_ON && ! runningOnUiThread ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } }
7,024
get display name for argument concode_field_sep List<Period_Type> periodType concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep String description concode_elem_sep boolean isOptional concode_field_sep void setPeriodChoices concode_elem_sep String getName concode_elem_sep List<Period_Type>...
String function ( ) { return this . displayName ; }
7,025
saves a settings section of a bundle . concode_field_sep StatusMessageService statusMessageService concode_elem_sep Logger LOGGER concode_elem_sep SettingsService settingsService concode_elem_sep String ADMIN_MODULE_NAME concode_elem_sep String PLATFORM_SETTINGS_SAVED concode_field_sep void uploadSettingsFile concode_e...
void function ( @ PathVariable long arg0 , @ RequestBody Settings arg1 ) { settingsService . saveBundleSettings ( arg1 , arg0 ) ; statusMessageService . info ( "srini_string" , ADMIN_MODULE_NAME ) ; }
7,026
bind the given link to the request uri . concode_field_sep PlaceHolder placeHolder concode_field_sep String getParameterString concode_elem_sep RESTLink getLinkToUse concode_elem_sep SingleResourceTransportDto checkValidInput concode_elem_sep String getNewEndpoint concode_elem_sep R bindToRequest
R function ( final R arg0 , final String arg1 ) { String loc0 = arg1 + getParameterString ( arg0 ) ; URI loc1 = URI . create ( loc0 ) ; return ( R ) arg0 . toBuilder ( ) . arg1 ( loc1 ) . build ( ) ; }
7,027
adds the kaleo transition to the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<KaleoTransitionLocalService,KaleoTransitionLocalService> _serviceTracker concode_field_sep void deleteCompanyKaleoTransitions concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_el...
com . liferay . portal . workflow . kaleo . model . KaleoTransition function ( com . liferay . portal . workflow . kaleo . model . KaleoTransition arg0 ) { return getService ( ) . addKaleoTransition ( arg0 ) ; }
7,028
computes the set-theoretic difference of two geometry s , using enhanced precision . concode_field_sep CommonBitsRemover cbr concode_elem_sep boolean returnToOriginalPrecision concode_field_sep Geometry removeCommonBits concode_elem_sep Geometry[] removeCommonBits concode_elem_sep Geometry intersection concode_elem_sep...
Geometry function ( Geometry arg0 , Geometry arg1 ) { Geometry [ ] loc0 = removeCommonBits ( arg0 , arg1 ) ; return computeResultPrecision ( loc0 [ 0 ] . difference ( loc0 [ 1 ] ) ) ; }
7,029
computes a hash code compatible with the equals method ; based on the client name alone . concode_field_sep String clientName concode_elem_sep String privateControlKey concode_field_sep boolean equals concode_elem_sep String toString
int function ( ) { return ( ( clientName != null ) ? clientName . hashCode ( ) : 0 ) ; }
7,030
subclasses can override this method , which is implemented to throw unsupportedoperationexception , if they can instantiate an object with the method injection specified in the given rootbeandefinition . instantiation should use a no-arg constructor . concode_field_sep ThreadLocal<Method> currentlyInvokedFactoryMethod ...
Object function ( RootBeanDefinition arg0 , String arg1 , BeanFactory arg2 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
7,031
returns a map of view-specific constants that are injected to javascript . these constants are made accessible via uimanager . . constants . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> getNativeProps concode_elem_sep String getName concode_elem_sep void onAfterUpdateTransaction concod...
Map < String , Object > function ( ) { return null ; }
7,032
returns the time of the server when the data was loaded . concode_field_sep Map<String,String> m_extensionMapping concode_elem_sep CmsUUID m_structureId concode_elem_sep String m_contentEditorDeleteLinkUrl concode_elem_sep String m_contentEditorUrl concode_elem_sep String m_contentEditorBacklinkUrl concode_elem_sep Str...
long function ( ) { return m_serverTime ; }
7,033
reads the next 32 bits from standard input and return as a 32-bit int . concode_field_sep int buffer concode_elem_sep int EOF concode_elem_sep int n concode_elem_sep BufferedInputStream in concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep double readDoubl...
int function ( ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) { char loc2 = readChar ( ) ; loc0 <<= 8 ; loc0 |= loc2 ; } return loc0 ; }
7,034
create a new cefrequest object . concode_field_sep int UR_FLAG_REPORT_RAW_HEADERS concode_elem_sep int flag concode_elem_sep int UR_FLAG_NONE concode_elem_sep int UR_FLAG_ALLOW_CACHED_CREDENTIALS concode_elem_sep int UR_FLAG_NO_DOWNLOAD_DATA concode_elem_sep int UR_FLAG_NO_RETRY_ON_5XX concode_elem_sep int value concod...
CefRequest function ( ) { return CefRequest_N . createNative ( ) ; }
7,035
increments the coalescing key corresponding to the gesture with this down time . concode_field_sep SparseIntArray sDownTimeToCoalescingKey concode_field_sep void removeCoalescingKey concode_elem_sep short getCoalescingKey concode_elem_sep void addCoalescingKey
void function ( long arg0 ) { int loc0 = sDownTimeToCoalescingKey . get ( ( int ) arg0 , - 1 ) ; if ( loc0 == - 1 ) { throw new RuntimeException ( "srini_string" ) ; } sDownTimeToCoalescingKey . put ( ( int ) arg0 , loc0 + 1 ) ; }
7,036
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
7,037
sets the delegate . concode_field_sep IXMLValidator delegate concode_field_sep void unexpectedElement concode_elem_sep void setParameterEntityResolver concode_elem_sep void missingElement concode_elem_sep void PCDataAdded concode_elem_sep void missingAttribute concode_elem_sep void missingPCData concode_elem_sep IXMLVa...
void function ( IXMLValidator arg0 ) { this . delegate = arg0 ; }
7,038
empty out the collection of points that we have . concode_field_sep float mPix concode_elem_sep float m15Pix concode_elem_sep Paint mPaint concode_elem_sep StorageService mService concode_elem_sep int MAXUDW concode_elem_sep List<Waypoint> mPoints concode_elem_sep Context mContext concode_elem_sep float m2Pix concode_e...
void function ( ) { if ( null != mPoints ) { mPoints . clear ( ) ; } mPoints = null ; }
7,039
clear local notification specified by id . 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 NotificationManager get...
Notification function ( int arg0 ) { Notification loc0 = get ( arg0 ) ; if ( loc0 != null ) { loc0 . clear ( ) ; } return loc0 ; }
7,040
returns the fields of this selector . concode_field_sep Splitter FIELD_PATH_SPLITTER concode_elem_sep Joiner FIELD_PATH_JOINER concode_elem_sep String paramName concode_elem_sep ImmutableList<Field> fields concode_field_sep FieldSelector add concode_elem_sep String getParamName concode_elem_sep FieldSelector resolve co...
ImmutableList < Field > function ( ) { return fields ; }
7,041
equals concode_field_sep int modifiers concode_elem_sep char keyChar concode_elem_sep int keyCode concode_elem_sep boolean onKeyRelease concode_field_sep KeyStroke getKeyStrokeForEvent concode_elem_sep char getKeyChar concode_elem_sep int hashCode concode_elem_sep boolean isOnKeyRelease concode_elem_sep String toString...
boolean function ( Object arg0 ) { KeyStroke loc0 ; if ( arg0 instanceof KeyStroke ) { loc0 = ( KeyStroke ) arg0 ; if ( loc0 . keyChar == keyChar && loc0 . keyCode == keyCode && loc0 . modifiers == modifiers && loc0 . onKeyRelease == onKeyRelease ) { return true ; } } return false ; }
7,042
simple implementation of the `` read '' method concode_field_sep Long myNextId concode_elem_sep Map<Long,Patient> myPatients concode_field_sep List<Patient> search concode_elem_sep List<Patient> search concode_elem_sep Class<? extends IResource> getResourceType concode_elem_sep MethodOutcome create
Patient function ( @ IdParam IdDt arg0 ) { Patient loc0 = myPatients . get ( arg0 . getIdPartAsLong ( ) ) ; if ( loc0 == null ) { throw new ResourceNotFoundException ( arg0 ) ; } return loc0 ; }
7,043
a list of parameter values . note : this method appends the values to the existing list if any . use #setparameters java.util.collection or #withparameters java.util.collection if you want to override theexisting values . returns a reference to this object so that method calls can be chained together . concode_field_se...
DescribeDBParametersResult function ( Parameter ... arg0 ) { if ( getParameters ( ) == null ) setParameters ( new java . util . ArrayList < Parameter > ( arg0 . length ) ) ; for ( Parameter loc0 : arg0 ) { getParameters ( ) . add ( loc0 ) ; } return this ; }
7,044
creates a new sync d l file version diff with the primary key . does not add the sync d l file version diff to the database . concode_field_sep SyncDLFileVersionDiffLocalService _syncDLFileVersionDiffLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.sync.model.SyncDLF...
com . liferay . sync . model . SyncDLFileVersionDiff function ( long arg0 ) { return _syncDLFileVersionDiffLocalService . createSyncDLFileVersionDiff ( arg0 ) ; }
7,045
print a short to standard output and then terminate the line . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_s...
void function ( short arg0 ) { out . println ( arg0 ) ; }
7,046
get the type value . concode_field_sep KeyVaultMetaInfo keyVaultMetaInfo concode_elem_sep EncryptionConfigType type concode_field_sep EncryptionConfig withKeyVaultMetaInfo concode_elem_sep KeyVaultMetaInfo keyVaultMetaInfo concode_elem_sep EncryptionConfig withType
EncryptionConfigType function ( ) { return this . type ; }
7,047
tries to resolve the given file uri against the list of available roots . if uri starts with one of the listed roots , it returned back by this method , otherwise null is returned . concode_field_sep FileSystem DEFAULT concode_elem_sep FileSystem ACTUAL_DEFAULT concode_field_sep FileSystem getDefaultFileSystem
Path function ( Path [ ] arg0 , URI arg1 ) { return get ( arg0 , PathUtils . get ( arg1 ) . normalize ( ) . toString ( ) ) ; }
7,048
setter of vendorversion . concode_field_sep String vendorVersion concode_elem_sep int rulesCount concode_elem_sep String DELIMITER concode_elem_sep String vendorID concode_elem_sep String vendorSymbolicName concode_field_sep String getVendorVersion concode_elem_sep int hashCode concode_elem_sep boolean equals concode_e...
void function ( String arg0 ) { vendorVersion = arg0 ; }
7,049
return a new unitpfbuilder with a case statement added . concode_field_sep PlaceHolder placeHolder concode_field_sep UnitPFBuilder<Object> matchEquals concode_elem_sep UnitPFBuilder<Object> matchEquals concode_elem_sep UnitPFBuilder<Object> matchAny
UnitPFBuilder < Object > function ( final Class < ? extends P > arg0 , FI . UnitApply < ? extends P > arg1 ) { return UnitMatch . match ( arg0 , arg1 ) ; }
7,050
shuts down the entry . if #open httproute , httpcontext , httpparams is in progress , this will cause that open to possibly throw an ioexception . concode_field_sep HttpRoute route concode_elem_sep ClientConnectionOperator connOperator concode_elem_sep RouteTracker tracker concode_elem_sep OperatedClientConnection conn...
void function ( ) { tracker = null ; state = null ; }
7,051
the metric unit concode_field_sep Integer proxyPort concode_elem_sep String unit concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String namespace concode_elem_sep AmazonCloudWatch amazonCwClient concode_elem_sep String name concode_elem_sep String amazonCwEndpoint concode_elem_sep D...
void function ( String arg0 ) { this . unit = arg0 ; }
7,052
this method is used to forward the leader published message concode_field_sep PlaceHolder placeHolder concode_field_sep void registerListenerWithLeader concode_elem_sep void sendPing concode_elem_sep void forwardReceivedUidMessage concode_elem_sep String getStateFromRemote concode_elem_sep void sendUidMessage concode_e...
void function ( String arg0 , String arg1 ) { LeaderInterface loc0 = getLeaderInterface ( arg0 ) ; loc0 . receiveMessage ( arg1 ) ; System . out . println ( "srini_string" + arg0 ) ; }
7,053
returns true if the given file has any of the given extensions . concode_field_sep String extension concode_elem_sep List<String> SOURCE_CONTROL_FOLDERS concode_elem_sep String basename concode_elem_sep Pattern BACKSLASH concode_field_sep void copyFile concode_elem_sep boolean isSCCSOrHiddenFile concode_elem_sep SplitF...
boolean function ( File arg0 , String ... arg1 ) { return hasExtension ( arg0 , Arrays . asList ( arg1 ) ) ; }
7,054
list of properties from local notifications with matching id . 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 Not...
List < JSONObject > function ( List < Integer > arg0 ) { ArrayList < JSONObject > loc0 = new ArrayList < JSONObject > ( ) ; for ( int loc1 : arg0 ) { Notification loc2 = get ( loc1 ) ; if ( loc2 != null ) { loc0 . add ( loc2 . getOptions ( ) . getDict ( ) ) ; } } return loc0 ; }
7,055
called to early out in case of cache hit , very likely to return null ! concode_field_sep int BUFSIZE concode_elem_sep int anisotropicFilterDegree concode_elem_sep WeakValueHashMap<String,Texture2D> loadedTextures concode_field_sep void setAnisotropicFilterDegree concode_elem_sep int computeLog concode_elem_sep Texture...
Texture function ( String arg0 ) { return loadedTextures . get ( arg0 ) ; }
7,056
warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 , arg2 ) ; }
7,057
dependency items are used in cached values to remember the state of the environment as it was when the value was computed and to compare that to the state of the world when querying cachedvalue #getvalue . the state is remembered as a collection of long values representing some time stamps . when changes occur , these ...
Object [ ] function ( ) { return myDependencyItems ; }
7,058
the screen resolution 's height , expressed in pixels . concode_field_sep Integer width concode_elem_sep Integer height concode_field_sep Resolution withWidth concode_elem_sep Integer getHeight concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Resolution clone concode_elem_sep String toStri...
void function ( Integer arg0 ) { this . height = arg0 ; }
7,059
parses and semantically checks the given input and then generates the xml . concode_field_sep String filePath concode_elem_sep BACONParser g concode_field_sep pair_return runParserFromRule concode_elem_sep rules_return runParserFromEntryPoint concode_elem_sep ConstructedASTree getAST concode_elem_sep String getFilePath...
String function ( ) { ConstructedASTree loc0 = getAST ( ) ; ASTree loc1 = loc0 . getTree ( ) ; if ( loc0 . getExceptions ( ) . isEmpty ( ) ) { } return loc1 . generateXML ( ) ; }
7,060
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
7,061
retrieves all or part of the blob value that this blob object represents , as an array of bytes . concode_field_sep BlobData blob concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep void truncate concode_elem_sep InputStream getBinaryStream concode_elem_sep InputStream getBinaryStream concode_...
byte [ ] function ( long arg0 , int arg1 ) { try { return blob . getBytes ( arg0 - 1 , arg1 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } }
7,062
overridden serialization method : compacts our map before writing . concode_field_sep int INITIAL_CAPACITY concode_elem_sep int size concode_elem_sep Class<?>[] keys concode_elem_sep Object[] values concode_elem_sep long serialVersionUID concode_field_sep VALUE set concode_elem_sep void compact concode_elem_sep boolean...
void function ( ObjectOutputStream arg0 ) { compact ( ) ; arg0 . defaultWriteObject ( ) ; }
7,063
remove the managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void ...
void function ( String arg0 ) { getValueBinding ( getJsfEl ( arg0 ) ) . setValue ( FacesContext . getCurrentInstance ( ) , null ) ; }
7,064
reset the localecontext for the current thread . concode_field_sep ThreadLocal<LocaleContext> localeContextHolder concode_elem_sep ThreadLocal<LocaleContext> inheritableLocaleContextHolder concode_field_sep TimeZone getTimeZone concode_elem_sep LocaleContext getLocaleContext concode_elem_sep void setTimeZone concode_el...
void function ( ) { localeContextHolder . remove ( ) ; inheritableLocaleContextHolder . remove ( ) ; }
7,065
retrieve the last name . concode_field_sep String mail concode_elem_sep String phone concode_elem_sep String firstName concode_elem_sep int id concode_elem_sep String lastName concode_field_sep String getPhone concode_elem_sep void setLastName concode_elem_sep void setMail concode_elem_sep void setFirstName concode_ele...
String function ( ) { return lastName ; }
7,066
getvalue is required by the checksum interface , but we can return only one of the three values . we return the crc32 value , since that 's the one which is guaranteed to be available . concode_field_sep CRC32 _crc32 concode_elem_sep MessageDigest _md5 concode_elem_sep MessageDigest _sha1 concode_elem_sep long _nByte c...
long function ( ) { return _crc32 . getValue ( ) ; }
7,067
determines if another filter object exists concode_field_sep Set<String> _values concode_elem_sep String _propertyName concode_elem_sep Iterator<String> _it concode_field_sep Filter next concode_elem_sep Iterator<Filter> iterator concode_elem_sep void remove
boolean function ( ) { return _it . hasNext ( ) ; }
7,068
path to the default temp directory used by the jdk concode_field_sep Path logsFile concode_elem_sep Settings settings concode_elem_sep Setting<String> DEFAULT_PATH_CONF_SETTING concode_elem_sep Path sharedDataFile concode_elem_sep Setting<List<String>> DEFAULT_PATH_DATA_SETTING concode_elem_sep Setting<String> PATH_CON...
Path function ( ) { return tmpFile ; }
7,069
closes the application . concode_field_sep MainApp mainApp concode_field_sep void setMainApp concode_elem_sep void handleSave concode_elem_sep void handleAbout concode_elem_sep void handleOpen concode_elem_sep void handleSaveAs concode_elem_sep void handleShowBirthdayStatistics concode_elem_sep void handleNew
void function ( ) { System . exit ( 0 ) ; }
7,070
adds the j i r a change group to the database . also notifies the appropriate model listeners . concode_field_sep JIRAChangeGroupLocalService _jiraChangeGroupLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.or...
com . liferay . socialcoding . model . JIRAChangeGroup function ( com . liferay . socialcoding . model . JIRAChangeGroup arg0 ) { return _jiraChangeGroupLocalService . addJIRAChangeGroup ( arg0 ) ; }
7,071
returns the description . concode_field_sep String streetName concode_elem_sep int streetNumber concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String description concode_elem_sep Locale locale concode_field_sep String getCountryCode concode_elem_sep void setCity concode_elem_sep void ...
String function ( ) { return description ; }
7,072
a fast method to retrieve one row of data from the matrix as a bitarray . concode_field_sep int width concode_elem_sep int[] bits concode_elem_sep int height concode_elem_sep int rowSize concode_field_sep void setRegion concode_elem_sep int getHeight concode_elem_sep void set concode_elem_sep int[] getTopLeftOnBit conc...
BitArray function ( int arg0 , BitArray arg1 ) { if ( arg1 == null || arg1 . getSize ( ) < width ) { arg1 = new BitArray ( width ) ; } int loc0 = arg0 * rowSize ; for ( int loc1 = 0 ; loc1 < rowSize ; loc1 ++ ) { arg1 . setBulk ( loc1 << 5 , bits [ loc0 + loc1 ] ) ; } return arg1 ; }
7,073
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals
void function ( ) { TickLabelEntity loc0 = new TickLabelEntity ( new Rectangle2D . Double ( 1.0 , 2.0 , 3.0 , 4.0 ) , "srini_string" , "srini_string" ) ; TickLabelEntity loc1 = ( TickLabelEntity ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
7,074
checks whether given state is an initial state . concode_field_sep ArrayList<LinkedList<Function>> transitionProbs concode_elem_sep ArrayList<LinkedList<Integer>> transitionTargets concode_elem_sep ArrayList<LinkedList<Integer>> incoming concode_elem_sep Function[] times concode_elem_sep int numStates concode_elem_sep ...
boolean function ( int arg0 ) { return initStates . get ( arg0 ) ; }
7,075
sets the quality layers . at least one level . each level is expressed as a target psnr float . if the last value is -1 , the last layer will be losslessly compressed concode_field_sep byte compressedStream[] concode_elem_sep float[] ratioLayers concode_elem_sep int depth concode_elem_sep boolean isInitialized concode_...
void function ( float [ ] arg0 ) { this . psnrLayers = arg0 ; }
7,076
set the componentid concode_field_sep UUID componentId concode_elem_sep byte[] data concode_elem_sep UUID fileId concode_field_sep UUID getComponentId concode_elem_sep UUID getFileId concode_elem_sep void setData concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem...
void function ( UUID arg0 ) { this . componentId = arg0 ; }
7,077
sets the user id of this push notifications device . concode_field_sep PushNotificationsDevice _pushNotificationsDevice concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concod...
void function ( long arg0 ) { _pushNotificationsDevice . setUserId ( arg0 ) ; }
7,078
associates a map containing styles with a tag . concode_field_sep Map<String,Map<String,String>> tagMap concode_elem_sep Map<String,Map<String,String>> classMap concode_field_sep void loadStyle concode_elem_sep void loadStyle concode_elem_sep void resolveStyleAttribute concode_elem_sep void applyStyle
void function ( String arg0 , Map < String , String > arg1 ) { tagMap . put ( arg0 . toLowerCase ( ) , arg1 ) ; }
7,079
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 } ) ; }
7,080
test method for org.richfaces.cdk.model.name #create java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCreateString concode_elem_sep void testCreateString1 concode_elem_sep void testCreateString2 concode_elem_sep void testCreateString5 concode_elem_sep void testCreateString6 concod...
void function ( ) { Name loc0 = Name . create ( "srini_string" ) ; assertNull ( loc0 . getPrefix ( ) ) ; assertEquals ( Name . Classifier . component , loc0 . getClassifier ( ) ) ; assertNull ( loc0 . getMarkup ( ) ) ; assertEquals ( "srini_string" , loc0 . getSimpleName ( ) ) ; }
7,081
returns true if an instance of pngencodeparam will be available after an image has been decoded via the getencodeparam method . concode_field_sep boolean suppressAlpha concode_elem_sep boolean expandPalette concode_elem_sep boolean performGammaCorrection concode_elem_sep PNGEncodeParam encodeParam concode_elem_sep bool...
boolean function ( ) { return generateEncodeParam ; }
7,082
create an instance of sourcedatatype concode_field_sep QName _Copyright_QNAME concode_field_sep ProteinType.AlternativeName createProteinTypeAlternativeName concode_elem_sep SourceType createSourceType concode_elem_sep EvidencedStringType createEvidencedStringType concode_elem_sep PersonType createPersonType concode_el...
SourceDataType function ( ) { return new SourceDataType ( ) ; }
7,083
this indirectly defines the resolve order . the higher the order , the more dependent is the resolver on other resolvers to be complete . concode_field_sep StyleKey[] EMPTY_KEYS concode_field_sep void resolve
StyleKey [ ] function ( ) { return EMPTY_KEYS ; }
7,084
creates mustache loader for template using classpath loader concode_field_sep Logger LOGGER concode_elem_sep String TEMPLATE_DIR_CLASSPATH concode_elem_sep String MUSTACHE_EXTENSION concode_elem_sep String outputFolder concode_elem_sep String name concode_elem_sep String targetPackage concode_field_sep Converter<Suppor...
Mustache . TemplateLoader function ( final DefaultGenerator arg0 ) { return new Mustache . TemplateLoader ( ) { @ Override public Reader getTemplate ( String arg1 ) { return arg0 . getTemplateReader ( TEMPLATE_DIR_CLASSPATH + File . separator + arg1 . concat ( MUSTACHE_EXTENSION ) ) ; } } ; }
7,085
get the keys in byte form for all of the string keys . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Collection < byte [ ] > function ( Collection < String > arg0 ) { Collection < byte [ ] > loc0 = new ArrayList < byte [ ] > ( arg0 . size ( ) ) ; for ( String loc1 : arg0 ) { loc0 . add ( getKeyBytes ( loc1 ) ) ; } return loc0 ; }
7,086
resolves known type parameters in toresolve and returns the result . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> getFieldType concode_elem_sep List<Type...
TypeLiteral < ? > function ( Type arg0 ) { return TypeLiteral . get ( resolveType ( arg0 ) ) ; }
7,087
create an instance of jaxbelement concode_field_sep QName _Lock_QNAME concode_elem_sep QName _Clippath_QNAME concode_elem_sep QName _Shapelayout_QNAME concode_elem_sep QName _Fill_QNAME concode_elem_sep QName _Ink_QNAME concode_elem_sep QName _Left_QNAME concode_elem_sep QName _Signatureline_QNAME concode_elem_sep QNam...
JAXBElement < CTClipPath > function ( CTClipPath arg0 ) { return new JAXBElement < CTClipPath > ( _Clippath_QNAME , CTClipPath . class , null , arg0 ) ; }
7,088
copy the contents of the given inputstream into a new byte array . closes the stream when done . concode_field_sep char[] CHARS concode_elem_sep Map algorithms concode_elem_sep SAXParserFactory saxParserFactory concode_elem_sep int BUFFER_SIZE concode_field_sep byte[] compute concode_elem_sep MessageDigest getMessageDi...
byte [ ] function ( InputStream arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( BUFFER_SIZE ) ; copy ( arg0 , loc0 ) ; return loc0 . toByteArray ( ) ; }
7,089
true if this has a parent . concode_field_sep int index concode_elem_sep ArrayList childList concode_elem_sep TreeLevel parent concode_elem_sep boolean child concode_field_sep List getChildren concode_elem_sep TreeLevel getParent concode_elem_sep String toString concode_elem_sep void main concode_elem_sep int addChild
boolean function ( ) { return child ; }
7,090
correlates to poolrecordspec #getthreshold concode_field_sep String mode concode_elem_sep int failOverDelay concode_elem_sep String rdata concode_elem_sep int weight concode_elem_sep int threshold concode_elem_sep int priority concode_elem_sep int ttl concode_field_sep Builder toBuilder concode_elem_sep String getRData...
int function ( ) { return threshold ; }
7,091
stops this bundle . concode_field_sep GrowlNotificationServiceImpl handler concode_elem_sep Logger logger concode_elem_sep ResourceManagementService resourcesService concode_elem_sep BundleContext bundleContext concode_field_sep ResourceManagementService getResources concode_elem_sep void start
void function ( BundleContext arg0 ) { if ( ! OSUtils . IS_MAC ) return ; handler . stop ( arg0 ) ; if ( logger . isInfoEnabled ( ) ) logger . info ( "srini_string" ) ; }
7,092
loads the caching rules from a string . see the class comment for a description of the file format . concode_field_sep int cachingStrategyParameter concode_elem_sep List<CacheInfo> caches concode_elem_sep Pattern pattern concode_elem_sep ECacheThreadSupport threadSupport concode_elem_sep List<CacheCreationRule> rules c...
void function ( String arg0 ) { loadCacheConfiguration ( StringUtils . splitLines ( arg0 ) ) ; }
7,093
given a path and a set of buckets , this method will return the value inside the agg at that path . this is used to extract values for use by pipeline aggregations e.g. a derivative might need the price for each bucket . if the bucket is empty , the configured gappolicy is invoked to resolve the missing bucket concode_...
Double function ( InternalMultiBucketAggregation < ? , ? extends InternalMultiBucketAggregation . Bucket > arg0 , InternalMultiBucketAggregation . Bucket arg1 , String arg2 , GapPolicy arg3 ) { List < String > loc0 = AggregationPath . parse ( arg2 ) . getPathElementsAsStringList ( ) ; return resolveBucketValue ( arg0 ,...
7,094
add this file to the set of files written for this segment . concode_field_sep Codec codec concode_elem_sep Map<String,String> diagnostics concode_elem_sep boolean isCompoundFile concode_elem_sep String name concode_elem_sep int docCount concode_elem_sep Map<String,String> attributes concode_elem_sep Directory dir conc...
void function ( String arg0 ) { checkFileNames ( Collections . singleton ( arg0 ) ) ; setFiles . add ( arg0 ) ; }
7,095
gets all of the tasks which have been set by channel name , and updates their earliest attribute to now . concode_field_sep Org org concode_elem_sep int DELAY concode_elem_sep Errata errata concode_field_sep void updateByChannels
void function ( ) { List loc0 = TaskFactory . getTaskListByChannel ( org ) ; Date loc1 = new Date ( ) ; for ( Iterator loc2 = loc0 . iterator ( ) ; loc2 . hasNext ( ) ; ) { Task loc3 = ( Task ) loc2 . next ( ) ; loc3 . setEarliest ( loc1 ) ; TaskFactory . save ( loc3 ) ; } }
7,096
returns a copy of this node where rule has been recursively applied to all the children of this node . when rule does not apply to a given node it is left unchanged . concode_field_sep PlaceHolder placeHolder concode_field_sep java.lang.String nodeName concode_elem_sep java.lang.String asCode concode_elem_sep org.apach...
org . apache . spark . sql . catalyst . trees . TreeNode < BaseType > function ( scala . PartialFunction < BaseType , BaseType > arg0 ) { throw new RuntimeException ( ) ; }
7,097
true iff the token just returned by nexttoken is enclosed in quotes where `` quote '' means the provided quote mark . concode_field_sep Matcher delimiterMatcher concode_elem_sep boolean quoteSensitive concode_elem_sep boolean previousTokenQuoted concode_elem_sep Matcher quoteCharMatcher concode_elem_sep boolean finalTo...
boolean function ( ) { return previousTokenQuoted ; }
7,098
sets the value of the content property . concode_field_sep String content concode_field_sep String getContent
void function ( final String arg0 ) { this . content = arg0 ; }
7,099
the role the policy is associated with . concode_field_sep String policyDocument concode_elem_sep String policyName concode_elem_sep String roleName concode_field_sep void setPolicyName concode_elem_sep void setPolicyDocument concode_elem_sep String getPolicyDocument concode_elem_sep int hashCode concode_elem_sep boole...
String function ( ) { return this . roleName ; }