code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
int function ( ) { SecureRandom loc0 = new SecureRandom ( ) ; expectedBridgeSecret = loc0 . nextInt ( Integer . MAX_VALUE ) ; return expectedBridgeSecret ; } | called by cordova.js to initialize the bridge . concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished con... |
Date function ( ) { return endTime ; } | indicates the time the jdr report collection was complete . concode_field_sep DateFormat DATE_FORMAT concode_elem_sep String UUID_NAME concode_elem_sep String DEFAULT_PROPERTY_DIR concode_elem_sep String JDR_PROPERTY_FILE_NAME concode_elem_sep String JDR_PROPERTIES_COMMENT concode_elem_sep String JBOSS_PROPERTY_DIR con... |
String function ( byte [ ] arg0 ) { String loc0 = new String ( arg0 , "srini_string" ) ; return loc0 ; } | unapplies the winansi encoding . concode_field_sep Logger logger concode_field_sep String startStrip concode_elem_sep String convertStringToPDFFormat concode_elem_sep String extractLastID concode_elem_sep byte[] applyWinAnsiEncoding concode_elem_sep String endStrip concode_elem_sep boolean isEmptySpace concode_elem_sep... |
boolean function ( ) { return requiredByPlan ; } | gets the value of the requiredbyplan property . concode_field_sep List<PriceInfoType> priceInfo concode_elem_sep String featureName concode_elem_sep OfferDetailsType offerDetails concode_elem_sep Boolean onDemandDataPass concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep boolean... |
List < String > function ( String arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( Purchase loc1 : mPurchaseMap . values ( ) ) { if ( loc1 . getItemType ( ) . equals ( arg0 ) ) loc0 . add ( loc1 . getSku ( ) ) ; } return loc0 ; } | returns a list of all owned product ids of a given type concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep ... |
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) return arg0 . substring ( arg0 . lastIndexOf ( "srini_string" ) + 1 ) ; return arg0 ; } | extract the class name from a string concode_field_sep boolean fgFilterStack concode_elem_sep String SUITE_METHODNAME concode_elem_sep int fgMaxMessageLength concode_elem_sep boolean fLoading concode_elem_sep Properties fPreferences concode_field_sep void addError concode_elem_sep boolean showStackRaw concode_elem_sep ... |
CertStore function ( String arg0 , CertStoreParameters arg1 , String arg2 ) { if ( arg2 == null || arg2 . isEmpty ( ) ) { throw new IllegalArgumentException ( ) ; } Provider loc0 = Security . getProvider ( arg2 ) ; if ( loc0 == null ) { throw new NoSuchProviderException ( arg2 ) ; } return getInstance ( arg0 , arg1 , l... | creates a new certstore instance from the specified provider withthe specified type and initialized with the specified parameters . concode_field_sep String DEFAULTPROPERTY concode_elem_sep Engine engine concode_elem_sep CertStoreParameters certStoreParams concode_elem_sep String PROPERTYNAME concode_elem_sep Provider ... |
void function ( ) { } | does nothing . sub-classes may provide an implementation to minimize memory usage , but this is not required since many implementations will always have minimal memory usage . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean containsKey concode_elem_sep void clear concode_elem_sep boolean isEmpty con... |
void function ( ) { Thread loc0 = new Thread ( this ) ; loc0 . start ( ) ; } | invoke a new thread concode_field_sep File mJarFile concode_elem_sep MyJarObserver mObserver concode_field_sep void run concode_elem_sep String toString |
Parse < T , ? > function ( TypeToken < T > arg0 ) { return new Parse < > ( arg0 , Optional . empty ( ) ) ; } | creates a parse object , with no options . concode_field_sep Optional<O> opts concode_elem_sep TypeToken<T> type concode_field_sep TypeToken<T> getType concode_elem_sep Optional<O> getOpts |
boolean function ( ) { return _userGroup . isAddedByLDAPImport ( ) ; } | returns true if this user group is added by l d a p import . concode_field_sep UserGroup _userGroup concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEsc... |
int function ( ) { return eventCnt ; } | gets the value of the eventcnt property . concode_field_sep JAXBElement<String> serviceType concode_elem_sep List<EventListType> eventList concode_elem_sep JAXBElement<SyncDetailsType> syncDetails concode_elem_sep long serialVersionUID concode_elem_sep int eventCnt concode_elem_sep JAXBElement<String> msisdn concode_fi... |
ClusterStatus function ( ClusterState arg0 ) { setState ( arg0 ) ; return this ; } | the current state of the cluster . concode_field_sep ClusterStateChangeReason stateChangeReason concode_elem_sep ClusterTimeline timeline concode_elem_sep String state concode_field_sep ClusterStatus withStateChangeReason concode_elem_sep void setStateChangeReason concode_elem_sep String getState concode_elem_sep Clust... |
Map < String , String > function ( ) { return Collections . unmodifiableMap ( new LinkedHashMap < String , String > ( setOps ) ) ; } | a map of all ` set ' operations performed on this matrix . concode_field_sep String SKEW concode_elem_sep Map<String,String> setOps concode_elem_sep Deque<String> postOps concode_elem_sep String SCALE concode_elem_sep String SINCOS concode_elem_sep String ROTATE concode_elem_sep String TRANSLATE concode_elem_sep String... |
void function ( ) { this . setStartTime ( new Date ( System . currentTimeMillis ( ) ) ) ; this . setLastVisit ( new Date ( System . currentTimeMillis ( ) ) ) ; this . setUserId ( SystemGlobals . getIntValue ( ConfigKeys . ANONYMOUS_USER_ID ) ) ; } | sets the startup and last visit time to now , as well set the user id to anonymous . this method is usually called when the user hits the forum for the first time . concode_field_sep long serialVersionUID concode_elem_sep ImageCaptcha imageCaptcha concode_elem_sep String ip concode_elem_sep Date lastVisit concode_elem_... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _wallEntryLocalService . 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... |
int function ( ) { require ( 1 ) ; return ( array [ pos ++ ] & 0xFF ) ; } | reads an unsigned 8 bit value from the stream , as an int . concode_field_sep byte[] array concode_elem_sep int pos concode_elem_sep int saved_end concode_elem_sep int end concode_elem_sep int saved_pos concode_field_sep int readU16 concode_elem_sep int current concode_elem_sep void setActive concode_elem_sep void rest... |
boolean function ( ) { if ( descending == null ) { return false ; } else { return descending ; } } | gets the value of the descending property . concode_field_sep Long iconId concode_elem_sep Object parent concode_elem_sep String ref concode_elem_sep Long dxfId concode_elem_sep String iconSet concode_elem_sep STSortBy sortBy concode_elem_sep String customList concode_elem_sep Boolean descending concode_field_sep void ... |
String function ( String arg0 , int arg1 , int arg2 ) { return replaceSymbolWithCharsFromTo ( arg0 , '#' , Character . forDigit ( arg1 , 10 ) , Character . forDigit ( arg2 , 10 ) ) ; } | replaces all ' # ' characters with random numbers from from - to range concode_field_sep Random random concode_field_sep List<T> randomElements concode_elem_sep List<T> randomElements concode_elem_sep int randomInt concode_elem_sep String letterify concode_elem_sep String letterify concode_elem_sep String replaceSymbol... |
void function ( java . lang . String arg0 ) { this . newPassword = arg0 ; } | sets the newpassword value for this changepassword . concode_field_sep java.lang.Boolean justThisAccount concode_elem_sep java.lang.String newPassword2 concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String newPassword concode_elem... |
void function ( ) { MatcherAssert . assertThat ( new RqHref . Base ( new RqFake ( Arrays . asList ( "srini_string" , "srini_string" , "srini_string" ) , "srini_string" ) ) . href ( ) . toString ( ) , Matchers . equalTo ( "srini_string" ) ) ; } | rqhref.base can parse a query . concode_field_sep PlaceHolder placeHolder concode_field_sep void extractsFirstParam concode_elem_sep void failsOnIllegalRequestLine concode_elem_sep void extractsParamByDefault concode_elem_sep void extractsParams concode_elem_sep void failsOnAbsentRequestLine concode_elem_sep void extra... |
void function ( ) { position = 0 ; limit = 0 ; } | sets the position and limit to zero . concode_field_sep byte[] data concode_elem_sep int limit concode_elem_sep int position concode_field_sep int readLittleEndianInt concode_elem_sep int readLittleEndianInt24 concode_elem_sep int readSynchSafeInt concode_elem_sep int readUnsignedIntToInt concode_elem_sep void setPosit... |
int function ( ) { SecureRandom loc0 = new SecureRandom ( ) ; expectedBridgeSecret = loc0 . nextInt ( Integer . MAX_VALUE ) ; return expectedBridgeSecret ; } | called by cordova.js to initialize the bridge . concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished con... |
IWidgetValueProperty function ( ) { return new ControlForegroundProperty ( ) ; } | returns a value property for observing the foreground color of a control . concode_field_sep PlaceHolder placeHolder concode_field_sep IWidgetValueProperty image concode_elem_sep IWidgetValueProperty visible concode_elem_sep IWidgetValueProperty tooltipText concode_elem_sep IWidgetValueProperty editable concode_elem_se... |
java . lang . Long function ( ) { return searchValue2 ; } | gets the searchvalue2 value for this searchlongfield . concode_field_sep java.lang.Long searchValue2 concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long searchValue concode_elem_sep com.netsuite.webservices.platform.core_2014_2.types.SearchLongFieldOper... |
void function ( ) { calculateSrcPositions = true ; final int loc0 = sb . length ( ) ; ib = new ArrayList < Integer > ( loc0 ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) ib . add ( loc1 ) ; } | enables the calculation of src position . the base for these position will be the aktual , not the initial , string wich is uses as base for the spanmanager . concode_field_sep boolean calculateSrcPositions concode_elem_sep List<Integer> ib concode_elem_sep List<List<Span>> managedLists concode_elem_sep StringBuilder s... |
int function ( ) { return m_AD_Client_ID ; } | get client to be monitored concode_field_sep int m_AD_Role_ID concode_elem_sep CLogger log concode_elem_sep int m_AD_User_ID concode_elem_sep int m_AD_Client_ID concode_field_sep String docValidate concode_elem_sep String orderDiscount concode_elem_sep String toString concode_elem_sep void initialize concode_elem_sep S... |
boolean function ( Rectangle2D arg0 ) { GeneralPath loc0 = new GeneralPath ( getBounds ( ) ) ; return loc0 . intersects ( arg0 ) ; } | creates a new instance of generalpath for this abstracttext object and applies the current pagetransformation to it . the containment calculation is then applied the newly tranformed path for the given rectangle . this method is usually used for text selection via a selection box . concode_field_sep boolean highlight c... |
Messages function ( Http . RequestHeader arg0 ) { play . api . i18n . Messages loc0 = messages . preferred ( arg0 ) ; return new Messages ( new Lang ( loc0 . lang ( ) ) , this ) ; } | get a messages context appropriate for the given candidates . will select a language from the candidates , based on the languages available , and fallback to the default language if none of the candidates are available . concode_field_sep play.api.i18n.MessagesApi messages concode_field_sep play.api.i18n.MessagesApi sc... |
short function ( Object arg0 , long arg1 ) { return GridUnsafe . getShortField ( arg0 , arg1 ) ; } | gets short field value . concode_field_sep byte LONG_ARR concode_elem_sep byte OBJ_ARR concode_elem_sep long HASH_SET_MAP_OFF concode_elem_sep byte DATE concode_elem_sep byte DOUBLE concode_elem_sep byte FLOAT concode_elem_sep byte FLOAT_ARR concode_elem_sep byte ARRAY_LIST concode_elem_sep byte INT concode_elem_sep Jd... |
boolean function ( ) { return isTagDeniedAccess ( "srini_string" ) ; } | returns true if cars/motorcycles/hgv are explicitly denied access . concode_field_sep I18NString creativeName concode_elem_sep Map<String,String> _tags concode_elem_sep long id concode_field_sep boolean isTagDeniedAccess concode_elem_sep Map<String,String> getTagsByPrefix concode_elem_sep boolean isMotorcarExplicitlyDe... |
String function ( String arg0 ) { if ( arg0 == null ) { return null ; } String [ ] loc0 = arg0 . split ( "srini_string" ) ; return join ( loc0 , "srini_string" ) ; } | decodes a property path given in a url . concode_field_sep Log log concode_field_sep Object getPropertyValue concode_elem_sep String getSchemaName concode_elem_sep Object getComplexPropertyValue concode_elem_sep Map<String,Object> getProperties concode_elem_sep String encodePropertyName concode_elem_sep String join con... |
Action < ? super BindingsSpec > function ( ) { return bindings ; } | the bindings to add/override . concode_field_sep Action<? super BindingsSpec> bindings concode_field_sep BindingsImposition of |
void function ( int arg0 ) { if ( data_ . arg0 > arg0 && arg0 >= DEFAULT_SIZE ) { byte [ ] loc0 = data_ ; data_ = new byte [ arg0 ] ; System . arraycopy ( loc0 , 6 , data_ , 6 , 2 ) ; } } | reduce the size of the allocated buffer if needed . @a8a concode_field_sep Exception allocatedLocation concode_elem_sep int id_ concode_elem_sep boolean inUse_ concode_elem_sep byte[] data_ concode_elem_sep DBStoragePool pool_ concode_elem_sep int DEFAULT_SIZE concode_field_sep void returnToPool concode_elem_sep String... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _folderLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep FolderLocalService _folderLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.mail.reader.model.Folder deleteFolder concode_elem_sep com.liferay.mail.reader... |
void function ( ) { } | as of jdk 1.1 , replaced by #setbounds int , int , int , int concode_field_sep PlaceHolder placeHolder concode_field_sep void foo4 concode_elem_sep void foo5 |
SAMBinaryTagAndValue function ( final short arg0 ) { if ( this . tag == arg0 ) return this ; else if ( this . tag > arg0 || this . next == null ) return null ; else return this . next . find ( arg0 ) ; } | returns the sambinarytagandvalue that contains the required tag , or null if not contained . concode_field_sep SAMBinaryTagAndValue next concode_elem_sep long serialVersionUID concode_elem_sep short tag concode_elem_sep Object value concode_field_sep boolean isUnsignedArray concode_elem_sep int hashCode concode_elem_se... |
void function ( ) { videoPlayer = null ; setCurrentFrame ( 1 ) ; setCurrentFrameToImageBox ( ) ; } | stops playing the video . should reset current frame to 1 concode_field_sep String filename concode_elem_sep JLabel imageBox concode_elem_sep String filepath concode_elem_sep BufferedImage[] scrubBuffer concode_elem_sep int currentFrame concode_elem_sep int endFrame concode_elem_sep String threadName concode_elem_sep T... |
void function ( String arg0 ) { parser . parseStyleSheet ( arg0 ) ; } | parse a css document from a uri . this method is a shortcut for the common case of reading a document from a uri . it is the exact equivalent of the following : parse new inputsource uri ; the uri must be fully resolved by the application before it is passed to the parser . concode_field_sep Parser parser concode_field... |
JSONBuilder function ( String arg0 , String arg1 ) { return entry ( arg0 , arg1 , false ) ; } | adds a string property to a map . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item conco... |
Interpreter function ( URL arg0 , boolean arg1 ) { return new JaclInterpreter ( ) ; } | creates an instance of jaclinterpreter class . concode_field_sep String[] JACL_MIMETYPES concode_field_sep String[] getMimeTypes |
AnAction function ( ) { return null ; } | returns the action executed when the icon is left-clicked . concode_field_sep int myWeight concode_field_sep Alignment getAlignment concode_elem_sep boolean isDumbAware concode_elem_sep AnAction getMiddleButtonClickAction concode_elem_sep ActionGroup getPopupMenuActions concode_elem_sep int getWeight concode_elem_sep S... |
java . lang . String function ( ) { return _orgLaborLocalService . getBeanIdentifier ( ) ; } | returns the spring bean id for this bean . concode_field_sep OrgLaborLocalService _orgLaborLocalService concode_field_sep com.liferay.portal.model.OrgLabor getOrgLabor concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.model.OrgLabor fetchOrgLabor concode_elem_sep java.util.List<com.liferay.por... |
ConfigurationBuilder < T > function ( final String arg0 ) { this . name = arg0 ; return this ; } | set the name of the configuration . concode_field_sep Component loggers concode_elem_sep int monitorInterval concode_elem_sep Component filters concode_elem_sep ConfigurationSource source concode_elem_sep String shutdownFlag concode_elem_sep Component appenders concode_elem_sep String name concode_elem_sep Component ro... |
void function ( double arg0 ) { this . sum += arg0 ; } | add a value to the aggregator concode_field_sep double sum concode_field_sep String getReport concode_elem_sep void reset concode_elem_sep ArrayList<String> getCombinerOutput concode_elem_sep double getSum |
int function ( int [ ] arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length && loc1 < 4 ; loc1 ++ ) { loc0 += arg0 [ loc1 ] << ( 8 * loc1 ) ; } return loc0 & 0x7FFFFFFF ; } | returns hash code for array of integers concode_field_sep int hash concode_elem_sep String soid concode_elem_sep String sOID concode_elem_sep String name concode_elem_sep int[] oid concode_elem_sep Object group concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep Object getGroup concode_elem_... |
void function ( boolean arg0 ) { this . tabbedPane1Visible = arg0 ; } | sets the tabbed pane visibility concode_field_sep String tabPlacement concode_elem_sep int tabIndex concode_elem_sep List tabItems concode_elem_sep HtmlSelectOneRadio selectedTabObject concode_elem_sep int index concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep String content concode_el... |
void function ( boolean arg0 ) { } | be sure to set up all the gl buffers and other initializations here . concode_field_sep int mProgram concode_elem_sep int mVShaderHandle concode_elem_sep int mFShaderHandle concode_elem_sep String mVertexShader concode_elem_sep String mFragmentShader concode_elem_sep boolean mProgramCreated concode_elem_sep Geometry3D ... |
TableTestingSpecBuilder function ( String arg0 ) { spec . inputTable = arg0 ; return this ; } | set the input table concode_field_sep String partitionFilter concode_elem_sep String modelID concode_elem_sep String inputTable concode_elem_sep HashMap<String,FieldSchema> columnNameToFieldSchema concode_elem_sep HiveConf conf concode_elem_sep TableTestingSpec spec concode_elem_sep List<String> featureColumns concode_... |
Application function ( ) { return application ; } | gets the application object graph for the application meta data . the graph can be traversed to view the application structure concode_field_sep Log logger concode_elem_sep Application application concode_elem_sep String META_DATA_RESOURCE_PATH concode_elem_sep String SCHEMA_FILE_NAME concode_elem_sep String JAXB_FACTO... |
void function ( int arg0 ) { this . name = arg0 ; } | set name concode_field_sep Logger log concode_elem_sep int name concode_elem_sep long serialVersionUID concode_field_sep int getName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpointDeactivation concode_elem_sep boolean equals concode_elem_s... |
JSONWriter function ( ) { if ( this . mode == 'i' ) { this . mode = 'o' ; } if ( this . mode == 'o' || this . mode == 'a' ) { this . append ( "srini_string" ) ; this . push ( new JSONObject ( ) ) ; this . comma = false ; return this ; } throw new JSONException ( "srini_string" ) ; } | begin appending a new object . all keys and values until the balancing endobject will be appended to this object . the endobject method must be called to mark the object 's end . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer wri... |
String function ( ) { return infoPackage ; } | obtains the package name . the package name identifies the module or informal unit . concode_field_sep String UNAVAILABLE concode_elem_sep String infoRelease concode_elem_sep String PROPERTY_TIMESTAMP concode_elem_sep String infoPackage concode_elem_sep String infoModule concode_elem_sep String infoClassloader concode_... |
void function ( PreferenceManager arg0 , PreferenceFragment arg1 ) { } | sets the owning preference fragment concode_field_sep String TAG concode_field_sep boolean setPreferences concode_elem_sep void dispatchActivityResult concode_elem_sep boolean onPreferenceTreeClick concode_elem_sep PreferenceScreen inflateFromResource concode_elem_sep void dispatchActivityDestroy concode_elem_sep Prefe... |
boolean function ( ) { assert ( maze != null ) ; if ( maze . moveClientBackward ( this ) ) { notifyMoveBackward ( ) ; return true ; } else { return false ; } } | move the client backward . concode_field_sep String name concode_elem_sep int type concode_elem_sep Maze maze concode_elem_sep Set listenerSet concode_elem_sep int LOCAL concode_elem_sep int REMOTE concode_elem_sep int ROBOT concode_field_sep Point getPoint concode_elem_sep String getName concode_elem_sep void turnRigh... |
void function ( ResolutionMethod arg0 ) { this . resolutionMethod = arg0 ; } | method to use for resolving resources . each resource will be converted to a map , so this property is used to decide which map entries to keep in the final output from this factory . possible values : override for replacing values from earlier in the list override_and_ignore the same , but ignore io errors loading ind... |
LineString function ( ) { computeMinimumDiameter ( ) ; if ( minWidthPt == null ) return inputGeom . getFactory ( ) . createLineString ( ( Coordinate [ ] ) null ) ; Coordinate loc0 = minBaseSeg . project ( minWidthPt ) ; return inputGeom . getFactory ( ) . createLineString ( new Coordinate [ ] { loc0 , minWidthPt } ) ; ... | gets a linestring which is a minimum diameter concode_field_sep LineSegment minBaseSeg concode_elem_sep Coordinate minWidthPt concode_elem_sep Coordinate[] convexHullPts concode_elem_sep int minPtIndex concode_elem_sep double minWidth concode_elem_sep boolean isConvex concode_elem_sep Geometry inputGeom concode_field_s... |
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } | error log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co... |
OperationBinding function ( ) { OperationBinding loc0 = new OperationBinding ( ) ; loc0 . setOperationType ( DSOperationType . ADD ) ; loc0 . setDataProtocol ( DSProtocol . POSTPARAMS ) ; DSRequest loc1 = new DSRequest ( ) ; loc1 . setHttpMethod ( "srini_string" ) ; loc0 . setRequestProperties ( loc1 ) ; return loc0 ; ... | helper for restful post method . concode_field_sep String URL_DEVICE concode_elem_sep String URL_DIGOBJECT_THUMBNAIL concode_elem_sep String URL_DIGOBJECT_FULL concode_elem_sep String URL_DIGOBJECT_PREVIEW concode_elem_sep String URL_DIGOBJECT_SEARCH concode_elem_sep String URL_WORKFLOW_TASK concode_elem_sep String URL... |
void function ( String arg0 ) { if ( arg0 != null && ! arg0 . isEmpty ( ) ) { m_body = arg0 ; m_requestInfoProps . put ( "srini_string" , arg0 ) ; } } | set the body from the request . also sets the body as a request info property . concode_field_sep String m_query concode_elem_sep Map<String,String> m_requestInfoProps concode_elem_sep Set<NamedPropertySet> m_propertySets concode_elem_sep String m_body concode_elem_sep String m_fields concode_field_sep void addRequestI... |
void function ( StringBuilder arg0 , String arg1 , Object arg2 ) { arg0 . append ( "srini_string" ) ; "srini_string" = ( "srini_string" ) ; arg0 . append ( ARGS_DELIMITER ) ; } | transforms one argument . concode_field_sep String JVM_OPTION_PREFIX concode_elem_sep String jvmOptions concode_elem_sep String springCfgPath concode_elem_sep boolean noJMX concode_elem_sep boolean interactive concode_elem_sep boolean noPause concode_elem_sep String TRANSFORMATION_FAILED_FLAG concode_elem_sep String AR... |
void function ( ActionEvent arg0 ) { initCurrentChart ( ) ; if ( currentChartModel != null ) { currentChartModel . addData ( ) ; } } | removes a unit of data to the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_... |
PersistenceBroker function ( PBKey arg0 ) { return PersistenceBrokerFactoryFactory . instance ( ) . createPersistenceBroker ( arg0 ) ; } | creates a new broker instance for the given key . concode_field_sep PlaceHolder placeHolder concode_field_sep PersistenceBroker defaultPersistenceBroker concode_elem_sep Configurator getConfigurator concode_elem_sep PBKey getDefaultKey concode_elem_sep void setDefaultKey concode_elem_sep void releaseAllInstances concod... |
Scheduler function ( ) { return ShadowApplication . getInstance ( ) . getBackgroundThreadScheduler ( ) ; } | return the background scheduler . concode_field_sep ShadowsAdapter shadowsAdapter concode_elem_sep Iterable<ShadowProvider> providers concode_field_sep ServiceController<T> buildService concode_elem_sep ServiceController<T> buildService concode_elem_sep Scheduler getForegroundThreadScheduler concode_elem_sep ShadowsAda... |
void function ( ) { sUserThreadLocal . remove ( ) ; } | removes the user from the threadlocal variable . concode_field_sep ThreadLocal<User> sUserThreadLocal concode_field_sep void set concode_elem_sep User get concode_elem_sep String getClientUser |
String function ( ) { return value ; } | obtains the plain text password . before using this method , ask yourself if you 'd be better off using secret #tostring secret to avoid npe . concode_field_sep String PROVIDER concode_elem_sep String MAGIC concode_elem_sep CryptoConfidentialKey KEY concode_elem_sep String SECRET concode_elem_sep long serialVersionUID ... |
ExtendedBundleInformation function ( @ PathVariable long arg0 ) { return moduleAdminService . getBundleDetails ( arg0 ) ; } | retrieves detailed information about the bundle with the given bundle id . this bundle does not have to be a motech module . the information is returned in the form of org.motechproject.admin.bundles.extendedbundleinformation concode_field_sep StatusMessageService statusMessageService concode_elem_sep String ADMIN_MODU... |
void function ( ) { request . validSession ( false ) ; session . invalidate ( ) ; } | invalidates this session then unbinds any objects bound to it . concode_field_sep Request request concode_elem_sep HttpSession session concode_field_sep long lastAccessedTime concode_elem_sep int maxInactiveInterval concode_elem_sep void maxInactiveInterval concode_elem_sep long creationTime concode_elem_sep HttpSessio... |
void function ( ) { WListItemRenderer loc0 = new WListItemRenderer ( ) ; assertEquals ( 0 , loc0 . getNoColumns ( ) ) ; } | test method for org.adempiere.webui.component.wlistitemrenderer #wlistitemrenderer . concode_field_sep Vector<Object> m_dataValid concode_elem_sep Vector<Object> m_dataInvalid concode_elem_sep Vector<String> m_columnNames concode_elem_sep WListItemRenderer m_renderer concode_field_sep void testClearSelection concode_el... |
void function ( TGTrack arg0 , int arg1 , TGMeasure arg2 ) { arg0 . addMeasure ( arg1 , arg2 ) ; } | agrega un compas concode_field_sep TGSongManager songManager concode_field_sep void addNewMeasureBeforeEnd concode_elem_sep void changeSolo concode_elem_sep void removeNotesAfterString concode_elem_sep void changeMute concode_elem_sep void changeChannel concode_elem_sep void changeChannel concode_elem_sep void transpos... |
Hashtable function ( ) { return checkboxStates ; } | gets the table of checkbox states . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkb... |
Representation function ( ) { return new Representation ( ) ; } | create an instance of representation concode_field_sep PlaceHolder placeHolder concode_field_sep Resource createResource concode_elem_sep Request createRequest concode_elem_sep Method createMethod concode_elem_sep Param createParam concode_elem_sep Response createResponse concode_elem_sep Option createOption concode_el... |
PARAMETERS function ( ) { return new PARAMETERS ( ) ; } | create an instance of parameters concode_field_sep QName _CoordinatorApp_QNAME concode_elem_sep QName _Datasets_QNAME concode_field_sep ACTION createACTION concode_elem_sep OUTPUTEVENTS createOUTPUTEVENTS concode_elem_sep LOGICALAND createLOGICALAND concode_elem_sep LOGICALDATAIN createLOGICALDATAIN concode_elem_sep CO... |
void function ( GeneratorEntry arg0 ) { } | override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con... |
HmValueItem function ( HomematicBindingConfig arg0 ) { HmValueItem loc0 = datapoints . get ( arg0 ) ; if ( loc0 == null ) { loc0 = variables . get ( arg0 ) ; } return loc0 ; } | returns the cached hmvalueitem . concode_field_sep ExecutorService reloadExecutorPool concode_elem_sep HomematicContext context concode_elem_sep Map<HomematicBindingConfig,HmValueItem> datapoints concode_elem_sep Map<HomematicBindingConfig,HmValueItem> variables concode_elem_sep Logger logger concode_elem_sep boolean d... |
void function ( ClassLoader arg0 ) { ObjectFactory . resourceClassLoaders . add ( arg0 ) ; } | adds a custom classloader to the collection of classloaders searched for resources . currently , this is only used when searching for properties files that may be referenced in the configuration file . concode_field_sep List<ClassLoader> resourceClassLoaders concode_elem_sep List<ClassLoader> externalClassLoaders conco... |
boolean function ( final X509Certificate arg0 ) { final String loc0 = s_aConf . getString ( CONFIG_TRUSTSTORE_PATH ) ; return certificateValidate ( arg0 , loc0 ) . isValid ( ) ; } | validates a x. 509 certificate . concode_field_sep ConfigFile s_aConf concode_elem_sep Logger s_aLogger concode_elem_sep String CONFIG_RESPONDER_URL concode_elem_sep String CONFIG_TRUSTSTORE_PATH concode_elem_sep String CONFIG_ENABLED concode_elem_sep String CONFIG_TRUSTORE_ALIAS concode_elem_sep String CONFIG_TRUSTSTO... |
float function ( ) { return mPhaseY ; } | this gets the y-phase that is used to animate the values . concode_field_sep float mPhaseY concode_elem_sep AnimatorUpdateListener mListener concode_elem_sep float mPhaseX concode_field_sep void animateY concode_elem_sep void animateY concode_elem_sep void animateY concode_elem_sep void setPhaseY concode_elem_sep void ... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the value of the name property . concode_field_sep Navigation navigation concode_elem_sep String name concode_elem_sep Content content concode_field_sep void setContent concode_elem_sep String getName concode_elem_sep Content getContent concode_elem_sep Navigation getNavigation concode_elem_sep void setNavigation |
int function ( ) { return endpoint ; } | returns multi channel endpoint of a bound node . concode_field_sep Date lastRefreshed concode_elem_sep int endpoint concode_elem_sep Integer refreshInterval concode_elem_sep Map<String,String> arguments concode_elem_sep int nodeId concode_field_sep void setRefreshInterval concode_elem_sep int getNodeId concode_elem_sep... |
void function ( DialLayerChangeListener arg0 ) { this . listenerList . remove ( DialLayerChangeListener . class , arg0 ) ; } | 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... |
int function ( ) { TabState loc0 = tabContents . get ( currentNode ) ; return loc0 . getTabIndex ( ) ; } | gets the selected tabset index for the currently selected node . concode_field_sep NavigationTreeFactory navigationTreeFactory concode_elem_sep Node currentNode concode_elem_sep NavigationPanelCollapsibleFactory navigationPanelCollapsible concode_elem_sep HashMap<Node,TabState> tabContents concode_field_sep void setSel... |
byte [ ] function ( ) { String loc0 = "srini_string" + session . getTotalKeysLength ( ) + "srini_string" ; return String . loc0 ( loc0 , Stress . randomizer . nextInt ( Stress . session . getNumDifferentKeys ( ) - 1 ) ) . getBytes ( UTF_8 ) ; } | random key generator concode_field_sep Double nextGaussian concode_elem_sep Session session concode_elem_sep int index concode_elem_sep Map<Integer,byte[]> preparedStatementsNative concode_field_sep String getMD5 concode_elem_sep List<ByteBuffer> generateRandomizedValues concode_elem_sep List<ByteBuffer> queryParamsAsB... |
SparkLauncher function ( String arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; builder . propertiesFile = arg0 ; return this ; } | set a custom properties file with spark configuration for the application . concode_field_sep String EXECUTOR_EXTRA_LIBRARY_PATH concode_elem_sep String DRIVER_EXTRA_LIBRARY_PATH concode_elem_sep String EXECUTOR_CORES concode_elem_sep String EXECUTOR_EXTRA_CLASSPATH concode_elem_sep String EXECUTOR_EXTRA_JAVA_OPTIONS c... |
boolean function ( Log arg0 ) { return arg0 . isTraceEnabled ( ) ; } | determine whether the given log instance is enabled.default is true when the `` trace '' level is enabled.subclasses can override this to change the level under which ` tracing ' occurs . concode_field_sep Log defaultLogger concode_elem_sep boolean hideProxyClassNames concode_field_sep void setLoggerName concode_elem_s... |
boolean function ( boolean arg0 ) { boolean loc0 = isMock ( ) ; addExtraParams ( "srini_string" , arg0 ) ; return loc0 ; } | mock means the page is self-defined page , tag uses this flag to generate the '' container concode_field_sep String EX_NAMES concode_elem_sep PageElement parent concode_elem_sep Boolean hidden concode_elem_sep Integer length concode_elem_sep Map<String,Object> extraParams concode_elem_sep String label concode_elem_sep ... |
void function ( HTMLTagElement arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; list . addElement ( arg0 ) ; fireElementEvent ( ElementEvent . ELEMENT_ADDED ) ; } | adds a form element to the panel . concode_field_sep VetoableChangeSupport vetos_ concode_elem_sep Vector elementListeners_ concode_elem_sep long serialVersionUID concode_elem_sep Vector list concode_elem_sep PropertyChangeSupport changes_ concode_elem_sep String copyright concode_elem_sep int cols concode_field_sep vo... |
String function ( ) { return firstName ; } | get firstname concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep ... |
com . liferay . portal . kernel . model . Image function ( com . liferay . portal . kernel . model . Image arg0 ) { return getService ( ) . addImage ( arg0 ) ; } | adds the image to the database . also notifies the appropriate model listeners . concode_field_sep ImageLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.Image fetchImage concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamic... |
void function ( MouseButton arg0 , double arg1 , double arg2 ) { mockButtonPress ( arg0 , arg1 , arg2 , InputModifier . NONE ) ; } | mocks button press event . the behavior is equivalent to user pressing and holding the button at x , y. note : the event will be processed directly even if register input or process actions are false . concode_field_sep PlaceHolder placeHolder concode_field_sep void setRegisterInput concode_elem_sep void onExit concode... |
boolean function ( ) { return m_folderName != null ; } | returns true if this instance was created with a folder name parameter . concode_field_sep String m_basePath concode_elem_sep String m_folderName concode_elem_sep Log LOG concode_elem_sep CmsResource m_folder concode_field_sep String getBasePath concode_elem_sep CmsResource getFolder concode_elem_sep boolean isFolder c... |
Node function ( Object arg0 ) { return nodes . get ( arg0 ) ; } | returns the node that represents element . concode_field_sep Map<Object,Node> nodes concode_elem_sep Node parent concode_elem_sep int size concode_field_sep Node getParent concode_elem_sep int getSize concode_elem_sep void setSize concode_elem_sep Node find concode_elem_sep void union concode_elem_sep void setParent co... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; loc0 . append ( name ) ; if ( description != null ) { loc0 . append ( "srini_string" ) ; loc0 . append ( description ) ; } loc0 . append ( "srini_string" ) ; return ( loc0 . toString ( ) ) ; } | return a string representation of this security collection . concode_field_sep String description concode_elem_sep String name concode_elem_sep String methods[] concode_elem_sep String patterns[] concode_elem_sep long serialVersionUID concode_elem_sep String omittedMethods[] concode_elem_sep boolean isFromDescriptor co... |
AttributedCharacterIterator function ( ) { return ( new AttributedStringIterator ( sci , attribs , 0 , sci . getEndIndex ( ) , null ) ) ; } | returns an attributedcharacteriterator that will iterate over the entire string . concode_field_sep int endIndex concode_elem_sep int beginIndex concode_elem_sep StringCharacterIterator sci concode_elem_sep AttributeRange[] attribs concode_field_sep void addAttribute concode_elem_sep void addAttribute concode_elem_sep ... |
UnprocessedIdentityId function ( String arg0 ) { setIdentityId ( arg0 ) ; return this ; } | a unique identifier in the format region : guid . concode_field_sep String identityId concode_elem_sep String errorCode concode_field_sep String getIdentityId concode_elem_sep String getErrorCode concode_elem_sep UnprocessedIdentityId withErrorCode concode_elem_sep UnprocessedIdentityId withErrorCode concode_elem_sep i... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _entryLocalService . 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... |
BigDecimal function ( ) { throw new UnsupportedOperationException ( getClass ( ) . getSimpleName ( ) ) ; } | convenience method to get this element as a bigdecimal . concode_field_sep PlaceHolder placeHolder concode_field_sep float getAsFloat concode_elem_sep BigInteger getAsBigInteger concode_elem_sep byte getAsByte concode_elem_sep JsonObject getAsJsonObject concode_elem_sep JsonNull getAsJsonNull concode_elem_sep boolean i... |
JsonSchema function ( final JsonNode arg0 ) { BUNDLE . checkNotNull ( arg0 , "srini_string" ) ; return validator . buildJsonSchema ( arg0 , JsonPointer . empty ( ) ) ; } | build an instance validator tied to a schema note that the validity of the schema is not checked . use #getsyntaxvalidator if you are not sure . concode_field_sep ValidationConfiguration validationCfg concode_elem_sep MessageBundle BUNDLE concode_elem_sep SchemaLoader loader concode_elem_sep JsonValidator validator con... |
void function ( float arg0 ) { y += arg0 ; if ( dirty ) return ; final float [ ] loc0 = this . vertices ; for ( int loc1 = 1 ; loc1 < loc0 . length ; loc1 += Sprite . VERTEX_SIZE ) loc0 [ loc1 ] += arg0 ; } | sets the y position relative to the current position where the sprite will be drawn . if origin , rotation , or scale are changed , it is slightly more efficient to translate after those operations . concode_field_sep boolean dirty concode_elem_sep Rectangle bounds concode_elem_sep float[] vertices concode_elem_sep flo... |
int function ( ) { return resizeCheckDelay ; } | get the delay between resize checks in milliseconds . concode_field_sep boolean resizeCheckingEnabled concode_elem_sep int curHeight concode_elem_sep int DEFAULT_RESIZE_CHECK_DELAY concode_elem_sep Map<ResizableWidget,ResizableWidgetInfo> widgets concode_elem_sep int windowHeight concode_elem_sep ResizableWidgetCollect... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.