idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
6,700
submits a topology to run on the cluster . a topology runs forever or until explicitly killed . concode_field_sep Logger logger concode_field_sep String submitJar concode_elem_sep String submitJar concode_elem_sep void submitTopologyWithProgressBar
void function ( final String arg0 , final Map < ? , ? > arg1 , final FlinkTopology arg2 , final SubmitOptions arg3 ) { submitTopology ( arg0 , arg1 , arg2 ) ; }
6,701
set read only concode_field_sep boolean m_isVisible concode_elem_sep int m_DisplayType concode_elem_sep boolean m_readOnly concode_elem_sep String m_keyPairColSQL concode_elem_sep Class<?> m_colClass concode_elem_sep boolean m_colorColumn concode_elem_sep String m_colHeader concode_elem_sep String m_colSQL concode_fiel...
void function ( boolean arg0 ) { m_readOnly = arg0 ; }
6,702
adds an update primitive to the current context modifier . concode_field_sep ContextModifier mod concode_elem_sep IntObjMap<MemData> fragmentIDs concode_elem_sep TokenSet putPaths concode_field_sep HashSet<Data> prepare concode_elem_sep StringList databases concode_elem_sep int size concode_elem_sep DBNode determineDat...
void function ( final Update arg0 , final QueryContext arg1 ) { if ( mod == null ) mod = new DatabaseModifier ( ) ; mod . add ( arg0 , arg1 ) ; }
6,703
add information message . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBu...
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; }
6,704
returns true if the string consists of only digits between 0 and 9 inclusive . concode_field_sep int _DIGIT_BEGIN concode_elem_sep int _DIGIT_END concode_elem_sep int _CHAR_LOWER_CASE_BEGIN concode_elem_sep int _CHAR_LOWER_CASE_END concode_elem_sep int _CHAR_UPPER_CASE_BEGIN concode_elem_sep int _CHAR_UPPER_CASE_END co...
boolean function ( String arg0 ) { if ( isNull ( arg0 ) ) { return false ; } for ( char loc0 : arg0 . toCharArray ( ) ) { if ( ! isDigit ( loc0 ) ) { return false ; } } return true ; }
6,705
return status information about the underlying threadpool . concode_field_sep int nThreads concode_elem_sep O item concode_elem_sep Map<Integer,O> outputQueue concode_elem_sep ThreadsafeProcessor<I,O> processor concode_elem_sep boolean orderResults concode_elem_sep int itemId concode_elem_sep int returnedItemCounter co...
String function ( ) { return String . format ( "srini_string" , threadPool . getActiveCount ( ) , threadPool . getPoolSize ( ) , threadPool . getTaskCount ( ) , threadPool . getCompletedTaskCount ( ) , threadPool . getQueue ( ) . size ( ) , outputQueue . size ( ) , idleProcessors . size ( ) ) ; }
6,706
indicates if the default animations of the view pager should be used . concode_field_sep HashMap<View,ArrayList<Float>> h concode_elem_sep boolean isDis concode_elem_sep BaseAnimationInterface mCustomAnimationInterface concode_elem_sep boolean isApp concode_field_sep boolean hideOffscreenPages concode_elem_sep void onP...
boolean function ( ) { return false ; }
6,707
tests whether item is contained by range concode_field_sep int count concode_elem_sep int first concode_field_sep int getFirst concode_elem_sep int getLast concode_elem_sep int getCount
boolean function ( int arg0 ) { return arg0 >= getFirst ( ) && arg0 <= getLast ( ) ; }
6,708
called when server has responded to our query . messages have not yet been downloaded . concode_field_sep PlaceHolder placeHolder concode_field_sep void controllerCommandCompleted concode_elem_sep void sendPendingMessagesStarted concode_elem_sep void pendingCommandCompleted concode_elem_sep void listFoldersFinished con...
void function ( String arg0 , int arg1 , int arg2 ) { }
6,709
sets the modified date of this o auth token . concode_field_sep OAuthToken _oAuthToken concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isEscapedMode...
void function ( Date arg0 ) { _oAuthToken . setModifiedDate ( arg0 ) ; }
6,710
checks the state manager to see if an instance of the specified reference already exists in the cache . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep int compare concode_elem_sep boolean is...
boolean function ( Reference arg0 ) { return changes . containsKey ( arg0 ) ; }
6,711
updates the content of this web feed entry . concode_field_sep Date date concode_elem_sep long id concode_elem_sep String title concode_elem_sep String content concode_field_sep Date date concode_elem_sep void date concode_elem_sep long id concode_elem_sep void id concode_elem_sep String title concode_elem_sep void tit...
void function ( String arg0 ) { this . content = arg0 ; }
6,712
sets the value of the name property . concode_field_sep Navigation navigation concode_elem_sep String name concode_elem_sep Content content concode_field_sep void setContent concode_elem_sep String getName concode_elem_sep Content getContent concode_elem_sep Navigation getNavigation concode_elem_sep void setNavigation
void function ( String arg0 ) { this . name = arg0 ; }
6,713
get tag concode_field_sep GitHubResponse response concode_elem_sep DataService service concode_elem_sep RepositoryId repo concode_elem_sep GitHubClient client concode_field_sep void getTreeNullSha concode_elem_sep void getReferenceNullName concode_elem_sep void before concode_elem_sep void createReferenceNullObject con...
void function ( ) { service . getTag ( repo , "srini_string" ) ; GitHubRequest loc0 = new GitHubRequest ( ) ; loc0 . setUri ( "srini_string" ) ; verify ( client ) . get ( loc0 ) ; }
6,714
registers the size of a collection as a gauge . concode_field_sep PlaceHolder placeHolder concode_field_sep Supplier<Number> asSupplier
void function ( MetricRegistry arg0 , String arg1 , final Collection < ? > arg2 ) { arg0 . register ( new AbstractGauge < Integer > ( arg1 ) { @ Override public Integer read ( ) { return arg2 . size ( ) ; } } ) ; }
6,715
get the projection these bounds are calculated in . concode_field_sep CoordinateReferenceSystem projection concode_elem_sep Logger LOGGER concode_field_sep MapBounds adjustBoundsToNearestScale concode_elem_sep Scale getScaleDenominator concode_elem_sep Scale getGeodeticScaleDenominator concode_elem_sep ReferencedEnvelo...
CoordinateReferenceSystem function ( ) { return this . projection ; }
6,716
obtiene el valor de la propiedad value . concode_field_sep String id concode_elem_sep byte[] value concode_field_sep void setValue concode_elem_sep void setId concode_elem_sep String getId
byte [ ] function ( ) { return value ; }
6,717
sets the value of the modelyear property . concode_field_sep String makeDescription concode_elem_sep String exteriorColor concode_elem_sep Date licPlateExpDate concode_elem_sep String licPlate concode_elem_sep String engineDescription concode_elem_sep int modelYear concode_elem_sep String licPlateState concode_elem_sep...
void function ( int arg0 ) { this . modelYear = arg0 ; }
6,718
returns whether the evaluation of the classifier is done cost-sensitively concode_field_sep String PROPERTY_FILE concode_elem_sep long serialVersionUID concode_elem_sep Properties PROPERTIES concode_field_sep boolean getClassifierPreserveOrder concode_elem_sep int getClassifierCrossvalidationFolds concode_elem_sep void...
boolean function ( ) { return Boolean . parseBoolean ( get ( "srini_string" , "srini_string" ) ) ; }
6,719
removes all the entries in this set . concode_field_sep Set<T> mObjects concode_elem_sep List<Map<Object,Set<T>>> mSetIndexedByFieldValue concode_elem_sep Map<FieldIndex<T>,Integer> mIndexMap concode_elem_sep Object mLock concode_elem_sep T mLast concode_elem_sep Iterator<T> mSetIterator concode_field_sep boolean add c...
void function ( ) { synchronized ( mLock ) { mObjects . clear ( ) ; for ( Map < Object , Set < T >> loc0 : mSetIndexedByFieldValue ) { loc0 . clear ( ) ; } } }
6,720
the duration of the archive , in milliseconds . concode_field_sep int duration concode_elem_sep String reason concode_elem_sep boolean hasVideo concode_elem_sep int size concode_elem_sep String sessionId concode_elem_sep OutputMode outputMode concode_elem_sep String url concode_elem_sep long createdAt concode_elem_sep ...
int function ( ) { return duration ; }
6,721
checks if the name of the given element matches the requirements to be a ` default ' element . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNamedExitTransition concode_elem_sep List<Transition>[] getExitSpecSortedTransitions concode_elem_sep Map<Region,List<Entry>> getRegionsWithoutDefaultEntry...
boolean function ( final NamedElement arg0 ) { return arg0 . getName ( ) == null || ( arg0 . getName ( ) != null && ( arg0 . getName ( ) . isEmpty ( ) || arg0 . getName ( ) . equalsIgnoreCase ( "srini_string" ) ) ) ; }
6,722
record the fact that a servlet context attribute was replaced . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void sessionDestroyed concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void contextDestroyed concode_elem_sep void attributeA...
void function ( HttpSessionBindingEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; }
6,723
sets the first name concode_field_sep String lastName concode_elem_sep CreditCard creditCard concode_elem_sep FlyerBean flyerBean concode_elem_sep UIInput emailConfirmComp concode_elem_sep String NAVIGATION_STEP_2 concode_elem_sep boolean step2 concode_elem_sep String confirmEmail concode_elem_sep Logger logger concode...
void function ( String arg0 ) { this . firstName = arg0 ; }
6,724
inserts the specified element at the specified position in this list . concode_field_sep List<E> delegate concode_field_sep List<E> subList concode_elem_sep E set concode_elem_sep boolean containsAll concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep List<E> getDelegate concode_elem_sep E rem...
void function ( int arg0 , E arg1 ) { getDelegate ( ) . add ( arg0 , arg1 ) ; }
6,725
getter for the field cardtoeffectslist . concode_field_sep HashMap<String,Integer> stateBasedMap concode_elem_sep HashMap<String,String[]> cardToEffectsList concode_field_sep void addStateBasedEffect concode_elem_sep void removeStateBasedEffect concode_elem_sep void reset concode_elem_sep HashMap<String,Integer> getSta...
HashMap < String , String [ ] > function ( ) { return cardToEffectsList ; }
6,726
sets the header value for this ps9rq . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep pe.com.grupobbva.rating.ps9.HeaderRQ header concode_elem_sep boolean __hashCodeCalc concode_elem_sep pe.com.grupobbva.rating.ps9.BodyRQ body concode_fiel...
void function ( pe . com . grupobbva . rating . ps9 . HeaderRQ arg0 ) { this . header = arg0 ; }
6,727
this method resets the outgoing events . concode_field_sep long number3 concode_elem_sep boolean numberPressed concode_elem_sep boolean reset concode_elem_sep int nextStateIndex concode_elem_sep long numberPressedValue concode_elem_sep SCIUserImpl sCIUser concode_elem_sep long number1 concode_elem_sep SCISafeImpl sCISa...
void function ( ) { sCISafe . clearOutEvents ( ) ; }
6,728
returns root properties . concode_field_sep File file concode_elem_sep String ROOT_FILE_NAME concode_elem_sep String LAST_GENERATION_PROPERTY concode_elem_sep Properties properties concode_elem_sep int lastVersion concode_field_sep String getVersion concode_elem_sep int getLastVersion concode_elem_sep void setVersion c...
Properties function ( ) { return properties ; }
6,729
gets the value of the book property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the book property . for example , to add a new item , do as follo...
List < Book > function ( ) { if ( book == null ) { book = new ArrayList < Book > ( ) ; } return this . book ; }
6,730
puts the enum indicating the source of the token into a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String DECLINED_PERMISSIONS_...
void function ( Bundle arg0 , AccessTokenSource arg1 ) { Validate . notNull ( arg0 , "srini_string" ) ; arg0 . putSerializable ( TOKEN_SOURCE_KEY , arg1 ) ; }
6,731
sets the value of the offset property . concode_field_sep Integer dppOffset concode_elem_sep Integer offset concode_elem_sep byte[] dpp concode_field_sep void setDpp concode_elem_sep Integer getDppOffset concode_elem_sep void setDppOffset concode_elem_sep byte[] getDpp concode_elem_sep Integer getOffset
void function ( Integer arg0 ) { this . offset = arg0 ; }
6,732
resizes an icon drawable to the correct icon size . concode_field_sep int sColors[] concode_elem_sep Paint sDisabledPaint concode_elem_sep int sIconWidth concode_elem_sep int sColorIndex concode_elem_sep String TAG concode_elem_sep int sIconHeight concode_elem_sep int sIconTextureHeight concode_elem_sep Rect sOldBounds...
void function ( Drawable arg0 ) { arg0 . setBounds ( 0 , 0 , sIconTextureWidth , sIconTextureHeight ) ; }
6,733
create a session store . the retry timeout value , configures how long the session handler will retry to get a session from the store when it is not found . concode_field_sep String DEFAULT_SESSION_MAP_NAME concode_elem_sep long DEFAULT_RETRY_TIMEOUT concode_field_sep placeholderType placeHolder
ClusteredSessionStore function ( Vertx arg0 , long arg1 ) { return new ClusteredSessionStoreImpl ( arg0 , DEFAULT_SESSION_MAP_NAME , arg1 ) ; }
6,734
suspend the running thread concode_field_sep String groupName concode_elem_sep LinkedList<ControlledJob> jobsInProgress concode_elem_sep long nextJobID concode_elem_sep ThreadState runnerState concode_elem_sep LinkedList<ControlledJob> failedJobs concode_elem_sep Log LOG concode_elem_sep LinkedList<ControlledJob> succe...
void function ( ) { if ( this . runnerState == ThreadState . RUNNING ) { this . runnerState = ThreadState . SUSPENDED ; } }
6,735
gets the start time of an event concode_field_sep String name concode_elem_sep SimpleDateFormat format concode_elem_sep Date startTime concode_elem_sep Date endTime concode_field_sep Date getEndTime concode_elem_sep String getName concode_elem_sep String getInfo concode_elem_sep boolean conflicts
Date function ( ) { return startTime ; }
6,736
hostname of the printer concode_field_sep String orientation concode_elem_sep MediaSizeName mediaSizeName concode_elem_sep String mimeType concode_elem_sep URI uri concode_elem_sep Sides internalSides concode_elem_sep String mediaTray concode_elem_sep String printerPrefix concode_elem_sep DocFlavor docFlavor concode_el...
void function ( String arg0 ) { this . hostname = arg0 ; }
6,737
copies the given array , using a standard scientific notation number formatter and beginning each line with a tab character . the number format is decimalformat '' 0.0000 ; -0.0000 '' . concode_field_sep PlaceHolder placeHolder concode_field_sep String nullMessage concode_elem_sep int[] copy
String function ( int [ ] arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; for ( int loc1 : arg0 ) { loc0 . append ( loc1 ) . append ( "srini_string" ) ; } return loc0 . toString ( ) ; }
6,738
get the name of the workspace . concode_field_sep String path concode_elem_sep HttpServletRequest request concode_elem_sep String workspaceName concode_elem_sep String repositoryName concode_field_sep ResolvedRequest withPath concode_elem_sep HttpServletRequest getRequest concode_elem_sep String getPath concode_elem_se...
String function ( ) { return workspaceName ; }
6,739
getcallerinfo given a uri , look up in the call-log database for the uri unique key . concode_field_sep int photoResource concode_elem_sep boolean sSkipVmCheck concode_elem_sep String TAG concode_elem_sep int numberType concode_elem_sep boolean needUpdate concode_elem_sep Uri contactRefUri concode_elem_sep String PRIVA...
CallerInfo function ( Context arg0 , Uri arg1 ) { return getCallerInfo ( arg0 , arg1 , arg0 . getContentResolver ( ) . query ( arg1 , null , null , null , null ) ) ; }
6,740
reports a simple problem for given file and line , error message comes from problem definition concode_field_sep IProblemReporter problemReporter concode_elem_sep ICheckerInvocationContext context concode_field_sep void before concode_elem_sep void setContext concode_elem_sep IProblem getProblemById concode_elem_sep IP...
void function ( String arg0 , IFile arg1 , int arg2 ) { getProblemReporter ( ) . reportProblem ( arg0 , createProblemLocation ( arg1 , arg2 ) , new Object [ ] { } ) ; }
6,741
safely reset the bucket state considering concurrent updates inc and resets . concode_field_sep AtomicLong updateTime concode_elem_sep AtomicLong value concode_elem_sep int windowLenMs concode_elem_sep Bucket[] buckets concode_elem_sep Logger LOG concode_elem_sep int bucketSize concode_field_sep int computeBucketIndex ...
void function ( long arg0 ) { synchronized ( this ) { if ( isStaleNow ( arg0 ) ) { value . set ( 0 ) ; updateTime . set ( arg0 ) ; } } }
6,742
serialize an instance , restore it , and check for equality . concode_field_sep double EPSILON concode_field_sep void testCloning concode_elem_sep void testClearObservations concode_elem_sep void testRemoveAllBins concode_elem_sep void testEquals
void function ( ) { SimpleHistogramDataset loc0 = new SimpleHistogramDataset ( "srini_string" ) ; SimpleHistogramDataset loc1 = ( SimpleHistogramDataset ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
6,743
gets id . concode_field_sep String name concode_elem_sep long serialVersionUID concode_elem_sep int id concode_elem_sep int countryId concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int getCountryId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setId...
int function ( ) { return id ; }
6,744
this makes the currently active action execute before the specified event filter is passed . concode_field_sep long waitBeforeTimeout concode_elem_sep Predicate<? extends Event> waitAfter concode_elem_sep Action activeAction concode_elem_sep boolean isAsync concode_elem_sep Consumer<Exception> generalExceptionHandler c...
RequestBuilder function ( Predicate < T > arg0 ) { return doActionBefore ( arg0 , 0 ) ; }
6,745
get the total number of bytes sent through all network interfaces . concode_field_sep String TAG concode_elem_sep File[] MOBILE_RX_PACKETS concode_elem_sep byte[] buf concode_elem_sep File SYS_CLASS_NET_DIR concode_elem_sep File[] MOBILE_TX_PACKETS concode_elem_sep File[] MOBILE_TX_BYTES concode_elem_sep File[] MOBILE_...
long function ( ) { return getTotalStat ( "srini_string" ) ; }
6,746
indicates whether the server should do extra checking , mostly around properly formed subjects . concode_field_sep Logger logger concode_elem_sep boolean pedantic concode_elem_sep List<ConnectionStateListener> listeners concode_elem_sep EventLoopGroup eventLoopGroup concode_elem_sep int maxFrameSize concode_elem_sep Li...
NatsConnector function ( boolean arg0 ) { this . pedantic = arg0 ; return this ; }
6,747
receive notification of a parser warning . the default implementation does nothing . application writers may override this method in a subclass to take specific actions for each warning , such as inserting the message in a log file or printing it to the console . concode_field_sep PlaceHolder placeHolder concode_field_...
void function ( SAXParseException arg0 ) { }
6,748
add error message to a specific client . 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 addInfoM...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg1 , arg1 ) ) ; }
6,749
check if the value for an option has not been set . concode_field_sep long serialVersionUID concode_elem_sep Context.Key<Options> optionsKey concode_elem_sep LinkedHashMap<String,String> values concode_elem_sep List<Runnable> listeners concode_field_sep boolean lint concode_elem_sep Options instance concode_elem_sep in...
boolean function ( Option arg0 ) { return ( values . get ( arg0 . text ) == null ) ; }
6,750
set the tags value . concode_field_sep DateTime notificationExpirationTime concode_elem_sep String resourceId concode_elem_sep DateTime creationTime concode_elem_sep DateTime nextNotificationTime concode_elem_sep NotificationLevel level concode_elem_sep String displayName concode_elem_sep String recommendationId concod...
RecommendationInner function ( List < String > arg0 ) { this . tags = arg0 ; return this ; }
6,751
get the parser for a specific type concode_field_sep int DASH_RA_XML concode_elem_sep CommonLogger log concode_elem_sep int RA_XML concode_elem_sep Map<Integer,Parser> parsers concode_elem_sep int IRONJACAMAR_XML concode_field_sep placeholderType placeHolder
Parser function ( int arg0 ) { return parsers . get ( Integer . valueOf ( arg0 ) ) ; }
6,752
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 Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep...
void function ( String arg0 ) { getValueBinding ( getJsfEl ( arg0 ) ) . setValue ( FacesContext . getCurrentInstance ( ) , null ) ; }
6,753
get the time length of the sequence . it is equal to the last itemset timestamp minus the first itemset timestamp concode_field_sep int numberOfItems concode_elem_sep List<Itemset> itemsets concode_elem_sep int id concode_field_sep int numberOfItemsAfterPositionIth concode_elem_sep int getId concode_elem_sep List<Items...
long function ( ) { return itemsets . get ( itemsets . size ( ) - 1 ) . getTimestamp ( ) - itemsets . get ( 0 ) . getTimestamp ( ) ; }
6,754
create an instance of javawsdlmappingtype.xmlschemamapping concode_field_sep QName _JavaWsdlMapping_QNAME concode_field_sep JavaWsdlMappingType.JavaMethods createJavaWsdlMappingTypeJavaMethods concode_elem_sep JavaMethod.JavaParams createJavaMethodJavaParams concode_elem_sep XmlWebServiceRef createWebServiceRef concode...
JavaWsdlMappingType . XmlSchemaMapping function ( ) { return new JavaWsdlMappingType . XmlSchemaMapping ( ) ; }
6,755
return the mixer 's description . concode_field_sep String vendor concode_elem_sep String name concode_elem_sep String description concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getName concode_elem_sep Line getLine concode_elem_sep String getVendor concode_elem_sep int getM...
String function ( ) { return description ; }
6,756
gets the site_title value for this compatability . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep long compatability_hash concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String report_suite concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Str...
java . lang . String function ( ) { return site_title ; }
6,757
get the login of the scheduler user concode_field_sep Action action concode_field_sep String getName concode_elem_sep String getEarliestDate concode_elem_sep String getNotes concode_elem_sep String getActionType concode_elem_sep String getNotesBody concode_elem_sep String getActionLink concode_elem_sep String getRelate...
String function ( ) { if ( action . getSchedulerUser ( ) != null ) { return action . getSchedulerUser ( ) . getLogin ( ) ; } return null ; }
6,758
returns a schema for a zonedtime but with all other default schema settings . concode_field_sep DateTimeFormatter FORMATTER concode_elem_sep String SCHEMA_NAME concode_field_sep SchemaBuilder builder concode_elem_sep String toIsoString concode_elem_sep String toIsoString concode_elem_sep String toIsoString concode_elem...
Schema function ( ) { return builder ( ) . build ( ) ; }
6,759
returns the early reflection delay time in microseconds . this is the amount of time between when the direct signal is heard and when the first early reflections are heard . concode_field_sep float earlyReflectionIntensity concode_elem_sep int lateReflectionDelay concode_elem_sep int decayTime concode_elem_sep String n...
int function ( ) { return earlyReflectionDelay ; }
6,760
method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con...
void function ( ) { uUser . checkAdmin ( ) ; }
6,761
returns the array used to hold the heap , with the smallest item at array 1 and the last but not necessarily largest at array size . this is not fully sorted . concode_field_sep long sentinel concode_elem_sep int size concode_elem_sep int currentCapacity concode_elem_sep int maxSize concode_elem_sep long[] heap concode...
long [ ] function ( ) { return heap ; }
6,762
delegates to ucfindtable #findfreetables . concode_field_sep Tablemanagement tableManagement concode_field_sep TableEto createTable concode_elem_sep void setTableManagement concode_elem_sep TableEto saveTable concode_elem_sep TableEto getTable concode_elem_sep List<TableEto> getAllTables concode_elem_sep void deleteTab...
List < TableEto > function ( ) { return this . tableManagement . findFreeTables ( ) ; }
6,763
asynchronous version of abstractdao #delete object . concode_field_sep int sessionFlags concode_elem_sep AsyncOperationExecutor executor concode_elem_sep AbstractDaoSession daoSession concode_field_sep AsyncOperation enqueueEntityOperation concode_elem_sep int getWaitForMergeMillis concode_elem_sep AsyncOperation inser...
AsyncOperation function ( Object arg0 , int arg1 ) { return enqueueEntityOperation ( OperationType . Delete , arg0 , arg1 ) ; }
6,764
fixme comment this concode_field_sep PlaceHolder placeHolder concode_field_sep void testFloatTypes concode_elem_sep void testBooleanTypes concode_elem_sep void testDoubleTypes concode_elem_sep void testLongTypes concode_elem_sep void testDate
void function ( ) { assertEquals ( 11 , ( int ) TypeConverter . getType ( int . class , "srini_string" ) ) ; assertEquals ( 11 , ( int ) TypeConverter . getType ( Integer . class , "srini_string" ) ) ; }
6,765
resultout is reused to trasmit all remote calls for session management . here the structure is preset for sending attributes . concode_field_sep RowInputBinary rowIn concode_elem_sep int sessionID concode_elem_sep byte[] mainBuffer concode_elem_sep boolean isTLS concode_elem_sep RowOutputBinary rowOut concode_elem_sep ...
void function ( ) { rowOut = new RowOutputBinary ( mainBuffer ) ; rowIn = new RowInputBinary ( rowOut ) ; resultOut = Result . newSessionAttributesResult ( ) ; resultOut . add ( new Object [ 7 ] ) ; }
6,766
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { HighLowRenderer loc0 = new HighLowRenderer ( ) ; HighLowRenderer loc1 = new HighLowRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
6,767
rl-glue core method . concode_field_sep RLGlueInterface instance concode_elem_sep boolean currentEpisodeOver concode_elem_sep boolean inited concode_field_sep boolean isInited concode_elem_sep int RL_num_steps concode_elem_sep void resetGlueProxy concode_elem_sep String RL_agent_message concode_elem_sep void RL_cleanup...
double function ( ) { checkInstance ( ) ; return instance . RL_return ( ) ; }
6,768
get online mode concode_field_sep boolean mode concode_elem_sep String baseUrl concode_elem_sep ArrayList<String> configEntries concode_field_sep String getBaseUrl concode_elem_sep String getValueFor concode_elem_sep void setOnlineMode concode_elem_sep void setBaseUrl concode_elem_sep ArrayList<String> getConfigEntries...
boolean function ( ) { return this . mode ; }
6,769
gets the value of the startdatetime property . concode_field_sep Money spendingLimit concode_elem_sep String startDateTime concode_elem_sep BudgetOrderRequest lastRequest concode_elem_sep String billingAccountName concode_elem_sep String budgetOrderName concode_elem_sep String primaryBillingId concode_elem_sep String b...
String function ( ) { return startDateTime ; }
6,770
sets the progression dimension in x-direction concode_field_sep NamedCharacter character concode_elem_sep double widthY concode_elem_sep Rectangle bBox concode_elem_sep double widthX concode_elem_sep int charCode concode_field_sep boolean hasCharCode concode_elem_sep String getUnicodeSequence concode_elem_sep Rectangle...
void function ( double arg0 ) { this . widthX = arg0 ; }
6,771
if we did save away the value , then just access it , but if we did n't save it away , then we 'll want the most up-to-date value concode_field_sep Object savedValue concode_elem_sep Object submittedValue concode_elem_sep Log log concode_elem_sep String name concode_elem_sep boolean haveSavedValue concode_elem_sep bool...
Object function ( FacesContext arg0 , UIComponent arg1 ) { if ( haveSavedValue ) return savedValue ; else return getValue ( arg0 , arg1 ) ; }
6,772
get arrayofstring concode_field_sep List<List<Long>> arrayArrayOfInteger concode_elem_sep List<String> arrayOfString concode_elem_sep List<List<ReadOnlyFirst>> arrayArrayOfModel concode_field_sep String toIndentedString concode_elem_sep void setArrayArrayOfInteger concode_elem_sep void setArrayArrayOfModel concode_elem...
List < String > function ( ) { return arrayOfString ; }
6,773
returns the current drag actor , or null . concode_field_sep ObjectMap<Source,DragListener> sourceListeners concode_elem_sep Actor validDragActor concode_elem_sep Actor dragActor concode_elem_sep int dragTime concode_elem_sep Array<Target> targets concode_elem_sep Source source concode_elem_sep Actor invalidDragActor c...
Actor function ( ) { return dragActor ; }
6,774
used to communicate a progress update 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 boolean amI...
void function ( String arg0 , int arg1 ) { if ( myHost != null && ( ( arg1 != previousProgress ) || ( ! arg0 . equals ( previousProgressLabel ) ) ) ) { myHost . updateProgress ( arg0 , arg1 ) ; } previousProgress = arg1 ; previousProgressLabel = arg0 ; }
6,775
format the amount with decimal formet '' , ## 0.00 '' concode_field_sep DecimalFormat DECIMAL_FORMAT concode_field_sep long parseLongCurrency concode_elem_sep String round concode_elem_sep String currencyToStandardStringExport
String function ( BigDecimal arg0 ) { if ( arg0 == null ) return null ; return DECIMAL_FORMAT . format ( arg0 ) ; }
6,776
checks of the slot has been cancelled . note that a released slot is also cancelled . concode_field_sep JobID jobID concode_elem_sep SharedSlot parent concode_elem_sep int status concode_elem_sep int CANCELLED concode_elem_sep Instance instance concode_elem_sep AbstractID groupID concode_elem_sep int slotNumber concode...
boolean function ( ) { return status != ALLOCATED_AND_ALIVE ; }
6,777
returns the comment the user provided when the name was created . concode_field_sep HSSFWorkbook _book concode_elem_sep NameCommentRecord _commentRec concode_elem_sep NameRecord _definedNameRec concode_field_sep String getNameName concode_elem_sep String getRefersToFormula concode_elem_sep boolean isFunctionName concod...
String function ( ) { if ( _commentRec != null ) { if ( _commentRec . getCommentText ( ) != null && _commentRec . getCommentText ( ) . length ( ) > 0 ) { return _commentRec . getCommentText ( ) ; } } return _definedNameRec . getDescriptionText ( ) ; }
6,778
method changes the text of the note . concode_field_sep Note[] notes concode_field_sep void addNote concode_elem_sep void deleteNote concode_elem_sep void showAllNotes
void function ( int arg0 , String arg1 ) { if ( ( arg0 >= 0 ) && ( arg0 < notes . length ) ) { notes [ arg0 ] . setNote ( arg1 ) ; } else { throw new Exception ( "srini_string" ) ; } }
6,779
returns true if this element was already visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep void beginVisit concode_elem_sep Iterator getElementLinks concode_elem_sep void endVisit concode_elem_sep void pe...
boolean function ( Object arg0 ) { return myVisitedElements . containsKey ( arg0 ) ; }
6,780
sets the name of the class that is the source of this log record . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level concode_elem_sep Throwable thrown concode_elem_sep boolean sourceInitialized concode_elem_sep String message co...
void function ( String arg0 ) { sourceInitialized = true ; this . sourceClassName = arg0 ; }
6,781
adds the legacy video facility to the database . also notifies the appropriate model listeners . concode_field_sep LegacyVideoFacilityLocalService _legacyVideoFacilityLocalService concode_field_sep void setWrappedService concode_elem_sep de.uhh.l2g.plugins.migration.model.LegacyVideoFacility fetchLegacyVideoFacility co...
de . uhh . l2g . plugins . migration . model . LegacyVideoFacility function ( de . uhh . l2g . plugins . migration . model . LegacyVideoFacility arg0 ) { return _legacyVideoFacilityLocalService . addLegacyVideoFacility ( arg0 ) ; }
6,782
the device name exposed to the instance for example , / dev/sdh or xvdh . concode_field_sep String noDevice concode_elem_sep String virtualName concode_elem_sep EbsBlockDevice ebs concode_elem_sep String deviceName concode_field_sep EbsBlockDevice getEbs concode_elem_sep void setVirtualName concode_elem_sep BlockDevice...
String function ( ) { return this . deviceName ; }
6,783
asserts that two booleans are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertNotNull concode_elem_sep ...
void function ( boolean arg0 , boolean arg1 ) { assertEquals ( null , arg0 , arg1 ) ; }
6,784
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 function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return _locationLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
6,785
the build type to use . ignored if a type is set . can be used alongside the #getformat format to identify the type to use . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String...
String function ( ) { return this . build ; }
6,786
gets the value of the rateplaneligibilitydate property . concode_field_sep XMLGregorianCalendar paymentEligibilityDate concode_elem_sep int remainingPaymentsCount concode_elem_sep XMLGregorianCalendar ratePlanEligibilityDate concode_elem_sep int latePaymentCount concode_elem_sep XMLGregorianCalendar qualificationStartD...
XMLGregorianCalendar function ( ) { return ratePlanEligibilityDate ; }
6,787
gets the code . concode_field_sep String name concode_elem_sep String code concode_elem_sep HashMap parameters concode_elem_sep String codebase concode_elem_sep URL documentbase concode_elem_sep Dimension screenSize concode_elem_sep ArrayList archives concode_field_sep String getCodeBase concode_elem_sep Dimension getS...
String function ( ) { return code ; }
6,788
get jsonarray value . concode_field_sep Map<String,Object> mMap concode_field_sep JSONObject getObject concode_elem_sep Iterator<String> keys concode_elem_sep double getDouble concode_elem_sep float getFloat concode_elem_sep String getString concode_elem_sep void put concode_elem_sep void writeJSON concode_elem_sep lon...
JSONArray function ( String arg0 ) { Object loc0 = mMap . get ( arg0 ) ; return loc0 == null ? null : loc0 instanceof JSONArray ? ( JSONArray ) loc0 : null ; }
6,789
called by postconstruct interceptor concode_field_sep ThreadLocal<List<ExtendedEntityManager>> deferToPostConstruct concode_elem_sep ExtendedEntityManager[] EMPTY concode_field_sep void registerPersistenceContext concode_elem_sep List<ExtendedEntityManager> initialValue
ExtendedEntityManager [ ] function ( ) { List < ExtendedEntityManager > loc0 = deferToPostConstruct . get ( ) ; try { if ( loc0 . isEmpty ( ) ) { return EMPTY ; } else { return loc0 . toArray ( new ExtendedEntityManager [ loc0 . size ( ) ] ) ; } } finally { loc0 . clear ( ) ; } }
6,790
flag indicating whether pi element should be present in pid concode_field_sep boolean usesPin concode_elem_sep boolean usesPfa concode_elem_sep boolean usesOtp concode_elem_sep List<String> biometricTypes concode_elem_sep boolean usesPa concode_elem_sep boolean usesBio concode_elem_sep boolean usesPi concode_field_sep ...
boolean function ( ) { return usesPi ; }
6,791
auto generated axis2 error handler override this method for handling error response from createentity operation concode_field_sep Object clientData concode_field_sep void receiveErrorenumScenarios concode_elem_sep void receiveResultopenEntity concode_elem_sep void receiveResultenumAccounts concode_elem_sep void receive...
void function ( java . lang . Exception arg0 ) { }
6,792
destroy concode_field_sep String AUTHORIZATION concode_elem_sep Long m_authorization concode_elem_sep CLogger log concode_field_sep void init concode_elem_sep void doFilter concode_elem_sep boolean checkAuthorization
void function ( ) { log . info ( "srini_string" ) ; }
6,793
add the given collidable to the environment . concode_field_sep DrawSurface surface concode_elem_sep Point lowerFrameEdge concode_elem_sep Point upperFrameEdge concode_elem_sep List collidables concode_field_sep DrawSurface getSurface concode_elem_sep void setSurface concode_elem_sep void removeCollidable concode_elem_...
void function ( Collidable arg0 ) { this . collidables . add ( arg0 ) ; }
6,794
reads chars from a stream and stores them into a caller supplied buffer . this method attempts to completely fill the buffer , but can return before doing so . the actual number of chars read is returned as an int . a -1 is returned to indicate the end of the stream . this method will block until some data can be read ...
int function ( char arg0 [ ] ) { return read ( arg0 , 0 , arg0 . length ) ; }
6,795
set the property selector to use . the property selector operates separate from excluding a property . concode_field_sep NotNullOrZeroPropertySelector INSTANCE concode_elem_sep boolean isIgnoreCaseEnabled concode_elem_sep NotNullPropertySelector INSTANCE concode_elem_sep AllPropertySelector INSTANCE concode_elem_sep Ob...
Example function ( PropertySelector arg0 ) { this . selector = arg0 ; return this ; }
6,796
sets the value of the current element . concode_field_sep ReshapeMatrix64F a concode_elem_sep int index concode_elem_sep int subRow concode_elem_sep int minRow concode_elem_sep int minCol concode_elem_sep int size concode_elem_sep int submatrixStride concode_elem_sep boolean rowMajor concode_elem_sep int subCol concode...
void function ( double arg0 ) { a . set ( subRow + minRow , subCol + minCol , arg0 ) ; }
6,797
create a new mbeanserver instance and register it with the mbeanserverfactory , if desired . concode_field_sep MBeanServer server concode_elem_sep String agentId concode_elem_sep boolean locateExistingServerIfPossible concode_elem_sep Log logger concode_elem_sep boolean registerWithFactory concode_elem_sep String defau...
MBeanServer function ( String arg0 , boolean arg1 ) { if ( arg1 ) { return MBeanServerFactory . createMBeanServer ( arg0 ) ; } else { return MBeanServerFactory . newMBeanServer ( arg0 ) ; } }
6,798
gets the value of the accent3 property . concode_field_sep STColorSchemeIndex hyperlink concode_elem_sep STColorSchemeIndex followedHyperlink concode_elem_sep Object parent concode_elem_sep STColorSchemeIndex accent6 concode_elem_sep STColorSchemeIndex accent4 concode_elem_sep STColorSchemeIndex accent5 concode_elem_se...
STColorSchemeIndex function ( ) { return accent3 ; }
6,799
gets the name of the role on which the scoped role is based . concode_field_sep String name concode_elem_sep String baseRoleName concode_elem_sep ScopingConstraint scopingConstraint concode_field_sep boolean includeAllAuthedUsers concode_elem_sep Set<String> getAllRoles concode_elem_sep String getName concode_elem_sep ...
String function ( ) { return baseRoleName ; }