code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( final int arg0 ) { m_startOffset = arg0 ; } | sets a number of genes at the start of chromosome , that are excluded from the swapping . in the salesman task , the first city in the list should where the salesman leaves from probably should not change as it is part of the list . the default value is 1 . concode_field_sep int m_maxEvolution concode_elem_sep int m_st... |
void function ( float arg0 ) { _data [ _ofs ] = arg0 ; } | set float value at position 0 ; concode_field_sep float[] _data concode_elem_sep int _ofs concode_field_sep void setAt concode_elem_sep float at concode_elem_sep void dec concode_elem_sep void dec concode_elem_sep int size concode_elem_sep void setData concode_elem_sep void setData concode_elem_sep float[] cloneData co... |
HashedListIterator function ( Object arg0 ) { return new HashedListIterator ( ( HashedListElement ) hash . get ( arg0 ) ) ; } | return an iterator over the list starting with the entry with a given key . concode_field_sep Object reference concode_elem_sep HashedListElement next concode_elem_sep HashedListElement last concode_elem_sep HashedListElement current concode_elem_sep int numElements concode_elem_sep HashedListElement last concode_elem_... |
void function ( double [ ] [ ] arg0 ) { if ( arg0 . length == 0 ) { return ; } dimensionCount = arg0 [ 0 ] . length ; root = generateNode ( 0 , arg0 , 0 , arg0 . length - 1 ) ; } | this method build the kdtree from a set of points . this method should be called only once . concode_field_sep KDNode root concode_elem_sep double[] nearestNeighboor concode_elem_sep Random random concode_elem_sep double minDist concode_elem_sep int dimensionCount concode_elem_sep RedBlackTree<KNNPoint> resultKNN conco... |
Long function ( ) { return goalId ; } | gets the value of the goalid property . concode_field_sep Long goalId concode_elem_sep Long personId concode_field_sep Long getPersonId concode_elem_sep void setGoalId concode_elem_sep void setPersonId |
void function ( MapFileHeader arg0 , IMapData arg1 , OutputStream arg2 ) { try { if ( arg2 == null ) { arg2 = mapsDir . getOutputStream ( arg0 ) ; } arg0 . writeTo ( arg2 ) ; FreshMapSerializer . serialize ( arg1 , arg2 ) ; } finally { if ( arg2 != null ) { arg2 . close ( ) ; } } loadFileList ( ) ; } | saves a static map to the given directory . concode_field_sep IMapLister saveDir concode_elem_sep String MAP_EXTENSION concode_elem_sep ArrayList<MapLoader> freshMaps concode_elem_sep IMapLister mapsDir concode_elem_sep IMapListFactory mapListFactory concode_elem_sep ArrayList<MapLoader> savedMaps concode_elem_sep bool... |
void function ( ) { for ( int loc0 = 0 ; loc0 < Constants . NUM_DIRECTORIES ; loc0 ++ ) { try { dropboxSession . createFolder ( Constants . directoryNames [ loc0 ] ) ; } catch ( DropboxException loc1 ) { } } } | this method creates the cloud storage directories can not be called from the main ui thread concode_field_sep boolean isConnected concode_elem_sep Context context concode_elem_sep DropboxAPI<AndroidAuthSession> dropboxSession concode_elem_sep OnConnectedCloudListener connectedListener concode_field_sep void uploadFileT... |
int function ( final TSDB arg0 , final boolean arg1 , final String [ ] arg2 ) { final int loc0 = arg2 . length ; if ( arg2 [ 0 ] . equals ( "srini_string" ) ) { if ( loc0 < 2 ) { usage ( null , "srini_string" ) ; return 2 ; } return lookup ( arg0 , arg1 , arg2 ) ; } else { usage ( null , "srini_string" + arg2 [ 0 ] ) ;... | determines the command requested of the user can calls the appropriate method . concode_field_sep Logger LOG concode_field_sep int lookup concode_elem_sep void usage concode_elem_sep void main |
void function ( ) { broadcaster . readySetGo ( ) ; startBarrier . await ( 30 , TimeUnit . SECONDS ) ; } | starts the race . note that the race only starts when all racers are ready , i.e. all waiting at the start barrier , and for that to happen there is a 30 seconds timeout . concode_field_sep AtomicInteger abortedPosition concode_elem_sep AtomicInteger donePosition concode_elem_sep RaceBroadcaster broadcaster concode_ele... |
void function ( ) { Fintransactie loc0 = new Fintransactie ( ) ; int loc1 = 0 ; int loc2 = loc0 . hashCode ( ) ; assertEquals ( loc1 , loc2 ) ; } | test of hashcode method , of class fintransactie . concode_field_sep PlaceHolder placeHolder concode_field_sep void testToString concode_elem_sep void testGetterSetter concode_elem_sep void testEquals |
void function ( java . lang . Integer arg0 ) { this . documentType = arg0 ; } | sets the documenttype value for this document . concode_field_sep java.lang.Integer documentType concode_elem_sep java.lang.String author concode_elem_sep java.lang.String documentUniqueId concode_elem_sep java.lang.String repositoryUniqueId concode_elem_sep java.lang.String createdOn concode_elem_sep java.lang.String ... |
SessionBuilder function ( Context arg0 ) { mContext = arg0 ; return this ; } | access to the context is needed for the h264stream class to store some stuff in the sharedpreferences . note that you should pass the application context , not the context of an activity . concode_field_sep int AUDIO_NONE concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep Session.Callback m... |
String function ( ) { if ( this . name == null ) { return "srini_string" ; } return this . name ; } | getter for tier name ; should not be null concode_field_sep String name concode_elem_sep double xmax concode_elem_sep double xmin concode_elem_sep Vector<PraatInterval> intervals concode_elem_sep String tierClass concode_field_sep void setName concode_elem_sep PraatInterval getInterval concode_elem_sep void setInterval... |
void function ( long arg0 ) { _resourcePermission . setResourcePermissionId ( arg0 ) ; } | sets the resource permission id of this resource permission . concode_field_sep ResourcePermission _resourcePermission concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_ele... |
void function ( final PhotographUploadBean arg0 , final Person arg1 ) { try ( InputStream loc0 = arg0 . getFileInputStream ( ) ) { arg1 . setPersonalPhoto ( new Photograph ( PhotoType . USER , ContentType . getContentType ( arg0 . getContentType ( ) ) , ByteStreams . toByteArray ( loc0 ) ) ) ; } } | service used in public candidacies , so person may not have person role yet concode_field_sep PlaceHolder placeHolder concode_field_sep void run |
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; } | sets the arguments parameters used by the plugin . 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 amIActive concode_field_sep String getName concode_... |
boolean function ( ) { if ( ! editorInfo . isPersistable ( ) ) { return false ; } if ( location != null ) { locationMemento = XMLMemento . createWriteRoot ( IWorkbenchConstants . TAG_POSITION ) ; location . saveState ( locationMemento ) ; location . releaseState ( ) ; } return true ; } | saves the state of this entry and its location . returns true if possible otherwise returns false . concode_field_sep IMemento locationMemento concode_elem_sep String historyText concode_elem_sep INavigationLocation location concode_elem_sep IWorkbenchPage page concode_elem_sep NavigationHistoryEditorInfo editorInfo co... |
void function ( Thread arg0 ) { mainThread = arg0 ; } | sets the main thread . the main thread is the thread to which the main looper is attached . defaults to the thread that initialises the runtimeenvironment class . concode_field_sep Application application concode_elem_sep Object activityThread concode_elem_sep Scheduler masterScheduler concode_elem_sep String qualifier... |
int function ( ) { return type ; } | returns map type concode_field_sep Mapdesc next concode_elem_sep int ncoords concode_elem_sep float clampfactor concode_elem_sep float maxsrate concode_elem_sep float t_steps concode_elem_sep float s_steps concode_elem_sep float maxtrate concode_elem_sep int type concode_elem_sep float bbox_subdividing concode_elem_sep... |
boolean function ( TJScalingFactor arg0 ) { return ( this . num == arg0 . num && this . denom == arg0 . denom ) ; } | returns true or false , depending on whether this instance and other have the same numerator and denominator . concode_field_sep int denom concode_elem_sep int num concode_field_sep boolean isOne concode_elem_sep int getScaled concode_elem_sep int getNum concode_elem_sep int getDenom |
ByteBuffer function ( String arg0 ) { return Unpooled . wrappedBuffer ( arg0 . getBytes ( StandardCharsets . UTF_8 ) ) . nioBuffer ( ) ; } | convert the given string to a byte buffer . the resulting buffer can be converted back to the same string through #bytestostring bytebuffer . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep ImmutableMap<String,TimeU... |
BigInteger function ( ) { return p ; } | get the prime modulus . concode_field_sep BigInteger p concode_elem_sep BigInteger g concode_elem_sep BigInteger y concode_field_sep BigInteger getG concode_elem_sep BigInteger getY |
WebConnection function ( WebConnection arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return createConnection ( new WebClient ( ) , arg0 ) ; } | create a new webconnection that will use a mockmvc instance if one of the specified webrequestmatcher instancesmatches . concode_field_sep List<WebRequestMatcher> requestMatchers concode_elem_sep String contextPath concode_elem_sep boolean alwaysUseMockMvc concode_elem_sep MockMvc mockMvc concode_field_sep T alwaysUseM... |
boolean function ( ) { return allowCredentials ; } | determines if cookies are supported for cors requests . by default cookies are not included in cors requests but if iscredentialsallowed returns true cookies will be added to cors requests . setting this value to true will set the cors ` access-control-allow-credentials ' response header to true . please note that cook... |
DatagramSocket function ( int arg0 ) { return new DatagramSocket ( arg0 ) ; } | creates a datagramsocket on the local host at a specified port . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
Flags function ( ) { return clear ( INTERFACE ) ; } | return a copy of this this with the interface flag clear . concode_field_sep Flags NATIVE concode_elem_sep Flags FINAL concode_elem_sep Flags JAVA_FLAGS concode_elem_sep Set<String> flags concode_elem_sep Flags TRANSIENT concode_elem_sep Flags PROPERTY concode_elem_sep Flags STRUCT concode_elem_sep Flags CLOCKED concod... |
void function ( String arg0 ) { this . snapshotId = arg0 ; } | the id of the new snapshot . concode_field_sep String snapshotId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getSnapshotId concode_elem_sep CopySnapshotResult clone concode_elem_sep CopySnapshotResult withSnapshotId concode_elem_sep String toString |
void function ( File arg0 ) { JavaSystem . deleteOnExit ( arg0 ) ; } | requests , in a jdk 1.1 compliant way , that the file or directory denoted by the given abstract pathname be deleted when the virtual machine terminates . deletion will be attempted only for jdk 1.2 and greater runtime environments and only upon normal termination of the virtual machine , as defined by the java languag... |
String function ( ) { return groupName ; } | gets the value of the groupname property . concode_field_sep Boolean dbmsDefaultValue concode_elem_sep String cmpField concode_elem_sep String groupName concode_elem_sep String dbmsColumn concode_elem_sep String dbmsColumnType concode_elem_sep String id concode_field_sep void setGroupName concode_elem_sep String getDbm... |
int function ( ) { int loc0 = loc0 ( ) ; if ( loc0 > 1 ) { return loc0 - 1 ; } return 0 ; } | returns the number of non-root elements in the node . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasChildren concode_elem_sep Reduction asReduction concode_elem_sep void addChildrenOf concode_elem_sep int getMeaningAs concode_elem_sep String getRootText concode_elem_sep String getDescription co... |
void function ( ) { mCalendar . add ( Calendar . MONTH , - 1 ) ; recalculate ( ) ; } | decrement the month . concode_field_sep int mNumDaysInPrevMonth concode_elem_sep int mOffset concode_elem_sep int mWeekStartDay concode_elem_sep Calendar mCalendar concode_elem_sep int mNumDaysInMonth concode_field_sep void nextMonth concode_elem_sep int getRowOf concode_elem_sep int getNumberOfDaysInMonth concode_elem... |
void function ( java . lang . String arg0 ) { this . assetNumber = arg0 ; } | sets the assetnumber value for this phonevasvo . concode_field_sep java.lang.String parentAccountId concode_elem_sep java.lang.String serviceAccountId concode_elem_sep java.lang.String assetNumber concode_elem_sep java.lang.String elementRowId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.St... |
String function ( String arg0 ) { if ( null == arg0 ) return null ; for ( int loc0 = 0 ; loc0 < m_firstFree ; loc0 += 2 ) { if ( m_map [ loc0 ] . equalsIgnoreCase ( arg0 ) ) return m_map [ loc0 + 1 ] ; } return null ; } | tell if the table contains the given string . ignore case concode_field_sep int m_blocksize concode_elem_sep int m_mapSize concode_elem_sep int m_firstFree concode_elem_sep String m_map[] concode_field_sep boolean contains concode_elem_sep String get concode_elem_sep String getByValue concode_elem_sep String elementAt ... |
void function ( final Connection arg0 ) { if ( arg0 != null && arg0 . isOpen ( ) ) { try { arg0 . close ( ) ; } catch ( final Exception loc0 ) { LOGGER . warn ( "srini_string" , loc0 ) ; } } } | close the given context and ignore any thrown exception . this is useful for typical finally blocks in manual ldap statements . concode_field_sep String OBJECTCLASS_ATTRIBUTE concode_elem_sep Logger LOGGER concode_field_sep Long getLong concode_elem_sep Long getLong concode_elem_sep Boolean getBoolean concode_elem_sep ... |
void function ( ) { offset = 0 ; } | resets the channel so that writing to it will overwrite the existing buffer . concode_field_sep byte[] data concode_elem_sep int offset concode_field_sep boolean isOpen concode_elem_sep int length concode_elem_sep int write concode_elem_sep void close concode_elem_sep byte[] getData |
String function ( ) { return phone ; } | gets the value of the phone property . concode_field_sep String summary concode_elem_sep String phone concode_elem_sep String givenName concode_elem_sep String familyName concode_elem_sep String details concode_elem_sep String incidentId concode_elem_sep String incidentDate concode_elem_sep String email concode_field_s... |
com . liferay . social . networking . model . WallEntry function ( long arg0 ) { return _wallEntryLocalService . deleteWallEntry ( arg0 ) ; } | deletes the wall entry with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep WallEntryLocalService _wallEntryLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.social.networking.model.WallEntry> getWal... |
double function ( ) { return currentScore ; } | current score for entire contents . concode_field_sep List partsContents concode_elem_sep double currentScore concode_elem_sep long serialVersionUID concode_elem_sep String pointsDisplayString concode_elem_sep double maxScore concode_elem_sep boolean showStudentScore concode_field_sep String getPointsDisplayString conc... |
String function ( long arg0 ) { try { Exercise loc0 = new Exercise ( arg0 ) ; exerciseDao . delete ( loc0 ) ; } catch ( Exception loc0 ) { return "srini_string" + loc0 . toString ( ) ; } return "srini_string" ; } | get / delete -- > delete the exercise having the passed id . concode_field_sep ExerciseDao exerciseDao concode_field_sep String create concode_elem_sep Iterable<Exercise> getExercises concode_elem_sep String updateExercise |
Class function ( ) { return null ; } | always returns null . concode_field_sep String fieldname concode_elem_sep long serialVersionUID concode_elem_sep Map fkCache concode_field_sep Class getDeclaringClass concode_elem_sep void set concode_elem_sep String getName concode_elem_sep Object get concode_elem_sep void putToFieldCache concode_elem_sep Object getFr... |
GlFactory function ( ) { return new GlFactory ( create ( ) ) ; } | creates a copy of the reciever . concode_field_sep GridLayout l concode_field_sep GlFactory createFrom concode_elem_sep GlFactory swtDefaults concode_elem_sep GlFactory margins concode_elem_sep GlFactory margins concode_elem_sep void applyTo concode_elem_sep GlFactory spacing concode_elem_sep GlFactory spacing concode_... |
void function ( K arg0 ) { Cache < K , V > loc0 = getBaseCache ( ) ; if ( loc0 != null ) { if ( loc0 . containsKey ( arg0 ) ) { loc0 . remove ( arg0 ) ; } } } | clears a cache entry . concode_field_sep int cacheTimeout concode_elem_sep String cacheName concode_elem_sep String PASSIVESTS_CACHE_MANAGER concode_elem_sep CacheBuilder<K,V> cacheBuilder concode_field_sep void addToCache concode_elem_sep void clear concode_elem_sep V getValueFromCache concode_elem_sep Cache<K,V> getB... |
String function ( ) { return tel2 ; } | pobiera drugi numer telefonu . concode_field_sep String tel1 concode_elem_sep String tel2 concode_elem_sep UnitAddress address concode_elem_sep String fullName concode_elem_sep String DOT_SIGN_CODE concode_elem_sep List<Section> sections concode_elem_sep String AT_SIGN_CODE concode_elem_sep MobiUwBMap mobiUwBMap concod... |
String function ( ) { return Integer . toString ( set ) ; } | get set for textview concode_field_sep int set concode_elem_sep int num concode_elem_sep int id concode_elem_sep String tag concode_field_sep void setRecord concode_elem_sep String getNumString concode_elem_sep String getIdString |
String function ( ) { return createBy ; } | this method was generated by mybatis generator . this method returns the value of the database column hspay.tb _ account_quick_bank . create_by concode_field_sep String cardTop concode_elem_sep String bankCode concode_elem_sep Date updateDate concode_elem_sep String userId concode_elem_sep String createBy concode_elem_... |
JAXBElement < PersonType > function ( PersonType arg0 ) { return new JAXBElement < PersonType > ( personQNAME , PersonType . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName personQNAME concode_field_sep PersonType createPersonType |
SynchronizedContext function ( String arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } return contexts . get ( arg0 ) ; } | returns a specified global context by its name . concode_field_sep boolean saveOnClose concode_elem_sep Map<String,SynchronizedContext> contexts concode_elem_sep Map<String,Session> repositorySessions concode_field_sep Session doLogin concode_elem_sep void setSaveOnClose concode_elem_sep boolean getSaveOnClose concode_... |
boolean function ( ) { return ! m_MSBAccess ; } | tests if this bitvector has the lsb rightmost as the first bit i.e. at index 0 . concode_field_sep int[] ODD_OFFSETS concode_elem_sep int m_Size concode_elem_sep byte[] m_Data concode_elem_sep boolean m_MSBAccess concode_elem_sep int[] STRAIGHT_OFFSETS concode_elem_sep Logger logger concode_field_sep void setBytes conc... |
void function ( long arg0 ) { if ( Trace . isTraceOn ( ) ) Trace . log ( Trace . PROXY , Thread . currentThread ( ) . getName ( ) + "srini_string" + arg0 ) ; out_ . writeLong ( arg0 ) ; } | write a long to the underlying dataoutputstream . optionally trace the value . concode_field_sep DataOutputStream out_ concode_elem_sep String copyright concode_field_sep void writeInt concode_elem_sep void writeByte concode_elem_sep void writeBytes concode_elem_sep void flush concode_elem_sep void writeUTF concode_ele... |
java . lang . String function ( ) { return _resourceBlockService . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep ResourceBlockService _resourceBlockService concode_field_sep void setGroupScopePermissions concode_elem_sep void addCompanyScopePermission concode_elem_sep void setWrappedService concode_elem_sep void addGroupScopePermission concode_elem_sep void removeAllGroupSco... |
void function ( Boolean arg0 ) { this . isExplicitlyShared = arg0 ; } | sets the value of the isexplicitlyshared property . concode_field_sep BudgetBudgetPeriod period concode_elem_sep Money amount concode_elem_sep BudgetBudgetDeliveryMethod deliveryMethod concode_elem_sep Integer referenceCount concode_elem_sep String name concode_elem_sep Boolean isExplicitlyShared concode_elem_sep Long ... |
boolean function ( String arg0 ) { return true ; } | overridable method to validate each line that is returned . concode_field_sep BufferedReader bufferedReader concode_elem_sep String cachedLine concode_elem_sep boolean finished concode_field_sep Object next concode_elem_sep String nextLine concode_elem_sep boolean hasNext concode_elem_sep void closeQuietly concode_elem... |
void function ( String arg0 ) { this . caseType = arg0 ; } | setter method to set the nature of the case concode_field_sep String subSubCategoryName concode_elem_sep String total concode_elem_sep String callSource concode_elem_sep String avgTime concode_elem_sep String circle concode_elem_sep String categoryName concode_elem_sep String subCategoryName concode_elem_sep String cas... |
void function ( String arg0 ) { this . uuidref = arg0 ; } | sets the value of the uuidref property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep SVPortType svPort concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String... |
void function ( ValueChangeEvent arg0 ) { tabPlacement = ( String ) arg0 . getNewValue ( ) ; } | method is called when there has been a request to change the tab placement . concode_field_sep String tabPlacement concode_elem_sep HtmlSelectOneRadio selectedTabObject concode_elem_sep PanelTabSet tabSet concode_elem_sep String selectedTabFocus concode_elem_sep boolean tabbedPane1Visible concode_elem_sep boolean tabbe... |
void function ( Boolean arg0 ) { this . returnValue = arg0 ; } | returns true if the request succeeds ; otherwise , it returns an error . concode_field_sep Boolean returnValue concode_field_sep Boolean isReturn concode_elem_sep Boolean getReturn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DisableVpcClassicLinkResult clone concode_elem_sep String to... |
String function ( ) { return createUser ; } | gets the value of the createuser property . concode_field_sep Date endDate concode_elem_sep Date lastUpdateDate concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Integer objectId concode_elem_sep Date startDate concode_elem_sep Date createDate concode_field_sep Date getLastUpdat... |
Bundler function ( String arg0 , Bundle arg1 ) { bundle . putBundle ( arg0 , arg1 ) ; return this ; } | inserts a bundle value into the mapping of this bundle , replacing any existing value for the given key . either key or value may be null . concode_field_sep Bundle bundle concode_field_sep Bundler putIntegerArrayList concode_elem_sep Bundler putStringArrayList concode_elem_sep Bundler putDoubleArray concode_elem_sep B... |
long function ( ) { return this . mtime ; } | the time that any part of this entity was updated in the database . concode_field_sep String QUERY_UPDATE_FOR_VERSION_REMOVE concode_elem_sep Integer replacedBundleDeploymentId concode_elem_sep Configuration configuration concode_elem_sep boolean isLive concode_elem_sep BundleVersion bundleVersion concode_elem_sep Stri... |
ByteChunk function ( ) { return ENCODING ; } | return the name of the associated encoding ; here , the value is `` identity '' . concode_field_sep String ENCODING_NAME concode_elem_sep ByteChunk endChunk concode_elem_sep ByteChunk ENCODING concode_elem_sep long contentLength concode_elem_sep InputBuffer buffer concode_elem_sep long remaining concode_field_sep void ... |
boolean function ( ) { if ( actions . isEmpty ( ) ) { return false ; } else { actions . remove ( 0 ) . execute ( this ) ; return true ; } } | continues or starts execution . each action should call this method if it determines that execution should continue . concode_field_sep DaemonContext daemonContext concode_elem_sep Throwable exception concode_elem_sep Object result concode_elem_sep DaemonConnection connection concode_elem_sep List<DaemonCommandAction> ... |
void function ( TaskAttemptID arg0 ) { this . taskId = arg0 ; } | sets task id . concode_field_sep int eventId concode_elem_sep TaskCompletionEvent[] EMPTY_ARRAY concode_elem_sep boolean isMap concode_elem_sep int idWithinJob concode_elem_sep String taskTrackerHttp concode_elem_sep TaskAttemptID taskId concode_elem_sep int taskRunTime concode_elem_sep Status status concode_field_sep ... |
XMLGregorianCalendar function ( ) { return periodEndDateTime ; } | gets the value of the periodenddatetime property . concode_field_sep BigInteger totalCostAfterDiscountInCents concode_elem_sep BigInteger periodicCostInCents concode_elem_sep List<PeriodicCostSummaryType.FeatureInfo> featureInfo concode_elem_sep PeriodicCostSummaryType.RatePlanInfo ratePlanInfo concode_elem_sep XMLGreg... |
void function ( ) { WebDriverWait loc0 = new WebDriverWait ( mDriver , 10 ) ; loc0 . until ( ExpectedConditions . elementToBeClickable ( By . id ( "srini_string" ) ) ) ; WebElement loc1 = mDriver . findElement ( By . id ( "srini_string" ) ) ; if ( loc1 . isSelected ( ) ) { loc1 . click ( ) ; } } | inactive floors concode_field_sep WebDriver mDriver concode_field_sep void testAddFloors concode_elem_sep void init concode_elem_sep void openFloor concode_elem_sep void testAddFloor concode_elem_sep void testUpdateFloor concode_elem_sep void browseFloor |
String function ( ) { return type ; } | gets the value of the type property . concode_field_sep CountryTextCodeType country concode_elem_sep String academicYear concode_elem_sep MobilityProgrammeCoursesUnitsType coursesUnits concode_elem_sep XMLGregorianCalendar dateTo concode_elem_sep String receivingInstitutionName concode_elem_sep String type concode_elem... |
WorkflowExecutionCancelRequestedEventAttributes function ( Long arg0 ) { this . externalInitiatedEventId = arg0 ; return this ; } | the id of the requestcancelexternalworkflowexecutioninitiated event corresponding to the requestcancelexternalworkflowexecution decision to cancel this workflow execution.the source event with this id can be found in the history of the source workflow execution . this information can be useful for diagnosing problems b... |
void function ( ) { } | this method resets the outgoing events . concode_field_sep long number concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean reset concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exitAc... |
ErrorManager function ( String ... arg0 ) { if ( ErrorManager . singletonObject == null ) ErrorManager . singletonObject = new ErrorManager ( arg0 . length > 0 ? arg0 [ 0 ] : "srini_string" ) ; return ErrorManager . singletonObject ; } | it could happen that the access method may be called twice from 2 different classes at the same time and hence more than one object being created . this could violate the design patter principle . in order to prevent the simultaneous invocation of the getter method by 2 threads or classes simultaneously we add the sync... |
List < Long > function ( ) { if ( status == null ) { status = new ArrayList < Long > ( ) ; } return this . status ; } | gets the value of the status 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 status property . for example , to add a new item , do as f... |
void function ( int arg0 ) { _maxEvents = arg0 ; } | set the maximum number of events to return . concode_field_sep int _skip concode_elem_sep Serializable _processInstance concode_elem_sep int _maxEvents concode_elem_sep long serialVersionUID concode_field_sep Serializable getProcessInstance concode_elem_sep int getSkip concode_elem_sep void setSkip concode_elem_sep int... |
void function ( ClassType arg0 ) { this . classType = arg0 ; } | sets the value of the classtype property . concode_field_sep List<GetterType> getter concode_elem_sep List<FieldType> field concode_elem_sep List<MethodType> method concode_elem_sep Boolean ignoreAnnotations concode_elem_sep List<ConstructorType> constructor concode_elem_sep String clazz concode_elem_sep ClassType clas... |
String function ( ) { return id ; } | this id is used by the client-side throttling code to keep track of the various event throttles . normally you can just use any unique id here , such as the component 's markupid webcomponent #getmarkupid . to unite several different events with one throttle , give them the same id . if this is null , it will on the cl... |
LifeStatus function ( ) { return updatedPersonMeasurement ; } | gets the value of the updatedpersonmeasurement property . concode_field_sep LifeStatus updatedPersonMeasurement concode_field_sep void setUpdatedPersonMeasurement |
void function ( java . lang . Double arg0 ) { this . runRate = arg0 ; } | sets the runrate value for this manufacturingcostdetail . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef costCategory concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef item concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object ... |
void function ( java . lang . String arg0 ) { this . localeDescription = arg0 ; } | sets the localedescription value for this customrecordtypetranslations . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String localeDescription conco... |
com . liferay . portal . model . Release function ( long arg0 ) { return _releaseLocalService . createRelease ( arg0 ) ; } | creates a new release with the primary key . does not add the release to the database . concode_field_sep ReleaseLocalService _releaseLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery... |
String function ( ) { return null ; } | the method getage gives us the age of the represented asset user concode_field_sep String actorPublicKey concode_elem_sep long lastConnectionDate concode_elem_sep String name concode_elem_sep long registrationDate concode_elem_sep byte[] profileImage concode_field_sep void setName concode_elem_sep void setProfileImage ... |
com . liferay . portal . workflow . kaleo . model . KaleoNotificationRecipient function ( long arg0 ) { return _kaleoNotificationRecipientLocalService . getKaleoNotificationRecipient ( arg0 ) ; } | returns the kaleo notification recipient with the primary key . concode_field_sep KaleoNotificationRecipientLocalService _kaleoNotificationRecipientLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.Actionab... |
SeriesChangeEvent function ( ) { return this . lastEvent ; } | returns the last event . concode_field_sep TimePeriodValues seriesC concode_elem_sep double EPSILON concode_elem_sep TimePeriodValues seriesB concode_elem_sep TimePeriodValues seriesA concode_elem_sep SeriesChangeEvent lastEvent concode_field_sep void testAddValue concode_elem_sep void testGetMaxStartIndex concode_elem... |
SVGSourceConfiguration function ( ) { if ( instance == null ) { instance = new SVGSourceConfiguration ( ) ; } return instance ; } | getdefault concode_field_sep IPredicateRule[] partitioningRules concode_elem_sep SVGSourceConfiguration instance concode_elem_sep String[] CONTENT_TYPES concode_elem_sep String DEFAULT concode_elem_sep String CDATA concode_elem_sep String TAG concode_elem_sep String SCRIPT concode_elem_sep String PRE_PROCESSOR concode_... |
void function ( final EvolutionState arg0 ) { for ( int loc0 = 0 ; loc0 < children . length ; loc0 ++ ) children [ loc0 ] . preInitializationStatistics ( arg0 ) ; } | called immediately before population initialization occurs . concode_field_sep String P_CHILD concode_elem_sep Statistics[] children concode_elem_sep String P_NUMCHILDREN concode_field_sep void preCheckpointStatistics concode_elem_sep void enteringSteadyStateStatistics concode_elem_sep void individualsBredStatistics co... |
boolean function ( ) { return showTotalCount ; } | is show total count boolean . concode_field_sep String totalBibRecordsCount concode_elem_sep Integer totalPageCount concode_elem_sep boolean showTotalCount concode_elem_sep String totalItemRecordsCount concode_elem_sep List<SearchResultRow> searchResultRows concode_elem_sep String errorMessage concode_elem_sep String t... |
int function ( ) { require ( 2 ) ; int loc0 = array [ pos ++ ] & 0xFF ; int loc1 = array [ pos ++ ] & 0xFF ; return ( ( loc0 << 8 ) + loc1 ) ; } | reads an unsigned 16 bit value from the stream , as an int . concode_field_sep byte[] array concode_elem_sep int pos concode_elem_sep int saved_end concode_elem_sep int end concode_elem_sep int saved_pos concode_field_sep int current concode_elem_sep void setActive concode_elem_sep void restore concode_elem_sep void re... |
NativeLibraryLoader function ( ) { return instance ; } | get a reference to the nativelibraryloader concode_field_sep String sharedLibraryName concode_elem_sep String tempFilePrefix concode_elem_sep NativeLibraryLoader instance concode_elem_sep String jniLibraryName concode_elem_sep String jniLibraryFileName concode_elem_sep String tempFileSuffix concode_elem_sep boolean ini... |
Response function ( ) { checkBootstrap ( ) ; String loc0 = uriInfo . getRequestUri ( ) . toString ( ) ; if ( ! loc0 . endsWith ( "srini_string" ) ) { return Response . seeOther ( new URI ( loc0 + "srini_string" ) ) . build ( ) ; } else { return createWelcomePage ( null , null ) ; } } | welcome page of keycloak concode_field_sep HttpHeaders headers concode_elem_sep UriInfo uriInfo concode_elem_sep KeycloakSession session concode_elem_sep ServicesLogger logger concode_elem_sep String KEYCLOAK_STATE_CHECKER concode_elem_sep boolean bootstrap concode_field_sep Response getResource concode_elem_sep Theme ... |
ContainerOverride function ( java . util . Collection < KeyValuePair > arg0 ) { setEnvironment ( arg0 ) ; return this ; } | the environment variables to send to the container . you can add new environment variables , which are added to the container at launch , or you can override the existing environment variables from the docker image or the task definition . concode_field_sep com.amazonaws.internal.SdkInternalList<KeyValuePair> environme... |
URL function ( ) { return url ; } | returns the source url for the image . concode_field_sep float scaleX concode_elem_sep Image image concode_elem_sep ResourceKey resourceKey concode_elem_sep float scaleY concode_elem_sep long serialVersionUID concode_elem_sep int width concode_elem_sep URL url concode_elem_sep int height concode_field_sep String getNam... |
float function ( ) { throw new UnsupportedOperationException ( ) ; } | guaranteed to throw unsupportedoperationexception . concode_field_sep NullLimiter NEUTRAL_LIMITER concode_field_sep float getMaxAngularAcceleration concode_elem_sep float getMaxAngularAcceleration concode_elem_sep void setMaxLinearAcceleration concode_elem_sep float getZeroLinearSpeedThreshold concode_elem_sep void set... |
void function ( ) { readUncached = true ; } | do not use the cache . concode_field_sep Data rowBuff concode_elem_sep FileStore file concode_elem_sep int memory concode_elem_sep int size concode_elem_sep int listIndex concode_elem_sep Session session concode_elem_sep ArrayList<Value> lobs concode_elem_sep int index concode_elem_sep ArrayList<Row> list concode_elem_... |
String function ( ) { return serialNumber ; } | gets the value of the serialnumber property . concode_field_sep ProductInstance.InstanceRange instanceRange concode_elem_sep String serialNumber concode_elem_sep String startingSerialNumber concode_elem_sep XMLGregorianCalendar expirationTime concode_elem_sep String endingSerialNumber concode_elem_sep String imei conco... |
void function ( byte arg0 ) { sessionID = arg0 ; if ( sessionID >= 0 ) { info |= JICPProtocol . SESSION_ID_PRESENT_INFO ; } else { info &= ( ~ JICPProtocol . SESSION_ID_PRESENT_INFO ) ; } } | set the sessionid of this packet and adjust the info field accordingly . concode_field_sep int MAX_SIZE concode_elem_sep byte[] data concode_elem_sep String recipientID concode_elem_sep byte type concode_elem_sep byte sessionID concode_elem_sep byte info concode_field_sep void init concode_elem_sep int writeTo concode_... |
Layer [ ] function ( ) { return this . layers ; } | returns the layers contained in the private key concode_field_sep short[] b2 concode_elem_sep int[] vi concode_elem_sep Layer[] layers concode_elem_sep short[][] A1inv concode_elem_sep long serialVersionUID concode_elem_sep short[][] A2inv concode_elem_sep short[] b1 concode_field_sep short[][] getInvA1 concode_elem_se... |
void function ( ConnectionStrategy arg0 ) { if ( arg0 . isDataStoreDisabled ( ) ) { return ; } try { load ( getConnection ( "srini_string" , arg0 ) ) ; load ( getConnection ( "srini_string" , arg0 ) ) ; } catch ( Exception loc0 ) { throw new RuntimeException ( loc0 ) ; } } | called at the start of all the tests to initialize the database to ensure it 's in the proper state . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep void load concode_elem_sep void setup concode_elem_sep void setUpTest |
List < ChannelFamilySystemGroup > function ( User arg0 ) { return VirtualInstanceFactory . getInstance ( ) . listFlexGuests ( arg0 ) ; } | returns a list of guests using fve concode_field_sep VirtualizationEntitlementsManager INSTANCE concode_field_sep List findGuestUnlimitedHostsByOrg concode_elem_sep List findGuestsWithoutHostsByOrg concode_elem_sep List findGuestLimitedHostsByOrg concode_elem_sep List<ChannelFamilySystemGroup> listEligibleFlexGuests co... |
void function ( DataOutput arg0 ) { String loc0 = getAclString ( ) ; Text . writeString ( arg0 , loc0 ) ; } | serializes the accesscontrollist object concode_field_sep int INITIAL_CAPACITY concode_elem_sep String WILDCARD_ACL_VALUE concode_elem_sep Collection<String> groups concode_elem_sep Groups groupsMapping concode_elem_sep Collection<String> users concode_elem_sep boolean allAllowed concode_field_sep boolean isUserInList ... |
void function ( List arg0 ) { this . configLocations = arg0 ; } | the list of configuration locations i.e. classpath : hibernate.cfg.xml to add to the session factory concode_field_sep List mappingResources concode_elem_sep Properties hibernateProperties concode_elem_sep List configLocations concode_elem_sep List annotatedClasses concode_elem_sep String sessionFactoryBeanName concode... |
void function ( boolean arg0 ) { this . hitExecutionNeeded = arg0 ; } | set if this phase should be executed at all . concode_field_sep boolean hitExecutionNeeded concode_field_sep boolean hitExecutionNeeded |
String function ( ) { return errorMessage ; } | if the variable value could not be loaded , this returns the error message . concode_field_sep List<TypedValueUpdateListener> updateListeners concode_elem_sep EnginePersistenceLogger LOG concode_elem_sep TypedValue cachedValue concode_elem_sep String errorMessage concode_elem_sep TypedValueSerializer<?> serializer conc... |
List < String > function ( ) { if ( paymentProfileIdentifiers == null ) { paymentProfileIdentifiers = new ArrayList < String > ( ) ; } return this . paymentProfileIdentifiers ; } | gets the value of the paymentprofileidentifiers 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 paymentprofileidentifiers property . for... |
FastpathArg function ( long arg0 ) { if ( arg0 > Integer . MAX_VALUE ) { arg0 -= NUM_OIDS ; } return new FastpathArg ( ( int ) arg0 ) ; } | creates a fastpatharg with an oid parameter . this is here instead of a constructor of fastpatharg because the constructor ca n't tell the difference between an long that 's really int8 and a long thats an oid . concode_field_sep long NUM_OIDS concode_elem_sep QueryExecutor executor concode_elem_sep Map<String,Integer>... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.