code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( String arg0 ) { this . error = arg0 ; }
sets the http servlet error code that should be set on the response concode_field_sep Map<String,String> headers concode_elem_sep long serialVersionUID concode_elem_sep String DEFAULT_PARAM concode_elem_sep boolean parse concode_elem_sep int status concode_elem_sep String error concode_elem_sep String errorMessage conc...
Buffer function ( ) { position = 0 ; mark = UNSET_MARK ; limit = capacity ; return this ; }
clears this buffer . while the content of this buffer is not changed , the following internal changes take place : the current position is reset back to the start of the buffer , the value of the buffer limit is made equal to the capacity and mark is cleared . concode_field_sep int effectiveDirectAddress concode_elem_s...
void function ( String arg0 ) { this . partyKey = arg0 ; }
sets the value of the partykey property . concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String countryCd concode_elem_sep String stateProvince concode_elem_sep String isActive concode_elem_sep String poBox concode_elem_sep String addressTypeCd concode_elem_sep String buildingNum concode...
void function ( String arg0 ) { logger . info ( arg0 ) ; }
log a message with the info 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 trace concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep v...
void function ( java . lang . String arg0 ) { _folder . setUserUuid ( arg0 ) ; }
sets the user uuid of this folder . concode_field_sep Folder _folder 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 com...
String function ( String arg0 ) { return getProperties ( ) . getProperty ( arg0 ) ; }
retrieves the property value . concode_field_sep Logger LOGGER concode_elem_sep File basedir concode_elem_sep int BUILD_PROPS_SEARCH_PARENT_DIR_LIMIT concode_elem_sep Properties properties concode_field_sep File getLogDir concode_elem_sep Properties createProperties concode_elem_sep File getPropertiesFile concode_elem_...
String function ( ) { return source ; }
returns the pattern string of the regular expression . concode_field_sep Pattern REPLACEMENT_DOLLAR_AMPERSAND concode_elem_sep String REPLACEMENT_DOLLAR_AMPERSAND_FOR_JAVA concode_elem_sep Pattern REPLACEMENT_DOLLAR_APOSTROPHE concode_elem_sep Pattern REPLACEMENT_DOLLAR_DOLLAR concode_elem_sep boolean globalFlag concod...
byte [ ] function ( ) { return value ; }
returns the value of value field of the structure . concode_field_sep ASN1Sequence ASN1 concode_elem_sep String typeID concode_elem_sep byte[] encoding concode_elem_sep byte[] value concode_field_sep void getValues concode_elem_sep byte[] getEncoded concode_elem_sep Object getDecodedObject concode_elem_sep String getTy...
String function ( ) { return this . nodeName ; }
the name of the node . concode_field_sep String nodeName concode_elem_sep String hostName concode_elem_sep TransportAddress address concode_elem_sep Set<Role> roles concode_elem_sep String roleName concode_elem_sep Map<String,String> attributes concode_elem_sep String hostAddress concode_elem_sep String abbreviation co...
void function ( ) { testProvider ( CertGenerator . class ) ; }
test certgenerator provider . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCertWriterProviders concode_elem_sep void testCertReaderProviders concode_elem_sep void testProvider
StatisticsContent function ( ) { return statistics ; }
returns delegate representing statistics concode_field_sep boolean enabled concode_elem_sep SourceContent source concode_elem_sep PropertiesContent properties concode_elem_sep StatisticsContent statistics concode_field_sep void enable concode_elem_sep void disable concode_elem_sep SourceContent getSource concode_elem_s...
Set < User > function ( @ PathVariable Long arg0 ) { Team loc0 = teamService . getTeamById ( arg0 ) . orElseThrow ( ( ) -> new TeamNotFoundException ( arg0 ) ) ; return loc0 . getMembers ( ) ; }
get the members of the team with the given id . concode_field_sep TeamService teamService concode_field_sep ResponseEntity<?> add concode_elem_sep Collection<Team> readTeams concode_elem_sep ResponseEntity<?> addTeamMember concode_elem_sep ResponseEntity<?> removeTeamMember concode_elem_sep ResponseEntity<?> handleData...
void function ( double arg0 ) { rsquared = new Double ( dformat . format ( arg0 ) . replace ( ',' , '.' ) ) ; }
set r-square value of the model . concode_field_sep Double rsquared concode_elem_sep Double fstatistics concode_elem_sep String call concode_elem_sep DecimalFormat dformat concode_elem_sep String type concode_elem_sep String name concode_elem_sep Vector info concode_elem_sep Double aic concode_elem_sep String family co...
FunctionFactory function ( ) { return ffProxy . getTargetFactory ( ) ; }
returns the target functionfactory used by the associated policy . concode_field_sep int XACML_VERSION_2_0 concode_elem_sep String[] xacmlIdentifiers concode_elem_sep FunctionFactoryProxy ffProxy concode_elem_sep String XACML_1_0_IDENTIFIER concode_elem_sep int xpathVersion concode_elem_sep AttributeFactoryProxy afProx...
void function ( int arg0 ) { mTTL = arg0 ; }
sets the time to live of packets sent over the network . concode_field_sep AbstractPacketizer mPacketizer concode_elem_sep int mSocketId concode_elem_sep byte sPipeApi concode_elem_sep OutputStream mOutputStream concode_elem_sep ParcelFileDescriptor[] mParcelFileDescriptors concode_elem_sep boolean mStreaming concode_e...
String function ( final String arg0 , final Object ... arg1 ) { String loc0 = getString ( arg0 ) ; if ( loc0 == null ) { loc0 = arg0 ; } MessageFormat loc1 = new MessageFormat ( loc0 ) ; loc1 . setLocale ( locale ) ; return loc1 . format ( arg1 , new StringBuffer ( ) , null ) . toString ( ) ; }
get a string from the underlying resource bundle and format it with the given set of arguments . concode_field_sep Hashtable<String,StringManager> managers concode_elem_sep Locale locale concode_elem_sep ResourceBundle bundle concode_field_sep StringManager getManager
void function ( String arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . defaultRole = new SimpleGrantedAuthority ( arg0 ) ; }
the default role which will be assigned to all users . concode_field_sep SpringSecurityLdapTemplate ldapTemplate concode_elem_sep String groupSearchBase concode_elem_sep boolean convertToUpperCase concode_elem_sep GrantedAuthority defaultRole concode_elem_sep String groupRoleAttribute concode_elem_sep String groupSearc...
PublicKey function ( ) { return ephemeralPublicKey ; }
return the ephemeral public key may be null concode_field_sep PrivateKey staticPrivateKey concode_elem_sep PrivateKey ephemeralPrivateKey concode_elem_sep PublicKey ephemeralPublicKey concode_field_sep PrivateKey getStaticPrivateKey concode_elem_sep byte[] getEncoded concode_elem_sep String getAlgorithm concode_elem_se...
void function ( ) { this . callbackService = registerCallback ( SamlIdPConstants . ENDPOINT_SAML2_SSO_PROFILE_POST_CALLBACK ) ; }
post constructor placeholder for additional extensions . this method is called after the object has completely initialized itself . concode_field_sep String casServerName concode_elem_sep String casServerPrefix concode_elem_sep ParserPool parserPool concode_elem_sep OpenSamlConfigBean configBean concode_elem_sep Reload...
String function ( ) { return "srini_string" ; }
the album the recording came from . concode_field_sep PlaceHolder placeHolder concode_field_sep String date concode_elem_sep String fileName concode_elem_sep String copyright concode_elem_sep String author concode_elem_sep String composer concode_elem_sep int length concode_elem_sep String title concode_elem_sep int sa...
String function ( ) { return this . state ; }
the rule 's state . concode_field_sep String scheduleExpression concode_elem_sep String roleArn concode_elem_sep String name concode_elem_sep String description concode_elem_sep String state concode_elem_sep String arn concode_elem_sep String eventPattern concode_field_sep void setName concode_elem_sep String getEventP...
void function ( ) { for ( int loc0 = 0 ; loc0 < netListeners . size ( ) ; loc0 ++ ) { AbstractNetScriptEventListener loc1 = netListeners . get ( loc0 ) ; loc1 . deinstall ( net ) ; } netListeners . clear ( ) ; }
unregisters all registered listeners . concode_field_sep Logger logger concode_elem_sep LocalNetFacade net concode_elem_sep Situation situation concode_elem_sep ArrayList<AbstractNetScriptEventListener> netListeners concode_field_sep void registerEventListener concode_elem_sep Situation getSituation concode_elem_sep vo...
String function ( ) { return this . clientRequestId ; }
get the clientrequestid value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep PoolEnableAutoScaleHeaders withDataServiceId concode_elem_sep PoolEnableAutoScaleH...
void function ( long arg0 ) { _pushNotificationsEntry . setUserId ( arg0 ) ; }
sets the user id of this push notifications entry . concode_field_sep PushNotificationsEntry _pushNotificationsEntry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_e...
void function ( List < Block > arg0 , Writer arg1 ) { writeToXmlImpl ( arg0 , null , arg1 ) ; }
serializes all blocks in the given list and writes them to the given writer . concode_field_sep String XML_NAMESPACE concode_elem_sep XmlPullParserFactory mParserFactory concode_field_sep void writeOneBlockToXml concode_elem_sep String writeOneBlockToXml concode_elem_sep void writeToXmlImpl concode_elem_sep void loadBl...
List < UnresolvedModule > function ( ) { synchronized ( unresolvedModuleList ) { List < UnresolvedModule > loc0 = new ArrayList < UnresolvedModule > ( unresolvedModuleList ) ; if ( ! model . isTestEnvironment ( ) ) { unresolvedModuleList . clear ( ) ; } return loc0 ; } }
returns copy of list of unresolved module supposed to be called from ui thread concode_field_sep List<UnresolvedClass> unresolvedClassList concode_elem_sep JVMProblemModel model concode_elem_sep List<UnresolvedModule> unresolvedModuleList concode_field_sep boolean isNeedReport concode_elem_sep void addRequieredJava con...
Edge function ( Vertex arg0 , Vertex arg1 ) { return adjMatrix [ arg0 . getLabel ( ) ] [ arg1 . getLabel ( ) ] ; }
gets the adjacency matrix entry corresponding to vertices uu and vv . concode_field_sep int numVertices concode_elem_sep Edge[][] adjMatrix concode_elem_sep Vertex[] vertices concode_elem_sep ArrayList<LinkedList<Vertex>> adjLists concode_field_sep LinkedList<Vertex> getAdjListByLabel concode_elem_sep Vertex getVertexB...
void function ( String arg0 ) { this . childPolicy = arg0 ; }
the policy to use on child workflows when terminating a workflow . concode_field_sep Map<String,Object> clientConfigurationParameters concode_elem_sep ActivityTypeRegistrationOptions activityTypeRegistrationOptions concode_elem_sep String stateResultType concode_elem_sep AmazonSimpleWorkflowClient amazonSWClient concod...
byte [ ] function ( ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; save ( loc0 ) ; return loc0 . toByteArray ( ) ; }
return the contents of this memento as a byte array . concode_field_sep Document factory concode_elem_sep Element element concode_field_sep Text getTextNode concode_elem_sep IMemento createChild concode_elem_sep IMemento getChild concode_elem_sep void putString concode_elem_sep void putTextData concode_elem_sep void re...
Function function ( String arg0 , List < org . opengis . filter . expression . Expression > arg1 , Literal arg2 ) { return findFunction ( new NameImpl ( arg0 ) , arg1 , arg2 ) ; }
look up a function for the provided name , may return a fallbackfunction if an implementation could not be found . you can create a function to represent an sql function or a function hosted on an external service ; the fallback value will be used if you evulate by a java implementation on the classpath . concode_field...
Book function ( final Long arg0 , final Book arg1 ) { arg1 . setBookId ( arg0 ) ; bookDao . update ( arg1 ) ; return arg1 ; }
updatebook . concode_field_sep BookDao bookDao concode_elem_sep Logger LOGGER concode_field_sep boolean deleteBook concode_elem_sep Book getBook concode_elem_sep Books getBooks concode_elem_sep Book saveBook
double function ( ) { return squaredRadius ; }
the squared radius of the miniball . this is equivalent to radius radius . precondition : ! isempty concode_field_sep double[] centerToPoint concode_elem_sep double[] center concode_elem_sep double distToAff concode_elem_sep int dim concode_elem_sep double squaredRadius concode_elem_sep double distToAffSquare concode_e...
int function ( ) { return _dlFileRankLocalService . getDLFileRanksCount ( ) ; }
returns the number of document library file ranks . concode_field_sep DLFileRankLocalService _dlFileRankLocalService concode_field_sep DLFileRankLocalService getWrappedDLFileRankLocalService concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portlet.documentlibrary.model.DLFileRank getDLFileRank conco...
void function ( long arg0 ) { _recentLayoutBranch . setMvccVersion ( arg0 ) ; }
sets the mvcc version of this recent layout branch . concode_field_sep RecentLayoutBranch _recentLayoutBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep...
void function ( Object arg0 ) { logInternal ( FATAL , arg0 , null ) ; }
logs the given message instance using the ` fatal ' level concode_field_sep Level ERROR concode_elem_sep Level WARN concode_elem_sep Logger jdkLogger concode_elem_sep Level TRACE concode_elem_sep Level DEBUG concode_elem_sep Level FATAL concode_elem_sep Level INFO concode_field_sep boolean isWarnEnabled concode_elem_se...
String function ( ) { return this . dataServiceId ; }
get the dataserviceid value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep PoolRemoveNodesHeaders withDataServiceId concode_elem_sep PoolRemoveNodesHeaders wit...
void function ( String arg0 ) { this . description = arg0 ; }
sets the description . concode_field_sep String streetName concode_elem_sep int streetNumber concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String description concode_elem_sep Locale locale concode_field_sep String getCountryCode concode_elem_sep void setCity concode_elem_sep void set...
void function ( int arg0 ) { this . headerRow = arg0 ; }
sets the headerrow . concode_field_sep List<IMetadataTable> schema concode_elem_sep String server concode_elem_sep List<Map<String,String>> mapping concode_elem_sep int limitRows concode_elem_sep Integer loopLimit concode_elem_sep int headerRow concode_elem_sep String rowSeparator concode_elem_sep String pattern concod...
Period function ( ) { return this . autoScaleEvaluationInterval ; }
get the autoscaleevaluationinterval value . concode_field_sep TaskSchedulingPolicy taskSchedulingPolicy concode_elem_sep List<MetadataItem> metadata concode_elem_sep List<ApplicationPackageReference> applicationPackageReferences concode_elem_sep NetworkConfiguration networkConfiguration concode_elem_sep String displayN...
void function ( String arg0 ) { load ( new ByteArrayInputStream ( arg0 . getBytes ( ) ) ) ; }
load a model to be translated from a string . concode_field_sep PlaceHolder placeHolder concode_field_sep String translateToString concode_elem_sep String getName concode_elem_sep void translate
DataBox function ( int arg0 , int arg1 ) { return new DoubleDataBox ( arg0 , arg1 ) ; }
returns a databox of type doubledatabox , but with the given dimensions . concode_field_sep long serialVersionUID concode_elem_sep double[][] data concode_field_sep BoxDataSet serializableInstance concode_elem_sep void set concode_elem_sep int numRows concode_elem_sep Number get concode_elem_sep DataBox copy concode_el...
void function ( String arg0 ) { this . value = arg0 ; }
the filter value . for example : june 30 , 2015 . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep CommandFilter withValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CommandFilter clone concod...
void function ( ByteBuffer arg0 ) { deadBytes = arg0 ; }
sets the ` dead ' bytes . these bytes are left if the content of the box has been parsed but not all bytes have been used up . 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_s...
void function ( BigInteger arg0 ) { this . from = arg0 ; }
sets the value of the from property . concode_field_sep BigInteger from concode_elem_sep BigInteger to concode_field_sep void setTo concode_elem_sep BigInteger getTo concode_elem_sep BigInteger getFrom
String function ( String arg0 ) { for ( String loc0 : interestedApiList ) { if ( arg0 . contains ( loc0 ) ) { return loc0 ; } } return null ; }
specify which interested api is in given text . if given text contains no interested api , null is returned . concode_field_sep ArrayList<String> interestedApiList concode_field_sep boolean containInterestedApi concode_elem_sep String canonicalizeListLine
void function ( Boolean arg0 ) { this . replaceAll = arg0 ; }
sets the value of the replaceall property . concode_field_sep Boolean replaceAll concode_elem_sep List<CustomRecordTypeForms> forms concode_field_sep List<CustomRecordTypeForms> getForms concode_elem_sep boolean isReplaceAll
void function ( String arg0 ) { this . faxNumber = arg0 ; }
sets the value of the faxnumber property . concode_field_sep Address address concode_elem_sep String timeZoneId concode_elem_sep String county concode_elem_sep String faxNumber concode_elem_sep String storeName concode_elem_sep long serialVersionUID concode_elem_sep String businessPhone concode_elem_sep String storeCod...
long function ( ) { return this . current ; }
the current number of merges executing . concode_field_sep long totalSizeInBytes concode_elem_sep XContentBuilderString TOTAL concode_elem_sep XContentBuilderString TOTAL_DOCS concode_elem_sep XContentBuilderString CURRENT_SIZE_IN_BYTES concode_elem_sep XContentBuilderString CURRENT_DOCS concode_elem_sep long totalTime...
TYPE function ( ) { return m_type ; }
get the token type . concode_field_sep TYPE m_type concode_elem_sep String m_value concode_field_sep String getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
String function ( Tag arg0 ) { return createHTML ( readFile ( arg0 . text ( ) ) ) ; }
given the tag representation of this custom tag , return its string representation . concode_field_sep String NAME concode_elem_sep String HEADER concode_field_sep boolean inPackage concode_elem_sep String createHTML concode_elem_sep String getName concode_elem_sep boolean inOverview concode_elem_sep boolean inMethod c...
String function ( ) { return retryMax ; }
gets the value of the retrymax property . concode_field_sep String cred concode_elem_sep String retryMax concode_elem_sep JAVA java concode_elem_sep String retryPolicy concode_elem_sep String name concode_elem_sep MAPREDUCE mapReduce concode_elem_sep SUBWORKFLOW subWorkflow concode_elem_sep String retryInterval concode...
NodeReference function ( ) { return replicaMemberNode ; }
gets the value of the replicamembernode property . concode_field_sep NodeReference replicaMemberNode concode_elem_sep XMLGregorianCalendar replicaVerified concode_elem_sep ReplicationStatus replicationStatus concode_field_sep void setReplicaMemberNode concode_elem_sep ReplicationStatus getReplicationStatus concode_elem...
void function ( ) { dim . go ( ) ; }
resumes execution of the script . concode_field_sep Scriptable scope concode_elem_sep Dim dim concode_elem_sep int type concode_elem_sep SwingGui debugGui concode_elem_sep int EXIT_ACTION concode_elem_sep int SCOPE_PROVIDER concode_field_sep InputStream getIn concode_elem_sep void setSourceProvider concode_elem_sep voi...
String function ( String arg0 , char arg1 ) { return getString ( arg0 , new Object [ ] { String . valueOf ( arg1 ) } ) ; }
retrieves a message which takes 1 character argument . concode_field_sep ResourceBundle bundle concode_field_sep String format
void function ( UIComponent arg0 , Object arg1 ) { value = arg1 ; setLocalValueInValueBinding = true ; }
this method be called as a setter , but not from the decode , since for things to happen in the right phases , you should call setsubmittedvalue - in the component or renderer 's decode - method , and allow the validate - method here to bubble the submittedvalue into value in the correct phase . concode_field_sep Objec...
ArrayOfMovie function ( ) { return new ArrayOfMovie ( ) ; }
create an instance of arrayofmovie concode_field_sep PlaceHolder placeHolder concode_field_sep Movie createMovie concode_elem_sep GetUpcomingMoviesResponse createGetUpcomingMoviesResponse concode_elem_sep GetTheatersAndMovies createGetTheatersAndMovies concode_elem_sep Theater createTheater concode_elem_sep GetUpcoming...
void function ( ContentTypeRule arg0 ) { rules . add ( arg0 ) ; if ( defaultContentTypeProperty == null ) { defaultContentTypeProperty = arg0 . getExpectedContentTypeProperty ( ) ; } }
add a content type rule to this set . concode_field_sep String defaultContentTypeProperty concode_elem_sep List<ContentTypeRule> rules concode_field_sep String getDefaultContentTypeProperty concode_elem_sep ContentTypeInfo getContentTypeInfo
double function ( ) { return headerMargin ; }
returns the header margin . concode_field_sep boolean notes concode_elem_sep short fitWidth concode_elem_sep short scale concode_elem_sep short paperSize concode_elem_sep short hResolution concode_elem_sep boolean leftToRight concode_elem_sep double footerMargin concode_elem_sep short copies concode_elem_sep short page...
java . util . Date function ( ) { return dateCompleted ; }
gets the datecompleted value for this orderstatustype . concode_field_sep java.util.Date dateDue concode_elem_sep java.util.Date dateCompleted concode_elem_sep java.util.Date dateOrdered concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int orderReference concode_elem_sep boolean __hashCodeCalc concode_el...
String function ( ) { state . toggleTimeStamp ( ) ; appendControl ( "srini_string" + state . getTimeStampEnabled ( ) ) ; messageLog . addMessage ( "srini_string" , "srini_string" + getTimeStampMessage ( ) + "srini_string" , null ) ; storeMessageLog ( ) ; state . updateAll ( ) ; return ( "srini_string" ) ; }
method to toggle timestamps to on or off concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep Timer nightlyReset concode_elem_sep String LOG_PATH concod...
Integer function ( ) { return statusCode ; }
gets statuscode . concode_field_sep Class<? extends Throwable> exceptionType concode_elem_sep Throwable exception concode_elem_sep String requestUri concode_elem_sep String message concode_elem_sep String servletName concode_elem_sep Integer statusCode concode_field_sep Throwable getException concode_elem_sep String ge...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _oAuthConsumerLocalService . dynamicQueryCount ( arg0 , arg1 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep OAuthConsumerLocalService _oAuthConsumerLocalService concode_field_sep com.liferay.opensocial.model.OAuthConsumer updateOAuthConsumer concode_elem_sep com.liferay.opensocial.model.OAuthConsumer updateOAuthConsumer concode_elem_sep java.lang.Strin...
void function ( FacesContext arg0 , final UIComponent arg1 , String arg2 , String arg3 ) { ResponseWriter loc0 = arg0 . getResponseWriter ( ) ; writeScriptStart ( loc0 , arg1 , arg3 ) ; loc0 . write ( arg2 ) ; writeScriptEnd ( loc0 ) ; }
write script markup and script code in one method call . concode_field_sep UIComponent component concode_elem_sep ResponseWriter writer concode_field_sep void writeScriptEnd concode_elem_sep void startScript concode_elem_sep void endScript concode_elem_sep void write concode_elem_sep void write concode_elem_sep void wr...
void function ( ) { if ( running ) { total += System . currentTimeMillis ( ) - startTime ; running = false ; } }
ensures that this object is in the stopped state . if this object is in the running state , then this has the effect of adding to the total attribute the elapsed time since the last transition from stopped to running state and sets the running attribute to false . if this object is not in the running state , this call ...
void function ( ) { finishedRendering = System . currentTimeMillis ( ) ; computeSummary ( ) ; }
record the time when we finished converting paths into itineraries . concode_field_sep long pathCalculationTime concode_elem_sep List<Long> pathTimes concode_elem_sep boolean timedOut concode_elem_sep long finishedPrecalculating concode_elem_sep long precalculationTime concode_elem_sep long startedCalculating concode_e...
Request function ( ) { return new Request ( ) ; }
create an instance of request concode_field_sep PlaceHolder placeHolder concode_field_sep Resource createResource concode_elem_sep Method createMethod concode_elem_sep Param createParam concode_elem_sep Response createResponse concode_elem_sep Option createOption concode_elem_sep Link createLink concode_elem_sep Resour...
void function ( String [ ] arg0 ) { new MiniHadoopClusterManager ( ) . run ( arg0 ) ; }
starts a minihadoopcluster . concode_field_sep MiniMRClientCluster mr concode_elem_sep StartupOption dfsOpts concode_elem_sep int nnPort concode_elem_sep JobConf conf concode_elem_sep Log LOG concode_elem_sep String fs concode_elem_sep MiniDFSCluster dfs concode_elem_sep int jhsPort concode_elem_sep boolean noDFS conco...
TextEditBasedChange function ( IJavaScriptUnit arg0 ) { return ( TextEditBasedChange ) fMap . remove ( arg0 ) ; }
removes the texteditbasedchange managed under the given key unit . concode_field_sep Map fMap concode_elem_sep boolean fKeepExecutedTextEdits concode_field_sep boolean containsChangesIn concode_elem_sep TextEditBasedChange get concode_elem_sep void clear concode_elem_sep TextEditBasedChange[] getAllChanges concode_elem...
String function ( ) { if ( progressMessageEnabled ) { return progressMessage ; } else { return "srini_string" ; } }
gets the progress message . if the progressmessageenabled attribute is set to false an empty string is returned . this ensure that the component will use its default percent value as the progress message . concode_field_sep boolean progressMessageEnabled concode_elem_sep boolean intermediatMode concode_elem_sep String ...
com . liferay . portal . kernel . model . BrowserTracker function ( long arg0 ) { return getService ( ) . deleteBrowserTracker ( arg0 ) ; }
deletes the browser tracker with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep BrowserTrackerLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDy...
String function ( ) { return Charset . defaultCharset ( ) . name ( ) ; }
get encoding that git uses for file names . concode_field_sep String USER_NAME concode_elem_sep String USER_EMAIL concode_elem_sep String BRANCH_AUTOSETUP_REBASE concode_elem_sep String CORE_AUTOCRLF concode_field_sep String getValue concode_elem_sep void getValues concode_elem_sep void setValue concode_elem_sep List<C...
void function ( DataInputStream arg0 ) { int loc0 = arg0 . readInt ( ) ; MeteredInputStream loc1 = new MeteredInputStream ( arg0 , loc0 ) ; DataInputStream loc2 = new DataInputStream ( loc1 ) ; while ( ! loc1 . limitReached ( ) ) { String loc3 = loc2 . readUTF ( ) ; String loc4 = loc2 . readUTF ( ) ; put ( loc3 , loc4 ...
decodes a set of properties from the given input stream . concode_field_sep HashMap props concode_field_sep void encode concode_elem_sep boolean containsKey concode_elem_sep String get concode_elem_sep void clear concode_elem_sep Object clone concode_elem_sep String toString concode_elem_sep boolean containsValue conco...
void function ( ) { }
if appropriate , let the binder middleware settle down a bit while binding/unbinding actually happens . concode_field_sep B testBinder concode_elem_sep double timeoutMultiplier concode_field_sep Message<?> receive concode_elem_sep void testSendAndReceive concode_elem_sep void cleanup concode_elem_sep CP createConsumerP...
List < SelectItem > function ( String arg0 ) { return wrapList ( arg0 , getCities ( ) ) ; }
wrapper method to allow the default list and passed filter to be used with the wraplist method this will return the filtered list of cities wrapped in selectitems concode_field_sep String BEAN_NAME concode_elem_sep List<String> cities concode_elem_sep String RESOURCE_PATH concode_elem_sep String CITIES_FILENAME concode...
Set < Locale > function ( ) { return SyncAvoid . AVAILABLE_LOCALE_SET ; }
obtains an unmodifiable set of installed locales . this method is a wrapper around locale #getavailablelocales . it is more efficient , as the jdk method must create a new array each time it is called . concode_field_sep ConcurrentMap<String,List<Locale>> cLanguagesByCountry concode_elem_sep List<Locale> AVAILABLE_LOCA...
boolean function ( Location arg0 ) { return arg0 == null || Location . UNKNOWN . equals ( arg0 ) ; }
checks if a location is unknown , i.e. it is either null or equal to location #unknown . concode_field_sep List<WeakReference<LocationFinder>> finders concode_elem_sep String UNKNOWN_STRING concode_field_sep Location getLocation concode_elem_sep Location getLocation concode_elem_sep Location getLocation concode_elem_se...
Container function ( ModContainer arg0 , EntityPlayerMP arg1 , int arg2 , World arg3 , int arg4 , int arg5 , int arg6 ) { IGuiHandler loc0 = serverGuiHandlers . get ( arg0 ) ; if ( loc0 != null ) { return ( Container ) loc0 . getServerGuiElement ( arg2 , arg1 , arg3 , arg4 , arg5 , arg6 ) ; } else { return null ; } }
internal method for accessing the gui registry concode_field_sep AttributeKey<String> FML_CHANNEL concode_elem_sep AttributeKey<Boolean> FML_MARKER concode_elem_sep double range concode_elem_sep Map<ModContainer,IGuiHandler> clientGuiHandlers concode_elem_sep Map<ModContainer,NetworkModHolder> registry concode_elem_sep...
Collection < Mapping > function ( ) { return this . map . values ( ) ; }
returns all defined mappings . concode_field_sep String extension concode_elem_sep String mimeType concode_elem_sep Map<String,Mapping> map concode_elem_sep MimeMappings DEFAULT concode_field_sep String add concode_elem_sep Iterator<Mapping> iterator concode_elem_sep String getExtension concode_elem_sep String getMimeT...
Integer function ( ) { return hTTPSPort ; }
the https port the custom origin listens on . concode_field_sep Integer hTTPPort concode_elem_sep String originProtocolPolicy concode_elem_sep Integer hTTPSPort concode_elem_sep String dNSName concode_field_sep CustomOrigin withHTTPSPort concode_elem_sep CustomOrigin withOriginProtocolPolicy concode_elem_sep CustomOrig...
String function ( ) { return releaseNumber ; }
returns the release number . concode_field_sep String productId concode_elem_sep String releaseBuildNumber concode_elem_sep String releaseMajor concode_elem_sep String SNAPSHOT_TOKEN concode_elem_sep String title concode_elem_sep String version concode_elem_sep String releaseMilestone concode_elem_sep ManifestCache man...
boolean function ( short [ ] arg0 , LexicalUnit arg1 ) { for ( short loc0 : arg0 ) { if ( loc0 == arg1 . getLexicalUnitType ( ) ) return true ; } return false ; }
checks if an array of short contains a specific lexicalunit-type . concode_field_sep String[] borderWidthNames concode_elem_sep String[] colourNames concode_elem_sep short[] stringValues concode_elem_sep String[] fontStyleNames concode_elem_sep short[] measuringUnits concode_elem_sep String[] backgroundAttachmentNames ...
ITimedStatemachine function ( ) { return statemachine ; }
returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine
void function ( boolean arg0 ) { if ( dtcp != null ) dtcp . dropComplete ( arg0 ) ; }
signals that the drop is completed . concode_field_sep DropTargetContextPeer dtcp concode_elem_sep Transferable transferable concode_elem_sep DropTarget dropTarget concode_elem_sep long serialVersionUID concode_elem_sep boolean isLocal concode_elem_sep int targetActions concode_field_sep void acceptDrop concode_elem_se...
int function ( int arg0 ) { return linkTable [ arg0 ] ; }
this looks from a given node , so the parameter is always > -1 . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode...
void function ( String arg0 ) { this . value = arg0 ; }
the filter value . for example : june 30 , 2015 . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep CommandFilter withValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CommandFilter clone concod...
boolean function ( int arg0 , int arg1 ) { return ! isInSameSet ( arg0 , arg1 ) ; }
check if two elements are disjoint i.e. , in different set partitions concode_field_sep int data[] concode_elem_sep int size[] concode_field_sep int findIndex concode_elem_sep int countSets concode_elem_sep Collection<Set<Integer>> getSets concode_elem_sep int find concode_elem_sep boolean isInSameSet concode_elem_sep ...
Object function ( ) { return this . parent ; }
gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep String val concode_elem_sep Object parent concode_field_sep String getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep void setVal
de . uhh . l2g . plugins . migration . model . LegacyOffice function ( long arg0 ) { return _legacyOfficeLocalService . getLegacyOffice ( arg0 ) ; }
returns the legacy office with the primary key . concode_field_sep LegacyOfficeLocalService _legacyOfficeLocalService concode_field_sep void setWrappedLegacyOfficeLocalService concode_elem_sep void setWrappedService concode_elem_sep de.uhh.l2g.plugins.migration.model.LegacyOffice fetchLegacyOffice concode_elem_sep de.u...
int function ( ) { return _nhanvien . getNhanvien_id ( ) ; }
returns the nhanvien_id of this nhanvien . concode_field_sep nhanvien _nhanvien concode_field_sep void setNhanvien_id concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setDonvi_id concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.exp...
AppUrl function ( String arg0 ) { return new AppUrl ( APP_URL + arg0 ) ; }
creates an appurl for the supplied relativeurl parameter.the base url will be the value of app.url in build.properties . relativeurl must start with a '' / '' . concode_field_sep String EMAIL_SENDERNAME concode_elem_sep String EMAIL_SERVICE concode_elem_sep String SENDGRID_APIKEY concode_elem_sep String MAILGUN_APIKEY ...
Vector < Alarm > function ( AlarmIce [ ] arg0 ) { if ( arg0 == null || arg0 . length == 0 ) { return null ; } Vector < Alarm > loc0 = new Vector < Alarm > ( arg0 . length ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . add ( getAlarmFromIce ( arg0 [ loc1 ] ) ) ; } return loc0 ; }
convert alarms from ice representation . concode_field_sep int theirDefaultPort concode_field_sep PointDescriptionIce[] getPointDescriptionsAsIce concode_elem_sep PointDescriptionIce[] getPointDescriptionsAsIce concode_elem_sep Alarm getAlarmFromIce concode_elem_sep PointDescriptionIce getPointDescriptionAsIce concode_...
Integer function ( ) { return totalResultSetSize ; }
gets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<ProductPackage> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List...
String function ( ) { return realm ; }
returns the protection space . concode_field_sep String scheme concode_elem_sep String headerValue concode_elem_sep String realm concode_field_sep Credential authenticate concode_elem_sep String getScheme concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolea...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
get custom serializer concode_field_sep java.util.Calendar date_updated concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep java.util.Calendar date_created concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String descriptio...
void function ( Customer arg0 ) { this . customer = arg0 ; }
set the customer container . concode_field_sep String name concode_elem_sep String refId concode_elem_sep Payment payment concode_elem_sep PaymentSchedule schedule concode_elem_sep Order order concode_elem_sep BigDecimal amount concode_elem_sep BigDecimal trial_amount concode_elem_sep String subscription_id concode_ele...
Args function ( Object ... arg0 ) { return new Args ( arg0 ) ; }
creates a new args . concode_field_sep Object[] args concode_elem_sep Map<String,Object[]> invocations concode_field_sep Args args concode_elem_sep MethodInvocations requireInvoked concode_elem_sep MethodInvocations requireInvoked concode_elem_sep MethodInvocations invoked concode_elem_sep MethodInvocations invoked con...
Set < QName > function ( ) { final Set < QName > loc0 = new HashSet < QName > ( ) ; accept ( new NameClassWalker ( ) { @ Override public Void visitName ( QName arg0 ) { loc0 . add ( arg0 ) ; return null ; } } ) ; return loc0 ; }
if the name class is closed iow ! #isopen , return the set of names in this name class . otherwise the behavior is undefined . concode_field_sep int SPECIFICITY_NONE concode_elem_sep int SPECIFICITY_ANY_NAME concode_elem_sep NameClass ANY concode_elem_sep int SPECIFICITY_NAME concode_elem_sep int SPECIFICITY_NS_NAME co...
Object function ( Item arg0 , State arg1 ) { EventPublisher loc0 = ( EventPublisher ) ScriptActivator . eventPublisherTracker . getService ( ) ; if ( loc0 != null && arg0 != null ) { loc0 . postUpdate ( arg0 . getName ( ) , arg1 ) ; } return null ; }
posts a status update for a specified item to the event bus . t concode_field_sep Logger logger concode_field_sep Object sendCommand concode_elem_sep Object sendCommand concode_elem_sep Object sendCommand concode_elem_sep Object sendCommand concode_elem_sep Object restoreStates concode_elem_sep Map<Item,State> storeSta...
TreeRect function ( final int arg0 , final int arg1 , final int arg2 ) { return rects [ arg0 ] [ arg1 ] [ arg2 ] ; }
returns treerect at given index position . concode_field_sep View view concode_elem_sep DBNodes nodes concode_elem_sep TreeRect[][][] rects concode_field_sep TreeRect[] getTreeRectsPerLevel concode_elem_sep void normalRectangle concode_elem_sep int getPrePerXPos concode_elem_sep boolean bigRect concode_elem_sep byte[] ...
String function ( ) { return this . version ; }
getter for version concode_field_sep String identifier concode_elem_sep Long id concode_elem_sep String version concode_field_sep void setVersion concode_elem_sep String getIdentifier concode_elem_sep void setIdentifier concode_elem_sep void setId concode_elem_sep Long getId