code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
String function ( String arg0 ) { final Uri loc0 = getResultsUri ( ) ; if ( loc0 == null ) { Log . e ( LOG_TAG , "srini_string" + shortName ) ; return "srini_string" ; } final String loc1 = Uri . decode ( loc0 . toString ( ) ) ; return paramSubstitution ( loc1 , Uri . encode ( arg0 ) ) ; } | create a uri string that can be used to fetch the results page . concode_field_sep String MOZ_PARAM_DIST_ID concode_elem_sep String identifier concode_elem_sep List<Uri> resultsUris concode_elem_sep String LOG_TAG concode_elem_sep String MOZ_PARAM_LOCALE concode_elem_sep String URLTYPE_SEARCH_HTML concode_elem_sep Stri... |
String function ( boolean arg0 , String arg1 ) { int loc0 = getNumValues ( ) ; String loc1 = "srini_string" ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { if ( arg0 ) { loc1 += getName ( loc2 ) + "srini_string" ; } loc1 += valToString ( getValue ( loc2 ) ) ; if ( loc2 < loc0 - 1 ) { loc1 += arg1 ; } } return loc1 ; } | return a string representation of this values object , e.g. `` x = 1 , y = 2 '' . if printnames is false , the `` x = `` s are omitted.the separator '' , '' above can be specified in separator . concode_field_sep ArrayList<String> names concode_elem_sep ArrayList<Object> values concode_field_sep String valToString conc... |
EventType function ( ) { return Type ; } | get type concode_field_sep EventType Type concode_elem_sep User Organizer concode_elem_sep Timestamp EndTime concode_elem_sep long _eventId concode_elem_sep Status CurrentStatus concode_elem_sep Timestamp StartTime concode_field_sep void setEventId concode_elem_sep String getStatusStr concode_elem_sep void setType conc... |
com . liferay . portal . kernel . model . Account function ( com . liferay . portal . kernel . model . Account arg0 ) { return getService ( ) . deleteAccount ( arg0 ) ; } | deletes the account from the database . also notifies the appropriate model listeners . concode_field_sep AccountLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.life... |
Class < ? > function ( String arg0 ) { Class < ? > loc0 = null ; if ( arg0 != null && arg0 . length ( ) <= 8 ) { loc0 = ( Class < ? > ) primitiveTypeNameMap . get ( arg0 ) ; } return loc0 ; } | resolve the given class name as primitive class , if appropriate , according to the jvm 's naming rules for primitive classes . also supports the jvm 's internal class names for primitive arrays . does not support the '' '' suffix notation for primitive arrays ; this is only supported by #forname . concode_field_sep Ma... |
com . liferay . opensocial . model . OAuthConsumer function ( com . liferay . opensocial . model . OAuthConsumer arg0 ) { return getService ( ) . updateOAuthConsumer ( arg0 ) ; } | updates the o auth consumer in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep OAuthConsumerLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery get... |
Account function ( ) { return mAccount ; } | returns the account being used by this authenticator . concode_field_sep String mAuthTokenType concode_elem_sep AccountManager mAccountManager concode_elem_sep Account mAccount concode_elem_sep boolean mNotifyAuthFailure concode_field_sep String getAuthTokenType concode_elem_sep String getAuthToken concode_elem_sep voi... |
String function ( ) { KeycloakUriBuilder loc0 = KeycloakUriBuilder . fromUri ( facade . getRequest ( ) . getURI ( ) ) . replaceQueryParam ( OAuth2Constants . CODE , null ) . replaceQueryParam ( OAuth2Constants . STATE , null ) ; return loc0 . build ( ) . toString ( ) ; } | strip out unwanted query parameters and redirect so bookmarks do n't retain oauth protocol bits concode_field_sep String strippedOauthParametersRequestUri concode_elem_sep HttpFacade facade concode_elem_sep AdapterTokenStore tokenStore concode_elem_sep RequestAuthenticator reqAuthenticator concode_elem_sep AtomicLong c... |
void function ( NotificationListener arg0 , NotificationFilter arg1 , Object arg2 ) { removeNotificationListener ( arg0 ) ; } | remove a notification event listener from this mbean . concode_field_sep NotificationListener listener concode_elem_sep ArrayList<BaseNotificationBroadcasterEntry> entries concode_elem_sep Object handback concode_elem_sep NotificationFilter filter concode_field_sep void addNotificationListener concode_elem_sep void sen... |
Class < ? > function ( String arg0 ) { return serviceMap . get ( arg0 ) ; } | procedure to get service class by service name . concode_field_sep Map<String,Class<?>> serviceMap concode_field_sep SamsungTvService createService concode_elem_sep int getServiceCount |
boolean function ( Class arg0 , Object arg1 ) { if ( arg1 == null ) return false ; return arg1 . getClass ( ) == arg0 ; } | guard to check if the provided object has the same class as the provided class . this method will return false if the object is null . concode_field_sep MethodType ANO_INVOKER concode_elem_sep MethodType METACLASS1_GUARD concode_elem_sep MethodType GET_INVOKER concode_elem_sep MethodHandle ARRAYLIST_CONSTRUCTOR concode... |
void function ( String arg0 ) { this . show = arg0 ; } | sets the value of the show property . concode_field_sep String role concode_elem_sep JAXBElement<? extends UnitDefinitionType> unitDefinition 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... |
float function ( ) { return to ; } | gets the end point of the transition , a float between 0.0 and 1.0 . defaults to 1.0 . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep... |
void function ( CryptoCodec arg0 ) { checkSecureRandom ( arg0 , 16 ) ; checkSecureRandom ( arg0 , 32 ) ; checkSecureRandom ( arg0 , 128 ) ; } | test secure random generator concode_field_sep byte[] key concode_elem_sep String opensslCodecClass concode_elem_sep byte[] iv concode_elem_sep int count concode_elem_sep Configuration conf concode_elem_sep String jceCodecClass concode_elem_sep int bufferSize concode_elem_sep int seed concode_elem_sep Log LOG concode_f... |
void function ( ) { String loc0 = WebUtils . convertMsToClockTime ( TimeUnit . MINUTES . toMillis ( 1 ) + TimeUnit . SECONDS . toMillis ( 30 ) ) ; Assert . assertEquals ( "srini_string" , loc0 ) ; } | tests the webutils #convertmstoclocktime long method with one minute and thirtyseconds . concode_field_sep PlaceHolder placeHolder concode_field_sep void convertToClockTimeWithOneDay4Hours10Minutes45SecondsWithStopwatch concode_elem_sep void convertToClockTimeWithNegativeValue concode_elem_sep void convertToClockTimeWi... |
byte function ( ) { return maintenance ; } | gets maintenance version number . concode_field_sep byte[] revHash concode_elem_sep byte major concode_elem_sep byte minor concode_elem_sep String stage concode_elem_sep long revTs concode_elem_sep Pattern VER_PATTERN concode_elem_sep long serialVersionUID concode_elem_sep byte maintenance concode_field_sep void writeE... |
T function ( Codec < T > arg0 , File arg1 ) { return decode ( arg0 , null , arg1 ) ; } | decodes an object from the buffer passed in . concode_field_sep Builder DEFAULT_BUILDER concode_field_sep void encode concode_elem_sep byte[] encode concode_elem_sep void encode concode_elem_sep DefaultDocumentBuilder createDocumentBuilder concode_elem_sep DefaultDocumentBuilder createDocumentBuilder concode_elem_sep v... |
void function ( PathMatcher arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . pathMatcher = arg0 ; } | set the pathmatcher implementation to use for matching url paths against registered url patterns . default is antpathmatcher . concode_field_sep UrlPathHelper urlPathHelper concode_elem_sep Map<String,CorsConfiguration> corsConfigurations concode_elem_sep PathMatcher pathMatcher concode_field_sep void registerCorsConfi... |
ListTagsForResourcesResult function ( ResourceTagSet ... arg0 ) { if ( this . resourceTagSets == null ) { setResourceTagSets ( new com . amazonaws . internal . SdkInternalList < ResourceTagSet > ( arg0 . length ) ) ; } for ( ResourceTagSet loc0 : arg0 ) { this . resourceTagSets . add ( loc0 ) ; } return this ; } | a list of resourcetagsets containing tags associated with the specified resources . note : this method appends the values to the existing list if any . use #setresourcetagsets java.util.collection or #withresourcetagsets java.util.collection if you want tooverride the existing values . concode_field_sep com.amazonaws.i... |
void function ( ) { for ( ServiceType loc0 : ServiceType . values ( ) ) { getConnectAddress ( loc0 ) ; } } | tests the networkaddressutils #getconnectaddress servicetype , tachyonconf method . concode_field_sep PlaceHolder placeHolder concode_field_sep void getFqdnHostTest concode_elem_sep void replaceHostNameTest concode_elem_sep void resolveHostNameTest concode_elem_sep void testGetBindAddress concode_elem_sep void getBindA... |
void function ( boolean arg0 ) { this . writeRootElementTags = arg0 ; } | if true , the elements of a collection or map root for each yaml document will have a tag defining the class that was written , if necessary . tags are not necessary for primitive types , strings , arraylist , or hashmap . it is useful to set this to false when planning to read the object with the yamlreader #read clas... |
com . liferay . socialcoding . model . JIRAProject function ( com . liferay . socialcoding . model . JIRAProject arg0 ) { return getService ( ) . addJIRAProject ( arg0 ) ; } | adds the j i r a project to the database . also notifies the appropriate model listeners . concode_field_sep JIRAProjectLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.socialcoding.model.JIRAProject fetchJIRAProject concode_elem_sep com.liferay.portal.kerne... |
void function ( ) { isRDBMSBasedCoordinationEnabled = AndesConfigurationManager . readValue ( AndesConfiguration . CLUSTER_EVENT_SYNC_MODE_RDBMS_ENABLED ) ; isClusteringEnabled = ClusterResourceHolder . getInstance ( ) . getClusterManager ( ) . isClusteringEnabled ( ) ; } | init the configs needed concode_field_sep boolean isRDBMSBasedCoordinationEnabled concode_elem_sep Log log concode_elem_sep boolean isClusteringEnabled concode_field_sep ClusterNotificationAgent createClusterNotificationAgent concode_elem_sep ClusterNotificationListenerManager createClusterNotificationListener |
void function ( String arg0 ) { this . branchExpandedIcon = arg0 ; } | set the value of the branchexpandedicon property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_s... |
boolean function ( String arg0 , String arg1 , String arg2 ) { return acceptFile ( arg0 , arg1 ) || acceptIdentical ( arg0 , arg1 ) || acceptFirstLine ( arg2 ) ; } | returns true if the edit mode is suitable for editing the specified file . the buffer name and first line is checked against the file name and first line globs , respectively . concode_field_sep Matcher firstlineMatcher concode_elem_sep String electricKeys concode_elem_sep TokenMarker marker concode_elem_sep Matcher fi... |
XContent function ( byte [ ] arg0 , int arg1 , int arg2 ) { XContentType loc0 = xContentType ( arg0 , arg1 , arg2 ) ; if ( loc0 == null ) { throw new ElasticsearchParseException ( "srini_string" ) ; } return xContent ( loc0 ) ; } | guesses the content type based on the provided bytes . concode_field_sep int GUESS_HEADER_LENGTH concode_field_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder cborBuilder concode_elem_sep XContentBuilder cborBuilder concode_elem_sep XContentType xConte... |
Builder function ( String arg0 ) { this . password = arg0 ; return this ; } | sets password . concode_field_sep int database concode_elem_sep String password concode_elem_sep int port concode_elem_sep int database concode_elem_sep String host concode_elem_sep int port concode_elem_sep int timeout concode_elem_sep int timeout concode_elem_sep String host concode_field_sep Builder setHost concode_... |
void function ( java . lang . String arg0 ) { _wallEntry . setComments ( arg0 ) ; } | sets the comments of this wall entry . concode_field_sep WallEntry _wallEntry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_se... |
void function ( int arg0 ) { this . soLinger = arg0 ; } | defines the default value of the socketoptions #so_linger parameterfor newly created sockets . concode_field_sep long selectInterval concode_elem_sep long shutdownGracePeriod concode_elem_sep boolean soReuseAddress concode_elem_sep int ioThreadCount concode_elem_sep int connectTimeout concode_elem_sep int AVAIL_PROCS c... |
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext |
String function ( ) { return TimeZoneBean . formatCurrentTime ( dateFormat ) ; } | gets the dynamic time through the formatcurrenttime method in the timezonebean . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_s... |
boolean function ( Object arg0 ) { return getChildCount ( arg0 ) == 0 ; } | returns true if node is a leaf . it is possible for this method to return false even if node has no children . a directory in a filesystem , for example , may contain no files ; the node representing the directory is not a leaf , but it also has no children . concode_field_sep DatabaseMetaData metadata concode_elem_sep... |
String function ( ) { maybeThrowUninitializedError ( ) ; return formatId ; } | returns the last generated format id , with the format `` programnumber/trackid '' . if no programnumber was provided , the trackid alone is used as format id . must becalled after the first #generatenewid call . concode_field_sep int streamType concode_elem_sep String formatId concode_elem_sep byte[] initializationDat... |
WeightedRandom . Item function ( Random arg0 , Collection arg1 ) { return getRandomItem ( arg0 , arg1 , getTotalWeight ( arg1 ) ) ; } | returns a random choice from the input items . concode_field_sep String __OBFID concode_elem_sep String __OBFID concode_elem_sep int itemWeight concode_field_sep int getTotalWeight concode_elem_sep int getTotalWeight |
void function ( String arg0 , int arg1 , Exception arg2 , Context arg3 , boolean arg4 ) { processError ( arg0 , CommonUtils . getStringResource ( arg1 ) , arg2 , arg3 , arg4 ) ; } | process error concode_field_sep Thread mUiThread concode_elem_sep String TAG concode_elem_sep Handler mHandler concode_field_sep boolean checkLoggedInAndOnline concode_elem_sep boolean checkLoggedInAndOnline concode_elem_sep void error concode_elem_sep void error concode_elem_sep void error concode_elem_sep void error ... |
void function ( ) { } | test method for org.talend.core.sqlbuilder.util.textutil #getdialogtitle . concode_field_sep PlaceHolder placeHolder concode_field_sep void testRemoveLineBreaks concode_elem_sep void testTextUtil concode_elem_sep void testCalEscapeValue concode_elem_sep void testSetDialogTitleString concode_elem_sep void testSetDialogT... |
int function ( ) { return source ; } | gets the source type . can be ajaxstatus.network , ajaxstatus.datastore , ajaxstatus.file , or ajaxstatus.memory . concode_field_sep byte[] data concode_elem_sep Date time concode_elem_sep int FILE concode_elem_sep String error concode_elem_sep long duration concode_elem_sep File file concode_elem_sep HttpContext conte... |
String function ( ) { return transactional ; } | accessor for transactional concode_field_sep String name concode_elem_sep String transactional concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setTransactional |
float function ( int arg0 ) { if ( arg0 < 1 ) throw new IllegalArgumentException ( "srini_string" ) ; return ( ( float ) y ) / ( ( float ) arg0 ) ; } | return the size in y direction . concode_field_sep int INCH concode_elem_sep int x concode_elem_sep int y concode_elem_sep int MM concode_field_sep float[] getSize concode_elem_sep float getX concode_elem_sep int getYMicrometers concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toStr... |
java . util . List < TrustedAdvisorResourceDetail > function ( ) { if ( flaggedResources == null ) { flaggedResources = new com . amazonaws . internal . SdkInternalList < TrustedAdvisorResourceDetail > ( ) ; } return flaggedResources ; } | the details about each resource listed in the check result . concode_field_sep com.amazonaws.internal.SdkInternalList<TrustedAdvisorResourceDetail> flaggedResources concode_elem_sep TrustedAdvisorCategorySpecificSummary categorySpecificSummary concode_elem_sep String checkId concode_elem_sep TrustedAdvisorResourcesSumm... |
java . lang . String function ( ) { return _moduleLocalService . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep ModuleLocalService _moduleLocalService concode_field_sep com.liferay.marketplace.model.Module getModule concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the value of the name property . concode_field_sep String name concode_elem_sep Value value concode_field_sep Value getValue concode_elem_sep String getName concode_elem_sep void setValue concode_elem_sep String toString |
long function ( ) { return _journalContentSearch . getLayoutId ( ) ; } | returns the layout id of this journal content search . concode_field_sep JournalContentSearch _journalContentSearch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_el... |
void function ( OtoOLink arg0 ) { this . link = arg0 ; } | this method connects a link to this nic concode_field_sep LSR parent concode_elem_sep int linerate concode_elem_sep boolean trace concode_elem_sep boolean myTrace concode_elem_sep OtoOLink link concode_elem_sep ArrayList<Packet> inputBuffer concode_elem_sep ArrayList<Packet> outputBuffer concode_field_sep void sendPack... |
Validator function ( String arg0 , String arg1 , PKIXBuilderParameters arg2 ) { if ( arg0 . equals ( TYPE_PKIX ) == false ) { throw new IllegalArgumentException ( "srini_string" + "srini_string" ) ; } return new PKIXValidator ( arg1 , arg2 ) ; } | get a new validator instance using the provided pkixbuilderparameters . this method can only be used with the pkix validator . concode_field_sep String VAR_JCE_SIGNING concode_elem_sep String VAR_TLS_SERVER concode_elem_sep String TYPE_SIMPLE concode_elem_sep String TYPE_PKIX concode_elem_sep Date validationDate concod... |
void function ( long arg0 , int arg1 ) { if ( ! hasSpaceForAnotherRecord ( ) ) { expandPointerArray ( consumer . allocateArray ( array . size ( ) * 2 ) ) ; } array . set ( pos , PackedRecordPointer . packPointer ( arg0 , arg1 ) ) ; pos ++ ; } | inserts a record to be sorted . concode_field_sep Sorter<PackedRecordPointer,LongArray> sorter concode_elem_sep LongArray pointerArray concode_elem_sep LongArray array concode_elem_sep PackedRecordPointer packedRecordPointer concode_elem_sep int pos concode_elem_sep int numRecords concode_elem_sep SortComparator SORT_C... |
void function ( ) { try { server . start ( ) ; } catch ( Exception loc0 ) { throw new StartException ( loc0 , parent ) ; } } | startup the http server concode_field_sep Agent parent concode_elem_sep Server server concode_field_sep Server getServer concode_elem_sep UserRealm getUserRealm concode_elem_sep Map getInitParameters concode_elem_sep void stop concode_elem_sep ConstraintMapping[] getConstraintMappings concode_elem_sep ServletHolder get... |
void function ( ) { socket . close ( ) ; } | closes this socket . concode_field_sep Logger logger concode_elem_sep boolean useRecentTlsVersions concode_elem_sep SSLContext sslContext concode_elem_sep HashMap<SocketAddress,String> inProgress concode_elem_sep SecureRandom secureRandom concode_elem_sep Socket socket concode_elem_sep boolean useTls concode_elem_sep K... |
void function ( ) { status ++ ; } | override this function if we want to branch to a different dialog depending on the selection concode_field_sep XWikiGWTApp app concode_elem_sep List previousSteps concode_elem_sep Object data concode_elem_sep int status concode_elem_sep Map nextDialog concode_elem_sep AsyncCallback callback concode_elem_sep List dialog... |
PCollection < T > function ( TupleTag < T > arg0 ) { @ SuppressWarnings ( "srini_string" ) PCollection < T > loc0 = ( PCollection < T > ) pcollectionMap . get ( arg0 ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return loc0 ; } | returns the pcollection with the given tag in this pcollectiontuple . throws illegalargumentexception if there is no such pcollection , i.e. , ! has tag . concode_field_sep Pipeline pipeline concode_elem_sep Map<TupleTag<?>,PCollection<?>> pcollectionMap concode_field_sep Collection<? extends PValue> expand concode_ele... |
long function ( ) { return timeToIdle ; } | gets the time to idle in milliseconds concode_field_sep Pointer pointer concode_elem_sep long lastAccessTime concode_elem_sep long timeToIdle concode_field_sep long getLastAccessTime concode_elem_sep void setPointer concode_elem_sep void setTimeToIdle concode_elem_sep void setLastAccessTime concode_elem_sep Pointer get... |
int function ( ) { return deck . size ( ) ; } | accesses the deck 's size . concode_field_sep Card[] cards concode_elem_sep int BOARD_SIZE concode_elem_sep Deck deck concode_elem_sep boolean I_AM_DEBUGGING concode_elem_sep String[] RANKS concode_elem_sep int[] POINT_VALUES concode_elem_sep String[] SUITS concode_field_sep void deal concode_elem_sep boolean containsJ... |
SharedPreferences function ( Context arg0 , EnumSet < Flags > arg1 ) { if ( arg1 != null && ! arg1 . contains ( Flags . DISABLE_MIGRATIONS ) ) { migrateIfNecessary ( arg0 ) ; } return arg0 . getSharedPreferences ( APP_PREFS_NAME , 0 ) ; } | returns an app-scoped sharedpreferences instance . you can disable migrations by using the disable_migrations flag . concode_field_sep String APP_PREFS_NAME concode_elem_sep String CRASH_PREFS_NAME concode_elem_sep String PROFILE_PREFS_NAME_PREFIX concode_elem_sep String[] PROFILE_MIGRATIONS_0_TO_1 concode_elem_sep Str... |
String function ( ) { return this . arn ; } | arn of this destination . concode_field_sep Long creationTime concode_elem_sep String roleArn concode_elem_sep String destinationName concode_elem_sep String accessPolicy concode_elem_sep String arn concode_elem_sep String targetArn concode_field_sep Destination withAccessPolicy concode_elem_sep String getTargetArn con... |
boolean function ( ) { return skipDisk ; } | should a loader access the disk to load this icon ? concode_field_sep boolean privileged concode_elem_sep boolean backgroundThread concode_elem_sep boolean skipNetwork concode_elem_sep int targetSize concode_elem_sep boolean skipDisk concode_elem_sep boolean skipMemory concode_elem_sep Context context concode_elem_sep ... |
double function ( final double arg0 ) { return arg0 / SCALE_FACTOR ; } | converts a mercator-projected x-coordinate projected longitude to the real longitude . this is only a approximation . concode_field_sep int RADIUS concode_elem_sep double SCALE_FACTOR concode_elem_sep double CIRCUMFERENCE concode_field_sep double y2lat concode_elem_sep double lon2x concode_elem_sep double lat2y |
RandomData function ( ) { return RandomData . getInstance ( RandomData . ALG_SECURE_RANDOM ) ; } | portable way to get an instance of a random number generator . does randomdata #getinstance randomdata.getinstance randomdata #alg_secure_random randomdata.alg _ secure_random on the card if javacard_applet is defined and new java.util.random on the host if javacard_applet is undefined . the return type is random , whi... |
List < AiMeshAnim > function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } | returns the list of mesh animation channels . each channel affects a single mesh . concode_field_sep double m_ticksPerSecond concode_elem_sep String m_name concode_elem_sep double m_duration concode_elem_sep List<AiNodeAnim> m_nodeAnims concode_field_sep String getName concode_elem_sep double getDuration concode_elem_s... |
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } | error 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 co... |
void function ( byte arg0 ) { this . value = arg0 ; } | sets the value of the value property . concode_field_sep BigInteger index concode_elem_sep byte value concode_field_sep byte getValue concode_elem_sep BigInteger getIndex concode_elem_sep void setIndex |
void function ( Collection < Double > arg0 ) { mPendingQueue . addAll ( arg0 ) ; runIfIdle ( ) ; } | add a collection of values to the pending animation value queue concode_field_sep Queue<Double> mAnimationQueue concode_elem_sep boolean mRunning concode_elem_sep ChoreographerCompat mChoreographer concode_elem_sep Queue<Double> mPendingQueue concode_elem_sep ArrayList<Double> mTempValues concode_elem_sep List<Callback... |
void function ( Message arg0 ) { circuitEnd . send ( arg0 ) ; } | send the specified message over the producer at this end point . concode_field_sep Roles role concode_elem_sep MessageMonitor messageMonitor concode_elem_sep CircuitEnd circuitEnd concode_elem_sep ParsedProperties testProps concode_elem_sep int numMessages concode_elem_sep Connection connection concode_elem_sep Logger ... |
String function ( ) { return protocol ; } | returns the name of the protocol . concode_field_sep String protocol concode_elem_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep int getMinor concode_elem_sep boolean lessEquals concode_elem_sep int hashCode concode_elem_sep boolean isComparable concode_elem_sep boolea... |
void function ( ) { given ( ) . port ( Statics . PORT_FOR_GATEWAY ) . when ( ) . get ( PRODUCTS_QRY_BASE_PATH + "srini_string" , id ) . then ( ) . statusCode ( HttpStatus . SC_OK ) . body ( "srini_string" , Matchers . is ( name ) ) ; } | check that the new product created event has arrived on the query-side and been made available for clients to view . concode_field_sep Logger LOG concode_elem_sep String name concode_elem_sep String id concode_field_sep void afterEach concode_elem_sep void setupClass concode_elem_sep void testA_PostAProduct |
Function < String , String > function ( ) { return asFunction ; } | returns a function that invokes #escape string on this escaper . concode_field_sep Function<String,String> asFunction concode_field_sep String apply concode_elem_sep String escape |
void function ( List < ParticleBehavior > arg0 ) { behaviorPool = arg0 ; } | set the particlebehavior pool . concode_field_sep PopulationInitialisationStrategy<Particle> delegate concode_elem_sep List<ParticleBehavior> behaviorPool concode_elem_sep Selector<ParticleBehavior> selectionRecipe concode_field_sep Selector<ParticleBehavior> getSelectionRecipe concode_elem_sep void setSelectionRecipe ... |
String function ( ) { return major + "srini_string" + minor ; } | return the string representation , in the form major.minor . concode_field_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep boolean until_inclusive concode_elem_sep boolean same concode_elem_sep Version read_version concode_elem_sep int hashCode concode_elem_sep boolean ... |
StringBuilder function ( ) { return stringToHex ( stringData ) ; } | gets a hexadecimal stringbuffer representation of this object 's data , which is converted to hexadecimal form . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_s... |
int function ( ) { return this . len ; } | returns the length of the buffer byte count . concode_field_sep int len concode_elem_sep byte[] buffer concode_elem_sep long serialVersionUID concode_field_sep int byteAt concode_elem_sep void expand concode_elem_sep void setLength concode_elem_sep byte[] toByteArray concode_elem_sep void clear concode_elem_sep boolean... |
int function ( ) { int loc0 = 0 ; for ( ShardIterator loc1 : iterators ) { int loc2 = loc1 . loc0 ( ) ; if ( loc2 == 0 ) { loc0 += 1 ; } else { loc0 += loc2 ; } } return loc0 ; } | returns the total number of shards plus the number of empty groups concode_field_sep List<ShardIterator> iterators concode_field_sep Iterator<ShardIterator> iterator concode_elem_sep int totalSize concode_elem_sep int size |
String function ( String arg0 , String arg1 ) { if ( arg0 . endsWith ( "srini_string" ) ) { return arg0 + removeLeadingUnixSlash ( arg1 ) ; } else { return arg0 + addLeadingUnixSlash ( arg1 ) ; } } | builds a file path that ensures the directory and filename are separated by a single separator . this is only suitable for unix and url paths . file paths need special care for the differences between systems / on unix and \ on windows concode_field_sep PlaceHolder placeHolder concode_field_sep String buildFilePath con... |
Iterable < COSName > function ( ) { return getNames ( COSName . PATTERN ) ; } | returns the names of the pattern resources , if any . concode_field_sep COSDictionary resources concode_field_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COS... |
boolean function ( byte [ ] arg0 , byte [ ] arg1 ) { int loc0 = arg0 . length ^ arg1 . length ; for ( int loc1 = 0 ; loc1 < arg0 . length && loc1 < arg1 . length ; loc1 ++ ) loc0 |= arg0 [ loc1 ] ^ arg1 [ loc1 ] ; return loc0 == 0 ; } | compares two byte arrays in length-constant time . this comparison method is used so that password hashes can not be extracted from an on-line system using a timing attack and then attacked off-line . concode_field_sep int HASH_BYTE_SIZE concode_elem_sep int PBKDF2_ITERATIONS concode_elem_sep int SALT_INDEX concode_ele... |
long function ( ) { return _userGroup . getMvccVersion ( ) ; } | returns the mvcc version of this user group . concode_field_sep UserGroup _userGroup concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel conco... |
long function ( int arg0 ) { return getAndAdd ( arg0 , - 1 ) ; } | atomically decrements by one the element at index i . concode_field_sep Unsafe unsafe concode_elem_sep int base concode_elem_sep long[] array concode_elem_sep int shift concode_elem_sep long serialVersionUID concode_field_sep long getAndIncrement concode_elem_sep void set concode_elem_sep long incrementAndGet concode_e... |
void function ( @ PathParam ( "srini_string" ) final int arg0 ) { entityManager . remove ( entityManager . find ( Widget . class , arg0 ) ) ; } | remove widget with given id . concode_field_sep EntityManager entityManager concode_elem_sep UriInfo ui concode_elem_sep int counter concode_field_sep String getException concode_elem_sep String getWidget concode_elem_sep void setEntityManager concode_elem_sep String getMessage concode_elem_sep void putWidget concode_e... |
Identification function ( String arg0 ) { return new Identification ( ByConverters . className ( ) , arg0 ) ; } | creates a new identification identification using the name of theelement 's class . does not support multiple class names ! use #css in case multiple class names are needed . concode_field_sep PlaceHolder placeHolder concode_field_sep Identification css concode_elem_sep Identification idEndsWith concode_elem_sep Identi... |
String function ( ) { return mReturnType ; } | gets the method 's return type . examples : `` ljava/lang/string ; '' , '' i '' . concode_field_sep String mDeclClass concode_elem_sep String mReturnType concode_elem_sep String[] mArgTypes concode_elem_sep String mMethodName concode_field_sep String getDescriptor concode_elem_sep String getName concode_elem_sep String... |
String function ( ) { return m_linkGallery ; } | returns the linkgallery . concode_field_sep String m_overwrite concode_elem_sep String m_destinationDir concode_elem_sep String m_startPattern concode_elem_sep String m_template concode_elem_sep String m_imageGallery concode_elem_sep String m_locale concode_elem_sep String m_encoding concode_elem_sep String m_endPatter... |
String function ( ) { return this . text ; } | gets the message of the post concode_field_sep Date date concode_elem_sep boolean notifyReplies concode_elem_sep String subject concode_elem_sep List<Attachment> attachments concode_elem_sep boolean smiliesEnabled concode_elem_sep boolean bbCodeEnabled concode_elem_sep Date editDate concode_elem_sep Forum forum concode... |
int function ( int arg0 , int arg1 ) { int loc0 = arg0 ; if ( arg1 == 0 ) { System . err . println ( "srini_string" ) ; return 0 ; } while ( degree ( loc0 ) >= degree ( arg1 ) ) { loc0 ^= arg1 << ( degree ( loc0 ) - degree ( arg1 ) ) ; } return loc0 ; } | return the remainder of a polynomial division of two polynomials . concode_field_sep PlaceHolder placeHolder concode_field_sep int add concode_elem_sep int modMultiply concode_elem_sep int rest concode_elem_sep int degree concode_elem_sep int degree concode_elem_sep int gcd concode_elem_sep long multiply concode_elem_s... |
byte [ ] function ( MessageDigest arg0 ) { arg0 . reset ( ) ; arg0 . update ( rawBytes , offset , length ) ; return arg0 . digest ( ) ; } | netscape does n't include the new line . intel and javasoft do concode_field_sep HashMap<String,Entry> entries concode_elem_sep byte rawBytes[] concode_elem_sep int offset concode_elem_sep String MF_MAIN_ATTRS concode_elem_sep int endOfFirstLine concode_elem_sep int startOfNext concode_elem_sep int lengthWithBlankLine ... |
void function ( SqlOperatorTable arg0 ) { if ( ! tableList . contains ( arg0 ) ) { tableList . add ( arg0 ) ; } } | adds an underlying table . the order in which tables are added is significant ; tables added earlier have higher lookup precedence . a table is not added if it is already on the list . concode_field_sep List<SqlOperatorTable> tableList concode_field_sep SqlOperatorTable of concode_elem_sep void lookupOperatorOverloads ... |
String function ( ) { return this . required ; } | returns the required declaration of a model item . concode_field_sep String relevant concode_elem_sep String readonly concode_elem_sep String datatype concode_elem_sep Map<String,String> customMIPs concode_elem_sep String p3ptype concode_elem_sep String constraint concode_elem_sep String calculate concode_elem_sep List... |
String function ( final String arg0 ) { return getStringFromResourceBundle ( arg0 , RES_BUNDLE_ACTIONS ) ; } | allows to get a string related to actions . concode_field_sep ResourceBundle RES_BUNDLE_OTHERS concode_elem_sep Map<String,Lang> mapLangs concode_elem_sep LangTool INSTANCE concode_elem_sep String MISSING_KEY concode_elem_sep Lang LANG_CURRENT concode_elem_sep ResourceBundle RES_BUNDLE_DIALOG_FRAME concode_elem_sep Res... |
float function ( ) { return this . hungerDamage ; } | how much satiate food is consumed by this damagesource concode_field_sep DamageSource dragonBreath concode_elem_sep DamageSource lightningBolt concode_elem_sep DamageSource outOfWorld concode_elem_sep boolean fireDamage concode_elem_sep boolean magicDamage concode_elem_sep DamageSource flyIntoWall concode_elem_sep Dama... |
String function ( ) { return serviceName ; } | returns the plugin 's service name what you 'd use when calling pluginmanger.getplugin 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... |
void function ( double arg0 ) { this . cursor = this . cursor + arg0 ; } | moves the cursor right by the specified number of java 2d units . concode_field_sep double cursor concode_elem_sep List ticks concode_elem_sep double max concode_field_sep void setMax concode_elem_sep double getCursor concode_elem_sep List getTicks concode_elem_sep double getMax concode_elem_sep void cursorDown concode... |
JointType function ( ) { int loc0 = jniGetType ( addr ) ; for ( int loc1 = 0 ; loc1 < JointType . values ( ) . length ; loc1 ++ ) if ( JointType . values ( ) [ loc1 ] . getValue ( ) == loc0 ) return JointType . values ( ) [ loc1 ] ; return JointType . Unknown ; } | get the type of the concrete joint . concode_field_sep JointEdge jointEdgeB concode_elem_sep JointEdge jointEdgeA concode_elem_sep World world concode_elem_sep float[] tmp concode_elem_sep Vector2 reactionForce concode_elem_sep long addr concode_elem_sep Vector2 anchorB concode_elem_sep Vector2 anchorA concode_field_se... |
boolean function ( ) { return ! postponedRoutes . isEmpty ( ) ; } | returns true if there is another postponed route 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_ele... |
void function ( AliasService arg0 ) { m_aliasService = arg0 ; } | dependency : aliasservice . concode_field_sep String minorType concode_elem_sep SiteService m_siteService concode_elem_sep AliasService m_aliasService concode_elem_sep boolean available concode_elem_sep String feedFormat concode_elem_sep boolean m_siteAlias concode_elem_sep boolean experimental concode_elem_sep boolean... |
String function ( Instances arg0 ) { StringBuffer loc0 ; int loc1 ; loc0 = new StringBuffer ( ) ; for ( loc1 = 0 ; loc1 < m_numSubsets ; loc1 ++ ) { loc0 . append ( leftSide ( arg0 ) + rightSide ( loc1 , arg0 ) + "srini_string" ) ; loc0 . append ( dumpLabel ( loc1 , arg0 ) + "srini_string" ) ; } return loc0 . toString ... | prints the split model . concode_field_sep Distribution m_distribution concode_elem_sep int m_numSubsets concode_field_sep double codingCost concode_elem_sep void buildClassifier concode_elem_sep void resetDistribution concode_elem_sep double classProb concode_elem_sep String dumpLabel concode_elem_sep String sourceExp... |
void function ( String arg0 ) { this . type = arg0 ; } | sets the disposition type . concode_field_sep String NAME_CREATION_DATE concode_elem_sep String NAME_FILENAME concode_elem_sep String TYPE_ATTACHMENT concode_elem_sep String TYPE_INLINE concode_elem_sep String NAME_MODIFICATION_DATE concode_elem_sep String NAME_READ_DATE concode_elem_sep String type concode_elem_sep Se... |
String function ( ) { return destinationCidrBlock ; } | the cidr block associated with the local subnet of the customer data center . concode_field_sep String destinationCidrBlock concode_elem_sep String source concode_elem_sep String state concode_field_sep void setSource concode_elem_sep void setSource concode_elem_sep String getState concode_elem_sep String getSource con... |
Deferred < Object > function ( ) { final byte [ ] loc0 = Arrays . copyOfRange ( batchedQualifier , 0 , qualifierIndex ) ; final byte [ ] loc1 = Arrays . copyOfRange ( batchedValue , 0 , valueIndex ) ; final byte [ ] loc2 = Arrays . copyOfRange ( rowKey , 0 , rowKey . length ) ; reset ( ) ; return tsdb . put ( loc2 , lo... | a copy of the values is created and sent with a put request . a reset is initialized which makes this data structure ready to be reused for the same metric and tags but for a different hour of data . concode_field_sep int qualifierIndex concode_elem_sep long lastTimestamp concode_elem_sep byte[] batchedQualifier concod... |
BrowserTracker function ( long arg0 ) { return getPersistence ( ) . findByPrimaryKey ( arg0 ) ; } | returns the browser tracker with the primary key or throws a nosuchbrowsertrackerexception if it could not be found . concode_field_sep BrowserTrackerPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<BrowserTracker> findWith... |
String function ( ) { return redirectURL ; } | returns the url of a redirect if a redirect was issue in the include otherwise it returns null if there was no redirect . concode_field_sep String contentType concode_elem_sep String redirectURL concode_elem_sep Object content concode_field_sep Writer writeTo concode_elem_sep Object getContent concode_elem_sep String g... |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep List<BigDecimal> arrayNumber concode_field_sep List<BigDecimal> getArrayNumber concode_elem_sep void setArrayNumber concode_elem_sep ArrayOfNumberOnly arrayNumber concode_elem_sep int hashCode concode_elem_s... |
JSONBuilder function ( long arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; } | adds a long to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSON... |
ZooKeeperLeaderElectionService function ( Configuration arg0 ) { CuratorFramework loc0 = startCuratorFramework ( arg0 ) ; return createLeaderElectionService ( loc0 , arg0 ) ; } | creates a zookeeperleaderelectionservice instance and a new curatorframework client . concode_field_sep Logger LOG concode_field_sep CompletedCheckpointStore createCompletedCheckpoints concode_elem_sep ZooKeeperSubmittedJobGraphStore createSubmittedJobGraphs concode_elem_sep boolean isZooKeeperRecoveryMode concode_elem... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.