code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( Goal arg0 ) { this . goal = arg0 ; } | sets the value of the goal property . concode_field_sep Goal goal concode_field_sep Goal getGoal |
String function ( ) { return zkConnect ; } | retrieves the kafka zk connection string . concode_field_sep String sparkAppName concode_elem_sep String mongoHost concode_elem_sep String twitterConsumerKey concode_elem_sep int tcpClientPort concode_elem_sep String gemfireHost concode_elem_sep String jdbcUsername concode_elem_sep String twitterAccessTokenSecret conco... |
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... |
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 org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String internalId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String externalId concode_elem_sep boolean __hashCodeCalc concode_elem_sep j... |
void function ( ) { _eprs . clear ( ) ; _referenceCounts . clear ( ) ; } | this is called when the server is initializing concode_field_sep Map<Endpoint,EndpointReference> _eprs concode_elem_sep List<Endpoint> _referenceCounts concode_field_sep int getReferenceCount concode_elem_sep void addEndpoint concode_elem_sep void removeEndpoint concode_elem_sep void incrementReferenceCount concode_ele... |
String function ( ) { return notificationsUrl ; } | gets the value of the notificationsurl property . concode_field_sep String notificationsUrl concode_elem_sep String serviceIdentifier concode_field_sep void setServiceIdentifier concode_elem_sep void setNotificationsUrl concode_elem_sep String getServiceIdentifier |
JSONBuilder function ( String arg0 ) { return item ( arg0 , true ) ; } | adds an escaped string to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_el... |
String function ( ) { return m_userCreated ; } | returns the usercreated . concode_field_sep int m_last concode_elem_sep long serialVersionUID concode_elem_sep int m_resourceSize concode_elem_sep int m_resourceState concode_elem_sep String m_projectLastModified concode_elem_sep int m_siblingCount concode_elem_sep int m_publishTag concode_elem_sep String m_userCreated... |
void function ( Writer arg0 ) { Marshaller loc0 = context . createMarshaller ( ) ; loc0 . setProperty ( "srini_string" , true ) ; loc0 . marshal ( this , arg0 ) ; } | writes the moduleinfolist class to an output writer . concode_field_sep ModuleInfo[] moduleInfos concode_elem_sep JAXBContext context concode_field_sep ModuleInfo[] getModuleInfos concode_elem_sep void main concode_elem_sep void setModuleInfos concode_elem_sep ModuleInfoList decode |
float function ( ) { return fps ; } | get the frames per second of this effect concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay ... |
String function ( ) { return this . tableName ; } | get the name of the table for this context . concode_field_sep String catalogName concode_elem_sep boolean generatedKeyColumnsUsed concode_elem_sep Log logger concode_elem_sep boolean accessTableColumnMetaData concode_elem_sep boolean overrideIncludeSynonymsDefault concode_elem_sep List<String> tableColumns concode_ele... |
Object function ( ) { return this . parent ; } | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Object parent concode_elem_sep Long activeCellId concode_elem_sep String activeCell concode_elem_sep STPane pane concode_elem_sep List<String> sqref concode_field_sep String getActiveCell concode_elem_sep void setPa... |
void function ( Map < String , String [ ] > arg0 , String arg1 , String [ ] arg2 ) { addParameter ( getNamespace ( ) , arg0 , arg1 , arg2 ) ; } | adds a default namespaced string parameter to the parameter map . do not use this method with an instanceable portlet , it will not properly namespace parameter names . concode_field_sep Router router concode_elem_sep String _mapping concode_elem_sep Log _log concode_elem_sep String _portletId concode_elem_sep boolean ... |
Builder function ( String arg0 , String arg1 ) { headers . set ( arg0 , arg1 ) ; return this ; } | sets the header named name to value . if this request already has any headers with that name , they are all replaced . concode_field_sep Request request concode_elem_sep RawHeaders headers concode_elem_sep int code concode_elem_sep Reader reader concode_elem_sep RawHeaders headers concode_elem_sep Response redirectedBy... |
Collection < ? extends CRL > function ( CRLSelector arg0 ) { return storeSpi . engineGetCRLs ( arg0 ) ; } | get a collection of certificate revocation lists from this certstore , optionally filtered by the specified crlselector . the collection returned may be empty , but will never be null . implementations may not allow a null argument , even if no filtering is desired . concode_field_sep CertStoreSpi storeSpi concode_elem... |
void function ( InfoReceiver arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . infoReceiver = arg0 ; } | configure the inforeceiver to use to perform the sockjs `` info `` request before the sockjs session starts . if the list of transports provided to the constructor contained an xhrtransport or an implementation of inforeceiver thatinstance would have been used to initialize this property , or otherwise it defaults to r... |
boolean function ( ) { return StaticHelper . initOpenCV ( false ) ; } | loads and initializes opencv library from current application package . roughly , it 's an analog of system.loadlibrary `` opencv_java '' . concode_field_sep String OPENCV_VERSION_2_4_4 concode_elem_sep String OPENCV_VERSION_2_4_8 concode_elem_sep String OPENCV_VERSION_2_4_3 concode_elem_sep String OPENCV_VERSION_2_4_7... |
com . vportal . portlet . vclip . model . Clip function ( com . vportal . portlet . vclip . model . Clip arg0 ) { return _clipLocalService . addClip ( arg0 ) ; } | adds the clip to the database . also notifies the appropriate model listeners . concode_field_sep ClipLocalService _clipLocalService concode_field_sep void setWrappedService concode_elem_sep java.util.List dynamicQuery concode_elem_sep java.util.List dynamicQuery concode_elem_sep java.util.List dynamicQuery concode_ele... |
boolean function ( ) { return true ; } | will return true since @example can be used in method documentation . 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 String readFile concode_elem_sep ... |
void function ( String arg0 ) { this . commitDate = arg0 ; } | this is setter method for commitdate concode_field_sep String logDate concode_elem_sep String CSRID concode_elem_sep String subSubType concode_elem_sep String source concode_elem_sep String type concode_elem_sep String escOutStatus concode_elem_sep String caseNature concode_elem_sep String commitDate concode_elem_sep S... |
Cursor function ( SQLiteDatabase arg0 , String [ ] arg1 , String arg2 ) { return query ( arg0 , arg1 , null , null , arg2 , null ) ; } | execute query using the current internal state as where clause . concode_field_sep StringBuilder mSelection concode_elem_sep String TAG concode_elem_sep String TAG concode_elem_sep Map<String,String> mProjectionMap concode_elem_sep List<String> mUnique concode_elem_sep boolean notNull concode_elem_sep String mTable con... |
void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; } | this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep XMLGregorianCalendar dateTime concode_elem_sep Long minRId concode_elem_sep Object parent concode_elem_sep CTExtensionList extLst concode_elem_sep Long maxRId concode_elem_sep CTReviewedRevisions reviewed... |
RegisterRequestData function ( final FIDOUser arg0 ) { RegisterRequestData loc0 = u2f . startRegistration ( arg0 . getAppID ( ) , getRegistrations ( arg0 ) ) ; requestStorage . put ( loc0 . getRequestId ( ) , loc0 . toJson ( ) ) ; return loc0 ; } | initiate fido device registration . concode_field_sep U2FService u2FService concode_elem_sep Log log concode_elem_sep U2F u2f concode_elem_sep Map<String,String> requestStorage concode_field_sep ArrayList<String> getDeviceMetadata concode_elem_sep boolean isDeviceRegistered concode_elem_sep void removeAllRegistrations ... |
float function ( ) { return mScaleY ; } | returns the current y-scale factor concode_field_sep RectF mContentRect concode_elem_sep float mChartWidth concode_elem_sep float mTransOffsetX concode_elem_sep float mTransOffsetY concode_elem_sep float mMinScaleY concode_elem_sep float mMinScaleX concode_elem_sep Matrix mMatrixTouch concode_elem_sep float mChartHeigh... |
MPOrderRequest function ( ) { return request ; } | gets the value of the request property . concode_field_sep MPOrderRequest request concode_field_sep void setRequest |
String function ( String arg0 ) { return "srini_string" ; } | display the classloader , protectiondomain and package information for the specified class . concode_field_sep long KILO concode_elem_sep String hostName concode_elem_sep long GIGA concode_elem_sep long MEGA concode_elem_sep String hostAddress concode_elem_sep String lineBreak concode_elem_sep DecimalFormat formatter c... |
void function ( SubstationType arg0 ) { this . substation = arg0 ; } | sets the value of the substation property . concode_field_sep DataTypeTemplatesType dataTypeTemplates concode_elem_sep SubstationType substation concode_elem_sep HeaderType header concode_elem_sep List<IEDType> ied concode_elem_sep CommunicationType communication concode_field_sep void setCommunication concode_elem_sep... |
void function ( BufferedReader arg0 , HttpServletRequest arg1 ) { final StringBuffer loc0 = new StringBuffer ( ) ; int loc1 ; while ( - 1 != ( loc1 = arg0 . read ( ) ) ) { loc0 . append ( ( char ) loc1 ) ; } arg0 . close ( ) ; this . queryString = loc0 . toString ( ) ; this . requestParams = KvpRequestReader . parseKvp... | constructor with raw request string . calls parent . concode_field_sep Map requestParams concode_elem_sep Logger LOGGER concode_elem_sep String queryString concode_field_sep int getRequestType concode_elem_sep String getRequest concode_elem_sep String getQueryString concode_elem_sep int getServiceType concode_elem_sep ... |
void function ( String arg0 , String arg1 , SerialFieldType arg2 , SchemeFieldTime arg3 ) { addFieldInternal ( arg0 , arg1 , arg2 , arg3 ) ; } | the same as #addrequiredfield string , string , serialfieldtype , schemefieldtime . concode_field_sep SchemeProperties schemeProperties concode_elem_sep String[] timeFields concode_elem_sep String recordName concode_elem_sep int objFieldsCount concode_elem_sep LinkedHashMap<String,SerialFieldType> fields concode_elem_s... |
BufferBuilder function ( ClientProtocolBuffer arg0 , int arg1 , int arg2 ) { ensureCapacity ( arg2 ) ; arg0 . getBytes ( arg1 , protocolBuffer . byteArray ( ) , position , arg2 ) ; position += arg2 ; return this ; } | append a source buffer to the end of the internal buffer , resizing the internal buffer as required . concode_field_sep boolean USE_UNSAFE concode_elem_sep ClientProtocolBuffer protocolBuffer concode_elem_sep String PROP_HAZELCAST_PROTOCOL_UNSAFE concode_elem_sep int position concode_elem_sep int INITIAL_CAPACITY conco... |
CtConstructor function ( CtClass [ ] arg0 , CtClass [ ] arg1 , String arg2 , CtClass arg3 ) { try { CtConstructor loc0 = new CtConstructor ( arg0 , arg3 ) ; loc0 . setExceptionTypes ( arg1 ) ; loc0 . setBody ( arg2 ) ; return loc0 ; } catch ( org . hotswap . agent . javassist . NotFoundException loc0 ) { throw new org ... | creates a public constructor . concode_field_sep int PASS_ARRAY concode_elem_sep int PASS_PARAMS concode_elem_sep int PASS_NONE concode_field_sep CtConstructor skeleton concode_elem_sep CtConstructor defaultConstructor concode_elem_sep CtConstructor copy |
void function ( ) { try { incomingFileTransfer . close ( ) ; fileTransferOpSet . fireFileTransferRequestRejected ( new FileTransferRequestEvent ( fileTransferOpSet , this , date ) ) ; } catch ( IllegalStateException loc0 ) { if ( logger . isDebugEnabled ( ) ) logger . debug ( "srini_string" , loc0 ) ; return ; } } | function called to refuse the file . concode_field_sep Date date concode_elem_sep File file concode_elem_sep Logger logger concode_elem_sep String id concode_elem_sep OperationSetFileTransferIcqImpl fileTransferOpSet concode_elem_sep IncomingFileTransfer incomingFileTransfer concode_elem_sep ProtocolProviderServiceIcqI... |
Texture function ( Texture . Config arg0 ) { try { return image . createTexture ( arg0 ) ; } finally { close ( ) ; } } | a helper function for creating a texture from this canvas 's image , and then disposing this canvas . this is useful for situations where you create a canvas , draw something in it , turn it into a texture and then never use the canvas again . concode_field_sep Image image concode_elem_sep boolean isDirty concode_elem_... |
void function ( ) { if ( this . started ) { this . started = false ; this . cumulate += System . nanoTime ( ) - this . last ; } } | stop the timer . note : no effect if timer is already stopped . concode_field_sep boolean started concode_elem_sep long last concode_elem_sep long cumulate concode_field_sep boolean readable concode_elem_sep long read concode_elem_sep String nanoTimeToString concode_elem_sep void start concode_elem_sep void reset conco... |
void function ( String arg0 ) { this . stringValue = arg0 ; } | the field value , expressed as a string . concode_field_sep String stringValue concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getStringValue concode_elem_sep ParameterAttribute withStringValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ParameterAt... |
Builder function ( String arg0 ) { return status ( new Status ( arg0 ) ) ; } | set status to given statuscode . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Builder withException concode_elem_sep Health build concode_elem_sep int hashCode concode_elem_sep Builder outOfService concode_elem_sep Builder outOfService... |
void function ( int arg0 , Iterator < E > arg1 ) { insert ( arg0 , Lists . newArrayList ( arg1 ) ) ; } | inserts the specified elements at the specified index within the formatter . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean add concode_elem_sep boolean add concode_elem_sep boolean add concode_elem_sep boolean add concode_elem_sep ImmutableList<E> getAll concode_elem_sep E set concode_elem_sep voi... |
Element function ( ) { return prPerson ; } | returns the prperson . concode_field_sep Element samlAssertion concode_elem_sep Element prPerson concode_elem_sep String serializedSamlAssertion concode_elem_sep String givenName concode_elem_sep String identificationType concode_elem_sep String dateOfBirth concode_elem_sep long serialVersionUID concode_elem_sep Public... |
IDevice function ( AndroidDebugBridge arg0 , String arg1 ) { for ( IDevice loc0 : arg0 . getDevices ( ) ) { if ( loc0 . getSerialNumber ( ) . equals ( arg1 ) ) { return loc0 ; } } throw new IllegalArgumentException ( "srini_string" + arg1 ) ; } | fetch or create a real device that corresponds to a device model . concode_field_sep Gson GSON concode_elem_sep Pattern SERIAL_VALIDATION concode_field_sep String sanitizeSerial concode_elem_sep File read concode_elem_sep void createAnimatedGif concode_elem_sep void setDdmlibInternalLoggingLevel concode_elem_sep FileEn... |
String function ( ) { return this . email ; } | gets the user e-mail concode_field_sep String password concode_elem_sep BindToJsonPayload jsonBinder concode_elem_sep String name concode_elem_sep String email concode_elem_sep boolean enabled concode_field_sep String getPassword concode_elem_sep UpdateUserOptions password concode_elem_sep UpdateUserOptions password co... |
int function ( ) { return charLength ; } | returns the length of characters of the encoded filters in the list . this does not include the required operators between each filter . concode_field_sep int charLength concode_elem_sep int filterMaxCharLength concode_elem_sep int filterMaxListSize concode_elem_sep List<Filter> filterList concode_field_sep Boolean add... |
void function ( ) { this . configurations = new HashMap < Class , ConfigurationContainer > ( ) ; } | resets existing abstractconfigurationcontainer instances to their default values . concode_field_sep ConfigurationValueProvider[] configurationValueProviders concode_elem_sep LiquibaseConfiguration instance concode_elem_sep Map<Class,ConfigurationContainer> configurations concode_field_sep void init concode_elem_sep T ... |
void function ( String arg0 ) { this . moduleId = arg0 ; } | set the module id of this extension concode_field_sep String pointId concode_elem_sep Log log concode_elem_sep String extensionIdSeparator concode_elem_sep String moduleId concode_elem_sep Map<String,String> parameterMap concode_field_sep String getOverrideContent concode_elem_sep void setPointId concode_elem_sep int g... |
String function ( ) { int loc0 = readByte ( ) ; int loc1 = readInt ( loc0 , PREFIX_8_BITS ) ; byte [ ] loc2 = new byte [ loc1 ] ; bytesLeft -= loc1 ; in . readFully ( loc2 ) ; return new String ( loc2 , "srini_string" ) ; } | reads a utf-8 encoded string . since ascii is a subset of utf-8 , this method may be used to read strings that are known to be ascii-only . concode_field_sep int PREFIX_6_BITS concode_elem_sep int PREFIX_8_BITS concode_elem_sep DataInputStream in concode_elem_sep int PREFIX_5_BITS concode_elem_sep List<HeaderEntry> INI... |
long function ( long arg0 ) { return findSet ( map . get ( arg0 ) ) . arg0 ; } | finds the representative of this set concode_field_sep Node parent concode_elem_sep Map<Long,Node> map concode_elem_sep long data concode_elem_sep int rank concode_field_sep void makeSet concode_elem_sep void main concode_elem_sep boolean union |
Bundler function ( String arg0 , byte [ ] arg1 ) { bundle . putByteArray ( arg0 , arg1 ) ; return this ; } | inserts a byte array value into the mapping of this bundle , replacing any existing value for the given key . either key or value may be null . concode_field_sep Bundle bundle concode_field_sep Bundler putIntegerArrayList concode_elem_sep Bundler putStringArrayList concode_elem_sep Bundler putBundle concode_elem_sep Bu... |
void function ( String arg0 , ContactStatus arg1 ) { if ( arg1 != ContactStatus . OFFLINE ) this . resourceStatus . put ( arg0 , arg1 ) ; else if ( arg0 == null ) this . resourceStatus . clear ( ) ; else this . resourceStatus . remove ( arg0 ) ; this . lockResource ( null ) ; triggerContactChanged ( ) ; } | sets the status of a specific resource of this contact . if the status if offline and the resource is null , removes all information about contacts and sets the status to offline . concode_field_sep Map<String,ContactStatus> resourceStatus concode_elem_sep Set<ContactListener> contactListeners concode_elem_sep String a... |
JSONWriter function ( String arg0 ) { beforeObjectItem ( ) ; mWriter . write ( JSON . QUOTE ) ; mWriter . write ( escape ( arg0 ) ) ; mWriter . write ( JSON . QUOTE ) ; mWriter . write ( JSON . COLON ) ; return this ; } | object item . concode_field_sep Writer mWriter concode_elem_sep String[] CONTROL_CHAR_MAP concode_elem_sep byte ARRAY concode_elem_sep byte OBJECT_VALUE concode_elem_sep int itemCount concode_elem_sep byte type concode_elem_sep byte UNKNOWN concode_elem_sep byte OBJECT concode_elem_sep State mState concode_elem_sep Sta... |
void function ( ) { trimToSize ( - 1 ) ; } | clear the cache , calling #entryremoved on each removed entry . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_elem_sep int missCount c... |
void function ( int arg0 ) { s . setMax_fail_count ( arg0 ) ; } | the maximum number of failed tries to contact a node before it is removed from the routing table . if there are known working nodes that are ready to replace a failing node , it will be replaced immediately , this limit is only used to clear out nodes that do n't have any node that can replace them . concode_field_sep ... |
void function ( java . lang . String arg0 ) { _bookmarksFolder . setName ( arg0 ) ; } | sets the name of this bookmarks folder . concode_field_sep BookmarksFolder _bookmarksFolder concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isRoot concode_elem_sep boolean isCach... |
Point function ( ) { return hoverPoint ; } | returns the current hover point . concode_field_sep String GAME_STATE_KEY concode_elem_sep Game game concode_elem_sep Point hoverPoint concode_elem_sep Point start concode_elem_sep long timeStarted_sec concode_elem_sep Point end concode_elem_sep Stack<Move> undoStack concode_elem_sep User user concode_elem_sep Square[]... |
com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return file ; } | gets the file value for this customerdownload . concode_field_sep com.netsuite.webservices.platform.core_2014_2.RecordRef file concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Long remainingDownloads concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.util.Calendar expiration concode_... |
int function ( ) { return columnNumber ; } | return the saved column number 1-based . concode_field_sep String systemId concode_elem_sep int columnNumber concode_elem_sep int lineNumber concode_elem_sep String publicId concode_field_sep int getLineNumber concode_elem_sep String getSystemId concode_elem_sep void setColumnNumber concode_elem_sep void setSystemId co... |
void function ( Identity arg0 , CatalogSchemaTableName arg1 ) { denyDeleteTable ( arg1 . toString ( ) ) ; } | check if identity is allowed to delete from the specified table in a catalog . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkCanCreateTable concode_elem_sep void checkCanCreateViewWithSelectFromView concode_elem_sep void checkCanRenameColumn concode_elem_sep void checkCanDropTable concode_elem_s... |
void function ( String arg0 ) { this . parmName = arg0 ; } | sets the value of the parmname property . concode_field_sep PassByRef passbyref concode_elem_sep DefaultInputType defaultinput concode_elem_sep ArrayOfString parmDomainValues concode_elem_sep String parmType concode_elem_sep boolean parmRequired concode_elem_sep UserInputType userinput concode_elem_sep String parmPassB... |
int function ( ) { return DEFAULT_SALT_LENGTH ; } | get the default salt length used by the credentialhandler . concode_field_sep int saltLength concode_elem_sep boolean logInvalidStoredCredentials concode_elem_sep StringManager sm concode_elem_sep int DEFAULT_SALT_LENGTH concode_elem_sep Random random concode_elem_sep Object randomLock concode_elem_sep int iterations c... |
SingleFieldBuilderV3 < MType , BType , IType > function ( MType arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } this . message = arg0 ; if ( builder != null ) { builder . dispose ( ) ; builder = null ; } onChanged ( ) ; return this ; } | sets a message for the field replacing any existing value . concode_field_sep AbstractMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder concode_elem_sep void onChanged concode_elem_sep void markDirty concode_ele... |
void function ( Runnable arg0 ) { if ( mIsFinished ) { FLog . w ( ReactConstants . TAG , "srini_string" + getName ( ) + "srini_string" ) ; } mHandler . post ( arg0 ) ; } | runs the given runnable on this thread . it will be submitted to the end of the event queue even if it is being submitted from the same queue thread . concode_field_sep Looper mLooper concode_elem_sep MessageQueueThreadHandler mHandler concode_elem_sep boolean mIsFinished concode_elem_sep String mName concode_elem_sep ... |
void function ( final HierarchicalConfiguration arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } arg0 . setParentConfig ( getParentConfig ( ) ) ; setParentConfig ( arg0 ) ; } | the new configuartion will be inserted into the list of report configuration , so that this configuration has the given report configuration instance as parent . concode_field_sep Class booterClass concode_elem_sep Configuration parentConfiguration concode_elem_sep DefaultConfiguration configuration concode_elem_sep lo... |
String function ( ) { return "srini_string" + new VMID ( ) . toString ( ) ; } | get the next message identifier . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( BigInteger arg0 ) { this . resolution = arg0 ; } | sets the value of the resolution property . concode_field_sep BigInteger barWidth concode_elem_sep BigDecimal scaling concode_elem_sep String color concode_elem_sep BigInteger datasourceIndex concode_elem_sep BigInteger offset concode_elem_sep String label concode_elem_sep Boolean fill concode_elem_sep String align con... |
void function ( ConnectionEventListener arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } listeners . remove ( arg0 ) ; } | removes an already registered connection event listener from the managedconnection instance . concode_field_sep ValidManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection ... |
void function ( ActionEvent arg0 ) { page = 0 ; } | signal that a find is about to occur and reset the page size to 0 . concode_field_sep String searchString concode_elem_sep List pageSizeOptions concode_elem_sep int pageSize concode_elem_sep long serialVersionUID concode_elem_sep int page concode_field_sep String getSearchString concode_elem_sep int getPageSize concode... |
void function ( ) { Asserts . check ( this . lastIndex >= 0 , "srini_string" ) ; this . allHeaders . remove ( this . lastIndex ) ; this . lastIndex = - 1 ; this . currentIndex -- ; } | removes the header that was returned last . concode_field_sep String headerName concode_elem_sep List<Header> allHeaders concode_elem_sep int lastIndex concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep int findNext concod... |
int function ( ) { return bufcolumn [ tokenBegin ] ; } | get token beginning column number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int b... |
Layout function ( ) { return layout ; } | gets the value of the layout property . concode_field_sep Layout layout concode_elem_sep Widgetaction widgetaction concode_elem_sep Label label concode_elem_sep Widgetinfo widgetinfo concode_field_sep Widgetinfo getWidgetinfo concode_elem_sep void setWidgetaction concode_elem_sep Label getLabel concode_elem_sep Widgeta... |
void function ( ) { synchronized ( in ) { if ( buf != null ) { buf = null ; in . close ( ) ; } } } | closes the reader by closing the underlying inputstream andmarking this reader as closed . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep String readLine c... |
Builder function ( int arg0 ) { if ( arg0 <= 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . boost = arg0 ; return this ; } | sets the query-time boost of the context . defaults to 1 . concode_field_sep ObjectParser<Builder,ParseFieldMatcherSupplier> CATEGORY_PARSER concode_elem_sep boolean isPrefix concode_elem_sep int boost concode_elem_sep int boost concode_elem_sep String category concode_elem_sep String NAME concode_elem_sep boolean isPr... |
int function ( ) { return count ; } | posts are limited to this number of photos . concode_field_sep long serialVersionUID concode_elem_sep String mode concode_elem_sep int count concode_elem_sep int remaining concode_field_sep int getRemaining concode_elem_sep void setMode concode_elem_sep String getMode concode_elem_sep void setRemaining concode_elem_sep... |
String function ( ) { return buildTool ; } | gets the name of the tool that processes the generated build scripts . in most cases , this method will return the absolute file system path of the tool , such as / usr/bin/make . concode_field_sep String buildTool concode_elem_sep List<String> tools concode_elem_sep List<String> commands concode_field_sep List<String>... |
boolean function ( Address arg0 ) { return zombies . contains ( arg0 ) ; } | allow the cluster to determine whether a given physical address is a zombie . concode_field_sep List<Address> members concode_elem_sep List<Address> zombies concode_field_sep void handleArrivingMembers concode_elem_sep void block concode_elem_sep void suspect concode_elem_sep void handleDepartedMembers concode_elem_sep... |
List < SnapshotShardFailure > function ( ) { return shardFailures ; } | returns shard failures concode_field_sep String reason concode_elem_sep XContentBuilderString START_TIME concode_elem_sep XContentBuilderString REASON concode_elem_sep XContentBuilderString FAILURES concode_elem_sep int totalShards concode_elem_sep XContentBuilderString FAILED concode_elem_sep XContentBuilderString STA... |
WorkflowTypeFilter function ( String arg0 ) { this . name = arg0 ; return this ; } | required . name of the workflow type . returns a reference to this object so that method calls can be chained together . constraints : length : 1 - 256 concode_field_sep String name concode_elem_sep String version concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String getName concode_... |
void function ( ) { initialize ( ) ; } | makes the log perform complete refresh for all roots . it fairly retrieves the data from the vcs and rebuilds the whole log . concode_field_sep MiniDetailsGetter myMiniDetailsGetter concode_elem_sep ContainingBranchesGetter myContainingBranchesGetter concode_elem_sep CommitDetailsGetter myDetailsGetter concode_elem_sep... |
String function ( ) { return error ; } | get the error string concode_field_sep TaskType taskType concode_elem_sep long finishTime concode_elem_sep Counters counters concode_elem_sep Counters EMPTY_COUNTERS concode_elem_sep TaskFailed datum concode_elem_sep TaskAttemptID failedDueToAttempt concode_elem_sep TaskID id concode_elem_sep String error concode_elem_... |
CollectionValuedMap < K , V > function ( ) { CollectionValuedMap < K , V > loc0 = new CollectionValuedMap < > ( null , cf , true ) ; loc0 . map = new DeltaMap < > ( this . map ) ; return loc0 ; } | creates a `` delta clone '' of this map , where only the differences are represented . concode_field_sep boolean treatCollectionsAsImmutable concode_elem_sep CollectionFactory<V> cf concode_elem_sep Collection<V> emptyValue concode_elem_sep MapFactory<K,Collection<V>> mf concode_elem_sep long serialVersionUID concode_e... |
DataSource function ( ) { DataSource loc0 = DataSourceFactory . createDataSource ( dataSourceInformation ) ; if ( loc0 != null ) { log . info ( "srini_string" + dataSourceInformation . getUrl ( ) ) ; } return loc0 ; } | create a custom datasource using the specified data source information . concode_field_sep Log log concode_elem_sep DataSourceInformation dataSourceInformation concode_elem_sep Properties jndiProperties concode_elem_sep DataSource dataSource concode_elem_sep String dataSourceName concode_elem_sep String tableName conco... |
String function ( ) { return submissionName ; } | return the name of the item submission process definition concode_field_sep SubmissionStepConfig[] submissionSteps concode_elem_sep String submissionName concode_elem_sep Logger log concode_elem_sep boolean isWorkflow concode_field_sep int getNumberOfSteps concode_elem_sep SubmissionStepConfig getStep concode_elem_sep ... |
void function ( String arg0 , String arg1 ) { if ( valByRound . get ( arg0 ) != null ) { throw new Exception ( "srini_string" ) ; } props . setProperty ( arg0 , arg1 ) ; } | set a property . note : once a multiple values property is set , it can no longer be modified . concode_field_sep String NEW_LINE concode_elem_sep int roundNumber concode_elem_sep String DEFAULT_PRINT_PROPS concode_elem_sep String algorithmText concode_elem_sep HashMap<String,String> colForValByRound concode_elem_sep P... |
void function ( boolean arg0 ) { this . fired = arg0 ; } | set if this effect has been fired . when this flag is set to false the effect will be sent to the browser on the next render pass . after being fired icefaces will set this flag to true . to resend this effect set the flag to false . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boole... |
Weigher < ? super Collection < E >> function ( ) { return ( Weigher < Collection < E >> ) ( Weigher < ? > ) CollectionWeigher . INSTANCE ; } | a weigher where the value is a collection and its weight is thenumber of elements . a map bounded with this weigher will evict when the total number of elements exceeds the capacity rather than the number of key-value pairs in the map . a value with a weight of 0 will be rejected by the map . if a value with this weigh... |
boolean function ( String arg0 ) { return accessibleForLevel ( arg0 , 0 ) ; } | does agent name applies that agent should be put in the folder . concode_field_sep String FOLDER_SPLIT_REGEX concode_field_sep void addToFolder concode_elem_sep boolean accessibleForLevel concode_elem_sep String[] getSplittedAgentName concode_elem_sep List<Component> getAgentFolderTree concode_elem_sep String getAgentD... |
Collection < Class < ? extends Plugin >> function ( ) { return Collections . emptyList ( ) ; } | returns plugins that should be loaded on the node concode_field_sep NodeConfigurationSource EMPTY concode_field_sep Collection<Class<? extends Plugin>> transportClientPlugins concode_elem_sep Settings transportClientSettings concode_elem_sep Settings transportClientSettings concode_elem_sep Settings nodeSettings concod... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<ShoppingItemFieldLocalService,ShoppingItemFieldLocalService> _serviceTracker concode_field_sep com.liferay.shopping.model.ShoppingItemField deleteShoppingItemField concode_elem_sep com.liferay.shopping.model.ShoppingItemField delet... |
void function ( java . lang . String arg0 ) { _journalFeed . setRendererTemplateId ( arg0 ) ; } | sets the renderer template id of this journal feed . concode_field_sep JournalFeed _journalFeed concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep java.lang.String getFeedType concode_elem_sep boolean isEscapedModel concode_elem_... |
void function ( TaxiNetworkNode arg0 ) { this . toNode = arg0 ; } | setter concode_field_sep TaxiNetworkNode fromNode concode_elem_sep int fromPointID concode_elem_sep String name concode_elem_sep String type concode_elem_sep int toPointID concode_elem_sep TaxiNetworkNode toNode concode_elem_sep String direction concode_field_sep void setName concode_elem_sep String getName concode_ele... |
void function ( ) { System . out . println ( "srini_string" ) ; Iterator loc0 = nodes . iterator ( ) ; while ( loc0 . hasNext ( ) ) { Node loc1 = ( Node ) loc0 . next ( ) ; if ( loc1 != null ) loc1 . sendMessage ( new Message ( Message . WAKEUP , 100 , loc1 . UID ) ) ; ( new Thread ( loc1 ) ) . start ( ) ; } } | method to start the actual implementation of the algorithm concode_field_sep int MAX_NODES concode_elem_sep boolean started concode_elem_sep int nodeCount concode_elem_sep ArrayList<Node> nodes concode_elem_sep int edgeCount concode_elem_sep int[][] connections concode_field_sep void createEdges concode_elem_sep void s... |
boolean function ( float arg0 ) { Assertions . assertCondition ( ! mIsFinished , "srini_string" ) ; if ( ! mCancelled ) { mPropertyUpdater . onUpdate ( Assertions . assertNotNull ( mAnimatedView ) , arg0 ) ; } return ! mCancelled ; } | animation engine should call this method for every animation frame passing animation progress value as a parameter . animation progress should be within the range 0 . .1 the exception here would be a spring animation engine which may slightly exceed start and end progress values . this method will return false if the a... |
String function ( ) { return taglibUri ; } | returns uri of taglib that 's defined by < uri > of tld file concode_field_sep String prefix concode_elem_sep String taglibUri concode_elem_sep List<TagInfo> tagInfoList concode_elem_sep HashMap<String,TLDInfo> cache concode_elem_sep String tagdir concode_elem_sep String uri concode_field_sep String getPrefix concode_e... |
List < String > function ( ) { return this . allowableValues ; } | this gets the allowable values concode_field_sep String ref concode_elem_sep List<String> allowableValues concode_elem_sep String format concode_elem_sep String type concode_field_sep String getRef concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getF... |
Appendable function ( List < MetaColumn > arg0 , StringBuilder arg1 ) { return printUniqueConstraint ( arg1 , arg0 . toArray ( new MetaColumn [ ] { } ) ) ; } | print unique constraint concode_field_sep UjoLogger LOGGER concode_elem_sep SqlDialect dialect concode_field_sep Appendable printPrimaryKey concode_elem_sep SqlNameProvider getNameProvider concode_elem_sep void printPrimaryKeyConstraint concode_elem_sep Appendable printSequenceNextValueWithValues concode_elem_sep Appen... |
Number function ( String arg0 ) { return metricMap . get ( arg0 ) ; } | returns the metric object which can be a float , integer , short or byte . concode_field_sep MetricMap metricMap concode_elem_sep TagMap tagMap concode_field_sep TagMap getTagsCopy concode_elem_sep MetricMap getMetricsCopy concode_elem_sep Object getTag concode_elem_sep Set<String> getMetricNames concode_elem_sep Set<S... |
void function ( int arg0 ) { this . sequenceId = arg0 ; } | set the id or position of this effect in a sequence concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep f... |
int function ( ) { return this . getObjects ( ) . size ( ) ; } | returns the size . concode_field_sep List<Integer> revisionNumbers concode_elem_sep List<T> objects concode_field_sep T getObject concode_elem_sep int getRevisionNumber concode_elem_sep List<Integer> getRevisionNumbers concode_elem_sep void setRevisionNumber concode_elem_sep void addObject concode_elem_sep String toStr... |
void function ( java . lang . Exception arg0 ) { } | auto generated axis2 error handler override this method for handling error response from copyobject operation concode_field_sep Object clientData concode_field_sep void receiveResultgetBucketLoggingStatus concode_elem_sep void receiveResultputObject concode_elem_sep void receiveErrorlistBucket concode_elem_sep void rec... |
int function ( ) { return 1 | ( random . nextInt ( ) >> 31 ) ; } | returns -1 or 1 , randomly . concode_field_sep float radDeg concode_elem_sep double BIG_ENOUGH_ROUND concode_elem_sep int SIN_BITS concode_elem_sep float PI concode_elem_sep Random random concode_elem_sep double BIG_ENOUGH_CEIL concode_elem_sep int BIG_ENOUGH_INT concode_elem_sep double BIG_ENOUGH_FLOOR concode_elem_se... |
Injector function ( Iterable < ? extends Module > arg0 ) { return createInjector ( Stage . DEVELOPMENT , arg0 ) ; } | creates an injector for the given set of modules . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( String arg0 , MethodParameter arg1 ) { throw new ServletRequestBindingException ( "srini_string" + arg0 + "srini_string" + arg1 . getNestedParameterType ( ) . getSimpleName ( ) ) ; } | invoked when a named value is required , but #resolvename string , methodparameter , nativewebrequest returned null and there is no default value . subclasses typically throw an exception in this case . concode_field_sep ConfigurableBeanFactory configurableBeanFactory concode_elem_sep String defaultValue concode_elem_s... |
String function ( final int arg0 ) { return random ( arg0 , true , false ) ; } | creates a random string whose length is the number of characters specified . characters will be chosen from the set of alphabetic characters . concode_field_sep Random RANDOM concode_field_sep String random concode_elem_sep String random concode_elem_sep String random concode_elem_sep String random concode_elem_sep Str... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.