code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( ) { parent . onConsumedSubpartition ( index ) ; } | notifies the parent partition about a consumed resultsubpartitionview . concode_field_sep ResultPartition parent concode_elem_sep int totalNumberOfBuffers concode_elem_sep long totalNumberOfBytes concode_elem_sep int index concode_field_sep boolean add concode_elem_sep Throwable getFailureCause concode_elem_sep void up... |
boolean function ( ) { return queryLimit <= 0 ; } | later could prevent from using it in a query criteria at all , for now querylimit < = 0 concode_field_sep boolean required concode_elem_sep LinkedHashSet<String> defaultAliasedStorageNames concode_elem_sep Set<String> basicFieldTypes concode_elem_sep boolean fulltext concode_elem_sep String FULLTEXT_FIELD_NAME concode_... |
boolean function ( ) { return ! cve . isEmpty ( ) ; } | returns whether this suppression rule has notes entries . concode_field_sep String sha1 concode_elem_sep List<Float> cvssBelow concode_elem_sep String notes concode_elem_sep PropertyType filePath concode_elem_sep List<String> cwe concode_elem_sep PropertyType gav concode_elem_sep List<String> cve concode_elem_sep List<... |
void function ( Color arg0 ) { color = arg0 ; Canvas . getInstance ( ) . repaint ( ) ; } | sets the color for drawing this text . concode_field_sep JLabel label concode_elem_sep double xGrow concode_elem_sep double yGrow concode_elem_sep double x concode_elem_sep double y concode_elem_sep Color color concode_field_sep int getX concode_elem_sep int getHeight concode_elem_sep int getY concode_elem_sep void gro... |
void function ( String arg0 , byte [ ] arg1 , int arg2 ) { if ( arg1 == null ) throw new NullPointerException ( "srini_string" ) ; try { mService . add ( new Entry ( arg0 , 0 , arg1 , arg2 ) ) ; } catch ( RemoteException loc0 ) { } } | stores binary data , which may be ignored or discarded as with #addtext . concode_field_sep String ACTION_DROPBOX_ENTRY_ADDED concode_elem_sep String TAG concode_elem_sep String EXTRA_TIME concode_elem_sep ParcelFileDescriptor mFileDescriptor concode_elem_sep int HAS_BYTE_ARRAY concode_elem_sep int IS_GZIPPED concode_e... |
List function ( List arg0 , URL arg1 , String arg2 ) { return getCookies ( arg0 , arg1 , arg2 , false ) ; } | find cookies associated with this server match on name `` prefix '' concode_field_sep org.apache.commons.logging.Log _log concode_field_sep CookieData makeCookieData concode_elem_sep void storeCookie concode_elem_sep List newCookieList concode_elem_sep List findCookiesForServer concode_elem_sep List getCookies concode_... |
void function ( @ NotNull GPoPropParser . StateFormulaeContext arg0 ) { } | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitExpr concode_elem_sep void enterNegationProp concode_elem_sep void exitNegationProp concode_elem_sep void exitPoProp concode_elem_sep void exitStateFormulae concode_elem_sep void exitPoctl_true concode_elem_se... |
String function ( String arg0 ) { return resolvePlaceholders ( arg0 , false ) ; } | resolve $ ... placeholders in the given text , replacing them with corresponding system property values . concode_field_sep String PLACEHOLDER_SUFFIX concode_elem_sep PropertyPlaceholderHelper strictHelper concode_elem_sep String VALUE_SEPARATOR concode_elem_sep PropertyPlaceholderHelper nonStrictHelper concode_elem_se... |
void function ( ) { System . setOut ( this . stdOutMock ) ; } | inject the mocked std-out printstream into the system class before each test concode_field_sep int INVENTORY_SIZE concode_elem_sep int THREAD_COUNT concode_elem_sep PrintStream stdOutOrig concode_elem_sep PrintStream stdOutMock concode_field_sep void testAddItem concode_elem_sep void tearDown |
Set < T > function ( T ... arg0 ) { Set < T > loc0 = new HashSet < T > ( ) ; Collections . addAll ( loc0 , arg0 ) ; return loc0 ; } | wraps the given items in a mutable unordered set . concode_field_sep PlaceHolder placeHolder concode_field_sep SortedMap<K,V> toSortedMap concode_elem_sep NamedDomainObjectSet<T> toNamedDomainObjectSet concode_elem_sep Map<K,V> toMap concode_elem_sep SortedSet<T> toSortedSet concode_elem_sep SortedSet<T> toSortedSet co... |
long function ( ) { return _layoutBranch . getUserId ( ) ; } | returns the user id of this layout branch . concode_field_sep LayoutBranch _layoutBranch concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_... |
void function ( ) { final long loc0 = 1 ; final SUser loc1 = mock ( SUser . class ) ; when ( persistenceService . selectById ( SelectDescriptorBuilder . getElementById ( SUser . class , "srini_string" , loc0 ) ) ) . thenReturn ( loc1 ) ; Assert . assertEquals ( loc1 , identityServiceImpl . getUser ( loc0 ) ) ; } | test method for org.bonitasoft.engine.identity.impl.identityserviceimpl #getuser long . concode_field_sep Recorder recorder concode_elem_sep ReadPersistenceService persistenceService concode_elem_sep TechnicalLoggerService logger concode_elem_sep IdentityServiceImpl identityServiceImpl concode_elem_sep EventService eve... |
SetAccessPermissionsRequestType function ( ) { return setAccessPermissionsRequest ; } | getter for setaccesspermissionsrequest concode_field_sep SetAccessPermissionsRequestType setAccessPermissionsRequest concode_elem_sep String nameSpace concode_elem_sep String preferredPrefix concode_field_sep String toXMLString concode_elem_sep void setSetAccessPermissionsRequest |
Alignments function ( ) { return this . alignments ; } | gets the source-target word alignments . concode_field_sep Corpus sourceCorpus concode_elem_sep Alignments alignments concode_elem_sep Corpus targetCorpus concode_field_sep Corpus getTargetCorpus concode_elem_sep Corpus getSourceCorpus concode_elem_sep int getNumSentences |
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; } | this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC... |
boolean function ( Spannable arg0 , Layout arg1 ) { int loc0 = getSelectionEnd ( arg0 ) ; int loc1 = arg1 . getOffsetToLeftOf ( loc0 ) ; if ( loc1 != loc0 ) { extendSelection ( arg0 , loc1 ) ; return true ; } return true ; } | move the selection end to the buffer offset physically to the left of the current selection end . concode_field_sep int DONE concode_elem_sep Object SELECTION_START concode_elem_sep Object SELECTION_END concode_field_sep int getSelectionStart concode_elem_sep boolean extendUp concode_elem_sep boolean extendRight concod... |
Object function ( InputStream arg0 , ClassLoader arg1 ) { org . loc0 . snakeyaml . Yaml loc0 = new org . loc0 . snakeyaml . Yaml ( new CustomClassLoaderConstructor ( arg1 ) ) ; return loc0 . load ( arg0 ) ; } | load the specified inputstream as yaml . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
String function ( ) { if ( country == null ) { return "srini_string" ; } else { return country ; } } | gets the value of the country property . concode_field_sep BigDecimal zip concode_elem_sep String country concode_elem_sep String city concode_elem_sep String street concode_elem_sep String name concode_elem_sep String state concode_field_sep void setName concode_elem_sep void setCountry concode_elem_sep String getName... |
Pix function ( Pix arg0 , float arg1 , boolean arg2 ) { return rotate ( arg0 , arg1 , arg2 , true ) ; } | performs rotation with resizing using the default parameters . concode_field_sep boolean ROTATE_QUALITY concode_field_sep int nativeRotate |
String [ ] function ( ValueConfig [ ] arg0 ) { if ( arg0 == null || arg0 . length == 0 ) return NO_PARAMS_TYPES ; String [ ] loc0 = new String [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) loc0 [ loc1 ] = arg0 [ loc1 ] . getType ( ) ; return loc0 ; } | get types from values . concode_field_sep String[] NO_PARAMS_TYPES concode_field_sep Object convertValue concode_elem_sep Class<?> toClass concode_elem_sep Method findMethod concode_elem_sep boolean equals concode_elem_sep boolean simpleCheck concode_elem_sep Method locateMethod |
HandleFault function ( CamelContext arg0 ) { List < InterceptStrategy > loc0 = arg0 . getInterceptStrategies ( ) ; for ( InterceptStrategy loc1 : loc0 ) { if ( loc1 instanceof HandleFault ) { return ( HandleFault ) loc1 ; } } return null ; } | a helper method to return the handlefault instance for a given org.apache.camel.camelcontext if one is enabled concode_field_sep PlaceHolder placeHolder concode_field_sep Processor wrapProcessorInInterceptors concode_elem_sep String toString |
void function ( Integer arg0 ) { this . clId = arg0 ; } | this method was generated by mybatis generator . this method sets the value of the database column public.controlledlists.cl _ id concode_field_sep String textC concode_elem_sep String textA concode_elem_sep Integer clId concode_elem_sep String textE concode_elem_sep String textF concode_elem_sep String textS concode_e... |
XAResource function ( ) { return this ; } | returns an javax.transaction.xa.xaresource instance . concode_field_sep Logger log concode_elem_sep UnifiedSecurityManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Subject subject concode_elem_sep boolean invalid concode_elem_sep ConnectionRequestInfo cri concode_el... |
String function ( ) { return leafIcon ; } | return the value of the leaficon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_... |
void function ( Item arg0 ) { items . remove ( arg0 ) ; } | it removes the specified item . concode_field_sep List<Item> items concode_elem_sep int beginning concode_elem_sep long timestamp concode_field_sep int getBeginning concode_elem_sep void setBeginning concode_elem_sep Itemset cloneItemSetMinusItems concode_elem_sep Itemset cloneItemSet concode_elem_sep void addItem conc... |
int function ( ) { return _socialActivityLimit . getActivityType ( ) ; } | returns the activity type of this social activity limit . concode_field_sep SocialActivityLimit _socialActivityLimit concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep v... |
void function ( java . util . Date arg0 ) { this . creationDate = arg0 ; } | timestamp which tells the creation date for the entity . concode_field_sep java.util.Date updateDate concode_elem_sep Integer updateVersion concode_elem_sep String state concode_elem_sep java.util.Date creationDate concode_elem_sep Boolean pendingDeletion concode_field_sep OptionStatus withCreationDate concode_elem_sep... |
void function ( String arg0 ) { this . tempDataDir = arg0 ; } | sets the tempdatadir . concode_field_sep String tempDataDir concode_elem_sep boolean isReplicatedJoin concode_elem_sep String rowBufferSize concode_elem_sep boolean isDieOnError concode_elem_sep boolean isLookInParallel concode_field_sep boolean isReplicatedJoin concode_elem_sep void setDieOnError concode_elem_sep Stri... |
void function ( OutputStream arg0 ) { CurrentHelper . write ( arg0 , value ) ; } | write the stored value into the cdr stream . concode_field_sep Current value concode_field_sep void _read concode_elem_sep org.omg.CORBA.TypeCode _type |
String function ( ) { return this . certificateId ; } | the id of the certificate . aws iot issues a default subject name for the certificate for example , aws iot certificate . concode_field_sep String certificatePem concode_elem_sep String certificateArn concode_elem_sep String certificateId concode_elem_sep KeyPair keyPair concode_field_sep void setCertificatePem concode... |
boolean function ( ) { return false ; } | prepares the layoutlib to unloaded . concode_field_sep int API_CURRENT concode_field_sep boolean init concode_elem_sep void clearCaches concode_elem_sep int getApiLevel concode_elem_sep Result getViewBaseline concode_elem_sep Result getViewIndex concode_elem_sep boolean supports concode_elem_sep EnumSet<Capability> get... |
void function ( Integer arg0 ) { this . recordNum = arg0 ; } | sets record num . concode_field_sep String bibId concode_elem_sep String owningInstitution concode_elem_sep String owningInstitutionBibId concode_elem_sep Integer recordNum concode_elem_sep Integer matchingBibInfoDetailId concode_field_sep String getOwningInstitutionBibId concode_elem_sep void setMatchingBibInfoDetailI... |
void function ( String arg0 ) { this . initiatorName = arg0 ; } | the iscsi initiator that connects to the target . concode_field_sep String initiatorName concode_elem_sep String targetARN concode_field_sep String getTargetARN concode_elem_sep DeleteChapCredentialsResult withTargetARN concode_elem_sep String getInitiatorName concode_elem_sep DeleteChapCredentialsResult withInitiatorN... |
double function ( List < Integer > arg0 ) { double loc0 = 0 ; double loc1 = calculateMean ( arg0 ) ; for ( Integer loc2 : arg0 ) { loc0 += Math . pow ( loc1 - loc2 , 2 ) ; } return Math . pow ( Math . sqrt ( loc0 / arg0 . size ( ) ) , 2 ) ; } | this method calculate the variance of a list of integers concode_field_sep PlaceHolder placeHolder concode_field_sep int calculateMinValue concode_elem_sep void getStats concode_elem_sep double calculateStdDeviationD concode_elem_sep int calculateMaxValue concode_elem_sep double calculateStdDeviation concode_elem_sep d... |
RoutingExplanations function ( ) { return explanations ; } | get the explanation of this result concode_field_sep boolean retryFailed concode_elem_sep boolean debugDecision concode_elem_sep RoutingNodes routingNodes concode_elem_sep MetaData metaData concode_elem_sep long currentNanoTime concode_elem_sep DiscoveryNodes nodes concode_elem_sep Map<ShardId,Set<String>> ignoredShard... |
com . liferay . portal . workflow . kaleo . model . KaleoTimer function ( com . liferay . portal . workflow . kaleo . model . KaleoTimer arg0 ) { return _kaleoTimerLocalService . addKaleoTimer ( arg0 ) ; } | adds the kaleo timer to the database . also notifies the appropriate model listeners . concode_field_sep KaleoTimerLocalService _kaleoTimerLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.workflow.kaleo.model.KaleoTimer updateKaleoTimer concode_elem_sep void s... |
void function ( String arg0 , boolean arg1 , ConnectionRunnable arg2 ) { withConnection ( arg0 , arg1 , arg2 , play . api . Play . unsafeApplication ( ) ) ; } | executes a block of code , providing a jdbc connection . the connection and all created statements are automatically released . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep Connec... |
Class < T > function ( Class < T > arg0 ) { checkNotNull ( arg0 ) ; @ SuppressWarnings ( "srini_string" ) Class < T > loc0 = ( Class < T > ) PRIMITIVE_TO_WRAPPER_TYPE . get ( arg0 ) ; return ( loc0 == null ) ? arg0 : loc0 ; } | returns the corresponding wrapper type of type if it is a primitivetype ; otherwise returns type itself . idempotent . wrap int.class == integer.class wrap integer.class == integer.class wrap string.class == string.class concode_field_sep Map<Class<?>,Class<?>> PRIMITIVE_TO_WRAPPER_TYPE concode_elem_sep Map<Class<?>,Cl... |
void function ( Index arg0 , Settings arg1 ) { } | called after the index has been closed . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep void shardRoutingChanged concode_elem_sep void before... |
boolean function ( ) { return false ; } | indicates if the then program is recursive concode_field_sep Program thenProgram concode_field_sep Program getThenProgram concode_elem_sep boolean evaluate |
void function ( Throwable arg0 ) { onFailure ( arg0 ) ; } | this should be executed if the thread-pool executing this action rejected the execution . the default implementation forwards to #onfailure throwable concode_field_sep PlaceHolder placeHolder concode_field_sep void onAfter concode_elem_sep void doRun concode_elem_sep void onFailure concode_elem_sep void run concode_ele... |
void function ( ListModelEvent arg0 ) { for ( ListModelListener loc0 : listeners ) { try { loc0 . onModelEvent ( arg0 ) ; } catch ( Throwable loc1 ) { GWT . log ( "srini_string" , loc1 ) ; } } } | this method fires the specified event and invokes the listeners . concode_field_sep Map<String,Object> items concode_elem_sep List<ListModelListener> listeners concode_elem_sep List<String> itemIds concode_elem_sep String selectedId concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_... |
void function ( Runnable arg0 ) { try { arg0 . run ( ) ; fail ( "srini_string" ) ; } catch ( IllegalArgumentException loc0 ) { } } | asserts that an illegalargumentexception is thrown by the code block . concode_field_sep Random random concode_field_sep int randomInt concode_elem_sep String randomUnicodeString concode_elem_sep void assertIllegalStateException concode_elem_sep void assertNullPointerException concode_elem_sep char randomChar concode_e... |
void function ( BlockDudeState arg0 , BlockDudeAgent arg1 , int arg2 , int arg3 , int arg4 , int arg5 ) { if ( arg1 . holding ) { BlockDudeCell loc0 = getBlockAt ( arg0 , arg2 , arg3 + 1 ) ; arg0 . copyBlocks ( ) ; arg0 . blocks . remove ( loc0 ) ; loc0 = loc0 . copy ( ) ; loc0 . x = arg4 ; loc0 . y = arg5 + 1 ; arg0 .... | moves a carried block to a new position of the agent concode_field_sep int maxy concode_elem_sep int maxx concode_field_sep List<StateTransitionProb> stateTransitions concode_elem_sep int greatestHeightBelow concode_elem_sep void moveHorizontally concode_elem_sep BlockDudeCell getBlockAt concode_elem_sep State sample c... |
Collection function ( ) { return Collections . unmodifiableCollection ( entityToCopyMap . values ( ) ) ; } | returns an unmodifiable set view of the entity copies contained in this eventcache . concode_field_sep Map<Object,Object> entityToCopyMap concode_elem_sep Map<Object,Boolean> entityToOperatedOnFlagMap concode_elem_sep Map<Object,Object> copyToEntityMap concode_field_sep boolean isOperatedOn concode_elem_sep Map invertM... |
DescribeStackResourcesResult function ( java . util . Collection < StackResource > arg0 ) { setStackResources ( arg0 ) ; return this ; } | a list of stackresource structures . concode_field_sep com.amazonaws.internal.SdkInternalList<StackResource> stackResources concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeStackResourcesResult clone concode_elem_sep java.util.List<StackResource> getStackResources concode_elem_sep... |
String function ( ) { return message ; } | gets the value of the message property . concode_field_sep String code concode_elem_sep long serialVersionUID concode_elem_sep String message concode_field_sep void setCode concode_elem_sep void setMessage concode_elem_sep String getCode |
void function ( boolean arg0 ) { this . compression = arg0 ; } | determines whether output will be compressed . concode_field_sep int BUFFER_SIZE concode_elem_sep String outfile concode_elem_sep byte[] buffer concode_elem_sep Vector mergefiles concode_elem_sep Vector addfiles concode_elem_sep boolean compression concode_elem_sep int VECTOR_INIT_SIZE concode_field_sep void setOutfile... |
int function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return ContainerHelpers . binarySearch ( mKeys , mSize , arg0 ) ; } | returns the index for which #keyat would return thespecified key , or a negative number if the specified key is not mapped . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode_el... |
void function ( ) { Task loc0 = new Task ( "srini_string" , new Date ( 1 ) , new Date ( 2 ) ) ; Task loc1 = ( Task ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetSubTaskCount concode_elem_sep void testCloning concode_elem_sep void testEquals |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a 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 to com.l... |
String function ( ) { return affiliation ; } | returns the affiliation of the occupant . possible affiliations are : `` owner '' , `` admin '' , `` member '' , `` outcast '' . this information will always be available . concode_field_sep String nick concode_elem_sep String role concode_elem_sep String jid concode_elem_sep String affiliation concode_field_sep int ha... |
void function ( String [ ] arg0 ) { EventQueue . invokeLater ( new Runnable ( ) { public void run ( ) { try { B4GUI loc0 = new B4GUI ( ) ; loc0 . frmEitnHaB . setVisible ( true ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } } ) ; } | launch the application . concode_field_sep JTextField fieldSeed concode_elem_sep JButton btnDecode concode_elem_sep JTextField fieldM concode_elem_sep JFrame frmEitnHaB concode_elem_sep JTextField fieldEM concode_elem_sep JTextField fieldOutput concode_elem_sep JLabel lblEm concode_field_sep void initialize |
String function ( ) { return tripId ; } | returns id of this trip . concode_field_sep List<List<Street>> trace concode_elem_sep String tripId concode_elem_sep List<Stop> stops concode_elem_sep List<LocalTime> stopTimes concode_field_sep List<List<Street>> getTraces concode_elem_sep List<LocalTime> getStopTimes concode_elem_sep String toString concode_elem_sep ... |
boolean function ( ) { return isUpdated ; } | returns ` true ' if the list is updated since creation and reload . concode_field_sep String name concode_elem_sep boolean isUpdated concode_elem_sep Map<String,Integer> list concode_field_sep void add concode_elem_sep void setName concode_elem_sep boolean contains concode_elem_sep int getSize concode_elem_sep String g... |
ChecksumResult function ( Context arg0 , ChecksumResultCode arg1 ) { return checksumResultDAO . findByCode ( arg0 , arg1 ) ; } | get the result description for the given result code concode_field_sep ChecksumResultDAO checksumResultDAO concode_field_sep List<ChecksumResult> findAll |
void function ( Runnable arg0 , long arg1 ) { if ( this . fixedDelayTasks == null ) { this . fixedDelayTasks = new HashMap < Runnable , Long > ( ) ; } this . fixedDelayTasks . put ( arg0 , arg1 ) ; } | add a runnable task to be triggered with the given fixed delay . concode_field_sep Map<Runnable,String> cronTasks concode_elem_sep Map<Runnable,Trigger> triggerTasks concode_elem_sep Set<ScheduledFuture<?>> scheduledFutures concode_elem_sep Map<Runnable,Long> fixedRateTasks concode_elem_sep TaskScheduler taskScheduler ... |
void function ( Neuron arg0 ) { if ( arg0 == null ) { throw new NeurophException ( "srini_string" ) ; } this . neurons = Arrays . copyOf ( neurons , neurons . length + 1 ) ; arg0 . setParentLayer ( this ) ; this . neurons [ neurons . length - 1 ] = arg0 ; } | adds specified neuron to this layer concode_field_sep NeuralNetwork parentNetwork concode_elem_sep String label concode_elem_sep long serialVersionUID concode_elem_sep Neuron[] neurons concode_field_sep String getLabel concode_elem_sep void removeNeuronAt concode_elem_sep void removeAllNeurons concode_elem_sep void ini... |
boolean function ( Object arg0 ) { if ( arg0 == null ) return false ; if ( arg0 instanceof Name ) return name . equals ( ( ( Name ) arg0 ) . getName ( ) ) ; return arg0 instanceof String && name . equals ( arg0 ) ; } | indicates whether some other name object is `` equal to '' this one concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep String toString |
char function ( ) { throw new UnsupportedOperationException ( getClass ( ) . getSimpleName ( ) ) ; } | convenience method to get this element as a primitive character value . concode_field_sep PlaceHolder placeHolder concode_field_sep float getAsFloat concode_elem_sep BigInteger getAsBigInteger concode_elem_sep byte getAsByte concode_elem_sep JsonObject getAsJsonObject concode_elem_sep JsonNull getAsJsonNull concode_ele... |
String function ( ) { return description ; } | returns the scenario description . concode_field_sep String SCENARIO concode_elem_sep String name concode_elem_sep String description concode_elem_sep HierarchicalConfiguration definition concode_elem_sep String DESCRIPTION concode_elem_sep String NAME concode_field_sep String name concode_elem_sep HierarchicalConfigur... |
LuaString function ( ) { realloc ( length , 0 ) ; return LuaString . valueOf ( bytes , offset , length ) ; } | convert the buffer to a luastring concode_field_sep int offset concode_elem_sep byte[] NOBYTES concode_elem_sep byte[] bytes concode_elem_sep int length concode_elem_sep int DEFAULT_CAPACITY concode_elem_sep LuaValue value concode_field_sep Buffer concatTo concode_elem_sep Buffer concatTo concode_elem_sep Buffer concat... |
void function ( String arg0 , MethodListener arg1 ) { if ( arg1 == null ) { sMethods . remove ( arg0 ) ; } else { sMethods . put ( arg0 , arg1 ) ; } } | defines or reset a listener for the given method signature . concode_field_sep MethodListener sDefaultListener concode_elem_sep HashMap<String,MethodListener> sMethods concode_field_sep long invokeL concode_elem_sep int invokeI concode_elem_sep void invokeV concode_elem_sep float invokeF concode_elem_sep double invokeD... |
void function ( ) { for ( BasicClusterRepository loc0 : clusters . values ( ) ) { loc0 . removeAllClusters ( ) ; } clusters . clear ( ) ; } | remove all the clusters in the system concode_field_sep Map<String,BasicClusterRepository> clusters concode_field_sep void removeClusters concode_elem_sep BasicClusterRepository getClusterRepository concode_elem_sep BasicClusterRepository removeClusterRepository concode_elem_sep void removeCluster concode_elem_sep void... |
void function ( java . lang . String arg0 ) { this . description = arg0 ; } | sets the description value for this wstransformerv2 . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.md... |
void function ( ) { System . out . println ( "srini_string" ) ; Lane loc0 = null ; loc0 . step ( ) ; fail ( "srini_string" ) ; } | test of step method , of class lane . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetParallel concode_elem_sep void setUpClass concode_elem_sep void testPutLast concode_elem_sep void testToStringLane concode_elem_sep void testLastFree concode_elem_sep void testIsEmpty concode_elem_sep void tear... |
void function ( String arg0 ) { this . confirmPassword = arg0 ; } | sets the confirm password . concode_field_sep boolean securedOrNot concode_elem_sep String password concode_elem_sep String mailSmtpHost concode_elem_sep String confirmPassword concode_elem_sep String mailId concode_elem_sep String mailSmtpPort concode_field_sep void setMailId concode_elem_sep void setMailSmtpPort conc... |
byte [ ] function ( ) { return id . clone ( ) ; } | returns an array of bytes representing the value of the sql rowid designated by this java.sql.rowid object . concode_field_sep byte[] id concode_elem_sep int hash concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Object id |
void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; } | sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep double LnOf2 concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_el... |
void function ( String arg0 ) { if ( ! StringUtils . isEmpty ( arg0 ) ) { put ( CTX_CONDITION_IF_NONE_MATCH , arg0 ) ; } else { remove ( CTX_CONDITION_IF_NONE_MATCH ) ; } } | sets the etag sha1 in nexus to check item against . concode_field_sep HashMap<String,Object> delegate concode_elem_sep RequestContext parent concode_elem_sep String CTX_REQUEST_URL concode_elem_sep String CTX_CONDITION_IF_NONE_MATCH concode_elem_sep String CTX_REQUEST_IS_EXTERNAL concode_elem_sep String CTX_AS_EXPIRED_... |
GVTGlyphVector function ( FontRenderContext arg0 , String arg1 ) { StringCharacterIterator loc0 = new StringCharacterIterator ( arg1 ) ; return new AWTGVTGlyphVector ( awtFont . createGlyphVector ( arg0 , arg1 ) , this , scale , loc0 ) ; } | returns a new glyphvector object created with the specified string and the specified fontrendercontext . concode_field_sep float size concode_elem_sep Map fontCache concode_elem_sep float scale concode_elem_sep Font awtFont concode_elem_sep float FONT_SIZE concode_field_sep int canDisplayUpTo concode_elem_sep int canDi... |
String function ( ) { if ( bufpos >= tokenBegin ) return new String ( buffer , tokenBegin , bufpos - tokenBegin + 1 ) ; else return new String ( buffer , tokenBegin , bufsize - tokenBegin ) + new String ( buffer , 0 , bufpos + 1 ) ; } | get token literal value . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int tabSize concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[]... |
void function ( TranslogGeneration arg0 ) { this . translogGeneration = arg0 ; } | set the generation to be opened . use null to start with a fresh translog . concode_field_sep Path translogPath concode_elem_sep ByteSizeValue DEFAULT_BUFFER_SIZE concode_elem_sep IndexSettings indexSettings concode_elem_sep ShardId shardId concode_elem_sep BigArrays bigArrays concode_elem_sep TranslogGeneration transl... |
void function ( String arg0 ) { if ( canGetGpsLocation ( ) ) { gps . startGpsLocationUpdates ( arg0 ) ; } else { showToast ( "srini_string" ) ; gps . showSettingsAlert ( ) ; } } | get geolocationlatitude from android concode_field_sep Context myContext concode_elem_sep boolean gcmRegistrationIdRequested concode_elem_sep AndroidMainActivity myActivity concode_elem_sep WebView myWebView concode_elem_sep LocationUpdater gps concode_elem_sep String gcmRegistrationId concode_field_sep void stopGeoLoc... |
void function ( ) { this . setEnd ( String . valueOf ( TimeStamp . counter ++ ) ) ; } | zet eindtijdstip . gebruik interne teller voor identificatie van het tijdstip concode_field_sep String beginS concode_elem_sep long counter concode_elem_sep String endS concode_elem_sep long end concode_elem_sep String curBeginS concode_elem_sep List<Period> list concode_elem_sep long begin concode_elem_sep long curBeg... |
PeriodValue function ( String arg0 ) { return parsePeriodValue ( arg0 , null ) ; } | parse a period value of the form < start > / < end > . this does not yet recognize the < start > / < duration > form . concode_field_sep Pattern IGNORABLE_ICAL_WHITESPACE concode_elem_sep Pattern DATE_VALUE concode_field_sep DateValue parseDateValue concode_elem_sep DateValue parseDateValue concode_elem_sep String unfo... |
Long function ( JsonObject arg0 , String arg1 ) { if ( arg0 . has ( arg1 ) ) { JsonElement loc0 = arg0 . get ( arg1 ) ; if ( loc0 != null && loc0 . isJsonPrimitive ( ) ) { return loc0 . getAsLong ( ) ; } else { return null ; } } else { return null ; } } | gets the value of the given member as a long , null if it does n't exist concode_field_sep Gson gson concode_elem_sep Logger logger concode_field_sep JsonElement getAsArray concode_elem_sep Map readMap concode_elem_sep Date getAsDate concode_elem_sep List<EncryptionMethod> getAsEncryptionMethodList concode_elem_sep Set... |
String function ( byte [ ] arg0 , String arg1 , int arg2 ) { return toHexString ( arg0 , 0 , arg0 . length , arg1 , arg2 ) ; } | get a text representation of a byte as hexadecimal string , where each pair of hexadecimal digits corresponds to consecutive bytes in the array . concode_field_sep char[] HEX_DIGITS concode_field_sep String rightPad concode_elem_sep String leftPad concode_elem_sep byte[] fromHexString concode_elem_sep boolean isEmpty c... |
int function ( ) { return getService ( ) . getSyncDevicesCount ( ) ; } | returns the number of sync devices . concode_field_sep SyncDeviceLocalService _service concode_field_sep com.liferay.sync.model.SyncDevice getSyncDeviceByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.sync.model.SyncDevice fetchSyncDevice concode_elem_sep com.li... |
Method function ( ) { return writeMethod ; } | returns the write method or setter method . concode_field_sep Field field concode_elem_sep Method readMethod concode_elem_sep Mapper mapper concode_elem_sep Method writeMethod concode_field_sep String getName concode_elem_sep Mapper getMapper concode_elem_sep void setWriteMethod concode_elem_sep Field getField concode_... |
String function ( ) { return description ; } | changeset description concode_field_sep CheckSum currentCheckSum concode_elem_sep RanChangeSet ranChangeSet concode_elem_sep String comments concode_elem_sep Set<ChangeSetFilterResult> filterResults concode_elem_sep Date dateLastExecuted concode_elem_sep String description concode_elem_sep boolean previouslyRan concode... |
Vector3f function ( float arg0 , float arg1 , Vector3f arg2 ) { arg2 . set ( nextFloat ( arg0 , arg1 ) , nextFloat ( arg0 , arg1 ) , nextFloat ( arg0 , arg1 ) ) ; return arg2 ; } | randomises a provided vector3f so its components range from min inclusive to max concode_field_sep char[] ALPHANUMERIC_CHARS concode_field_sep float nextFloat concode_elem_sep float nextFloat concode_elem_sep T nextItem concode_elem_sep Vector3f nextUnitVector3f concode_elem_sep int nextInt concode_elem_sep int nextInt... |
void function ( SessionFactory arg0 ) { this . sessionFactory = arg0 ; } | auto generated method comment concode_field_sep Log log concode_elem_sep SessionFactory sessionFactory concode_field_sep List<Cohort> getCohortsContainingPatientId concode_elem_sep List<Cohort> getCohorts concode_elem_sep Cohort getCohortByUuid concode_elem_sep List<Cohort> getAllCohorts concode_elem_sep Cohort deleteC... |
String function ( ) { return m_name ; } | gets the fully qualified name of this scriptdescriptor concode_field_sep List<String> m_classpath concode_elem_sep String m_name concode_elem_sep String m_methodName concode_elem_sep String m_className concode_elem_sep ArrayList<Class<?>> m_argumentTypes concode_field_sep List<String> getClasspath concode_elem_sep Clas... |
String function ( ) { return oaiId ; } | get the oai_id associated with this item concode_field_sep Date lastHarvested concode_elem_sep Item item concode_elem_sep int id concode_elem_sep String oaiId concode_field_sep void setOaiId concode_elem_sep void setOaiID concode_elem_sep void setHarvestDate concode_elem_sep Item getItem concode_elem_sep int getId conc... |
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertTrue ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertIssueCount ( diagnostics , 0 ) ; } | a valid regular state must produce no issues . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart... |
int function ( ) { return new SerializedClass ( din , pool , this ) . getHandle ( ) ; } | parses the `` normal '' part of a newclassdesc part of the stream . returns the handle of the class . concode_field_sep SerializedEntityPool pool concode_elem_sep DataInputStream din concode_field_sep int parseEnum concode_elem_sep int readHandle concode_elem_sep int parseArray concode_elem_sep int parseClassDesc conco... |
ObjectName function ( final String arg0 ) { return createObjectName ( ObjectNameBuilder . CORE_MODULE , "srini_string" , arg0 . toString ( ) ) ; } | returns the objectname used by divertcontrol . concode_field_sep ObjectNameBuilder DEFAULT concode_elem_sep String domain concode_elem_sep String CORE_MODULE concode_elem_sep String JMS_MODULE concode_field_sep ObjectName getHornetQServerObjectName concode_elem_sep ObjectName createObjectName concode_elem_sep ObjectNam... |
String function ( ) { return actuate ; } | gets the value of the actuate property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep MIRequestedDateType miRequestedDate concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type conco... |
void function ( HelloWorldConnection arg0 ) { ConnectionEvent loc0 = new ConnectionEvent ( this , ConnectionEvent . CONNECTION_CLOSED ) ; loc0 . setConnectionHandle ( arg0 ) ; for ( javax . resource . spi . ConnectionEventListener loc1 : listeners ) { loc1 . connectionClosed ( loc0 ) ; } } | close handle concode_field_sep HelloWorldManagedConnectionFactory mcf concode_elem_sep List<javax.resource.spi.ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter writer concode_field_sep void associateConnection concode_elem_sep Object getConnection concode_elem_sep Local... |
void function ( ) { SFSB1 loc0 = lookup ( "srini_string" , SFSB1 . class ) ; loc0 . createEmployee ( "srini_string" , "srini_string" , 1 ) ; } | test that a bean validation error is not thrown concode_field_sep String ARCHIVE_NAME concode_elem_sep InitialContext iniCtx concode_field_sep T lookup concode_elem_sep T rawLookup concode_elem_sep void testFailingBeanValidationNullAddress concode_elem_sep Archive<?> deploy |
GetStreamingDistributionResult function ( String arg0 ) { this . eTag = arg0 ; return this ; } | the current version of the streaming distribution 's information . for example : e2qwruhapomqzl . returns a reference to this object so that method calls can be chained together . concode_field_sep String eTag concode_elem_sep StreamingDistribution streamingDistribution concode_field_sep void setStreamingDistribution c... |
Image function ( ImageDescriptor arg0 ) { if ( arg0 == null ) arg0 = ImageDescriptor . getMissingImageDescriptor ( ) ; Image loc0 = fRegistry . get ( arg0 ) ; if ( loc0 != null ) return loc0 ; loc0 = arg0 . createImage ( ) ; if ( loc0 != null ) fRegistry . put ( arg0 , loc0 ) ; return loc0 ; } | returns the image associated with the given image descriptor . concode_field_sep HashMap<ImageDescriptor,Image> fRegistry concode_elem_sep Display fDisplay concode_field_sep void hookDisplay concode_elem_sep void dispose |
CreateUpdateContainerOptions function ( String arg0 ) { add ( VERSIONS_LOCATION , arg0 ) ; return this ; } | enables versioning on this container . the value is the name of another container . you must utf-8-encode and then url-encode the name before you include it in the header . to disable versioning , set the header to an empty string . concode_field_sep Map<String,String> headers concode_field_sep void add concode_elem_se... |
String function ( ) { return formatAddresses ( message . getFrom ( ) ) ; } | returns the from field . concode_field_sep Message message concode_field_sep String getReceivedDate concode_elem_sep boolean hasFrom concode_elem_sep String getSubject concode_elem_sep String getBcc concode_elem_sep String getReplyTo concode_elem_sep String getBody concode_elem_sep Message getMessage concode_elem_sep b... |
List < String > function ( ) { if ( tag == null ) { tag = new ArrayList < String > ( ) ; } return this . tag ; } | gets the value of the tag 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 tag property . for example , to add a new item , do as follows... |
Resource [ ] function ( String arg0 ) { return applicationContext . getResources ( contextPath + arg0 ) ; } | return array or resource that match given pattern concode_field_sep IServiceInvoker serviceInvoker concode_elem_sep Logger logger concode_elem_sep IScopeResolver scopeResolver concode_elem_sep IClientRegistry clientRegistry concode_elem_sep ApplicationContext applicationContext concode_elem_sep String contextPath conco... |
void function ( String arg0 , Object ... arg1 ) { logger . error ( arg0 , arg1 ) ; } | log a message with the error level . concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep vo... |
Cipher function ( String arg0 ) { try { return Cipher . getInstance ( arg0 ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new IllegalArgumentException ( "srini_string" , loc0 ) ; } catch ( NoSuchPaddingException loc0 ) { throw new IllegalStateException ( "srini_string" , loc0 ) ; } } | constructs a new cipher . concode_field_sep PlaceHolder placeHolder concode_field_sep void initCipher concode_elem_sep void initCipher concode_elem_sep void initCipher concode_elem_sep SecretKey newSecretKey concode_elem_sep SecretKey newSecretKey concode_elem_sep T getParameterSpec concode_elem_sep byte[] doFinal |
void function ( String arg0 ) { this . commonName = arg0 ; } | sets the value of the commonname property . concode_field_sep String commonName concode_elem_sep PrivateKeyAttributes privateKeyAttributes concode_elem_sep Long generalFlags concode_elem_sep CertificateValidity certificateValidity concode_elem_sep SupersededPolicies supersededPolicies concode_elem_sep long policySchema... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.