Dataset Viewer
Auto-converted to Parquet Duplicate
id
int32
0
100k
nl
stringlengths
68
7.19k
code
stringlengths
20
663
template_name
stringclasses
1 value
template
stringclasses
1 value
rendered_input
stringlengths
130
4.39k
rendered_output
stringlengths
20
663
0
check if details are parsed . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_sep boolean isRead concode_elem_sep long memMapSize concode_elem_sep Logger LOG concode_elem_sep b...
boolean function ( ) { return isParsed ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: check if details are parsed . Class fields: Container parent, Container getParent Class methods: boolean isParsed, long offset, long contentStartPosition, ByteBuffer deadBytes, boolean isRead, long memMapSize, Logger LOG, byte[] userType, String type, ByteBuffer content, FileC...
boolean function ( ) { return isParsed ; }
1
answer the library file defining the library containing the compilation unit to be indexed or null if the library is not on disk concode_field_sep IndexStore indexStore concode_elem_sep IndexPerformanceRecorder performanceRecorder concode_elem_sep DartUnit unit concode_elem_sep CompilationUnit compilationUnit concode_e...
File function ( ) { return libraryFile ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: answer the library file defining the library containing the compilation unit to be indexed or null if the library is not on disk Class fields: IndexStore indexStore, boolean removeWhenResourceRemoved Class methods: IndexPerformanceRecorder performanceRecorder, DartUnit unit, C...
File function ( ) { return libraryFile ; }
2
this method deletes index files of the @linkplain indexcommit for the specified generation number . concode_field_sep Logger log concode_field_sep void deleteNonSnapshotIndexFiles concode_elem_sep Map<String,Integer> buildRefCounts
void function ( Directory arg0 , Collection < SnapshotMetaData > arg1 , long arg2 ) { List < IndexCommit > loc0 = DirectoryReader . listCommits ( arg0 ) ; Map < String , Integer > loc1 = buildRefCounts ( arg1 , loc0 ) ; for ( IndexCommit loc2 : loc0 ) { if ( loc2 . getGeneration ( ) == arg2 ) { deleteIndexFiles ( arg0 ...
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: this method deletes index files of the @linkplain indexcommit for the specified generation number . Class fields: Logger log, void deleteNonSnapshotIndexFiles Class methods: Map<String,Integer> buildRefCounts Generate the method
void function ( Directory arg0 , Collection < SnapshotMetaData > arg1 , long arg2 ) { List < IndexCommit > loc0 = DirectoryReader . listCommits ( arg0 ) ; Map < String , Integer > loc1 = buildRefCounts ( arg1 , loc0 ) ; for ( IndexCommit loc2 : loc0 ) { if ( loc2 . getGeneration ( ) == arg2 ) { deleteIndexFiles ( arg0 ...
3
do n't use this . no , really , do n't use this . you already have an authenticationtoken with org.apache.accumulo.core.client.mapreduce.lib.impl.configuratorbase #getauthenticationtoken class , configuration . you do n't need to construct it yourself . gets the password from the configuration . warning : the password ...
byte [ ] function ( Class < ? > arg0 , Configuration arg1 ) { return AuthenticationTokenSerializer . serialize ( org . apache . accumulo . core . client . mapreduce . lib . impl . ConfiguratorBase . getAuthenticationToken ( arg0 , arg1 ) ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: do n't use this . no , really , do n't use this . you already have an authenticationtoken with org.apache.accumulo.core.client.mapreduce.lib.impl.configuratorbase #getauthenticationtoken class , configuration . you do n't need to construct it yourself . gets the password from the configuration ....
byte [ ] function ( Class < ? > arg0 , Configuration arg1 ) { return AuthenticationTokenSerializer . serialize ( org . apache . accumulo . core . client . mapreduce . lib . impl . ConfiguratorBase . getAuthenticationToken ( arg0 , arg1 ) ) ; }
4
force the eventbus from ambarieventpublisher to be serialand synchronous . concode_field_sep PlaceHolder placeHolder concode_field_sep void registerAlertListeners concode_elem_sep EventBus synchronizeAlertEventPublisher concode_elem_sep void replaceEventBus concode_elem_sep void registerAmbariListeners
void function ( Binder arg0 ) { EventBus loc0 = new EventBus ( ) ; AmbariEventPublisher loc1 = new AmbariEventPublisher ( ) ; replaceEventBus ( AmbariEventPublisher . class , loc1 , loc0 ) ; arg0 . bind ( AmbariEventPublisher . class ) . toInstance ( loc1 ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: force the eventbus from ambarieventpublisher to be serialand synchronous . Class fields: PlaceHolder placeHolder, void registerAlertListeners Class methods: EventBus synchronizeAlertEventPublisher, void replaceEventBus, void registerAmbariListeners Generate the method
void function ( Binder arg0 ) { EventBus loc0 = new EventBus ( ) ; AmbariEventPublisher loc1 = new AmbariEventPublisher ( ) ; replaceEventBus ( AmbariEventPublisher . class , loc1 , loc0 ) ; arg0 . bind ( AmbariEventPublisher . class ) . toInstance ( loc1 ) ; }
5
todo summary sentence for isform ... concode_field_sep String name concode_elem_sep URI ns concode_elem_sep int max concode_elem_sep int min concode_elem_sep Type type concode_elem_sep String id concode_elem_sep boolean _abstract concode_elem_sep Element sub concode_elem_sep boolean nillable concode_field_sep int getBl...
boolean function ( ) { return false ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: todo summary sentence for isform ... Class fields: String name, int getBlock Class methods: URI ns, int max, int min, Type type, String id, boolean _abstract, Element sub, boolean nillable, String getName, int getMinOccurs, String getDefault, String getId, int getMaxOccurs, in...
boolean function ( ) { return false ; }
6
returns the id used by the client to authenticate itself when authentication is enabled . concode_field_sep TransportResponseHandler handler concode_elem_sep Logger logger concode_elem_sep String clientId concode_elem_sep Channel channel concode_field_sep byte[] sendRpcSync concode_elem_sep SocketAddress getSocketAddre...
String function ( ) { return clientId ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: returns the id used by the client to authenticate itself when authentication is enabled . Class fields: TransportResponseHandler handler, byte[] sendRpcSync Class methods: Logger logger, String clientId, Channel channel, SocketAddress getSocketAddress, String toString, boolean...
String function ( ) { return clientId ; }
7
get the score . concode_field_sep int score concode_elem_sep Id3Tag id3Tag concode_elem_sep Comparator<SuggestionItem> comparator concode_elem_sep boolean isSelected concode_field_sep String getTrack concode_elem_sep int compare concode_elem_sep String getTitle concode_elem_sep String getYear concode_elem_sep String ge...
int function ( ) { return score ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: get the score . Class fields: int score, String getTrack Class methods: Id3Tag id3Tag, Comparator<SuggestionItem> comparator, boolean isSelected, int compare, String getTitle, String getYear, String getGenre, void setSelected, String getArtist, Id3Tag getTag, String getTAlbum,...
int function ( ) { return score ; }
8
the aws support case id requested or returned in the call . the case id is an alphanumeric string formatted as shown in this example : case-12345678910-2013-c4c1d2bf33c5cf47 concode_field_sep String caseId concode_field_sep void setCaseId concode_elem_sep int hashCode concode_elem_sep CreateCaseResult withCaseId concod...
String function ( ) { return this . caseId ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: the aws support case id requested or returned in the call . the case id is an alphanumeric string formatted as shown in this example : case-12345678910-2013-c4c1d2bf33c5cf47 Class fields: String caseId, void setCaseId Class methods: int hashCode, CreateCaseResult withCaseId, b...
String function ( ) { return this . caseId ; }
9
adds formula element . concode_field_sep PlaceHolder placeHolder concode_field_sep Element addNativelyGeneratedId concode_elem_sep Element addColumn concode_elem_sep Element addColumn concode_elem_sep void addColumn concode_elem_sep void addColumns concode_elem_sep String getModifiedFlagPropertyName concode_elem_sep El...
void function ( Element arg0 , Formula arg1 ) { arg0 . addElement ( "srini_string" ) . setText ( arg1 . getText ( ) ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: adds formula element . Class fields: PlaceHolder placeHolder, Element addNativelyGeneratedId Class methods: Element addColumn, void addColumn, void addColumns, String getModifiedFlagPropertyName, Element createEntityCommon, Element addOrModifyColumn, Element addProperty, Eleme...
void function ( Element arg0 , Formula arg1 ) { arg0 . addElement ( "srini_string" ) . setText ( arg1 . getText ( ) ) ; }
10
gets the body id . used for message submission concode_field_sep String titleId concode_elem_sep String inReplyTo concode_elem_sep Date timeSent concode_elem_sep String appUrl concode_elem_sep String body concode_elem_sep String title concode_elem_sep Type type concode_elem_sep String senderId concode_elem_sep List<Url...
String function ( ) { return bodyId ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: gets the body id . used for message submission Class fields: String titleId, void setTitleId Class methods: String inReplyTo, Date timeSent, String appUrl, String body, String title, Type type, String senderId, List<Url> urls, List<String> replies, List<String> collectionIds, ...
String function ( ) { return bodyId ; }
11
hashes bytes in part of an array . concode_field_sep PlaceHolder placeHolder concode_field_sep long hash64A concode_elem_sep long hash64A concode_elem_sep long hash64A
int function ( byte [ ] arg0 , int arg1 , int arg2 , int arg3 ) { return hash ( ByteBuffer . wrap ( arg0 , arg1 , arg2 ) , arg3 ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: hashes bytes in part of an array . Class fields: PlaceHolder placeHolder, long hash64A Class methods: long hash64A Generate the method
int function ( byte [ ] arg0 , int arg1 , int arg2 , int arg3 ) { return hash ( ByteBuffer . wrap ( arg0 , arg1 , arg2 ) , arg3 ) ; }
12
call this method in the application.onterminate method concode_field_sep Context sApplicationContext concode_elem_sep CommonConfiguration sInstance concode_field_sep String getServer concode_elem_sep String getServer concode_elem_sep OAuthConsumer getOAuthConsumer concode_elem_sep OAuthConsumer getOAuthConsumer concode...
void function ( ) { sInstance = null ; sApplicationContext = null ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: call this method in the application.onterminate method Class fields: Context sApplicationContext, String getServer Class methods: CommonConfiguration sInstance, String getServer, OAuthConsumer getOAuthConsumer, boolean isWiFiOnlyUploadActive, Context getApplicationContext, voi...
void function ( ) { sInstance = null ; sApplicationContext = null ; }
13
finds component with the given id concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep void ...
UIComponent function ( UIComponent arg0 , String arg1 ) { if ( arg1 . equals ( arg0 . getId ( ) ) ) { return arg0 ; } Iterator < UIComponent > loc0 = arg0 . getFacetsAndChildren ( ) ; while ( loc0 . hasNext ( ) ) { UIComponent loc1 = findComponent ( loc0 . next ( ) , arg1 ) ; if ( loc1 != null ) { return loc1 ; } } ret...
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: finds component with the given id Class fields: Properties buildProperties, String getRequestParameter Class methods: ServletContext getServletContext, Object getManagedBean, String getActionAttribute, String getBuildAttribute, void addWarnMessage, String getJsfEl, void resetM...
UIComponent function ( UIComponent arg0 , String arg1 ) { if ( arg1 . equals ( arg0 . getId ( ) ) ) { return arg0 ; } Iterator < UIComponent > loc0 = arg0 . getFacetsAndChildren ( ) ; while ( loc0 . hasNext ( ) ) { UIComponent loc1 = findComponent ( loc0 . next ( ) , arg1 ) ; if ( loc1 != null ) { return loc1 ; } } ret...
14
by default , there are no collisions in pasting . 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 getName conco...
PasteAction function ( EClass arg0 ) { return PasteAction . ADD ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: by default , there are no collisions in pasting . Class fields: Map nameFeatureMap, boolean shouldOverrideCopyOperation Class methods: Object NULL_TOKEN, void setName, boolean canContain, XMLResource getResource, String getName, OverrideCopyOperation getOverrideCopyOperation, ...
PasteAction function ( EClass arg0 ) { return PasteAction . ADD ; }
15
returns base directory for config concode_field_sep Plugin plugin concode_elem_sep FileConfiguration config concode_field_sep File getFilename concode_elem_sep FileConfiguration loadConfig concode_elem_sep void write concode_elem_sep FileConfiguration getConfig concode_elem_sep void saveConfig
File function ( ) { File loc0 = new File ( plugin . getDataFolder ( ) + "srini_string" ) ; return loc0 ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: returns base directory for config Class fields: Plugin plugin, File getFilename Class methods: FileConfiguration config, FileConfiguration loadConfig, void write, FileConfiguration getConfig, void saveConfig Generate the method
File function ( ) { File loc0 = new File ( plugin . getDataFolder ( ) + "srini_string" ) ; return loc0 ; }
16
returns the number of characters represented by the given utf string . concode_field_sep String EMPTY_STRING concode_elem_sep byte[] EMPTY_BYTES concode_field_sep int getByteLength concode_elem_sep int getByteLength concode_elem_sep void charsToBytes concode_elem_sep int bytesToChars concode_elem_sep byte[] stringToByt...
int function ( byte [ ] arg0 ) { return getCharLength ( arg0 , 0 , arg0 . length ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: returns the number of characters represented by the given utf string . Class fields: String EMPTY_STRING, int getByteLength Class methods: byte[] EMPTY_BYTES, int getByteLength, void charsToBytes, int bytesToChars, byte[] stringToBytes, int getZeroTerminatedByteLength, String ...
int function ( byte [ ] arg0 ) { return getCharLength ( arg0 , 0 , arg0 . length ) ; }
17
has this upstream finished or `` completed '' / `` failed '' ? concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isStarted
boolean function ( ) { return false ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: has this upstream finished or `` completed '' / `` failed '' ? Class fields: PlaceHolder placeHolder, boolean isStarted Class methods: Generate the method
boolean function ( ) { return false ; }
18
checks if the specified state has at least one exit action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasAtLeastOneAction con...
boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: checks if the specified state has at least one exit action . Class fields: PlaceHolder placeHolder, boolean hasEntryAction Class methods: boolean containsOnlyEventsOfType, boolean oneIncomingTransitionEntersCompositeWithEntryActions, boolean hasAtLeastOneAction, boolean oneOut...
boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; }
19
gets the value of the contactsubjects 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 contactsubjects property . for example , to add a ...
List < Subject > function ( ) { if ( contactSubjects == null ) { contactSubjects = new ArrayList < Subject > ( ) ; } return this . contactSubjects ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: gets the value of the contactsubjects 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 contactsubjects property ....
List < Subject > function ( ) { if ( contactSubjects == null ) { contactSubjects = new ArrayList < Subject > ( ) ; } return this . contactSubjects ; }
20
gets the distance of map coordinates to the center . concode_field_sep short cx concode_elem_sep short cy concode_elem_sep long serialVersionUID concode_elem_sep float radius concode_elem_sep float Y_SCALE concode_field_sep float getDistance concode_elem_sep ShortPoint2D getCenter concode_elem_sep float getSquaredDista...
float function ( int arg0 , int arg1 ) { int loc0 = arg0 - cx ; int loc1 = arg1 - cy ; return getSquaredDistance ( loc0 , loc1 ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: gets the distance of map coordinates to the center . Class fields: short cx, float getDistance Class methods: short cy, long serialVersionUID, float radius, float Y_SCALE, ShortPoint2D getCenter, float getSquaredDistance, double distanceToCenter, float getRadius, boolean isClo...
float function ( int arg0 , int arg1 ) { int loc0 = arg0 - cx ; int loc1 = arg1 - cy ; return getSquaredDistance ( loc0 , loc1 ) ; }
21
releases all broker instances pooled by this factory if any . note that the broker are closed prior to releasing them . concode_field_sep PlaceHolder placeHolder concode_field_sep PersistenceBroker defaultPersistenceBroker concode_elem_sep Configurator getConfigurator concode_elem_sep PBKey getDefaultKey concode_elem_s...
void function ( ) { PersistenceBrokerFactoryFactory . instance ( ) . releaseAllInstances ( ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: releases all broker instances pooled by this factory if any . note that the broker are closed prior to releasing them . Class fields: PlaceHolder placeHolder, PersistenceBroker defaultPersistenceBroker Class methods: Configurator getConfigurator, PBKey getDefaultKey, void setD...
void function ( ) { PersistenceBrokerFactoryFactory . instance ( ) . releaseAllInstances ( ) ; }
22
create an instance of proteintype.alternativename concode_field_sep QName _Copyright_QNAME concode_field_sep SourceType createSourceType concode_elem_sep EvidencedStringType createEvidencedStringType concode_elem_sep PersonType createPersonType concode_elem_sep IsoformType.Note createIsoformTypeNote concode_elem_sep Pr...
ProteinType . AlternativeName function ( ) { return new ProteinType . AlternativeName ( ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: create an instance of proteintype.alternativename Class fields: QName _Copyright_QNAME, SourceType createSourceType Class methods: EvidencedStringType createEvidencedStringType, PersonType createPersonType, IsoformType.Note createIsoformTypeNote, ProteinType.RecommendedName cr...
ProteinType . AlternativeName function ( ) { return new ProteinType . AlternativeName ( ) ; }
23
get if has global admin role . concode_field_sep int staticDefaultMaxRow concode_elem_sep Map<SqlFunction,String> sqlFunctions concode_elem_sep int blockSize concode_elem_sep int startFrom concode_elem_sep boolean onlyIdentifier concode_elem_sep Map<AdditionalInformationType,String> additionalInformation concode_elem_s...
boolean function ( ) { return globalAdminRole ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: get if has global admin role . Class fields: int staticDefaultMaxRow, void addParameters Class methods: Map<SqlFunction,String> sqlFunctions, int blockSize, int startFrom, boolean onlyIdentifier, Map<AdditionalInformationType,String> additionalInformation, int index, int maxRe...
boolean function ( ) { return globalAdminRole ; }
24
get the resource id concode_field_sep UserConfig _userConfig concode_elem_sep IdealState _idealState concode_elem_sep SchedulerTaskConfig _schedulerTaskConfig concode_elem_sep ProvisionerConfig _provisionerConfig concode_elem_sep RebalancerConfig _rebalancerConfig concode_elem_sep ResourceId _id concode_elem_sep Builde...
ResourceId function ( ) { return _id ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: get the resource id Class fields: UserConfig _userConfig, Set<? extends PartitionId> getSubUnitSet Class methods: IdealState _idealState, SchedulerTaskConfig _schedulerTaskConfig, ProvisionerConfig _provisionerConfig, RebalancerConfig _rebalancerConfig, ResourceId _id, Builder...
ResourceId function ( ) { return _id ; }
25
removes the link from this instance through role `` print before '' . concode_field_sep GUID roleTypeId concode_elem_sep GUID typeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID rolePrintAfterId concode_elem_sep GUID rolePrintBeforeId concode_field_sep void setName concode_elem_sep PDSt...
void function ( ) { store . removeLink ( this . id , rolePrintBeforeId , store . getInstance ( this . id , rolePrintBeforeId ) ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: removes the link from this instance through role `` print before '' . Class fields: GUID roleTypeId, void setName Class methods: GUID typeId, PDStore store, GUID id, GUID rolePrintAfterId, GUID rolePrintBeforeId, PDStore getStore, String getLabel, String getName, Collection<St...
void function ( ) { store . removeLink ( this . id , rolePrintBeforeId , store . getInstance ( this . id , rolePrintBeforeId ) ) ; }
26
sets the value of the version property . concode_field_sep List<Extension> extensions concode_elem_sep List<Block> contents concode_elem_sep String name concode_elem_sep String source concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep QName type concode_elem_sep Strin...
void function ( final String arg0 ) { this . version = arg0 ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: sets the value of the version property . Class fields: List<Extension> extensions, void setName Class methods: List<Block> contents, String name, String source, String id, String href, String label, QName type, String version, String uuid, Object idref, String getVersion, void...
void function ( final String arg0 ) { this . version = arg0 ; }
27
test method for org.kie.base.evaluators.timeintervalparser #parse java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testParse2 concode_elem_sep void testParse4 concode_elem_sep void testParse3 concode_elem_sep void testParse6 concode_elem_sep void testParse5 concode_elem_sep void testP...
void function ( ) { String loc0 = "srini_string" ; long loc1 = - 15957 ; long loc2 = 3500000 ; Long [ ] loc3 = new TimeIntervalParser ( ) . parse ( loc0 ) ; assertEquals ( 2 , loc3 . length ) ; assertEquals ( loc1 , loc3 [ 0 ] . longValue ( ) ) ; assertEquals ( loc2 , loc3 [ 1 ] . longValue ( ) ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: test method for org.kie.base.evaluators.timeintervalparser #parse java.lang.string . Class fields: PlaceHolder placeHolder, void testParse2 Class methods: void testParse4, void testParse3, void testParse6, void testParse5, void testParse7, void testParse9, void testParse ...
void function ( ) { String loc0 = "srini_string" ; long loc1 = - 15957 ; long loc2 = 3500000 ; Long [ ] loc3 = new TimeIntervalParser ( ) . parse ( loc0 ) ; assertEquals ( 2 , loc3 . length ) ; assertEquals ( loc1 , loc3 [ 0 ] . longValue ( ) ) ; assertEquals ( loc2 , loc3 [ 1 ] . longValue ( ) ) ; }
28
a map of attribute names to attributevalue objects , as specified by attributestoget . concode_field_sep java.util.Map<String,AttributeValue> item concode_elem_sep ConsumedCapacity consumedCapacity concode_field_sep GetItemResult clearItemEntries concode_elem_sep int hashCode concode_elem_sep boolean equals concode_ele...
GetItemResult function ( java . util . Map < String , AttributeValue > arg0 ) { setItem ( arg0 ) ; return this ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: a map of attribute names to attributevalue objects , as specified by attributestoget . Class fields: java.util.Map<String,AttributeValue> item, GetItemResult clearItemEntries Class methods: ConsumedCapacity consumedCapacity, int hashCode, boolean equals, GetItemResult clone, j...
GetItemResult function ( java . util . Map < String , AttributeValue > arg0 ) { setItem ( arg0 ) ; return this ; }
29
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep NoreflectioncompanyPackage modelPackage concode_field_sep T caseCompany concode_elem_sep T caseEmployee concode_elem_sep T defaultCase
T function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List < EClass > loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( loc0 . get ( 0 ) , arg1 ) ; } }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: calls casexxx for each class of the model until one returns a non null result ; it yields that result . Class fields: NoreflectioncompanyPackage modelPackage, T caseCompany Class methods: T caseEmployee, T defaultCase Generate the method
T function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List < EClass > loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( loc0 . get ( 0 ) , arg1 ) ; } }
30
equals implementation using a business key . concode_field_sep byte[] formContent concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep Integer id concode_elem_sep Logger log concode_elem_sep String formClassname concode_elem_sep Account account concode_elem_sep IdentifiableHashBuilder id...
boolean function ( Object arg0 ) { return this == arg0 || ( arg0 instanceof SavedSearch && hashCode ( ) == arg0 . hashCode ( ) ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: equals implementation using a business key . Class fields: byte[] formContent, void setName Class methods: String name, long serialVersionUID, Integer id, Logger log, String formClassname, Account account, IdentifiableHashBuilder identifiableHashBuilder, boolean isIdSet, Strin...
boolean function ( Object arg0 ) { return this == arg0 || ( arg0 instanceof SavedSearch && hashCode ( ) == arg0 . hashCode ( ) ) ; }
31
sets firstname . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Date hireDate concode_elem_sep String phoneNumber concode_elem_sep int departmentId concode_elem_sep long serialVersionUID concode_elem_sep int id concode_elem_sep Integer managerId concode_elem_sep String job concode_...
void function ( String arg0 ) { this . firstName = arg0 ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: sets firstname . Class fields: String firstName, Date getHireDate Class methods: String lastName, Date hireDate, String phoneNumber, int departmentId, long serialVersionUID, int id, Integer managerId, String job, Double salary, String email, Integer getManagerId, void setManag...
void function ( String arg0 ) { this . firstName = arg0 ; }
32
sets the group id of this workflow instance link . concode_field_sep WorkflowInstanceLink _workflowInstanceLink concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolea...
void function ( long arg0 ) { _workflowInstanceLink . setGroupId ( arg0 ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: sets the group id of this workflow instance link . Class fields: WorkflowInstanceLink _workflowInstanceLink, long getClassNameId Class methods: void setExpandoBridgeAttributes, boolean isEscapedModel, boolean isCachedModel, int compareTo, void setWorkflowInstanceId, WorkflowIn...
void function ( long arg0 ) { _workflowInstanceLink . setGroupId ( arg0 ) ; }
33
two identifiers are equal if and only if their fully-qualified names are the same . concode_field_sep Pattern inDepLine concode_elem_sep Set<Identifier> outgoingDependencies concode_elem_sep boolean VERBOSE concode_elem_sep Pattern memberLine concode_elem_sep Pattern bothDepLine concode_elem_sep Map<String,Identifier> ...
boolean function ( Object arg0 ) { return ( arg0 != null ) && ( arg0 instanceof Identifier ) && ( ( Identifier ) arg0 ) . name . equals ( name ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: two identifiers are equal if and only if their fully-qualified names are the same . Class fields: Pattern inDepLine, Collection<Identifier> transitiveClosure Class methods: Set<Identifier> outgoingDependencies, boolean VERBOSE, Pattern memberLine, Pattern bothDepLine, Map<Stri...
boolean function ( Object arg0 ) { return ( arg0 != null ) && ( arg0 instanceof Identifier ) && ( ( Identifier ) arg0 ) . name . equals ( name ) ; }
34
get the latest generated jar file with dependencies . concode_field_sep File REFERENCE_DIR concode_elem_sep File SRC_DIR concode_elem_sep TemporaryFolder temporaryFolder concode_elem_sep int dirIndex concode_field_sep boolean compareTxtFiles concode_elem_sep void commandLineMultipleFilesWithMinusO concode_elem_sep void...
String function ( ) { File loc0 = new File ( "srini_string" ) ; TreeSet < String > loc1 = new TreeSet < String > ( ) ; for ( File loc2 : loc0 . listFiles ( ) ) { String loc3 = loc2 . getName ( ) ; if ( loc3 . matches ( "srini_string" ) ) loc1 . add ( loc3 ) ; } return "srini_string" + loc1 . last ( ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: get the latest generated jar file with dependencies . Class fields: File REFERENCE_DIR, boolean compareTxtFiles Class methods: File SRC_DIR, TemporaryFolder temporaryFolder, int dirIndex, void commandLineMultipleFilesWithMinusO, void before, void invalidOption, void commandLin...
String function ( ) { File loc0 = new File ( "srini_string" ) ; TreeSet < String > loc1 = new TreeSet < String > ( ) ; for ( File loc2 : loc0 . listFiles ( ) ) { String loc3 = loc2 . getName ( ) ; if ( loc3 . matches ( "srini_string" ) ) loc1 . add ( loc3 ) ; } return "srini_string" + loc1 . last ( ) ; }
35
handle an incoming signal . concode_field_sep boolean registered concode_elem_sep LogAdapter LOG concode_elem_sep SignalHandler prevHandler concode_field_sep void register concode_elem_sep void register
void function ( Signal arg0 ) { LOG . error ( "srini_string" + arg0 . getNumber ( ) + "srini_string" + arg0 . getName ( ) ) ; prevHandler . handle ( arg0 ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: handle an incoming signal . Class fields: boolean registered, void register Class methods: LogAdapter LOG, SignalHandler prevHandler, void register Generate the method
void function ( Signal arg0 ) { LOG . error ( "srini_string" + arg0 . getNumber ( ) + "srini_string" + arg0 . getName ( ) ) ; prevHandler . handle ( arg0 ) ; }
36
deregisters an object for notification of changes to the dial layer . concode_field_sep boolean visible concode_elem_sep EventListenerList listenerList concode_field_sep void setVisible concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void notifyListeners concode_elem_sep Object clone conc...
void function ( DialLayerChangeListener arg0 ) { this . listenerList . remove ( DialLayerChangeListener . class , arg0 ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: deregisters an object for notification of changes to the dial layer . Class fields: boolean visible, void setVisible Class methods: EventListenerList listenerList, int hashCode, boolean equals, void notifyListeners, Object clone, boolean isVisible, void addChangeListener, bool...
void function ( DialLayerChangeListener arg0 ) { this . listenerList . remove ( DialLayerChangeListener . class , arg0 ) ; }
37
gets the total length . concode_field_sep String boundary concode_elem_sep int bytesWritten concode_elem_sep char[] MULTIPART_CHARS concode_elem_sep ByteArrayOutputStream out concode_elem_sep List<FilePart> fileParts concode_elem_sep String TAG concode_elem_sep byte[] TRANSFER_ENCODING_BINARY concode_elem_sep AbHttpRes...
long function ( ) { long loc0 = file . length ( ) ; return header . length + loc0 ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: gets the total length . Class fields: String boundary, byte[] createHeader Class methods: int bytesWritten, char[] MULTIPART_CHARS, ByteArrayOutputStream out, List<FilePart> fileParts, String TAG, byte[] TRANSFER_ENCODING_BINARY, AbHttpResponseListener responseListener, byte[]...
long function ( ) { long loc0 = file . length ( ) ; return header . length + loc0 ; }
38
method called in the presenter lifecycle . invoked when the component containing the presenter is initialized . concode_field_sep T view concode_elem_sep boolean shouldRegisterGlobalErrorCallbacks concode_elem_sep UseCaseHandler useCaseHandler concode_elem_sep List<UseCaseCall> useCaseCalls concode_elem_sep List<OnErro...
void function ( ) { registerGlobalErrorCallback ( ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: method called in the presenter lifecycle . invoked when the component containing the presenter is initialized . Class fields: T view, UseCaseCall createUseCaseCall Class methods: boolean shouldRegisterGlobalErrorCallbacks, UseCaseHandler useCaseHandler, List<UseCaseCall> useCa...
void function ( ) { registerGlobalErrorCallback ( ) ; }
39
processes the emailcontent string for regeneration of expected email content.pre-condition : emailcontent has previously been processed with the #processemailforcomparison function . concode_field_sep String REGEX_ENCRYPTED_REGKEY concode_field_sep String replaceInjectedValuesWithPlaceholders concode_elem_sep boolean t...
String function ( String arg0 ) { return replaceInjectedValuesWithPlaceholders ( arg0 ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: processes the emailcontent string for regeneration of expected email content.pre-condition : emailcontent has previously been processed with the #processemailforcomparison function . Class fields: String REGEX_ENCRYPTED_REGKEY, String replaceInjectedValuesWithPlaceholders Class me...
String function ( String arg0 ) { return replaceInjectedValuesWithPlaceholders ( arg0 ) ; }
40
set the page repository with the specified page repository . concode_field_sep CommentRepository commentRepository concode_elem_sep PageRepository pageRepository concode_elem_sep UserQueryService userQueryService concode_elem_sep ArticleRepository articleRepository concode_elem_sep Logger LOGGER concode_field_sep void ...
void function ( final PageRepository arg0 ) { this . pageRepository = arg0 ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: set the page repository with the specified page repository . Class fields: CommentRepository commentRepository, void setCommentRepository Class methods: PageRepository pageRepository, UserQueryService userQueryService, ArticleRepository articleRepository, Logger LOGGER, boolea...
void function ( final PageRepository arg0 ) { this . pageRepository = arg0 ; }
41
registers error reported by client . concode_field_sep PlaceHolder placeHolder concode_field_sep String feedbackMessage
String function ( String arg0 , String arg1 , String arg2 ) { ReportsService . getInstance ( ) . recordClientError ( arg0 , arg1 , arg2 ) ; return Constants . EMPTY_STRING ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: registers error reported by client . Class fields: PlaceHolder placeHolder, String feedbackMessage Class methods: Generate the method
String function ( String arg0 , String arg1 , String arg2 ) { ReportsService . getInstance ( ) . recordClientError ( arg0 , arg1 , arg2 ) ; return Constants . EMPTY_STRING ; }
42
begins a new subpath by moving the current point to coordinates x , y . concode_field_sep List<Subpath> subpaths concode_elem_sep String START_PATH_ERR_MSG concode_elem_sep Point currentPoint concode_field_sep Point getCurrentPoint concode_elem_sep void curveTo concode_elem_sep void curveTo concode_elem_sep boolean isE...
void function ( float arg0 , float arg1 ) { currentPoint = new Point ( arg0 , arg1 ) ; Subpath loc0 = subpaths . size ( ) > 0 ? subpaths . get ( subpaths . size ( ) - 1 ) : null ; if ( loc0 != null && loc0 . isSinglePointOpen ( ) ) { loc0 . setStartPoint ( currentPoint ) ; } else { subpaths . add ( new Subpath ( curren...
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: begins a new subpath by moving the current point to coordinates x , y . Class fields: List<Subpath> subpaths, Point getCurrentPoint Class methods: String START_PATH_ERR_MSG, Point currentPoint, void curveTo, boolean isEmpty, Subpath getLastSubpath, List<Subpath> getSubpaths, v...
void function ( float arg0 , float arg1 ) { currentPoint = new Point ( arg0 , arg1 ) ; Subpath loc0 = subpaths . size ( ) > 0 ? subpaths . get ( subpaths . size ( ) - 1 ) : null ; if ( loc0 != null && loc0 . isSinglePointOpen ( ) ) { loc0 . setStartPoint ( currentPoint ) ; } else { subpaths . add ( new Subpath ( curren...
43
create a new connection manager , based on an existing connection . concode_field_sep ConnectTask next concode_elem_sep ConnectionOpenHandler openHandler concode_elem_sep ConnectTask DISCONNECTED concode_elem_sep ProtocolConnectionConfiguration configuration concode_elem_sep Connection connection concode_elem_sep Conne...
ProtocolConnectionManager function ( final Connection arg0 , final ConnectionOpenHandler arg1 ) { return create ( new EstablishedConnection ( arg0 , arg1 ) ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: create a new connection manager , based on an existing connection . Class fields: ConnectTask next, Connection getConnection Class methods: ConnectionOpenHandler openHandler, ConnectTask DISCONNECTED, ProtocolConnectionConfiguration configuration, Connection connection, Connec...
ProtocolConnectionManager function ( final Connection arg0 , final ConnectionOpenHandler arg1 ) { return create ( new EstablishedConnection ( arg0 , arg1 ) ) ; }
44
method getinnetusedded . concode_field_sep String outNetUsedDed concode_elem_sep String outNetMaxCoi concode_elem_sep String inNetMaxCoi concode_elem_sep String inNetUsedCopay concode_elem_sep String relCdInd concode_elem_sep String outNetMaxDed concode_elem_sep String inNetMaxDed concode_elem_sep String outNetUsedCoi ...
String function ( ) { if ( inNetUsedDed == null || inNetUsedDed . equals ( "srini_string" ) ) { return "srini_string" ; } return inNetUsedDed ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: method getinnetusedded . Class fields: String outNetUsedDed, void setName Class methods: String outNetMaxCoi, String inNetMaxCoi, String inNetUsedCopay, String relCdInd, String outNetMaxDed, String inNetMaxDed, String outNetUsedCoi, String overAllFndCopay, boolean accumsExist,...
String function ( ) { if ( inNetUsedDed == null || inNetUsedDed . equals ( "srini_string" ) ) { return "srini_string" ; } return inNetUsedDed ; }
45
gets the value of the bundleurls 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 bundleurls property . for example , to add a new item ,...
List < String > function ( ) { if ( bundleUrls == null ) { bundleUrls = new ArrayList < String > ( ) ; } return this . bundleUrls ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: gets the value of the bundleurls 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 bundleurls property . for examp...
List < String > function ( ) { if ( bundleUrls == null ) { bundleUrls = new ArrayList < String > ( ) ; } return this . bundleUrls ; }
46
sets the primary key of this asset . concode_field_sep Asset _asset concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int comp...
void function ( long arg0 ) { _asset . setPrimaryKey ( arg0 ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: sets the primary key of this asset . Class fields: Asset _asset, void setExpandoBridgeAttributes Class methods: void setExpandoBridgeAttributes, boolean isEscapedModel, boolean isCachedModel, int compareTo, Asset getWrappedModel, boolean isActive, void setModelAttributes, void...
void function ( long arg0 ) { _asset . setPrimaryKey ( arg0 ) ; }
47
retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_field_sep Statement compile concode_elem_sep void reset concode_elem_sep Statement recompileSta...
long function ( ) { next_cs_id ++ ; return next_cs_id ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: retrieves the next compiled statement identifier in the sequence . Class fields: Database database, Statement compile Class methods: IntKeyHashMap schemaMap, LongKeyHashMap csidMap, long next_cs_id, void reset, Statement recompileStatement, long getStatementID, Statement getSt...
long function ( ) { next_cs_id ++ ; return next_cs_id ; }
48
remove the managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void ...
void function ( String arg0 ) { getValueBinding ( getJsfEl ( arg0 ) ) . setValue ( FacesContext . getCurrentInstance ( ) , null ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: remove the managed bean based on the bean name . Class fields: PlaceHolder placeHolder, String getRequestParameter Class methods: Application getApplication, ValueBinding getValueBinding, Object getElValue, void addInfoMessage, Object getManagedBean, void addErrorMessage, Stri...
void function ( String arg0 ) { getValueBinding ( getJsfEl ( arg0 ) ) . setValue ( FacesContext . getCurrentInstance ( ) , null ) ; }
49
render exceptions . sets the response status accordingly to note bad requests . concode_field_sep PlaceHolder placeHolder concode_field_sep void render concode_elem_sep void render
void function ( final Map arg0 , final HttpServletResponse arg1 ) { arg1 . setStatus ( HttpServletResponse . SC_BAD_REQUEST ) ; arg0 . put ( "srini_string" , HttpServletResponse . SC_BAD_REQUEST ) ; render ( arg0 , arg1 ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: render exceptions . sets the response status accordingly to note bad requests . Class fields: PlaceHolder placeHolder, void render Class methods: void render Generate the method
void function ( final Map arg0 , final HttpServletResponse arg1 ) { arg1 . setStatus ( HttpServletResponse . SC_BAD_REQUEST ) ; arg0 . put ( "srini_string" , HttpServletResponse . SC_BAD_REQUEST ) ; render ( arg0 , arg1 ) ; }
50
tries to create an instance without a callable . this should cause an exception . concode_field_sep int callCount concode_elem_sep Integer RESULT concode_field_sep Integer call concode_elem_sep void testInitExecutorNullCallable concode_elem_sep void testInitExecutor concode_elem_sep void testInitialize
void function ( ) { new CallableBackgroundInitializer < Object > ( null ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: tries to create an instance without a callable . this should cause an exception . Class fields: int callCount, Integer call Class methods: Integer RESULT, void testInitExecutorNullCallable, void testInitExecutor, void testInitialize Generate the method
void function ( ) { new CallableBackgroundInitializer < Object > ( null ) ; }
51
display type concode_field_sep boolean m_isVisible concode_elem_sep int m_DisplayType concode_elem_sep boolean m_readOnly concode_elem_sep String m_keyPairColSQL concode_elem_sep Class<?> m_colClass concode_elem_sep boolean m_colorColumn concode_elem_sep String m_colHeader concode_elem_sep String m_colSQL concode_field...
int function ( ) { return m_DisplayType ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: display type Class fields: boolean m_isVisible, boolean isColorColumn Class methods: int m_DisplayType, boolean m_readOnly, String m_keyPairColSQL, Class<?> m_colClass, boolean m_colorColumn, String m_colHeader, String m_colSQL, void setColorColumn, String getKeyPairColSQL, vo...
int function ( ) { return m_DisplayType ; }
52
check whether servlet which uses runas with different role than in needed for secured ejb invocation can not correctly invoked that ejb method in httpservlet.init method . concode_field_sep String DEPLOYMENT concode_elem_sep String incorrectRoleResult concode_elem_sep File CORRECT_ROLE_AND_UNDEPLOY concode_elem_sep Str...
void function ( ) { assertTrue ( "srini_string" , incorrectRoleResult . contains ( INIT_METHOD_NOT_PASS ) ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: check whether servlet which uses runas with different role than in needed for secured ejb invocation can not correctly invoked that ejb method in httpservlet.init method . Class fields: String DEPLOYMENT, void checkDoGetMethodWithCorrectRole Class methods: String incorrectRole...
void function ( ) { assertTrue ( "srini_string" , incorrectRoleResult . contains ( INIT_METHOD_NOT_PASS ) ) ; }
53
appends the channel type to the channel to build concode_field_sep ChannelTypeUID channelTypeUID concode_elem_sep Configuration configuration concode_elem_sep ChannelKind kind concode_elem_sep ChannelUID channelUID concode_elem_sep String description concode_elem_sep String acceptedItemType concode_elem_sep String labe...
ChannelBuilder function ( ChannelTypeUID arg0 ) { this . channelTypeUID = arg0 ; return this ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: appends the channel type to the channel to build Class fields: ChannelTypeUID channelTypeUID, ChannelBuilder withConfiguration Class methods: Configuration configuration, ChannelKind kind, ChannelUID channelUID, String description, String acceptedItemType, String label, Set<St...
ChannelBuilder function ( ChannelTypeUID arg0 ) { this . channelTypeUID = arg0 ; return this ; }
54
after user has selected description can aquire format based on description . concode_field_sep Logger LOGGER concode_elem_sep Format[] formats concode_field_sep Format acquireFormat concode_elem_sep Format aquireFactoryByType concode_elem_sep ParameterValue find concode_elem_sep ParameterValue find concode_elem_sep Lis...
Format function ( String arg0 ) { Format [ ] loc0 = GridFormatFinder . getFormatArray ( ) ; Format loc1 = null ; final int loc2 = loc0 . loc2 ; for ( int loc3 = 0 ; loc3 < loc2 ; loc3 ++ ) { loc1 = loc0 [ loc3 ] ; if ( loc1 . getDescription ( ) . equals ( arg0 ) ) { return loc1 ; } } return null ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: after user has selected description can aquire format based on description . Class fields: Logger LOGGER, Format acquireFormat Class methods: Format[] formats, Format aquireFactoryByType, ParameterValue find, List listDataFormats, Map defaultParams, GeneralEnvelope getWGS84Lon...
Format function ( String arg0 ) { Format [ ] loc0 = GridFormatFinder . getFormatArray ( ) ; Format loc1 = null ; final int loc2 = loc0 . loc2 ; for ( int loc3 = 0 ; loc3 < loc2 ; loc3 ++ ) { loc1 = loc0 [ loc3 ] ; if ( loc1 . getDescription ( ) . equals ( arg0 ) ) { return loc1 ; } } return null ; }
55
sets the field value for this customfieldvalueforissuedata . concode_field_sep com.intellij.tasks.mantis.model.ObjectRef field concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String value concode_elem_sep org.apache.axis.description.TypeDesc typeDesc con...
void function ( com . intellij . tasks . mantis . model . ObjectRef arg0 ) { this . field = arg0 ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: sets the field value for this customfieldvalueforissuedata . Class fields: com.intellij.tasks.mantis.model.ObjectRef field, java.lang.String getValue Class methods: java.lang.Object __equalsCalc, boolean __hashCodeCalc, java.lang.String value, org.apache.axis.description.TypeD...
void function ( com . intellij . tasks . mantis . model . ObjectRef arg0 ) { this . field = arg0 ; }
56
get an integer for the date in form yyyymmdd where the months go from 1 to 12 unlike calendar where they go from 0 to 11 concode_field_sep boolean gmtConvertion concode_elem_sep Date NA_TIME concode_elem_sep Calendar zeroCalendarInstance concode_elem_sep long ONE_HOUR concode_elem_sep Date maxDateInstance concode_elem_...
int function ( long arg0 ) { GregorianCalendar loc0 = DateTime . calendarInstance ( ) ; loc0 . setTimeInMillis ( arg0 ) ; return loc0 . get ( Calendar . YEAR ) * 10000 + ( 1 + loc0 . get ( Calendar . MONTH ) ) * 100 + loc0 . get ( Calendar . DAY_OF_MONTH ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: get an integer for the date in form yyyymmdd where the months go from 1 to 12 unlike calendar where they go from 0 to 11 Class fields: boolean gmtConvertion, SimpleDateFormat dateFormatInstance Class methods: Date NA_TIME, Calendar zeroCalendarInstance, long ONE_HOUR, Date max...
int function ( long arg0 ) { GregorianCalendar loc0 = DateTime . calendarInstance ( ) ; loc0 . setTimeInMillis ( arg0 ) ; return loc0 . get ( Calendar . YEAR ) * 10000 + ( 1 + loc0 . get ( Calendar . MONTH ) ) * 100 + loc0 . get ( Calendar . DAY_OF_MONTH ) ; }
57
execute the security checks . each check should be in a separate method . concode_field_sep Integer minimumUmask concode_elem_sep String UMASK_FORMAT concode_elem_sep Log log concode_elem_sep StringManager sm concode_elem_sep Set<String> checkedOsUsers concode_elem_sep String UMASK_PROPERTY_NAME concode_field_sep Strin...
void function ( ) { checkOsUser ( ) ; checkUmask ( ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: execute the security checks . each check should be in a separate method . Class fields: Integer minimumUmask, String getCheckedOsUsers Class methods: String UMASK_FORMAT, Log log, StringManager sm, Set<String> checkedOsUsers, String UMASK_PROPERTY_NAME, void lifecycleEvent, vo...
void function ( ) { checkOsUser ( ) ; checkUmask ( ) ; }
58
interrupts the reading and writing threads concode_field_sep ProtocolWrapper tcpWrapper concode_elem_sep int UDP_BUFFER_SIZE concode_elem_sep int TCP_BUFFER_SIZE concode_elem_sep Socket legacySocket concode_elem_sep boolean terminating concode_elem_sep long ping concode_elem_sep SocketChannel tcpChannel concode_elem_se...
void function ( ) { if ( this . readThread != null ) { this . readThread . interrupt ( ) ; } }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: interrupts the reading and writing threads Class fields: ProtocolWrapper tcpWrapper, void disconnect Class methods: int UDP_BUFFER_SIZE, int TCP_BUFFER_SIZE, Socket legacySocket, boolean terminating, long ping, SocketChannel tcpChannel, int DEFAULT_TCP_BUFFER_SIZE, int DEFAULT...
void function ( ) { if ( this . readThread != null ) { this . readThread . interrupt ( ) ; } }
59
retrieves the accumulated time this object has spent running since it was last started . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessag...
long function ( ) { if ( running ) { return System . currentTimeMillis ( ) - startTime ; } else { return 0 ; } }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: retrieves the accumulated time this object has spent running since it was last started . Class fields: boolean running, void zero Class methods: long total, long startTime, long lastStart, void stop, String currentElapsedTimeToMessage, void start, String toString, void mark, l...
long function ( ) { if ( running ) { return System . currentTimeMillis ( ) - startTime ; } else { return 0 ; } }
60
gets the message body . concode_field_sep String subject concode_elem_sep String fromAddress concode_elem_sep String message concode_elem_sep String toAddress concode_field_sep String getToAddress concode_elem_sep String getSubject concode_elem_sep String getFromAddress concode_elem_sep String getText concode_elem_sep ...
String function ( ) { return message ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: gets the message body . Class fields: String subject, String getToAddress Class methods: String fromAddress, String message, String toAddress, String getSubject, String getFromAddress, String getText, int hashCode, boolean equals, String toString Generate the method
String function ( ) { return message ; }
61
unlink a node from a linked list and link into the reclaimed list . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables con...
void function ( int arg0 , int arg1 , int arg2 ) { if ( arg1 == - 1 ) { hashTable [ arg0 ] = linkTable [ arg2 ] ; } else { linkTable [ arg1 ] = linkTable [ arg2 ] ; } linkTable [ arg2 ] = reclaimedNodePointer ; reclaimedNodePointer = arg2 ; elementCount -- ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: unlink a node from a linked list and link into the reclaimed list . Class fields: int[] hashTable, void resetTables Class methods: boolean fixedSize, int newNodePointer, int elementCount, int[] linkTable, int reclaimedNodePointer, int getLookup, int getHashIndex, int linkNode,...
void function ( int arg0 , int arg1 , int arg2 ) { if ( arg1 == - 1 ) { hashTable [ arg0 ] = linkTable [ arg2 ] ; } else { linkTable [ arg1 ] = linkTable [ arg2 ] ; } linkTable [ arg2 ] = reclaimedNodePointer ; reclaimedNodePointer = arg2 ; elementCount -- ; }
62
the name of the query saved in splunk to run concode_field_sep String earliestTime concode_elem_sep boolean useSunHttpsHandler concode_elem_sep String source concode_elem_sep int port concode_elem_sep String savedSearch concode_elem_sep String password concode_elem_sep String search concode_elem_sep Boolean streaming c...
void function ( String arg0 ) { this . savedSearch = arg0 ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: the name of the query saved in splunk to run Class fields: String earliestTime, void setPassword Class methods: boolean useSunHttpsHandler, String source, int port, String savedSearch, String password, String search, Boolean streaming, SSLSecurityProtocol sslProtocol, int tcpR...
void function ( String arg0 ) { this . savedSearch = arg0 ; }
63
create the type code for this exception . concode_field_sep String _id concode_field_sep AlreadyBound extract concode_elem_sep AlreadyBound read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write
TypeCode function ( ) { return OrbRestricted . Singleton . create_struct_tc ( id ( ) , "srini_string" , new StructMember [ 0 ] ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: create the type code for this exception . Class fields: String _id, AlreadyBound extract Class methods: AlreadyBound read, void insert, String id, void write Generate the method
TypeCode function ( ) { return OrbRestricted . Singleton . create_struct_tc ( id ( ) , "srini_string" , new StructMember [ 0 ] ) ; }
64
tell if two modes match according to the rules of xslt . concode_field_sep String m_targetString concode_elem_sep TemplateSubPatternAssociation m_next concode_elem_sep long serialVersionUID concode_elem_sep String m_pattern concode_elem_sep ElemTemplate m_template concode_elem_sep StepPattern m_stepPattern concode_elem...
boolean function ( QName arg0 , QName arg1 ) { return ( ( ( null == arg0 ) && ( null == arg1 ) ) || ( ( null != arg0 ) && ( null != arg1 ) && arg0 . equals ( arg1 ) ) ) ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: tell if two modes match according to the rules of xslt . Class fields: String m_targetString, StepPattern getStepPattern Class methods: TemplateSubPatternAssociation m_next, long serialVersionUID, String m_pattern, ElemTemplate m_template, StepPattern m_stepPattern, boolean m_...
boolean function ( QName arg0 , QName arg1 ) { return ( ( ( null == arg0 ) && ( null == arg1 ) ) || ( ( null != arg0 ) && ( null != arg1 ) && arg0 . equals ( arg1 ) ) ) ; }
65
retrieves the factory implementation that this factory is using to produce threads . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory setImpl
ThreadFactory function ( ) { return factory ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: retrieves the factory implementation that this factory is using to produce threads . Class fields: ThreadFactory factory, Thread newThread Class methods: ThreadFactory setImpl Generate the method
ThreadFactory function ( ) { return factory ; }
66
get the minimum group length . concode_field_sep int MIN_ALLOWED concode_elem_sep int MAX_ALLOWED concode_elem_sep int min_group_len concode_elem_sep int max_group_len concode_elem_sep int pref_group_len concode_field_sep int getPref_group_len concode_elem_sep int getMax_group_len
int function ( ) { return min_group_len ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: get the minimum group length . Class fields: int MIN_ALLOWED, int getPref_group_len Class methods: int MAX_ALLOWED, int min_group_len, int max_group_len, int pref_group_len, int getMax_group_len Generate the method
int function ( ) { return min_group_len ; }
67
asserts the given condition , throwing an assertionexception if the condition does n'thold . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnreachable concode_elem_sep T assertNotNull
void function ( boolean arg0 , String arg1 ) { if ( ! arg0 ) { throw new AssertionException ( arg1 ) ; } }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: asserts the given condition , throwing an assertionexception if the condition does n'thold . Class fields: PlaceHolder placeHolder, void assertUnreachable Class methods: T assertNotNull Generate the method
void function ( boolean arg0 , String arg1 ) { if ( ! arg0 ) { throw new AssertionException ( arg1 ) ; } }
68
sets the user id in the token . concode_field_sep String sessionToken concode_elem_sep String userId concode_field_sep void setSessionToken concode_elem_sep Boolean hasSessionToken concode_elem_sep String getSessionToken concode_elem_sep String getUserId
void function ( String arg0 ) { this . userId = arg0 ; }
generate class member function given class environment
{% set field_seperator = "concode_field_sep" %} {% set method_seperator = "concode_elem_sep" %} {% set ns = namespace(nl="", fields=[], methods=[]) %} {% if code | length > 0 %} {% for chunk_a in nl.split(field_seperator) %} {% set first_iter = loop.index0 == 0 %} {% for chunk_b in chunk_a.split(m...
Method description: sets the user id in the token . Class fields: String sessionToken, void setSessionToken Class methods: String userId, Boolean hasSessionToken, String getSessionToken, String getUserId Generate the method
void function ( String arg0 ) { this . userId = arg0 ; }
End of preview. Expand in Data Studio
README.md exists but content is empty.
Downloads last month
10