idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
10,500
gets the max time . concode_field_sep String runAs concode_elem_sep long maxTime concode_elem_sep int requestCount concode_elem_sep String servletClass concode_elem_sep boolean available concode_elem_sep String servletName concode_elem_sep long processingTime concode_elem_sep int loadOnStartup concode_elem_sep long loa...
long function ( ) { return maxTime ; }
10,501
adds a transaction to the com.raizlabs.android.dbflow.runtime.dbtransactionqueue concode_field_sep Handler requestHandler concode_elem_sep DBTransactionQueue transactionQueue concode_elem_sep TransactionManager manager concode_elem_sep boolean hasOwnQueue concode_elem_sep String name concode_field_sep void transact con...
void function ( BaseTransaction arg0 ) { getQueue ( ) . add ( arg0 ) ; }
10,502
tidy up the transaction/thread association before faults are thrown back to the client . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean handleMessage concode_elem_sep boolean handleInbound concode_elem_sep void close concode_elem_sep boolean suspendTransaction concode_elem_sep boolean handleOutboun...
boolean function ( MessageContext arg0 ) { txbridgeLogger . logger . trace ( "srini_string" ) ; return suspendTransaction ( ) ; }
10,503
returns a preferences object for this application concode_field_sep PlaceHolder placeHolder concode_field_sep String[] getLastConnections concode_elem_sep void clearLastConnections
Preferences function ( ) { return Preferences . userNodeForPackage ( getClass ( ) ) ; }
10,504
helper methods for handle errors . concode_field_sep Map<String,Registry> registriesCache concode_elem_sep RMIRegistryController ourInstance concode_elem_sep Log log concode_field_sep String toKey concode_elem_sep void removeRegistry concode_elem_sep RMIRegistryController getInstance concode_elem_sep void createLocalRe...
void function ( String arg0 ) { log . error ( arg0 ) ; throw new SynapseCommonsException ( arg0 ) ; }
10,505
method called when the `` moderator '' tab is selected on the front end pages concode_field_sep Participant parent concode_elem_sep OnDemandRenderer loginPageRenderer concode_elem_sep boolean invalidPresentation concode_elem_sep String presentationPassword concode_elem_sep boolean invalidPassword concode_elem_sep Strin...
void function ( ActionEvent arg0 ) { parent . setRole ( ParticipantInfo . ROLE_MODERATOR ) ; presentationName = "srini_string" ; presentationPassword = "srini_string" ; if ( firstNameField != null ) { firstNameField . requestFocus ( ) ; } }
10,506
start discovering parrot drones for wifi drones , the device should be on the drone 's network when drones will be discovered , you will be notified through listener #ondroneslistupdated list concode_field_sep ServiceConnection mArdiscoveryServiceConnection concode_elem_sep ARDiscoveryServicesDevicesListUpdatedReceiver...
void function ( ) { if ( mArdiscoveryService != null ) { Log . i ( TAG , "srini_string" ) ; mDiscoveryListener . onServicesDevicesListUpdated ( ) ; mArdiscoveryService . start ( ) ; mStartDiscoveryAfterConnection = false ; } else { mStartDiscoveryAfterConnection = true ; } }
10,507
returns the digest of the target string . target is decoded to bytes using the us-ascii charset . supports md5 and sha-1 algorithms . concode_field_sep char[] HEXDIGITS concode_field_sep byte[] toHMacSha256 concode_elem_sep byte[] toHMacSha256 concode_elem_sep String toHttpDigest concode_elem_sep String toMd5 concode_e...
String function ( String arg0 , String arg1 ) { if ( Digest . ALGORITHM_MD5 . equals ( arg1 ) ) { return toMd5 ( arg0 ) ; } else if ( Digest . ALGORITHM_SHA_1 . equals ( arg1 ) ) { return toSha1 ( arg0 ) ; } throw new IllegalArgumentException ( "srini_string" ) ; }
10,508
creates a lengthfieldbasedframedecoder where the first 8 bytes are the length of the frame . this is used before all decoders . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep ThreadFactory c...
TransportFrameDecoder function ( ) { return new TransportFrameDecoder ( ) ; }
10,509
gets an openum thats associated with the given name . concode_field_sep Logger LOGGER concode_elem_sep boolean LAZY_COMPILE concode_elem_sep OpEnum PREV concode_elem_sep OpEnum NEXT concode_elem_sep String LAZY_COMPILE_PROPERTY concode_elem_sep boolean INTERPRET_PATHS concode_elem_sep OpEnum LAST_DAUGHTER concode_elem_...
OpEnum function ( String arg0 ) { return ( OpEnum ) map . get ( arg0 ) ; }
10,510
returns the address of this route . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress concode_elem_...
Address function ( ) { return address ; }
10,511
test robustness # 3 concode_field_sep IProject testProject concode_field_sep void testRenderReportCmdBasic concode_elem_sep void testRenderReportCmdNullArg2 concode_elem_sep void setUp concode_elem_sep void testRenderReportCmdNullArg1 concode_elem_sep void testRenderReportCmdNullArg4 concode_elem_sep void testRenderRep...
void function ( ) { try { final RenderReportsCmd loc0 = new RenderReportsCmd ( ) ; loc0 . setProject ( this . testProject ) ; loc0 . registerRenderer ( new HTMLRenderer ( ) , null ) ; loc0 . performExecute ( ) ; Assert . fail ( ) ; } catch ( final UnsetInputPropertiesException loc0 ) { } }
10,512
delete all rows , from alltags table , that have the given rowid . should only be 1 row , but content providers/sqlite3 deletes all rows with provided rowid concode_field_sep Uri tagsURI concode_elem_sep Uri storyURI concode_elem_sep ContentResolver cr concode_field_sep ArrayList<TagsData> getAllTagsData concode_elem_s...
int function ( long arg0 ) { String [ ] loc0 = { String . valueOf ( arg0 ) } ; return deleteTagsData ( MoocSchema . Tags . Cols . ID + "srini_string" , loc0 ) ; }
10,513
returns the entity owning the copyright concode_field_sep Properties PROPERTIES concode_elem_sep String PROPERTY_FILE concode_field_sep String getFromYear concode_elem_sep String getToYear concode_elem_sep String getURL concode_elem_sep String getAddress concode_elem_sep void main
String function ( ) { return PROPERTIES . getProperty ( "srini_string" , "srini_string" ) ; }
10,514
sets the view_state value for this projectdata . concode_field_sep java.lang.String file_path concode_elem_sep com.intellij.tasks.mantis.model.ProjectData[] subprojects concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef access_min concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCode...
void function ( com . intellij . tasks . mantis . model . ObjectRef arg0 ) { this . view_state = arg0 ; }
10,515
get custom deserializer concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201405.RateCardCustomizationGroup[] results concode_elem_sep o...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
10,516
sets the system id using a file reference . concode_field_sep String systemId concode_elem_sep Reader reader concode_elem_sep InputStream inputStream concode_elem_sep String FEATURE concode_elem_sep String publicId concode_field_sep String getSystemId concode_elem_sep void setReader concode_elem_sep Reader getReader co...
void function ( File arg0 ) { try { this . systemId = arg0 . toURL ( ) . toString ( ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 . getMessage ( ) , loc0 ) ; } }
10,517
returns the initial duration of the animation at speed = 1 in seconds . concode_field_sep float speed concode_elem_sep LoopMode loopMode concode_elem_sep boolean resuming concode_elem_sep List<CinematicEventListener> listeners concode_elem_sep float initialDuration concode_elem_sep PlayState playState concode_elem_sep ...
float function ( ) { return initialDuration ; }
10,518
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
10,519
method copied from http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77231 concode_field_sep short version concode_elem_sep short micro concode_elem_sep short major concode_elem_sep short minor concode_elem_sep String description concode_elem_sep int MAJOR_SHIFT concode_elem_sep String string_version concode_ele...
short function ( int arg0 , int arg1 , int arg2 ) { return ( short ) ( ( arg0 << MAJOR_SHIFT ) + ( arg1 << MINOR_SHIFT ) + arg2 ) ; }
10,520
the token to use to retrieve the next page of results . this value is null when there are no more results to return . concode_field_sep com.amazonaws.internal.SdkInternalList<NatGateway> natGateways concode_elem_sep String nextToken concode_field_sep java.util.List<NatGateway> getNatGateways concode_elem_sep void setNa...
void function ( String arg0 ) { this . nextToken = arg0 ; }
10,521
delete this pdomnode , make sure you are actually the owner of this record ! concode_field_sep int PARENT concode_elem_sep int RECORD_SIZE concode_elem_sep PDOMLinkage fLinkage concode_elem_sep long record concode_elem_sep long cachedParentRecord concode_elem_sep int TYPE concode_field_sep long getBindingID concode_ele...
void function ( PDOMLinkage arg0 ) { getDB ( ) . free ( record ) ; }
10,522
creates a java.lang.runnable runnable object calling the module abstractcollectionmodule #communityeventtask communitycontrollerevent event , boolean isresponse communityeventtask method . concode_field_sep int moduleId concode_field_sep Runnable createTransactionTaskRunnable concode_elem_sep Runnable createprogramClos...
Runnable function ( final CommunityControllerEvent arg0 , final boolean arg1 ) { return new Runnable ( ) { @ Override public void run ( ) { try { communityEventTask ( arg0 , arg1 ) ; } catch ( Throwable loc0 ) { handleException ( loc0 ) ; } } } ; }
10,523
creates a new meter and registers it under the given name . concode_field_sep List<MetricRegistryListener> listeners concode_elem_sep MetricBuilder<Histogram> HISTOGRAMS concode_elem_sep MetricBuilder<Timer> TIMERS concode_elem_sep ConcurrentMap<String,Metric> metrics concode_elem_sep MetricBuilder<Counter> COUNTERS co...
Meter function ( String arg0 ) { return getOrAdd ( arg0 , MetricBuilder . METERS ) ; }
10,524
draws this rectangle . concode_field_sep boolean filled concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep Color color concode_elem_sep double height concode_field_sep int getX concode_elem_sep int getHeight concode_elem_sep int getY concode_elem_sep void grow concode_ele...
void function ( ) { filled = false ; Canvas . getInstance ( ) . show ( this ) ; }
10,525
get the ifunmodifiedsince value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String ...
DateTime function ( ) { if ( this . ifUnmodifiedSince == null ) { return null ; } return this . ifUnmodifiedSince . getDateTime ( ) ; }
10,526
write the stored value to the cdr output stream . concode_field_sep BindingType value concode_field_sep void _read concode_elem_sep org.omg.CORBA.TypeCode _type
void function ( OutputStream arg0 ) { BindingTypeHelper . write ( arg0 , value ) ; }
10,527
restore state saved by calling tobundle along with a callbackcontext to be used in delivering the results of a pending callback concode_field_sep int duration concode_elem_sep String LIMIT_KEY concode_elem_sep int currentReqId concode_elem_sep JSONArray results concode_elem_sep SparseArray<Request> requests concode_ele...
void function ( Bundle arg0 , CallbackContext arg1 ) { this . lastSavedState = arg0 ; this . resumeContext = arg1 ; this . currentReqId = arg0 . getInt ( CURRENT_ID_KEY ) ; }
10,528
gets a job from the cache , or from the server if the job is not in the cache concode_field_sep Logger logger concode_elem_sep Map<Integer,Job> jobCache concode_elem_sep int EMPTY_QUEUE_SLEEP_MS concode_elem_sep boolean done concode_elem_sep NMPIQueue queue concode_elem_sep Set<NMPIQueueListener> listeners concode_elem...
Job function ( int arg0 ) { synchronized ( jobCache ) { Job loc0 = jobCache . get ( arg0 ) ; if ( loc0 == null ) { synchronized ( queue ) { loc0 = queue . getJob ( arg0 ) ; } jobCache . put ( arg0 , loc0 ) ; } return loc0 ; } }
10,529
sets the expiration of the token . concode_field_sep String EXPIRES concode_elem_sep String principal concode_elem_sep long expires concode_elem_sep String TYPE concode_elem_sep String USER_NAME concode_elem_sep Set<String> ATTRIBUTES concode_elem_sep String ILLEGAL_ARG_MSG concode_elem_sep String userName concode_elem...
void function ( long arg0 ) { this . expires = arg0 ; generateToken ( ) ; }
10,530
retrieves the plain-text value is the attribute is n't confidential . if the value is confidential , this value should be null , unless it was non-confidential at an earlier stage . concode_field_sep long serialVersionUID concode_elem_sep Date lastUpdated concode_elem_sep TrackedEntityInstance entityInstance concode_el...
String function ( ) { return ( ! getAttribute ( ) . getConfidential ( ) && this . value != null ? this . value : this . plainValue ) ; }
10,531
returns identifier type . concode_field_sep boolean parentsMemorizingChildren concode_elem_sep boolean monitorOn concode_elem_sep boolean closedSetOn concode_elem_sep String openSetClassName concode_elem_sep long monitorRefreshTime concode_elem_sep String closedSetClassName concode_elem_sep int wantedNumberOfSolutions ...
IdentifierType function ( ) { return identifierType ; }
10,532
sets the numberruleitem value for this ruleitem . concode_field_sep com.google.api.ads.adwords.axis.v201502.rm.NumberRuleItem numberRuleItem concode_elem_sep com.google.api.ads.adwords.axis.v201502.rm.DateRuleItem dateRuleItem concode_elem_sep com.google.api.ads.adwords.axis.v201502.rm.StringRuleItem stringRuleItem con...
void function ( com . google . api . ads . adwords . axis . v201502 . rm . NumberRuleItem arg0 ) { this . numberRuleItem = arg0 ; }
10,533
creates default implementation of imagedownloader - baseimagedownloader concode_field_sep AtomicInteger threadNumber concode_elem_sep String namePrefix concode_elem_sep AtomicInteger poolNumber concode_elem_sep int threadPriority concode_elem_sep ThreadGroup group concode_field_sep BitmapDisplayer createBitmapDisplayer...
ImageDownloader function ( Context arg0 ) { return new BaseImageDownloader ( arg0 ) ; }
10,534
reads the next byte of a multi-byte utf-8 character and returns its contents lower 6 bits . throws a generatorerror if the byte is not a valid tail . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep Thread...
int function ( ) { char loc0 = next ( ) ; if ( ( loc0 & 0xc0 ) != 0x80 ) throw invalidUtf8 ( ) ; return loc0 & 0x3f ; }
10,535
creates off-heap map based on unsafe implementation withunlimited memory . concode_field_sep PlaceHolder placeHolder concode_field_sep GridOffHeapPartitionedMap unsafePartitionedMap concode_elem_sep GridOffHeapPartitionedMap unsafePartitionedMap concode_elem_sep GridOffHeapPartitionedMap unsafePartitionedMap concode_el...
GridOffHeapMap function ( long arg0 ) { return new GridUnsafeMap ( 128 , 0.75f , arg0 , 0 , ( short ) 0 , null ) ; }
10,536
this is a getter method for ui . concode_field_sep boolean selected concode_elem_sep SignupGroup signupGroup concode_elem_sep boolean allowedToCreate concode_field_sep void setSignupGroup concode_elem_sep void setSelected concode_elem_sep boolean isSelected concode_elem_sep boolean isAllowedToCreate
SignupGroup function ( ) { return signupGroup ; }
10,537
gets the value of the deposit property . concode_field_sep String refNum concode_elem_sep String docNumber concode_elem_sep Double transactionAmount concode_elem_sep Boolean deposit concode_elem_sep String memo concode_elem_sep RecordRef paymentMethod concode_elem_sep XMLGregorianCalendar docDate concode_elem_sep Recor...
Boolean function ( ) { return deposit ; }
10,538
gets the message digest as string of hex values . concode_field_sep PlaceHolder placeHolder concode_field_sep MessageDigest update concode_elem_sep MessageDigest update concode_elem_sep MessageDigest update concode_elem_sep byte[] getDigest concode_elem_sep byte[] doFinal
String function ( ) { return asHex ( doFinal ( ) ) ; }
10,539
returns this skeletonstrategy 's method . concode_field_sep Class clz concode_elem_sep String reposId concode_elem_sep CDRStreamReader[] paramReaders concode_elem_sep java.lang.reflect.Method writeMethod concode_elem_sep CDRStreamWriter retvalWriter concode_elem_sep Method m concode_elem_sep ExceptionWriter[] excepWrit...
Method function ( ) { return m ; }
10,540
done this way to avoid dependency ? concode_field_sep String classpath concode_elem_sep String jarFileName concode_field_sep void setClassPath concode_elem_sep void run concode_elem_sep void main concode_elem_sep TestSuite buildTestSuite
Class < junit . framework . TestCase > function ( ClassLoader arg0 ) { Class < junit . framework . TestCase > loc0 = ( Class < TestCase > ) arg0 . loadClass ( "srini_string" ) ; return loc0 ; }
10,541
gets the value of the platsrc property . concode_field_sep String platsrc concode_elem_sep Boolean cisPlatsup concode_elem_sep Boolean conf concode_elem_sep String value concode_elem_sep Boolean platsup concode_field_sep boolean isSetPlatsrc concode_elem_sep void setPlatsrc concode_elem_sep boolean getCisPlatsup concod...
String function ( ) { if ( platsrc == null ) { return "srini_string" ; } else { return platsrc ; } }
10,542
sets the user_id value for this projectattachmentdata . concode_field_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String filename concode_elem_sep java.math.BigInteger size concode_elem_sep java.lang.String content_type concode_elem_sep java.math.BigInteger user_id concode_elem_sep java.lang.Object...
void function ( java . math . BigInteger arg0 ) { this . user_id = arg0 ; }
10,543
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String labelActionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep void setLabelActionType concode_elem_sep org.apache.axis.description.TypeDesc g...
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 ) ; }
10,544
a list of the attached policies . note : this method appends the values to the existing list if any . use #setattachedpolicies java.util.collection or #withattachedpolicies java.util.collection if you want tooverride the existing values . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem...
ListAttachedUserPoliciesResult function ( AttachedPolicy ... arg0 ) { if ( this . attachedPolicies == null ) { setAttachedPolicies ( new com . amazonaws . internal . SdkInternalList < AttachedPolicy > ( arg0 . length ) ) ; } for ( AttachedPolicy loc0 : arg0 ) { this . attachedPolicies . add ( loc0 ) ; } return this ; }
10,545
human readable description of the extension . perhaps that should be a resource for internationalization ? although i suppose it could be done internally concode_field_sep PlaceHolder placeHolder concode_field_sep String getURL concode_elem_sep String getAuthor concode_elem_sep Iterator getImplementedExtensions concode...
String function ( ) { return "srini_string" ; }
10,546
a valid entry should have no issues concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; assertTrue ( validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ) ;...
10,547
whether samples are available for reading from #getsample int , sampleholder for thespecified track . this method must only be called after the extractor has been prepared . concode_field_sep long startTimeUs concode_elem_sep Allocator allocator concode_elem_sep SparseArray<DefaultTrackOutput> sampleQueues concode_elem...
boolean function ( int arg0 ) { Assertions . checkState ( isPrepared ( ) ) ; return ! sampleQueues . valueAt ( arg0 ) . isEmpty ( ) ; }
10,548
checks if an user exists in the database concode_field_sep UserDAO dao concode_elem_sep boolean exists concode_elem_sep User user concode_elem_sep String username concode_field_sep User getUser concode_elem_sep void register
boolean function ( String arg0 ) { this . username = arg0 ; this . dao = DataAccessDriver . getInstance ( ) . newUserDAO ( ) ; this . user = this . dao . selectByName ( arg0 ) ; this . exists = this . user != null ; return this . exists ; }
10,549
return the parent logger of all the loggers used by this data source . this should be the logger farthest from the root logger that is still an ancestor of all of the loggers used by this data source . configuring this logger will affect all of the log messages generated by the data source . in the worst case , this ma...
java . util . logging . Logger function ( ) { throw ( java . sql . SQLFeatureNotSupportedException ) Util . notSupported ( ) ; }
10,550
redirects to the provided navigation link . in case of a navimanager within the current session it addsnavigation version information to the url to redirect to . concode_field_sep Logger LOG concode_elem_sep String NAVI_HISTORY_ATTR concode_elem_sep String NAVI_MGR_ATTR concode_field_sep String makeUrl concode_elem_sep...
void function ( NaviLink arg0 ) { redirect ( relUrlForNaviLink ( arg0 , true ) ) ; }
10,551
this module provides a default level of support for any type of product . concode_field_sep long AUTHORITATIVE_EVENT_WEIGHT concode_elem_sep long DEFAULT_PREFERRED_WEIGHT concode_elem_sep Logger LOGGER concode_elem_sep long SAME_SOURCE_WEIGHT concode_elem_sep Regions REGIONS concode_elem_sep long AUTHORITATIVE_WEIGHT c...
int function ( final Product arg0 ) { return IndexerModule . LEVEL_DEFAULT ; }
10,552
releases builder for reuse . concode_field_sep ThreadLocal<CachedBuilder> builders concode_elem_sep boolean used concode_elem_sep SB builder concode_field_sep CachedBuilder initialValue concode_elem_sep SB acquire concode_elem_sep SB acquire
void function ( SB arg0 ) { if ( this . builder == arg0 ) { arg0 . setLength ( 0 ) ; used = false ; } }
10,553
initialize the given sectiondata as the given sectionid section . concode_field_sep long header_base_size concode_elem_sep int CLASSNAME concode_elem_sep HeaderData header concode_elem_sep int DATA concode_elem_sep int section_size concode_elem_sep Long classnamesEnd concode_elem_sep int TYPES concode_field_sep void in...
void function ( int arg0 , SectionData arg1 ) { switch ( arg0 ) { case CLASSNAME : init_classname ( arg1 ) ; break ; case TYPES : init_types ( arg1 ) ; break ; case DATA : init_data ( arg1 ) ; break ; default : throw new IllegalArgumentException ( "srini_string" ) ; } }
10,554
checks if is open gl mode . concode_field_sep int maxFrameRate concode_elem_sep int P3D_MODE concode_elem_sep String frameTitle concode_elem_sep String DEFAULT_DATA_FOLDER_PATH concode_elem_sep String DEFAULT_3D_MODEL_PATH concode_elem_sep boolean vSync concode_elem_sep int windowHeight concode_elem_sep int ARCHITECTUR...
boolean function ( ) { return this . getRendererMode ( ) == MT4jSettings . OPENGL_MODE ; }
10,555
retrieve the value of the dependencies slot of this event , containing the language dependencies of the described agent . concode_field_sep String name concode_elem_sep Long majorVersion concode_elem_sep Long minorVersion concode_elem_sep String dependencies concode_field_sep void setName concode_elem_sep String getNam...
String function ( ) { return dependencies ; }
10,556
checks whether the session has timed out . concode_field_sep long mLastHeartbeatMs concode_elem_sep long mSessionId concode_elem_sep int mSessionTimeoutMs concode_field_sep void heartbeat concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep long getSessionId
boolean function ( ) { return ( System . currentTimeMillis ( ) - mLastHeartbeatMs > mSessionTimeoutMs ) ; }
10,557
method to return a singleton instance of this class concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_elem_sep int TIME_DAYS ...
LogBean function ( ) { if ( singleton == null ) { singleton = new LogBean ( ) ; } return ( singleton ) ; }
10,558
adjust offset , offset will always be in min . concode_field_sep Date endDate concode_elem_sep String DEFAULT_REGEX concode_elem_sep boolean isActionList concode_elem_sep String WHITE_SPACE_REGEX concode_elem_sep Map<String,Integer> logLevels concode_elem_sep int LOG_TIME_BUFFER concode_elem_sep String MAX_ACTIONLIST_S...
Date function ( Date arg0 , int arg1 ) { return org . apache . commons . lang . time . DateUtils . addMinutes ( arg0 , arg1 ) ; }
10,559
decode an array of bytes in runlength format . runlength format consists of a sequence of a byte-oriented format based on run length . there are a series of `` runs '' , where a run is a length byte followed by 1 to 128 bytes of data . if the length is 0-127 , the following length +1 1 to 128 bytes are to be copied . i...
ByteBuffer function ( ByteBuffer arg0 , PDFObject arg1 ) { RunLengthDecode loc0 = new RunLengthDecode ( arg0 ) ; return loc0 . decode ( ) ; }
10,560
sets the url value for this wsversioningsystemconfiguration . concode_field_sep java.lang.String password concode_elem_sep java.lang.String autocommit concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String jndi concode_elem_sep java.lang.String descriptio...
void function ( java . lang . String arg0 ) { this . url = arg0 ; }
10,561
test method for org.apache.niolex.network.cli.conf.rpcconfigbean #setsuper org.apache.niolex.network.cli.conf.baseconfigbean . concode_field_sep RpcConfigBean conf concode_field_sep void testSetConfigOther concode_elem_sep void testSetConfigComma concode_elem_sep void testSetSuperBaseConfigBean concode_elem_sep void te...
void function ( ) { RpcConfigBean loc0 = new RpcConfigBean ( "srini_string" ) ; loc0 . serviceType = "srini_string" ; conf . setSuper ( loc0 ) ; assertEquals ( "srini_string" , conf . serviceType ) ; }
10,562
get bean icons . concode_field_sep int defaultPropertyIndex concode_elem_sep PropertyDescriptor[] propertyDescriptors concode_elem_sep EventSetDescriptor[] eventSetDescriptors concode_elem_sep MethodDescriptor[] methodDescriptors concode_elem_sep BeanInfo[] additionalBeanInfo concode_elem_sep BeanDescriptor beanDescrip...
java . awt . Image function ( int arg0 ) { return icons != null ? icons [ arg0 ] : null ; }
10,563
concatenate the given elements , delimiting each with defaultmessagecodesresolver #code_separator , skipping zero-length or null elements altogether . concode_field_sep MessageCodeFormatter DEFAULT_FORMATTER concode_elem_sep String prefix concode_elem_sep MessageCodeFormatter formatter concode_elem_sep String CODE_SEPA...
String function ( String ... arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( String loc1 : arg0 ) { if ( StringUtils . hasLength ( loc1 ) ) { loc0 . append ( loc0 . length ( ) == 0 ? "srini_string" : CODE_SEPARATOR ) ; loc0 . append ( loc1 ) ; } } return loc0 . toString ( ) ; }
10,564
returns the yvalue . concode_field_sep boolean drawPath concode_elem_sep boolean fillPath concode_elem_sep double[] xValue concode_elem_sep Stroke drawStroke concode_elem_sep Paint drawPaint concode_elem_sep Paint fillPaint concode_elem_sep Composite composite concode_elem_sep double[] yValue concode_elem_sep boolean c...
double [ ] function ( ) { return this . yValue ; }
10,565
private method for retrieving the serializer that should be used for the passed serializedobject , defaulting to the default system serializer if none is explicitly set on the object concode_field_sep HibernateSerializedObjectDAO instance concode_elem_sep Log log concode_elem_sep SessionFactory sessionFactory concode_e...
OpenmrsSerializer function ( SerializedObject arg0 ) { if ( arg0 != null && arg0 . getSerializationClass ( ) != null ) { return Context . getSerializationService ( ) . getSerializer ( arg0 . getSerializationClass ( ) ) ; } return Context . getSerializationService ( ) . getDefaultSerializer ( ) ; }
10,566
information about the attachment . returns a reference to this object so that method calls can be chained together . concode_field_sep VpcAttachment vpcAttachment concode_field_sep VpcAttachment getVpcAttachment concode_elem_sep int hashCode concode_elem_sep void setVpcAttachment concode_elem_sep boolean equals concode...
AttachVpnGatewayResult function ( VpcAttachment arg0 ) { this . vpcAttachment = arg0 ; return this ; }
10,567
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int width concode_elem_sep boolean __hashCodeCalc concode_elem_sep int height concode_field_sep int getHeight concode_elem_sep org.apache.axis.encoding.Serializer g...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
10,568
set whether this config should be frozen . when a config is frozen , no advice changes can be made . this is useful for optimization , and useful when we do n't want callers to be able to manipulate configuration after casting to advised . concode_field_sep boolean proxyTargetClass concode_elem_sep boolean optimize con...
void function ( boolean arg0 ) { this . frozen = arg0 ; }
10,569
using the properties file . it will loading the properties file if not loading . example : propkit.use `` config.txt '' , `` utf-8 '' ; propkit.use `` other_config.txt '' , `` utf-8 '' ; string username = propkit.get `` username '' ; string password = propkit.get `` password '' ; username = propkit.use `` other_config....
Prop function ( String arg0 , String arg1 ) { Prop loc0 = map . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new Prop ( arg0 , arg1 ) ; map . put ( arg0 , loc0 ) ; if ( PropKit . prop == null ) PropKit . prop = loc0 ; } return loc0 ; }
10,570
returns the number of elements currently in the queue . concode_field_sep int mGetPtr concode_elem_sep IntArrayList mIntList concode_field_sep void compact concode_elem_sep int hashCode concode_elem_sep int get concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void put concode_elem_sep int ...
int function ( ) { return mIntList . size ( ) - mGetPtr ; }
10,571
gets the secret key to access aws . returns null if no access key is configured . concode_field_sep String securityGroupName concode_elem_sep String iamRole concode_elem_sep int connectionTimeoutSeconds concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String region concode_elem_sep S...
String function ( ) { return secretKey ; }
10,572
gets the value of the targetgender property . concode_field_sep GrpProvider provider concode_elem_sep Long targetImpressionGoal concode_elem_sep Long maxTargetAge concode_elem_sep Long minTargetAge concode_elem_sep GrpTargetGender targetGender concode_field_sep void setMinTargetAge concode_elem_sep Long getMinTargetAge...
GrpTargetGender function ( ) { return targetGender ; }
10,573
set minimum fraction of bases that must remap . concode_field_sep Chain chain concode_elem_sep OverlapDetector<Chain> chains concode_elem_sep int firstBlockIndex concode_elem_sep float percentLiftedOver concode_elem_sep Interval toInterval concode_elem_sep double DEFAULT_LIFTOVER_MINMATCH concode_elem_sep int intersect...
void function ( final double arg0 ) { this . liftOverMinMatch = arg0 ; }
10,574
sets the value of the postalcode property . concode_field_sep String address concode_elem_sep String stateOrProvince concode_elem_sep String city concode_elem_sep String postalCode concode_elem_sep String countryName concode_field_sep void setAddress concode_elem_sep void setCity concode_elem_sep void setCountryName co...
void function ( String arg0 ) { this . postalCode = arg0 ; }
10,575
sets optional event message . concode_field_sep String msg concode_elem_sep ClusterNode node concode_elem_sep IgniteUuid id concode_elem_sep long locId concode_elem_sep long serialVersionUID concode_elem_sep int type concode_elem_sep long tstamp concode_field_sep long localOrder concode_elem_sep void node concode_elem_...
void function ( @ Nullable String arg0 ) { this . msg = arg0 ; }
10,576
removes a class description from the model . concode_field_sep HashMap classesMap concode_elem_sep MappingModel mappingModel concode_elem_sep ArrayList sources concode_elem_sep ArrayList classes concode_elem_sep Comments modelComments concode_elem_sep HashMap includeComments concode_field_sep void addClassDescription c...
void function ( final ClassDescription arg0 ) { this . classesMap . remove ( arg0 . getObjectClass ( ) ) ; this . classes . remove ( arg0 ) ; }
10,577
gets the rest controller persister . concode_field_sep DynamicBean data concode_elem_sep RestControllerPersister restControllerPersister concode_elem_sep String controllerType concode_elem_sep int count concode_elem_sep IBeanPersister beanPersister concode_elem_sep String beanType concode_field_sep IBeanPersister getBe...
RestControllerPersister function ( ) { return restControllerPersister ; }
10,578
method to increment the program counter in the general case not a jump or branch . concode_field_sep Register lo concode_elem_sep Register programCounter concode_elem_sep Register hi concode_elem_sep Register[] regFile concode_elem_sep int STACK_POINTER_REGISTER concode_elem_sep int GLOBAL_POINTER_REGISTER concode_fiel...
void function ( ) { programCounter . setValue ( programCounter . getValue ( ) + Instruction . INSTRUCTION_LENGTH ) ; }
10,579
return the list of variables within the scope . concode_field_sep NamedList _list concode_field_sep ptolemy.data.type.Type getType concode_elem_sep ptolemy.graph.InequalityTerm getTypeTerm concode_elem_sep ptolemy.data.Token get concode_elem_sep NamedList variableList
Set function ( ) { Set loc0 = new HashSet ( ) ; for ( Iterator loc1 = _list . elementList ( ) . iterator ( ) ; loc1 . hasNext ( ) ; ) { Variable loc2 = ( Variable ) loc1 . next ( ) ; loc0 . add ( loc2 . getName ( ) ) ; } return loc0 ; }
10,580
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 ; }
10,581
replaces all relations . concode_field_sep Rdf relsExt concode_elem_sep XmlStreamEditor editor concode_elem_sep String DATASTREAM_FORMAT_URI concode_elem_sep FedoraObject fobject concode_elem_sep String DATASTREAM_ID concode_elem_sep String DATASTREAM_LABEL concode_field_sep String getModel concode_elem_sep long getLas...
void function ( Rdf arg0 ) { this . relsExt = arg0 ; }
10,582
performs a dynamic query on the database and returns an ordered 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...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
10,583
gets the baseurl . no longer used in 6.6 . concode_field_sep Log log concode_elem_sep IPSGuidManager gmgr concode_elem_sep IPSRxPublisherService rps concode_elem_sep Map<String,Map<String,Map<String,String>>> workflows concode_elem_sep boolean local concode_elem_sep String baseUrl concode_elem_sep String cmsUser concod...
String function ( ) { return baseUrl ; }
10,584
returns the duration in minutes . concode_field_sep Calendar start concode_elem_sep Calendar end concode_field_sep Calendar getStart concode_elem_sep String toString concode_elem_sep Calendar getEnd concode_elem_sep boolean matches
long function ( ) { if ( start == null || end == null ) { return - 1 ; } if ( start . after ( end ) ) { return 0 ; } long loc0 = end . getTimeInMillis ( ) - start . getTimeInMillis ( ) ; return loc0 / 60000 ; }
10,585
generates a poisson distributed random number . the poisson distribution is definded by the number lambda . the distribution has mean lambda and standard deviation of math.sqrt lambda . if lambda is smaller than 200 the value is determined by cumulative statistics , otherwise an approximation is used . time measurement...
int function ( double arg0 ) { if ( arg0 < 200 ) { return poissonRandomNumberSmall ( arg0 ) ; } else { return poissonRandomNumberBig ( arg0 ) ; } }
10,586
return an exception that describes an unsupported node type . concode_field_sep PlaceHolder placeHolder concode_field_sep void visitAssignmentNode concode_elem_sep void visitLogicalNode concode_elem_sep void visitArrayConstructNode concode_elem_sep void visitUnaryNode concode_elem_sep void visitFunctionalIfNode concode...
IllegalActionException function ( String arg0 ) { new Exception ( "srini_string" ) . printStackTrace ( ) ; return new IllegalActionException ( "srini_string" + arg0 + "srini_string" + getClass ( ) . getName ( ) + "srini_string" ) ; }
10,587
returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simply add s...
Token function ( int arg0 , String arg1 ) { switch ( arg0 ) { default : return new Token ( arg0 , arg1 ) ; } }
10,588
return the javamail mimemessage that this mimemailmessage is based on . concode_field_sep MimeMessageHelper helper concode_field_sep void setBcc concode_elem_sep void setBcc concode_elem_sep void setSubject concode_elem_sep MimeMessageHelper getMimeMessageHelper concode_elem_sep void setFrom concode_elem_sep void setCc...
MimeMessage function ( ) { return this . helper . getMimeMessage ( ) ; }
10,589
sets the maximum size of the queue . concode_field_sep int DEFAULT_ASYNC_BACKUP_COUNT concode_elem_sep List<ItemListenerConfig> listenerConfigs concode_elem_sep QueueConfigReadOnly readOnly concode_elem_sep int backupCount concode_elem_sep int maxSize concode_elem_sep String quorumName concode_elem_sep QueueStoreConfig...
QueueConfig function ( int arg0 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . maxSize = arg0 ; return this ; }
10,590
information about the webacl that you specified in the getwebacl request . for more information , see the following topics : webacl : contains defaultaction , metricname , name , an array of rule objects , and webaclid defaultaction data type is wafaction : contains type rules : contains an array of activatedrule objec...
WebACL function ( ) { return this . webACL ; }
10,591
gets the host address and the port to which this datagram packet is sent as a socketaddress object . concode_field_sep InetAddress address concode_elem_sep byte[] data concode_elem_sep int offset concode_elem_sep int length concode_elem_sep int userSuppliedLength concode_elem_sep int port concode_field_sep void setLeng...
SocketAddress function ( ) { return new InetSocketAddress ( getAddress ( ) , getPort ( ) ) ; }
10,592
creates a new database on the disk . concode_field_sep int pinned concode_elem_sep boolean FAIL concode_elem_sep ArrayList<CountData> counts concode_elem_sep int reads concode_elem_sep String BUF_POLICY concode_elem_sep Random random concode_elem_sep boolean PASS concode_elem_sep String DB_PATH concode_elem_sep int DB_...
void function ( ) { System . out . println ( "srini_string" + BUF_POLICY ) ; new Minibase ( DB_PATH , DB_SIZE , BUF_SIZE , BUF_POLICY , false ) ; }
10,593
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...
RandomData function ( ) { return RandomData . getInstance ( RandomData . ALG_SECURE_RANDOM ) ; }
10,594
re - initialize the protocols array . the protocols array itself must be allocated and filled outside of this class in the client . this method computes the protocol id 's , performs consitency checks and stores an alias of the array in #protocols . in addition , this method determins #max_protocol_index as the maximal...
void function ( Protocol [ ] arg0 ) { this . protocols = arg0 ; max_protocol_index = ( short ) arg0 . length ; for ( short loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] == null ) { max_protocol_index = loc0 ; break ; } arg0 [ loc0 ] . protocol_id = ( byte ) loc0 ; } check_protocols ( ) ; return ; }
10,595
retrieves a hexidecimal character sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed concode_field_sep MessageDigest md5 concode_field_sep by...
String function ( String arg0 , String arg1 ) { return StringConverter . byteToHex ( digestString ( arg0 , arg1 ) ) ; }
10,596
retrieves the accumulated time this object has spent running since it was last started . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessag...
long function ( ) { if ( running ) { return System . currentTimeMillis ( ) - startTime ; } else { return 0 ; } }
10,597
gets the value of the crediteligible property . concode_field_sep List<DataBalance> availableCreditAmount concode_elem_sep Boolean creditEligible concode_elem_sep long serialVersionUID concode_elem_sep DataBalance maxCreditAllowed concode_elem_sep XMLGregorianCalendar creditExpirationDate concode_field_sep List<DataBal...
Boolean function ( ) { return creditEligible ; }
10,598
prepare for a collection . if paranoid , perform a sanity check . concode_field_sep Defrag defrag concode_elem_sep ImmixSpace immixSpace concode_elem_sep ChunkList chunkMap concode_field_sep void resetLineMarksAndDefragStateTable concode_elem_sep void release concode_elem_sep void sweepAllBlocks
void function ( boolean arg0 ) { int loc0 = VM . collection . activeGCThreadOrdinal ( ) ; if ( arg0 ) { if ( immixSpace . inImmixDefragCollection ( ) ) { short loc1 = Defrag . defragSpillThreshold ; resetLineMarksAndDefragStateTable ( loc0 , loc1 ) ; } } }
10,599
verifies that a stopped clock does not emit any tick events . concode_field_sep ClockModel model concode_field_sep ClockModel getModel concode_elem_sep void testRunning concode_elem_sep void setModel
void function ( ) { final AtomicInteger loc0 = new AtomicInteger ( 0 ) ; model . setOnTickListener ( loc0 :: incrementAndGet ) ; Thread . sleep ( 5500 ) ; assertEquals ( 0 , loc0 . get ( ) ) ; }