code
stringlengths
20
663
nl
stringlengths
68
7.19k
String function ( ) { return this . linkedComponent ; }
getter for linkedcomponent . concode_field_sep boolean show concode_elem_sep boolean builtIn concode_elem_sep boolean mergeAllowDifferentSchema concode_elem_sep String notShowIf concode_elem_sep String showIf concode_elem_sep String linkedComponent concode_elem_sep Map<EConnectionType,IConnectionProperty> propertyMap c...
void function ( ) { manager . printProductDetails ( ) ; manager . delivery ( 132 , 5 ) ; manager . printProductDetails ( ) ; }
provide a very simple demonstration of how a stockmanager might be used . details of one product are shown , the product is restocked , and then the details are shown again . concode_field_sep StockManager manager concode_field_sep StockManager getManager concode_elem_sep Product getProduct concode_elem_sep void sellPr...
void function ( int arg0 ) { this . intSearchProjectID = arg0 ; }
method setsearchprojectid . concode_field_sep int intTotalPage concode_elem_sep int intSearchStatus concode_elem_sep Collection arrListing concode_elem_sep int intRejectedTimesheets concode_elem_sep int intTotalTimesheet concode_elem_sep int intSearchSortBy concode_elem_sep String strSearchToDate concode_elem_sep int i...
void function ( Vm arg0 ) { getRamProvisioner ( ) . deallocateRamForVm ( arg0 ) ; getBwProvisioner ( ) . deallocateBwForVm ( arg0 ) ; getVmScheduler ( ) . deallocatePesForVm ( arg0 ) ; }
deallocate all hostlist for the vm . concode_field_sep List<? extends Pe> peList concode_elem_sep ArrayList<Integer> vmQueue concode_elem_sep List<Vm> vmsMigratingIn concode_elem_sep RamProvisioner ramProvisioner concode_elem_sep VmScheduler vmScheduler concode_elem_sep List<? extends Vm> vmList concode_elem_sep Datace...
void function ( ) { System . out . println ( "srini_string" ) ; Calendar loc0 = DateTime . newCalendar ( 2014 , 03 , 21 ) ; int loc1 = 12 ; int loc2 = DateTime . weekNumber ( loc0 ) ; assertEquals ( loc1 , loc2 ) ; }
test of weeknumber method , of class datetime . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testJanuaryFirst2014IsWeekOne concode_elem_sep void testLastDayOfWeek13Of2014Is22 concode_elem_sep void testLastDayOfFebruary2012is29 concode_elem_sep void setUp concode_elem...
void function ( String arg0 ) { this . behaviorScore = arg0 ; }
sets the value of the behaviorscore property . concode_field_sep BigInteger identifier concode_elem_sep String creditClass concode_elem_sep String creditApplicationReferenceNumber concode_elem_sep String decisionCriteria concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep BigInte...
int function ( int arg0 ) { return 2 * arg0 + 1 ; }
internal method for heapsort . concode_field_sep PlaceHolder placeHolder concode_field_sep void insertionSort concode_elem_sep void insertionSort concode_elem_sep void merge concode_elem_sep void mergeSort concode_elem_sep void mergeSort concode_elem_sep void percDown concode_elem_sep void quicksort concode_elem_sep vo...
byte [ ] function ( Reference arg0 , byte [ ] arg1 , byte [ ] arg2 ) { return securityHandler . encrypt ( arg0 , arg1 , arg2 ) ; }
encrypt the data using the encryptionkey and objectreference of the pdf stream or string object . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_e...
void function ( XMLGregorianCalendar arg0 ) { this . effectiveDate = arg0 ; }
sets the value of the effectivedate property . concode_field_sep String number concode_elem_sep TinType tinType concode_elem_sep String usage concode_elem_sep XMLGregorianCalendar effectiveDate concode_elem_sep XMLGregorianCalendar expirationDate concode_field_sep String getNumber concode_elem_sep XMLGregorianCalendar ...
void function ( java . lang . String arg0 ) { _jiraIssue . setReporterJiraUserId ( arg0 ) ; }
sets the reporter jira user id of this j i r a issue . concode_field_sep JIRAIssue _jiraIssue concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setIssueNumber concode_elem_sep boolean isEscapedModel c...
ModuleIdentifier function ( ) { return moduleName ; }
gets the name of the module from which the driver was loaded , if it was loaded from the module path . concode_field_sep ModuleIdentifier moduleName concode_elem_sep String driverClassName concode_elem_sep String xaDataSourceClassName concode_elem_sep String driverName concode_elem_sep String dataSourceClassName concod...
void function ( java . math . BigInteger arg0 ) { this . size = arg0 ; }
sets the size 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 __...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep java.lang.Boolean showValues concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean showLegend concode_elem_sep java.lang.String width concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.eclipse.birt.report.soapengine.api.ChartLocation lo...
int function ( ) { return this . waitWorker ; }
getter for waitworker concode_field_sep String stickySessionPath concode_elem_sep String stickySessionCookie concode_elem_sep String stickySessionPath concode_elem_sep int maxattempts concode_elem_sep boolean stickySession concode_elem_sep boolean stickySessionForce concode_elem_sep boolean stickySession concode_elem_s...
String function ( ) { return super . toString ( ) + "srini_string" + running + "srini_string" + startTime + "srini_string" + total + "srini_string" ; }
retrieves the internal state of this object , as a string . the retreived value is : super.tostring + '' running = '' + running + '' , starttime = '' + starttime + '' , total = '' + total + '' '' ; concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastSt...
V function ( String arg0 ) { try { V loc0 = retrieveSharedQueue ( arg0 ) . take ( ) ; mediations . remove ( arg0 ) ; return loc0 ; } catch ( InterruptedException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
blocking retrieval and removal of the object to share concode_field_sep ConcurrentMap<String,BlockingQueue<V>> mediations concode_field_sep void handIn concode_elem_sep V get concode_elem_sep BlockingQueue<V> retrieveSharedQueue concode_elem_sep void remove
Map < K , V > function ( Map < K , V > arg0 , Map < K , V > arg1 ) { if ( arg0 == null ) { return null ; } if ( arg1 == null ) { return arg0 ; } List < K > loc0 = difference ( arg0 . keySet ( ) , arg1 . keySet ( ) ) ; Map < K , V > loc1 = new HashMap < K , V > ( ) ; for ( K loc2 : loc0 ) { loc1 . put ( loc2 , arg0 . ge...
compute the difference of elements between the 2 given maps concode_field_sep Collection<T> itemsInCommon concode_elem_sep Collection<T> removedItems concode_elem_sep Collection<T> addedItems concode_field_sep MapComparison<K,V> compare concode_elem_sep CollectionComparison<T> compare concode_elem_sep boolean contains ...
List < PortalPreferences > function ( int arg0 , int arg1 , OrderByComparator < PortalPreferences > arg2 , boolean arg3 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 , arg3 ) ; }
returns an ordered range of all the portal preferenceses . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to queryutil #all_pos will return...
void function ( ) { }
an especially short bit of javadoc . concode_field_sep byte NUL_2 concode_elem_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep boolean emulated1 concode_elem_sep boolean emulated concode_elem_sep boolean emulated concode_elem_sep int geId concode_elem_sep int getId concode_el...
void function ( ) { Connection loc0 = Connections . getInstance ( context ) . getConnection ( clientHandle ) ; loc0 . changeConnectionStatus ( Connection . ConnectionStatus . CONNECTED ) ; loc0 . addAction ( "srini_string" ) ; }
a connection action has been successfully completed , update the connection object associated with the client this action belongs to and then notify the user of success . concode_field_sep Context context concode_elem_sep Action action concode_elem_sep String clientHandle concode_elem_sep String[] additionalArgs concod...
Integer function ( ) { return deptEndTime ; }
this is getter method for deptendtime concode_field_sep Integer deptStartTime concode_elem_sep Integer deptEndTime concode_elem_sep String offDays concode_elem_sep Integer status concode_elem_sep Integer parentID concode_field_sep void setDeptStartTime concode_elem_sep void setDeptEndTime concode_elem_sep Integer getDe...
String function ( ) { return this . earApplicationName ; }
unlike the #getapplicationname which follows the java ee6 spec semantics i.e. application name is thename of the top level deployment even if it is just a jar and not an ear , this method returns the application name which follows the ejb spec semantics i.e. the application name is the . ear name or any configured valu...
BenchmarkCompetitorBuilder function ( SearchRequest ... arg0 ) { competitor . settings ( ) . addSearchRequest ( arg0 ) ; return this ; }
adds a search request to the competition concode_field_sep BenchmarkCompetitor competitor concode_field_sep BenchmarkCompetitorBuilder setName concode_elem_sep BenchmarkCompetitorBuilder setTypes concode_elem_sep BenchmarkCompetitorBuilder setIndices concode_elem_sep BenchmarkCompetitorBuilder setAllowCacheClearing con...
void function ( com . ericsson . otp . erlang . OtpOutputStream arg0 ) { TermHelper . marshal ( arg0 , value ) ; }
marshal method for the termholder class , encodes the term object value to the output stream . concode_field_sep Term value concode_field_sep void _unmarshal
void function ( ) { Environment . getInstance ( ) . registerNamespace ( "srini_string" , "srini_string" ) ; }
registers businesslayer namespace with environment . concode_field_sep String NAMESPACE_PREFIX concode_field_sep String partyMiddleName concode_elem_sep String partyZipCode concode_elem_sep String equalPremium concode_elem_sep String partyInitials concode_elem_sep String singlePayment concode_elem_sep String getSingleP...
void function ( final String arg0 ) { this . countryId = arg0 ; }
setter for the countryid value . concode_field_sep String countryName concode_elem_sep long serialVersionUID concode_elem_sep String countryId concode_field_sep String getCountryId concode_elem_sep void setCountryName concode_elem_sep String getCountryName
long function ( ) { return _bar . getBarId ( ) ; }
returns the bar id of this bar . concode_field_sep Bar _bar concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean i...
AtmosphereResource function ( AtmosphereConfig arg0 , Broadcaster arg1 , AtmosphereResponse arg2 , AsyncSupport < ? > arg3 , AtmosphereHandler arg4 ) { return create ( arg0 , arg1 , arg2 . request ( ) , arg2 , arg3 , arg4 ) ; }
create an atmosphereresourceimpl . concode_field_sep Logger logger concode_elem_sep ConcurrentHashMap<String,AtmosphereResource> resources concode_elem_sep AtmosphereHandler voidAtmosphereHandler concode_elem_sep BroadcasterFactory broadcasterFactory concode_elem_sep Broadcaster noOps concode_elem_sep AtmosphereHandler...
MetaInformation function ( ) { return metaInformation ; }
gets the value of the metainformation property . concode_field_sep List<AggregatedRequest.Request> request concode_elem_sep String SCHEMA_LOCATION concode_elem_sep PrimitiveContent primitiveContent concode_elem_sep String from concode_elem_sep String requestIdentifier concode_elem_sep String to concode_elem_sep MetaInf...
void function ( String arg0 ) { CSRID = arg0 ; }
setter method to set the userid of logged in user concode_field_sep String campaignResponse concode_elem_sep String campaignID concode_elem_sep String CSRID concode_elem_sep String source concode_elem_sep String accountID concode_elem_sep String campaignModify concode_elem_sep String retailerSegment concode_elem_sep St...
void function ( String arg0 ) { this . lemma = StringUtils . normalize ( arg0 ) ; }
normalizes and sets the lemma of the term . concode_field_sep double relFrequency concode_elem_sep String pos concode_elem_sep String lemma concode_elem_sep Map<String,Double> expansionLemmas concode_elem_sep long serialVersionUID concode_elem_sep String text concode_elem_sep String[] neTypes concode_elem_sep Map<Strin...
Map < String , Object > function ( ) { return _scope ; }
gets the optional javascript scope concode_field_sep DBObject _query concode_elem_sep int _limit concode_elem_sep Map<String,Object> _scope concode_elem_sep OutputType _outputType concode_elem_sep long _maxTimeMS concode_elem_sep DBObject _sort concode_elem_sep String _outputDB concode_elem_sep String _map concode_elem...
MediumType function ( ) { return medium ; }
gets the value of the medium property . concode_field_sep MediumType medium concode_field_sep void setMedium
Action function ( String arg0 ) { if ( currentTabActions . containsKey ( arg0 ) ) { return currentTabActions . get ( arg0 ) ; } return null ; }
returns the current action for given category . concode_field_sep Map<String,Action> currentTabActions concode_elem_sep Log log concode_elem_sep long serialVersionUID concode_field_sep String getCurrentTabId concode_elem_sep String getCurrentTabIds concode_elem_sep String getSubTabCategory concode_elem_sep void setCurr...
void function ( ConnectionCallback arg0 ) { this . mConnectionCallback = arg0 ; }
register a callback to be called when connected or disconnected from the custom tabs service concode_field_sep ConnectionCallback mConnectionCallback concode_elem_sep CustomTabsClient mClient concode_elem_sep CustomTabsSession mCustomTabsSession concode_elem_sep CustomTabsServiceConnection mConnection concode_field_sep...
Collection < Class < ? extends Module >> function ( ) { return ImmutableList . of ( ) ; }
defaults to return an empty list . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<Class<? extends Closeable>> shardServices concode_elem_sep Collection<Class<? extends Module>> indexModules concode_elem_sep Collection<Module> indexModules concode_elem_sep Collection<Class<? extends Closeable>> i...
Statement function ( Position arg0 ) { setStartPosition ( arg0 ) ; return this ; }
the row and column of the beginning of the statement in an iam policy . concode_field_sep Position endPosition concode_elem_sep String sourcePolicyId concode_elem_sep String sourcePolicyType concode_elem_sep Position startPosition concode_field_sep Statement withEndPosition concode_elem_sep void setSourcePolicyType con...
void function ( final String arg0 , final InterceptorClassDescription arg1 ) { interceptorClassOverrides . put ( arg0 , InterceptorClassDescription . merge ( interceptorClassOverrides . get ( arg0 ) , arg1 ) ) ; }
adds a module level interceptor class override , it is merged with any existing overrides if they exist concode_field_sep Map<String,InterceptorEnvironment> interceptorEnvironment concode_elem_sep String defaultSecurityDomain concode_elem_sep EEDefaultResourceJndiNames defaultResourceJndiNames concode_elem_sep Map<Stri...
org . apache . spark . api . java . JavaRDD < T > [ ] function ( double [ ] arg0 , long arg1 ) { throw new RuntimeException ( ) ; }
randomly splits this rdd with the provided weights . concode_field_sep PlaceHolder placeHolder concode_field_sep org.apache.spark.api.java.JavaRDD<T> setName concode_elem_sep org.apache.spark.rdd.RDD<T> toRDD concode_elem_sep org.apache.spark.api.java.JavaRDD<T> cache concode_elem_sep scala.reflect.ClassTag<T> classTag...
String function ( long arg0 ) { return "srini_string" + ( ( double ) arg0 / 1000 ) ; }
returns the formatted string of the elapsed time . duplicated from basetestrunner . fix it . concode_field_sep PrintStream fWriter concode_elem_sep int fColumn concode_field_sep void printWaitPrompt concode_elem_sep void addError concode_elem_sep void startTest concode_elem_sep void printFooter concode_elem_sep void pr...
String function ( String arg0 ) { arg0 = "srini_string" + arg0 . trim ( ) . toUpperCase ( ) ; if ( arg0 . equals ( "srini_string" ) ) { return "srini_string" ; } return arg0 . substring ( arg0 . length ( ) - 6 , arg0 . length ( ) ) ; }
method fmtgroup . concode_field_sep String ADD_PROV_GROUPS_FILE concode_elem_sep ArrayList groups concode_elem_sep String GROUPS_FILE concode_elem_sep String groupsPath concode_elem_sep String pathFinder concode_elem_sep String PATH_FINDER concode_elem_sep String NAME concode_field_sep void loadGroups concode_elem_sep ...
int function ( ) { return getPersistence ( ) . countAll ( ) ; }
returns the number of ratings statses . concode_field_sep RatingsStatsPersistence _persistence concode_field_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep RatingsStats removeByC_C concode_elem_sep List<RatingsStats> findWithDynamicQuery concode_elem_sep List<RatingsStats> findWithDynamicQuery ...
String function ( String arg0 ) { return StringUtils . capitalize ( arg0 ) ; }
make first letter of the string to capital letter concode_field_sep boolean cancellation concode_elem_sep boolean modifyComment concode_elem_sep ResourceLoader rb concode_elem_sep String space concode_elem_sep String newline concode_elem_sep int SITE_DESCRIPTION_DISPLAY_LENGTH concode_elem_sep SakaiFacade sakaiFacade c...
HmDatapoint function ( HmChannel arg0 , HmDatapoint arg1 ) { logger . trace ( "srini_string" , arg1 . getName ( ) , arg0 . getDevice ( ) . getAddress ( ) , arg0 . getDevice ( ) . getType ( ) ) ; arg1 . setVirtual ( true ) ; arg1 . setReadable ( true ) ; arg0 . addDatapoint ( arg1 ) ; return arg1 ; }
adds a new datapoint to the channel . concode_field_sep Logger logger concode_field_sep boolean canHandle concode_elem_sep void handle
Error function ( ProcessingException arg0 ) { logger . error ( "srini_string" + arg0 . getError ( ) ) ; return arg0 . getError ( ) ; }
if an exception of type processingexception is caught , get the error from it and return that to the caller with a http response code of bad_request concode_field_sep AuditRepository auditRepository concode_elem_sep AccountRepository accountRepository concode_elem_sep IIdentityXServices fidoServices concode_elem_sep Lo...
Time function ( ) { return to ; }
where the time span ends . concode_field_sep int MIN_HOUR concode_elem_sep int hour concode_elem_sep int MAX_HOUR concode_elem_sep Time from concode_elem_sep List<TimeSpan> timesOfDay concode_elem_sep Time to concode_elem_sep int[] daysOfWeek concode_elem_sep int MAX_MINUTE concode_elem_sep int MINIMUM_TWO_DIGIT_NUMBER...
void function ( long arg0 ) { this . time = arg0 ; }
set time as a long integer value concode_field_sep String Path concode_elem_sep String resourcePath concode_elem_sep long commentID concode_elem_sep String commentPath concode_elem_sep String text concode_elem_sep long time concode_elem_sep String user concode_field_sep void setResourcePath concode_elem_sep String getT...
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 ) ; }
get custom serializer concode_field_sep long date concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.mdm.webservice.WSItemPK wsItemPK concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String taskId concode_field_sep ...
void function ( Boolean arg0 ) { this . canSelect = arg0 ; }
sets the value of the canselect property . concode_field_sep String fieldBehavior concode_elem_sep String fieldName concode_elem_sep String displayFieldName concode_elem_sep Boolean canSelect concode_elem_sep List<EnumValuePair> enumValuePairs concode_elem_sep Boolean isZeroRowCompatible concode_elem_sep String xmlAttr...
void function ( Date arg0 ) { this . startTime = arg0 ; }
set a specific start time for the trigger . note that a dynamically computed #setstartdelay specificationoverrides a static timestamp set here . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep Constants constants concode_elem_sep int repeatCount concode_elem_sep String des...
GenericConversionService function ( ) { return new DefaultConversionService ( ) ; }
create the conversionservice instance returned by this factory bean . creates a simple genericconversionservice instance by default.subclasses may override to customize the conversionservice instance that gets created . concode_field_sep Set<?> converters concode_elem_sep GenericConversionService conversionService conc...
void function ( SiteService arg0 ) { m_siteService = arg0 ; }
dependency : site service . concode_field_sep Log log concode_elem_sep AuthzGroupService m_authzGroupService concode_elem_sep EntityManager entityManager concode_elem_sep SiteService m_siteService concode_elem_sep SecurityService securityService concode_elem_sep ThreadLocalManager threadLocalManager concode_elem_sep Ev...
ExecutionResult function ( String arg0 , Map < String , Object > arg1 ) { return new ExecutionResult ( inner . execute ( arg0 , arg1 ) ) ; }
executes a query and returns an iterable that contains the result set concode_field_sep org.neo4j.cypher.ExecutionEngine inner concode_field_sep placeholderType placeHolder
JSONWriter function ( ) { beforeValue ( ) ; mWriter . write ( JSON . LBRACE ) ; mStack . push ( mState ) ; mState = new State ( OBJECT ) ; return this ; }
object begin . concode_field_sep Writer mWriter concode_elem_sep String[] CONTROL_CHAR_MAP concode_elem_sep byte ARRAY concode_elem_sep byte OBJECT_VALUE concode_elem_sep int itemCount concode_elem_sep byte type concode_elem_sep byte UNKNOWN concode_elem_sep byte OBJECT concode_elem_sep State mState concode_elem_sep St...
DescribeRunResult function ( Run arg0 ) { setRun ( arg0 ) ; return this ; }
information about the assessment run . concode_field_sep Run run concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeRunResult clone concode_elem_sep String toString concode_elem_sep void setRun concode_elem_sep Run getRun
void function ( ) { if ( myDao == null ) { throw new DaoException ( "srini_string" ) ; } myDao . refresh ( this ) ; }
convenient call for abstractdao #refresh object . entity must attached to an entity context . concode_field_sep List<ToManyTargetEntity> toManyTargetEntityList concode_elem_sep String sourceJoinProperty concode_elem_sep List<ToManyTargetEntity> toManyJoinTwo concode_elem_sep List<ToManyTargetEntity> toManyByJoinPropert...
void function ( CursorSceneObject arg0 ) { for ( CursorAsset loc0 : assets . values ( ) ) { loc0 . unload ( arg0 ) ; } }
notify the cursorasset s that the cursortheme has been unloaded . concode_field_sep Map<Action,CursorAsset> assets concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep CursorType type concode_field_sep void addAsset concode_elem_sep void setName concode_elem_sep S...
void function ( ) { }
this method resets the outgoing events . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void e...
ArrayList < Player > function ( ) { return targetPlayers ; }
getter for the field targetplayers . concode_field_sep int numTargeted concode_elem_sep ArrayList<Card> targetCards concode_elem_sep ArrayList<Player> targetPlayers concode_elem_sep ArrayList<SpellAbility> targetSAs concode_field_sep ArrayList<Object> getTargets concode_elem_sep int getNumTargeted concode_elem_sep bool...
String function ( ) { return inputFileName ; }
gets the inputfilename attribute . concode_field_sep String inputFileName concode_elem_sep String validFileName concode_elem_sep String errorFileName concode_elem_sep String expiredFileName concode_field_sep void setValidFileName concode_elem_sep void setErrorFileName concode_elem_sep String getExpiredFileName concode_...
void function ( ) { try { SQLiteMapDatabaseFiller loc0 = new SQLiteMapDatabaseFiller ( "srini_string" ) ; fail ( ) ; } catch ( IllegalArgumentException loc0 ) { } }
test creating with empty database path concode_field_sep PlaceHolder placeHolder concode_field_sep void creatingWithNullDatabasePathTest concode_elem_sep void addingMapObjectWithNullIdTest concode_elem_sep void addingMapObjectWithEmptyPointsTest concode_elem_sep void addingMapObjectWithNullTagsTest concode_elem_sep voi...
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( FileIOChannel . ID arg0 ) { if ( arg0 != null ) { if ( arg0 . getPathFile ( ) . exists ( ) && ! arg0 . getPathFile ( ) . delete ( ) ) { LOG . warn ( "srini_string" , arg0 . getPath ( ) ) ; } } }
deletes the file underlying the given channel . if the channel is still open , this call may fail . concode_field_sep Logger LOG concode_elem_sep Random random concode_elem_sep File[] paths concode_elem_sep boolean isSynchronous concode_elem_sep int nextPath concode_field_sep BufferFileWriter createBufferFileWriter con...
void function ( ) { Iterator < ToDoItem > loc0 = todos . loc0 ( ) ; while ( loc0 . hasNext ( ) ) { ToDoItem loc1 = loc0 . next ( ) ; if ( loc1 . isCompleted ( ) ) { loc0 . remove ( ) ; } } taskStateChanged ( ) ; }
clears completed tasks and updates the view . concode_field_sep ListDataProvider<ToDoItem> filteredTodos concode_elem_sep ViewEventHandler viewHandler concode_elem_sep View view concode_elem_sep EventBus eventBus concode_elem_sep ToDoRouting routing concode_elem_sep List<ToDoItem> todos concode_elem_sep String STORAGE_...
Progress function ( String arg0 ) { Progress loc0 = addPhase ( ) ; loc0 . setStatus ( arg0 ) ; return loc0 ; }
adds a named node to the tree . concode_field_sep String status concode_elem_sep Progress parent concode_elem_sep float progressPerPhase concode_elem_sep int currentPhase concode_elem_sep ArrayList<Progress> phases concode_elem_sep float progress concode_field_sep Progress phase concode_elem_sep void startNextPhase con...
String function ( ) { return remote_tag ; }
gets the remote tag concode_field_sep int T_CLIENT concode_elem_sep NameAddress local_contact concode_elem_sep Log log concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep String call_id concode_elem_sep...
void function ( byte [ ] arg0 ) { this . message = arg0 ; }
sets the message contents of this byte message concode_field_sep byte[] message concode_field_sep void writeExternal concode_elem_sep void readExternal concode_elem_sep byte[] getMessage
String function ( final String arg0 ) { char [ ] loc0 = arg0 . toCharArray ( ) ; int loc1 = 0 ; for ( char loc2 : loc0 ) { loc1 = loc1 + loc2 ; } return String . valueOf ( loc1 ) ; }
generate the id value based on the ascii values . concode_field_sep String BASE_MAPPING concode_elem_sep Log LOG concode_elem_sep String BASE_RESOURCE concode_elem_sep String REQUEST_MAPPING concode_elem_sep String DUPLICATED_COMMON_NAME concode_elem_sep String NOT_FOUND concode_elem_sep String USER_NOT_FOUND concode_e...
int function ( ) { while ( ( index < length ) && ! isWhite ( chars [ index ] ) ) index ++ ; return ( index ) ; }
return the index of the next occurrence of a whitespace character , or the index of the character after the last position of the string if no more whitespace characters are found . the current parsing position is updated to the returned value . concode_field_sep int index concode_elem_sep int length concode_elem_sep St...
void function ( ResourceAdaptorEntityLink arg0 ) { this . resourceAdaptorEntityLink = arg0 ; }
sets the value of the resourceadaptorentitylink property . concode_field_sep ResourceAdaptorObjectName resourceAdaptorObjectName concode_elem_sep Description description concode_elem_sep ResourceAdaptorEntityLink resourceAdaptorEntityLink concode_elem_sep String id concode_field_sep ResourceAdaptorObjectName getResourc...
void function ( final CoordinationContextType arg0 , final MAP arg1 ) { }
send a can not complete request . concode_field_sep SyncParticipantClient CLIENT concode_field_sep void sendParticipantCompleteClose concode_elem_sep void sendFail concode_elem_sep void sendCompensate concode_elem_sep void sendExit concode_elem_sep void sendCoordinatorCompleteClose concode_elem_sep void sendParticipant...
String function ( ) { return queueName ; }
get the name of the queue to which the job is submitted . concode_field_sep JobID jobid concode_elem_sep String queueName concode_elem_sep String name concode_elem_sep String user concode_elem_sep String jobFile concode_elem_sep String url concode_field_sep void readFields concode_elem_sep String getJobFile concode_ele...
KeyStoreData function ( ) { return new KeyStoreData ( TestUtil . class . getResource ( "srini_string" + TestUtil . TEST_KEYSTORE_FILENAME ) . getFile ( ) , TestUtil . TEST_KEYSTORE_KEY . toCharArray ( ) , TestUtil . TEST_KEYSTORE_CERT_ALIAS ) ; }
loads the default keystore for the test cases concode_field_sep String TEST_KEYSTORE_KEY concode_elem_sep String TEST_KEYSTORE_PRIV_KEY_PASSWORD concode_elem_sep String TEST_KEYSTORE_FILENAME concode_elem_sep String TEST_KEYSTORE_CERT_ALIAS concode_field_sep String serializeToString concode_elem_sep SoapMessage createS...
void function ( ) { internalExecuteDML ( ApplicationContextFactory . getCurrentSession ( ) ) ; }
execute patch dml statements in one transaction . concode_field_sep DBType dbType concode_elem_sep int sqlType concode_elem_sep boolean allowNulls concode_elem_sep String defaultValue concode_elem_sep Log log concode_elem_sep String name concode_elem_sep Dialect dialect concode_elem_sep String sqlTypeName concode_elem_...
void function ( ) { openStreamCount ++ ; }
invoked by streammonitor when one of this task 's streams is opened . concode_field_sep Workspace workspace concode_elem_sep Process proc concode_elem_sep int openStreamCount concode_elem_sep String context concode_elem_sep String name concode_elem_sep String[] envp concode_elem_sep String command concode_field_sep Str...
void function ( final String arg0 ) { try { System . loadLibrary ( sharedLibraryName ) ; } catch ( final UnsatisfiedLinkError loc0 ) { try { System . loadLibrary ( jniLibraryName ) ; } catch ( final UnsatisfiedLinkError loc1 ) { loadLibraryFromJar ( arg0 ) ; } } }
firstly attempts to load the library from java.library.path , if that fails then it falls back to extracting the library from the classpath org.rocksdb.nativelibraryloader #loadlibraryfromjar java.lang.string concode_field_sep String sharedLibraryName concode_elem_sep String tempFilePrefix concode_elem_sep NativeLibrar...
int function ( Calendar arg0 ) { return arg0 . get ( Calendar . HOUR_OF_DAY ) ; }
returns the hours for the given date . concode_field_sep int DATE_TUESDAY concode_elem_sep int DATE_APRIL concode_elem_sep int DATE_FEBRUARY concode_elem_sep int DATE_SUNDAY concode_elem_sep int DATE_FRIDAY concode_elem_sep int DATE_SATURDAY concode_elem_sep int DATE_WEDNESDAY concode_elem_sep int DATE_HOUR concode_ele...
OverrideCopyOperation function ( CopyOperation arg0 ) { return null ; }
by default , do n't provide any copy override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getNa...
void function ( ) { }
starts this animation . if the animation has a nonzero startdelay , the animation will start running after that delay elapses . a non-delayed animation will have its initial value s set immediately , followed by calls to animatorlistener #onanimationstart animator for any listeners of this animator.the animation starte...
void function ( Statement arg0 ) { this . statement = arg0 ; }
sets the value of the statement property . concode_field_sep Statement statement concode_elem_sep ProductPackageAction action concode_field_sep void setAction concode_elem_sep ProductPackageAction getAction concode_elem_sep Statement getStatement
List < RecommendedItem > function ( long arg0 , int arg1 ) { return recommend ( arg0 , arg1 , null , false ) ; }
default implementation which just calls recommender #recommend long , int , org.apache.mahout.cf.taste.recommender.idrescorer , with a org.apache.mahout.cf.taste.recommender.rescorer that does nothing . concode_field_sep Logger log concode_elem_sep DataModel dataModel concode_elem_sep CandidateItemsStrategy candidateIt...
boolean function ( @ Nullable final String arg0 ) { return BDXRIdentifierHelper . isValidIdentifierValue ( arg0 ) ; }
check if the passed document type identifier value is valid or not . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isValidScheme
void function ( ) { services . clear ( ) ; }
remove all services from the ap-services slot collection of this object . concode_field_sep String name concode_elem_sep List services concode_field_sep void setName concode_elem_sep Iterator getAllAPServices concode_elem_sep String getName concode_elem_sep boolean removeAPServices concode_elem_sep void addAPServices c...
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; }
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep HbCascadePackage modelPackage concode_field_sep T caseParent concode_elem_sep T caseChild concode_elem_sep T defaultCase
String function ( ) { return id ; }
gets the value of the id property . concode_field_sep EjbRefType ejbRefType concode_elem_sep Description description concode_elem_sep String id concode_elem_sep EjbRefName ejbRefName concode_elem_sep Remote remote concode_elem_sep Home home concode_field_sep void setEjbRefName concode_elem_sep Home getHome concode_elem...
URL function ( String arg0 ) { if ( this . classname . equals ( arg0 ) ) { String loc0 = arg0 . replace ( '.' , '/' ) + "srini_string" ; try { return new URL ( "srini_string" + loc0 ) ; } catch ( MalformedURLException loc1 ) { } } return null ; }
obtains the url . concode_field_sep byte[] classfile concode_elem_sep String classname concode_field_sep String toString concode_elem_sep void close concode_elem_sep InputStream openClassfile
void function ( String arg0 ) { this . userId = arg0 == null ? null : arg0 . trim ( ) ; }
this method was generated by mybatis generator . this method sets the value of the database column boss_billing_month . user_id concode_field_sep String billingMonthId concode_elem_sep BigDecimal charge concode_elem_sep Integer chargeYear concode_elem_sep String prodId concode_elem_sep String pkgId concode_elem_sep Int...
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
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
VolumeAttachment function ( VolumeAttachmentState arg0 ) { this . state = arg0 . toString ( ) ; return this ; }
the attachment state of the volume . returns a reference to this object so that method calls can be chained together . constraints : allowed values : attaching , attached , detaching , detached concode_field_sep String instanceId concode_elem_sep String volumeId concode_elem_sep String state concode_elem_sep Boolean de...
boolean function ( int arg0 ) { boolean loc0 = n_open ( nativeObj , arg0 ) ; return loc0 ; }
open video file or a capturing device for video capturing the methods first call `` videocapture.release '' to close the already opened file or camera . concode_field_sep long nativeObj concode_field_sep boolean n_isOpened concode_elem_sep boolean n_read concode_elem_sep boolean isOpened concode_elem_sep boolean read c...
void function ( final EncodableHistogram arg0 ) { outputIntervalHistogram ( ( arg0 . getStartTimeStamp ( ) - baseTime ) / 1000.0 , ( arg0 . getEndTimeStamp ( ) - baseTime ) / 1000.0 , arg0 ) ; }
output an interval histogram , using the start/end timestamp indicated in the histogram . the histogram start and end timestamps are assumed to be in msec units . logging will be in seconds , realtive by a base time if set via org.hdrhistogram _ voltpatches.hdrhistogram.histogramlogwriter #setbasetime . the default bas...
void function ( String arg0 , BACoordinationCompletionParticipant arg1 ) { getParticipantSet ( arg0 ) . remove ( arg1 ) ; if ( getParticipantSet ( arg0 ) . isEmpty ( ) ) { participants . remove ( arg0 ) ; } }
forget about a participant concode_field_sep Logger log concode_elem_sep HashMap<String,Set<BACoordinationCompletionParticipant>> participants concode_elem_sep String txID concode_elem_sep EventLog eventLog concode_elem_sep long serialVersionUID concode_elem_sep String participantName concode_elem_sep ServiceCommand[] ...
IBatteryObject function ( Object arg0 ) { return getMjBattery ( arg0 , DEFAULT_POWER_FRAMEWORK ) ; }
returns the default battery related to the object given in parameter . for performance optimization , it 's good to cache this object in the providing power framework if possible . concode_field_sep ForgeDirection side concode_elem_sep Map<String,Class<? extends BatteryObject>> mjBatteryKinds concode_elem_sep Field fie...
boolean function ( ) { return hiddenElementSets != null ; }
returns whether the maps from configuration have already been loaded into the hiddenelementsets property . concode_field_sep String CONFIG_PREFIX concode_elem_sep Map<String,Map<String,Set<String>>> hiddenElementMaps concode_elem_sep Map<String,Set<String>> hiddenElementSets concode_elem_sep Logger log concode_field_se...
void function ( ActivityContextHandle arg0 ) { activitiesMapped . decrementAndGet ( ) ; }
indicates that the activity with the specified handle was unmapped to the executor . concode_field_sep AtomicInteger activitiesMapped concode_elem_sep long tasksExecuted concode_elem_sep long startTime concode_elem_sep long taskExecutingTime concode_elem_sep Map<EventTypeID,EventTypeRoutingStatisticsImpl> eventTypeRout...
void function ( int arg0 ) { this . uCtrl = arg0 ; }
setter for number of u-controlpoints concode_field_sep double[] vPara concode_elem_sep double[] uPara concode_elem_sep ArrayList<PointND> gridPoints concode_elem_sep int uCtrl concode_elem_sep int vCtrl concode_field_sep double[] computeParamUniform concode_elem_sep ArrayList<ArrayList<PointND>> init concode_elem_sep v...
CompletedPatternWrapper function ( ) { return new CompletedPatternWrapper ( Dag . serializableInstance ( ) ) ; }
generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep Graph graph concode_field_sep void setGraph concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep Graph getGraph concode_elem_sep void readObje...
R function ( MinusExpression arg0 ) { R loc0 = null ; arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; arg0 . f2 . accept ( this ) ; return loc0 ; }
f0 - > primaryexpression f1 - > '' - '' f2 - > primaryexpression concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Unlock_Order . Extn function ( ) { return extn ; }
gets the value of the extn property . concode_field_sep Unlock_Order.Order.Extn extn concode_elem_sep String enterpriseCode concode_elem_sep String orderLines concode_elem_sep String documentType concode_elem_sep String extnDerivedTransactionType concode_elem_sep String value concode_elem_sep Integer extnLockID concode...
Label function ( ) { return label ; }
gets the value of the label property . concode_field_sep Layout layout concode_elem_sep String scrolling concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String background concode_elem_sep String width concode_elem_sep BigDecimal refresh concode_elem_sep String frameborder concode_elem_sep S...