code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Serializer function ( ) { return serializer ; } | get the serializer . concode_field_sep Serializer serializer concode_elem_sep short id concode_elem_sep Class type concode_field_sep Class getType concode_elem_sep short getId concode_elem_sep String toString |
Result function ( BinaryBitmap arg0 ) { return decode ( arg0 , null ) ; } | locates and decodes a pdf417 code in an image . concode_field_sep Decoder decoder concode_elem_sep ResultPoint[] NO_POINTS concode_field_sep int findPatternEnd concode_elem_sep void reset concode_elem_sep int moduleSize concode_elem_sep int findPatternStart concode_elem_sep BitMatrix extractPureBits |
void function ( OsgiServiceRegistrationListener [ ] arg0 ) { if ( arg0 != null ) { this . listeners = arg0 ; this . notifier = new ListenerNotifier ( arg0 ) ; } } | sets the listeners interested in registration and unregistration events . concode_field_sep boolean lazyListeners concode_elem_sep ListenerNotifier notifier concode_elem_sep OsgiServiceRegistrationListener[] listeners concode_field_sep void registerService concode_elem_sep boolean getLazyListeners concode_elem_sep List... |
String function ( ) { return tagName ; } | tagname getter . concode_field_sep String tagClass concode_elem_sep String description concode_elem_sep ArrayList<AttributeElement> attributes concode_elem_sep String tagName concode_field_sep String getTagClass concode_elem_sep ArrayList<AttributeElement> getAttributes concode_elem_sep void addAttribute concode_elem_s... |
Image function ( int arg0 ) { if ( arg0 < 0 || arg0 > m_windows . size ( ) ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; WBWindow loc0 = ( WBWindow ) m_windows . get ( arg0 ) ; if ( loc0 . mWindow != null && loc0 . Type == TYPE_WINDOW ) return loc0 . mWindow . getImage ( ) ; return null ; } | get image icon of window concode_field_sep long serialVersionUID concode_elem_sep int AD_Workbench_ID concode_elem_sep String ColumnName concode_elem_sep String Help concode_elem_sep ArrayList<WBWindow> m_windows concode_elem_sep int AD_Column_ID concode_elem_sep String Name concode_elem_sep int WindowNo concode_elem_s... |
boolean function ( EObject arg0 ) { MetamodelAspect loc0 = getSqlAspect ( arg0 ) ; if ( loc0 != null && loc0 instanceof SqlVdbAspect ) return true ; return false ; } | determine if the supplied eobject has a sqlvdbaspect concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isValidTreeTransformationTarget concode_elem_sep boolean isProcedureParameter concode_elem_sep boolean isTransformation concode_elem_sep boolean isAnnotation concode_elem_sep boolean isModel concode_... |
void function ( final long [ ] arg0 , final int [ ] arg1 , final int arg2 ) { this . set ( arg0 , arg1 . length , arg1 , 0 , arg2 ) ; } | animate specifics frames . concode_field_sep int mLoopCount concode_elem_sep long mAnimationDuration concode_elem_sep long[] mFrameDurations concode_elem_sep int mFrameCount concode_elem_sep int mFirstFrameIndex concode_elem_sep int[] mFrames concode_elem_sep long[] mFrameEndsInNanoseconds concode_field_sep int getLoop... |
void function ( Boolean arg0 ) { this . isNegated = arg0 ; } | sets the value of the isnegated property . concode_field_sep Long labelId concode_elem_sep Boolean isNegated concode_field_sep Boolean isIsNegated concode_elem_sep Long getLabelId concode_elem_sep void setLabelId |
int function ( ) { return iLinkLocalIdentifier ; } | returns link-local-identifier . concode_field_sep short LENGTH concode_elem_sep short TYPE concode_elem_sep int iLinkRemoteIdentifier concode_elem_sep Logger log concode_elem_sep int iLinkLocalIdentifier concode_field_sep int getLinkRemoteIdentifier concode_elem_sep PcepVersion getVersion concode_elem_sep PcepValueType... |
com . liferay . portal . workflow . kaleo . model . KaleoTimer function ( com . liferay . portal . workflow . kaleo . model . KaleoTimer arg0 ) { return getService ( ) . updateKaleoTimer ( arg0 ) ; } | updates the kaleo timer in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep KaleoTimerLocalService _service concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.List<com.liferay... |
com . liferay . portal . kernel . model . SystemEvent function ( long arg0 ) { return _systemEventLocalService . deleteSystemEvent ( arg0 ) ; } | deletes the system event with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep SystemEventLocalService _systemEventLocalService concode_field_sep com.liferay.portal.kernel.model.SystemEvent updateSystemEvent concode_elem_sep java.lang.String getOSGiServiceIdentifier ... |
Result function ( InputStream arg0 ) { return JavaRangeResult . ofStream ( arg0 , rangeHeader ( ) , null , Optional . empty ( ) ) ; } | returns the stream as a result considering `` range '' header . if the header is present and it is satisfiable , then a result containing just the requested part will be returned . if the header is not present or is unsatisfiable , then a regular result will be returned . concode_field_sep PlaceHolder placeHolder conco... |
Object function ( Class arg0 , int arg1 ) { return java . lang . reflect . Array . newInstance ( arg0 , arg1 ) ; } | creates a new array with the specified component type and length . concode_field_sep PlaceHolder placeHolder concode_field_sep void set concode_elem_sep Object get concode_elem_sep int getLength |
double function ( Capability arg0 ) { double loc0 = arg0 . getUserImpact ( ) . getOrdinal ( ) + 1 ; double loc1 = arg0 . getFailureRate ( ) . getOrdinal ( ) + 1 ; if ( loc0 < 0 || loc1 < 0 ) { return 0 ; } return ( loc0 * loc1 ) / 16.0 ; } | determine the individual risk value of the capability . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRiskText concode_elem_sep String getRiskExplanation |
Matrix function ( Matrix arg0 ) { return arg0 . multiply ( this ) ; } | multiply this matrix by another matrix . the object this method is called on is treated as the post-multiplied matrix , and the parameter is the pre-multiplied . e.g. a.postmultiplyby b = > ba concode_field_sep int columns concode_elem_sep double[][] values concode_elem_sep Matrix IDENTITY concode_elem_sep int rows con... |
void function ( Locale arg0 ) { synchronized ( mutex ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } locale = arg0 ; } } | setter for property locale . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHandleMap concode_field_sep String getString concode_elem_sep Method getNewGetBund... |
void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; } | requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv... |
F . Promise < Result > function ( RequestHeader arg0 , Throwable arg1 ) { return null ; } | called when an exception occurred . the default is to send the framework 's default error page . this is achieved by returning null , so that the scala engine handles the excepetion and shows an error page . by overriding this method one can provide an alternative error page . concode_field_sep PlaceHolder placeHolder ... |
String function ( String arg0 ) { arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; return ( arg0 ) ; } | method to remove any tags the user may have put in the passed string an example of a troublesome tag would be a closing div tag as a nickname concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_s... |
boolean function ( ) { return required ; } | getter for required property concode_field_sep boolean required concode_elem_sep int splitIndex concode_elem_sep Expression content concode_elem_sep FilterFactory ff concode_elem_sep Map<String,CatalogStoreMappingElement> mappingElements concode_elem_sep Logger LOGGER concode_elem_sep String key concode_elem_sep Catalo... |
play . api . db . evolutions . EvolutionsReader function ( ) { return fromClassLoader ( Evolutions . class . getClassLoader ( ) ) ; } | create an evolutions reader that reads evolution files from this classes own classloader . only useful in simple classloading environments , such as when the classloader structure is flat . concode_field_sep PlaceHolder placeHolder concode_field_sep play.api.db.evolutions.EvolutionsReader fromMap concode_elem_sep play.... |
void function ( ) { List < Short > loc0 = new ArrayList < Short > ( ) ; for ( Application loc1 : Application . values ( ) ) { assertTrue ( ! loc0 . contains ( loc1 . getId ( ) ) ) ; loc0 . add ( loc1 . getId ( ) ) ; } } | test if generated id values are unique . concode_field_sep String[] mobileMe concode_elem_sep String[] horde concode_elem_sep String[] unknownWebMailer concode_elem_sep String[] hotmail concode_elem_sep String[] mailDotCom concode_elem_sep String[] gmail concode_elem_sep String[] compuserve concode_elem_sep String[] ao... |
String function ( ) { if ( filterConfig == null ) return ( "srini_string" ) ; StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; loc0 . append ( filterConfig ) ; loc0 . append ( "srini_string" ) ; return ( loc0 . toString ( ) ) ; } | return a string representation of this object . concode_field_sep FilterConfig filterConfig concode_elem_sep String attribute concode_field_sep void init concode_elem_sep void doFilter concode_elem_sep void destroy |
Object function ( Session arg0 ) { return generatingExpression == null ? null : generatingExpression . getValue ( arg0 , type ) ; } | returns generated value in the session context . concode_field_sep NumberSequence sequence concode_elem_sep Expression defaultExpression concode_elem_sep boolean isNullable concode_elem_sep boolean isIdentity concode_elem_sep boolean isPrimaryKey concode_elem_sep Type type concode_elem_sep HsqlName columnName concode_e... |
NavigationDefault function ( ) { return navigationDefault ; } | default navigation link and thus default content concode_field_sep List<Node> node concode_elem_sep NavigationDefault navigationDefault concode_elem_sep String label concode_field_sep void setNavigationDefault concode_elem_sep String getLabel concode_elem_sep void setLabel concode_elem_sep List<Node> getNode |
boolean function ( ) { return expanded ; } | return the value of the expanded property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_... |
License function ( ) { return new License ( ) ; } | create an instance of license concode_field_sep QName _DeviceTypeConfiguration_QNAME concode_field_sep Table createTable concode_elem_sep QueryParameters createQueryParameters concode_elem_sep PushNotificationProvider createPushNotificationProvider concode_elem_sep DataSource createDataSource concode_elem_sep TableConf... |
void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { } } } | close closable and hide possible ioexception concode_field_sep PlaceHolder placeHolder concode_field_sep void deleteAllFile concode_elem_sep boolean saveTextValue concode_elem_sep void close |
void function ( String arg0 ) { this . operationRsn = arg0 ; } | sets the value of the operationrsn property . concode_field_sep MandateInfo mandateInfo concode_elem_sep Creditor creditor concode_elem_sep String scheduleId concode_elem_sep String operationRsn concode_field_sep Creditor getCreditor concode_elem_sep String getScheduleId concode_elem_sep void setScheduleId concode_elem... |
BoxAndWhiskerItem function ( List arg0 ) { return calculateBoxAndWhiskerStatistics ( arg0 , true ) ; } | calculates the statistics required for a boxandwhiskeritem from a list of number objects . any items in the list that are null , not an instance of number , or equivalent to double.nan , will be ignored . concode_field_sep PlaceHolder placeHolder concode_field_sep double calculateQ3 concode_elem_sep double calculateQ1 |
boolean function ( ) { return this . getHttpStatus ( ) >= 500 ; } | determines if the response was a server side error http 5xx status concode_field_sep String responseText concode_elem_sep int httpStatus concode_elem_sep String queryString concode_elem_sep boolean error concode_elem_sep String contentType concode_elem_sep String url concode_field_sep void setQueryString concode_elem_s... |
void function ( ) { onAddEntry ( ) ; } | view callback methods concode_field_sep View view concode_elem_sep Map<String,String> value concode_elem_sep Event<org.dashbuilder.common.client.event.ValueChangeEvent<Map<String,String>>> valueChangeEvent concode_field_sep void init concode_elem_sep View setAddText concode_elem_sep void addColumns concode_elem_sep Vie... |
VehicleTypeImpl . Builder function ( double arg0 ) { if ( arg0 < 0.0 ) throw new IllegalArgumentException ( "srini_string" ) ; this . fixedCost = arg0 ; return this ; } | sets the fixed costs of the vehicle-type . by default it is 0 . concode_field_sep double maxVelo concode_elem_sep double perServiceTimeUnit concode_elem_sep double perTime concode_elem_sep double perTimeUnit concode_elem_sep Capacity.Builder capacityBuilder concode_elem_sep VehicleTypeImpl.VehicleCostParams vehicleCost... |
RectangleConstraint function ( double arg0 ) { return new RectangleConstraint ( arg0 , this . widthRange , LengthConstraintType . FIXED , this . height , this . heightRange , this . heightConstraintType ) ; } | returns a constraint that matches this one on the height attributes , but has a fixed width constraint . concode_field_sep LengthConstraintType widthConstraintType concode_elem_sep Range widthRange concode_elem_sep double width concode_elem_sep RectangleConstraint NONE concode_elem_sep Range heightRange concode_elem_se... |
View function ( final ActionViewType arg0 ) { return onCreateActionView ( MAX_HISTORY_SIZE_DEFAULT , arg0 ) ; } | creates the action view using the default history size . concode_field_sep String mHistoryFileName concode_elem_sep int MAX_HISTORY_SIZE_DEFAULT concode_elem_sep String DEFAULT_HISTORY_FILE_NAME concode_elem_sep String DEFAULT_MIME_TYPE concode_elem_sep HashMap<String,GoannaActionProvider> mProviders concode_elem_sep C... |
ListEndpointsByPlatformApplicationResult function ( String arg0 ) { this . nextToken = arg0 ; return this ; } | nexttoken string is returned when calling listendpointsbyplatformapplication action if additional records are available after the first page results . returns a reference to this object so that method calls can be chained together . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<Endpoint> endpoints ... |
void function ( ) { fPresenter = getPresenterProvider ( ) . get ( ) ; fPresenter . install ( fSourceViewer , fPresentationReconciler ) ; if ( styledTextXtextAdapter != null ) { fReconciler = reconcilerProvider . get ( ) ; fReconciler . install ( styledTextXtextAdapter , fSourceViewer , fPresenter ) ; } } | enable advanced highlighting . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresentationRecon... |
int function ( ) { expectedBridgeSecret = ( int ) ( Math . random ( ) * 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 loadedUrl concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_s... |
JAXBElement < ResourceType > function ( ResourceType arg0 ) { return new JAXBElement < ResourceType > ( _Resource_QNAME , ResourceType . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep Navigation createNavigation concode_elem_sep Node createNode concode_elem_sep JspxPages createJspxPage... |
String function ( ) { return action ; } | returns the action purpose of the email concode_field_sep String plainContent concode_elem_sep String subject concode_elem_sep String action concode_elem_sep Long emailId concode_elem_sep String htmlContent concode_field_sep String getHtmlContent concode_elem_sep String getSubject concode_elem_sep void setHtmlContent c... |
boolean function ( ) { return fired ; } | has this effect been fired . only effects that have not been fired are sent to the browser 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... |
Serializable function ( ) { try { return InOutUtil . deserialize ( data ) ; } catch ( Exception loc0 ) { throw Error . error ( ErrorCode . X_22521 , loc0 . toString ( ) ) ; } } | this method is called from classes implementing the jdbc interfaces . inside the engine it is used for conversion from a value of type other to another type . it will throw if the other is an instance of a classe that is not available . concode_field_sep byte[] data concode_field_sep int getBytesLength concode_elem_sep... |
BigInteger function ( ) { return q ; } | returns the sub-prime q . concode_field_sep BigInteger p concode_elem_sep BigInteger q concode_elem_sep BigInteger g concode_elem_sep BigInteger y concode_field_sep BigInteger getG concode_elem_sep BigInteger getY concode_elem_sep BigInteger getP |
void function ( Object arg0 ) { if ( arg0 instanceof Closeable ) { closeQuietly ( ( Closeable ) arg0 ) ; } } | closes any object if that object implements closeable , while suppressing any ioexceptions it will generate . the given closeable may be null , in which case nothing happens . concode_field_sep Charset UTF8 concode_field_sep void closeQuietly concode_elem_sep void closeIfCloseable |
int function ( ) { return millisToDecideToPopup ; } | returns the amount of milliseconds to wait until the progressmonitor should decide whether a progress dialog is to be shown or not . concode_field_sep AccessibleContext accessibleContext concode_elem_sep String note concode_elem_sep int max concode_elem_sep JDialog progressDialog concode_elem_sep int millisToPopup conc... |
String function ( ) { if ( payload instanceof String ) { return ( String ) payload ; } else if ( payload instanceof byte [ ] ) { return Utf8Util . encodePayloadToUtf8 ( ( byte [ ] ) payload ) ; } else { return "srini_string" ; } } | returns content of websocketmessagedto #payload directly if it isof type string . otherwise it tries to convert it . concode_field_sep String dateTime concode_elem_sep Boolean isOutgoing concode_elem_sep String readableOpcode concode_elem_sep Integer closeCode concode_elem_sep Integer payloadLength concode_elem_sep Obj... |
void function ( String arg0 ) { m_model = arg0 ; } | sets the descriptive model string concode_field_sep String m_description concode_elem_sep String m_model concode_elem_sep String m_productKey concode_elem_sep HashMap<String,String> m_features concode_field_sep HashMap<String,String> getFeatures concode_elem_sep boolean addFeature concode_elem_sep String toString conco... |
void function ( Boolean arg0 ) { this . autoStart = arg0 ; } | sets the value of the autostart property . concode_field_sep Boolean repeat concode_elem_sep Boolean autoStart concode_field_sep Boolean isAutoStart concode_elem_sep Object copyTo concode_elem_sep Object copyTo concode_elem_sep void setRepeat concode_elem_sep Object createCopy concode_elem_sep void hashCode concode_ele... |
List < CustomFieldRoleAccess > function ( ) { if ( roleAccess == null ) { roleAccess = new ArrayList < CustomFieldRoleAccess > ( ) ; } return this . roleAccess ; } | gets the value of the roleaccess property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the roleaccess property . for example , to add a new item ,... |
void function ( Client arg0 ) { if ( mHost != null ) { mHost . deferInvalidate ( arg0 ) ; } else { arg0 . doInvalidate ( ) ; } } | invalidates either immediately if no host is specified or at time triggered by the host . concode_field_sep Host mHost concode_field_sep void set concode_elem_sep void doInvalidate concode_elem_sep void deferInvalidate |
CertificatePolicy function ( ) { return this . certificatePolicy ; } | get the certificatepolicy value . concode_field_sep CertificatePolicy certificatePolicy concode_elem_sep CertificateAttributes certificateAttributes concode_elem_sep Map<String,String> tags concode_field_sep CertificateCreateParameters withCertificatePolicy concode_elem_sep CertificateCreateParameters withTags concode_... |
void function ( ) { table = null ; } | clears all defined options concode_field_sep Map table concode_field_sep void set concode_elem_sep void set concode_elem_sep int intValue concode_elem_sep void refresh concode_elem_sep boolean check concode_elem_sep void unset concode_elem_sep String value |
Injector < ISecurityManagement > function ( ) { return securityManagementValue ; } | target injector concode_field_sep InjectedValue<ISecurityManagement> securityManagementValue concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep String subjectFactoryClassName concode_elem_sep SecurityLogger log concode_elem_sep SubjectFactory subjectFactory concode_field_sep SubjectFactory getValue concode_elem... |
byte [ ] function ( ) { return binary ; } | get binary concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep I... |
void function ( String arg0 ) { this . finamParam = arg0 ; } | sets the finam param . concode_field_sep String finamParam concode_elem_sep String finalParamForId concode_elem_sep Class<Object> mainClass concode_elem_sep Class composeKey concode_elem_sep String name concode_elem_sep String finalParamForIdVariables concode_elem_sep String finamParamVariables concode_elem_sep List<Me... |
void function ( org . talend . mdm . webservice . WSRolePK arg0 ) { this . wsRolePK = arg0 ; } | sets the wsrolepk value for this wsexistsrole . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSRolePK wsRolePK concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTy... |
void function ( Scenario arg0 , String arg1 ) { createF2L ( arg0 . getActivityFacilities ( ) , arg0 . getNetwork ( ) , arg1 ) ; } | links facilities to a network the network should only contain the car-links . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeF2L concode_elem_sep Map<String,String> getF2L concode_elem_sep void main |
boolean function ( final CharSequence arg0 ) { return indexOf ( arg0 , "srini_string" , 0 ) >= 0 ; } | returns true if the specified wkt contains at least one axis ... element.this method tries to make a quick checks taking in account a minimal set of wkt syntax rules . concode_field_sep Symbols CURLY_BRACKETS concode_elem_sep char open concode_elem_sep Symbols SQUARE_BRACKETS concode_elem_sep char quote concode_elem_se... |
Float function ( ) { return _float ; } | get _ float minimum : 54.3 maximum : 987.6 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep ... |
ApplicationContext function ( ) { if ( this . applicationContext == null && isContextRequired ( ) ) { throw new IllegalStateException ( "srini_string" + this + "srini_string" ) ; } return this . applicationContext ; } | return the applicationcontext that this object is associated with . concode_field_sep Log logger concode_elem_sep ApplicationContext applicationContext concode_elem_sep MessageSourceAccessor messageSourceAccessor concode_field_sep Class<?> requiredContextClass concode_elem_sep void setApplicationContext concode_elem_se... |
Map < String , String > function ( byte [ ] arg0 ) { return mapBytesUtility . toMap ( arg0 ) ; } | convert a byte array containing a json string to a map of key/value pairs . concode_field_sep ObjectReader reader concode_elem_sep MapBytesUtility mapBytesUtility concode_elem_sep StripPathConverter stripPathConverter concode_elem_sep ObjectWriter writer concode_field_sep RuntimeException wrapThrowable concode_elem_sep... |
boolean function ( ) { return _abstract ; } | todo summary sentence for isabstract ... concode_field_sep String name concode_elem_sep Attribute[] attrs concode_elem_sep Element[] elems concode_elem_sep String anyAtrNS concode_elem_sep URI ns concode_elem_sep boolean mixed concode_elem_sep String id concode_elem_sep Type parent concode_elem_sep ElementGrouping chil... |
long function ( ) { return totalSize ; } | returns total size of files in the snapshot concode_field_sep String START_TIME_IN_MILLIS concode_elem_sep String PROCESSED_SIZE_IN_BYTES concode_elem_sep String TIME_IN_MILLIS concode_elem_sep String TOTAL_SIZE concode_elem_sep String STATS concode_elem_sep int numberOfFiles concode_elem_sep String NUMBER_OF_FILES con... |
boolean function ( String arg0 ) { if ( Trace . TRACE ) { Trace . trace ( arg0 ) ; } return arg0 . startsWith ( sStartURL ) ; } | returns true if the driver thinks that it can open a connection to the given url . typically drivers will return true if they understand the subprotocol specified in the url and false if they do n't . concode_field_sep String VERSION concode_elem_sep String sStartURL concode_elem_sep int MINOR concode_elem_sep int REVI... |
void function ( CTExtensionList arg0 ) { this . extLst = arg0 ; } | sets the value of the extlst property . concode_field_sep CTBoolean varyColors concode_elem_sep List<CTLineSer> ser concode_elem_sep CTDLbls dLbls concode_elem_sep CTChartLines dropLines concode_elem_sep CTExtensionList extLst concode_elem_sep CTGrouping grouping concode_elem_sep CTGapAmount gapDepth concode_elem_sep L... |
AssumeRoleResult function ( Credentials arg0 ) { setCredentials ( arg0 ) ; return this ; } | the temporary security credentials , which include an access key id , a secret access key , and a security or session token . concode_field_sep AssumedRoleUser assumedRoleUser concode_elem_sep Credentials credentials concode_elem_sep Integer packedPolicySize concode_field_sep void setAssumedRoleUser concode_elem_sep As... |
int function ( ) { return iLastIdentity ; } | method declaration concode_field_sep Database dDatabase concode_elem_sep Vector tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly concode_el... |
Set < Placemark > function ( PlacemarkType arg0 ) { synchronized ( this ) { switch ( arg0 ) { case SYSTEM : return new HashSet ( systemPlacemarkSet ) ; case USER : return new HashSet ( userPlacemarkSet ) ; } return new HashSet ( ) ; } } | returns a set of all placemarks given the type user or sytem . if no placemarks are registered , returns an empty set . concode_field_sep Map<String,Placemark> userPlacemarkMap concode_elem_sep Set<PlacemarkListener> listeners concode_elem_sep Map<String,Placemark> systemPlacemarkMap concode_elem_sep Set<Placemark> sys... |
String function ( ) { return this . workspaceId ; } | the identifier of the workspace to reboot . concode_field_sep String workspaceId concode_field_sep RebootRequest withWorkspaceId concode_elem_sep void setWorkspaceId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep RebootRequest clone concode_elem_sep String toString |
String function ( ) { return valType ; } | gets value type for this query pair . concode_field_sep String valType concode_elem_sep long serialVersionUID concode_elem_sep Map<String,QueryIndex> idxs concode_elem_sep String keyType concode_elem_sep LinkedHashMap<String,String> fields concode_elem_sep Map<String,String> aliases concode_field_sep String getKeyType ... |
void function ( Map < String , String > arg0 ) { this . dispatchMap = arg0 ; } | a string representing a key in the camel registry matching an object value of the type hashmap . the hashmap key should contain strings that can be matched against the value set for the exchange header route_dispatch_key . the hashmap value should contain inner route consumer uri 's to which requests should be directed... |
void function ( ) { initialize ( DEFAULT_TIMESCALE ) ; } | initializes system time with the default or previously stored time . concode_field_sep String TIME_CONFIG_NAME concode_elem_sep Time _systemTime concode_elem_sep SystemTimeScale DEFAULT_TIMESCALE concode_elem_sep SystemTimeScale _currentTimeScale concode_elem_sep String TIMESCALE_CONFIG_NAME concode_elem_sep SystemTime... |
void function ( Boolean arg0 ) { this . dpfIndicator = arg0 ; } | sets the value of the dpfindicator property . concode_field_sep Boolean dpfIndicator concode_elem_sep Boolean deviceSocIndicator concode_elem_sep Boolean contractIndicator concode_elem_sep DataAttributes dataServiceAttributes concode_elem_sep String soc concode_elem_sep BigDecimal socOverageRate concode_elem_sep Boolea... |
double function ( double arg0 , double arg1 , double arg2 ) { if ( arg2 < arg0 ) throw new IllegalArgumentException ( "srini_string" ) ; if ( arg1 > arg2 ) { return arg2 ; } if ( arg1 < arg0 ) { return arg0 ; } return arg1 ; } | limit values to the band between minimum , maximum inclusive . concode_field_sep int DEFAULT_NUMBER_OF_BITS concode_field_sep int fuzzyCompare concode_elem_sep int fuzzyCompare concode_elem_sep int fuzzyCompare concode_elem_sep DoubleToDoubleFunction limiter concode_elem_sep double symmetricLimit concode_elem_sep doubl... |
QuotaLineItemEntity function ( QuotaLineItemEntity arg0 ) { return operate ( OpCode . SUB , arg0 ) ; } | returns a quotalineitementity whose value is this - val . the unit in the result are the same as the unit in `` this '' . that is to say if `` this '' is in kb and `` val '' is in mb , the result is in kb . the unit for b and count represent the normalized value . this means that 1 kb is the same as 1024 b or count . n... |
void function ( Object arg0 , Context arg1 , Object arg2 ) { if ( ContextAccessController . checkSecurityToken ( arg0 , arg2 ) ) { objectBindings . put ( arg0 , arg1 ) ; } } | binds an object and a naming context . concode_field_sep Hashtable<ClassLoader,Object> clObjectBindings concode_elem_sep StringManager sm concode_elem_sep Hashtable<Object,Context> objectBindings concode_elem_sep Hashtable<Thread,Object> threadObjectBindings concode_elem_sep Hashtable<Thread,Context> threadBindings con... |
void function ( long arg0 ) { if ( size == values . length ) { values = Arrays . copyOf ( values , size * 2 ) ; } values [ size ++ ] = arg0 ; } | appends a value . concode_field_sep int size concode_elem_sep long[] values concode_elem_sep int DEFAULT_INITIAL_CAPACITY concode_field_sep int size concode_elem_sep long get |
DalvInsnList function ( ) { finishProcessingIfNecessary ( ) ; return insns ; } | gets the list of instructions . concode_field_sep CatchBuilder unprocessedCatches concode_elem_sep OutputFinisher unprocessedInsns concode_elem_sep int positionInfo concode_elem_sep DalvInsnList insns concode_elem_sep CatchTable catches concode_elem_sep PositionList positions concode_elem_sep LocalList locals concode_f... |
void function ( String arg0 ) { this . specifiedTypeName = arg0 ; } | set the type name as actually specified for this particular value , if any . concode_field_sep String specifiedTypeName concode_elem_sep Object targetType concode_elem_sep boolean dynamic concode_elem_sep Object source concode_elem_sep String value concode_field_sep Class<?> getTargetType concode_elem_sep void setSourc... |
boolean function ( ) { return failures ; } | check if this object had any marked failures . concode_field_sep boolean failures concode_elem_sep TestRuleMarkFailure[] chained concode_field_sep List<Throwable> expandFromMultiple concode_elem_sep List<Throwable> expandFromMultiple concode_elem_sep Statement apply concode_elem_sep void markFailed concode_elem_sep boo... |
void function ( ) { myChanges . clear ( ) ; } | forces current object to drop all information about document changes if any . concode_field_sep boolean myCollectChanges concode_elem_sep List<TextChangeImpl> myChanges concode_field_sep void documentChanged concode_elem_sep void cutChangesIfNecessary concode_elem_sep int findIndex concode_elem_sep void mergeChangesIfN... |
void function ( String arg0 ) { this . refName = arg0 ; } | ref name within project . concode_field_sep String oldRev concode_elem_sep String newRev concode_elem_sep String project concode_elem_sep String REFS_HEADS concode_elem_sep String refName concode_field_sep String getOldRev concode_elem_sep String getRef concode_elem_sep int hashCode concode_elem_sep String getRefName c... |
boolean function ( Advisor arg0 ) { return ( arg0 instanceof InstantiationModelAwarePointcutAdvisor || arg0 . getAdvice ( ) instanceof AbstractAspectJAdvice || ( arg0 instanceof PointcutAdvisor && ( ( PointcutAdvisor ) arg0 ) . getPointcut ( ) instanceof AspectJExpressionPointcut ) ) ; } | determine whether the given advisor contains an aspectj advice . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean makeAdvisorChainAspectJCapableIfNecessary |
List < String > function ( ) { return enumeration ; } | getter for the field enumeration . concode_field_sep String displayName concode_elem_sep String defaultValue concode_elem_sep Integer minLength concode_elem_sep String pattern concode_elem_sep String description concode_elem_sep ParamType type concode_elem_sep boolean required concode_elem_sep String example concode_el... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String displayName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_field_sep void setName concode_elem_sep java.lan... |
Log function ( MethodInvocation arg0 ) { if ( this . defaultLogger != null ) { return this . defaultLogger ; } else { Object loc0 = arg0 . getThis ( ) ; return LogFactory . getLog ( getClassForLogging ( loc0 ) ) ; } } | return the appropriate log instance to use for the given methodinvocation . if the usedynamiclogger flagis set , the log instance will be for the target class of the methodinvocation , otherwise the log will be thedefault static logger . concode_field_sep Log defaultLogger concode_elem_sep boolean hideProxyClassNames c... |
void function ( Long arg0 ) { this . requestId = arg0 ; } | sets the value of ` requestid ' of an object of this class . concode_field_sep Set<Header> headers concode_elem_sep Long requestId concode_elem_sep String body concode_elem_sep Integer statusCode concode_field_sep void setHeaders concode_elem_sep Integer getStatusCode concode_elem_sep void setStatusCode concode_elem_se... |
void function ( ) { LifecycleEvent loc0 = new LifecycleEvent ( ) ; loc0 . time = System . currentTimeMillis ( ) ; loc0 . state = getServiceState ( ) ; lifecycleHistory . add ( loc0 ) ; } | add a state change event to the lifecycle history concode_field_sep Object stateChangeLock concode_elem_sep STATE failureState concode_elem_sep Map<String,String> blockerMap concode_elem_sep Exception failureCause concode_elem_sep List<LifecycleEvent> lifecycleHistory concode_elem_sep AtomicBoolean terminationNotificat... |
int function ( String arg0 ) { try { Field loc0 = PooledByteBufAllocator . DEFAULT . getClass ( ) . getDeclaredField ( arg0 ) ; loc0 . setAccessible ( true ) ; return loc0 . getInt ( null ) ; } catch ( Exception loc0 ) { throw new RuntimeException ( loc0 ) ; } } | used to get defaults from netty 's private static fields . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep ByteToMessageDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep ThreadFactory createThreadF... |
void function ( CmsGroup arg0 ) { m_group = arg0 ; } | sets the group such that users which are not in the group will be filtered out . concode_field_sep boolean m_filterCore concode_elem_sep Set<SearchKey> m_searchKeys concode_elem_sep List<CmsOrganizationalUnit> m_allowedOus concode_elem_sep boolean m_caseSensitive concode_elem_sep int m_flags concode_elem_sep boolean m_... |
String function ( ) { return escRuleName ; } | this is getter method for escrulename concode_field_sep int subSubCatId concode_elem_sep List escalationTemplateDetails concode_elem_sep String subSubCategoryName concode_elem_sep long serialVersionUID concode_elem_sep int escRuleId concode_elem_sep String userLoginName concode_elem_sep List escalationTypeDetails conco... |
String function ( ) { return this . fsType ; } | type of the file system fat , ntfs , etx2 , ext4 , etc concode_field_sep String volume concode_elem_sep String name concode_elem_sep String logicalVolume concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep long usableSpace concode_elem_sep long totalSpace concode_elem_sep String ... |
TokenReference function ( ) { return attachedReference ; } | get the attached tokenreference concode_field_sep TokenReference unAttachedReference concode_elem_sep Date expires concode_elem_sep byte[] entropy concode_elem_sep String tokenId concode_elem_sep long keySize concode_elem_sep Date created concode_elem_sep boolean computedKey concode_elem_sep TokenReference attachedRefe... |
boolean function ( short arg0 , short arg1 ) { if ( arg0 == arg1 ) { return true ; } else { return false ; } } | returns true if the short integers are equal . concode_field_sep int _DIGIT_BEGIN concode_elem_sep int _DIGIT_END concode_elem_sep int _CHAR_LOWER_CASE_BEGIN concode_elem_sep int _CHAR_LOWER_CASE_END concode_elem_sep int _CHAR_UPPER_CASE_BEGIN concode_elem_sep int _CHAR_UPPER_CASE_END concode_field_sep boolean isNotNul... |
void function ( JEditBuffer arg0 , int arg1 , int arg2 , int arg3 , int arg4 ) { } | called when text is inserted into the buffer . concode_field_sep PlaceHolder placeHolder concode_field_sep void bufferLoaded concode_elem_sep void transactionComplete concode_elem_sep void foldLevelChanged concode_elem_sep void preContentRemoved concode_elem_sep void preContentInserted concode_elem_sep void contentRemo... |
void function ( List < TransactionMessage > arg0 ) { for ( TransactionMessage loc0 : arg0 ) { this . addMessage ( loc0 ) ; } } | adds messages to the existing stored messages . concode_field_sep Map<TransactionMessageType,List<TransactionMessage>> messages concode_elem_sep List<TransactionMessage> sequentialMessages concode_elem_sep Logger logger concode_field_sep boolean hasInfoMessages concode_elem_sep List<TransactionMessage> getInfoMessages ... |
String function ( HttpServletRequest arg0 , String arg1 ) { if ( arg0 == null ) { return "srini_string" ; } String loc0 = arg0 . getParameter ( arg1 ) ; loc0 = ( loc0 == null ) ? "srini_string" : loc0 ; return loc0 ; } | different from servletrequest.getparameter in that this function will never return a null , always and empty string if param not found . concode_field_sep String BROWSER_STRING_IE concode_elem_sep String BROWSER_STRING_NETSCAPE_COMPATIBLE concode_elem_sep String password concode_elem_sep int BROWSER_DYNAMIDE_TEXT conco... |
void function ( Path arg0 ) { Preconditions . checkArgument ( arg0 != null , "srini_string" ) ; } | performs basic validation on the directory parameter making sure it fits within the supported functionality of this class . concode_field_sep Path filePattern concode_elem_sep PathMatcher pathMatcher concode_elem_sep Path directory concode_elem_sep FileFlow<?> flow concode_field_sep String toString concode_elem_sep Tra... |
String function ( ) { return "srini_string" ; } | provides the jdbc url to use to demonstrate the bug . the java.sql.connection that you use to demonstrate this bug will be provided by the getconnection method using this url . the default value is ` jdbc : mysql : / / / test ' concode_field_sep Connection conn concode_elem_sep Driver driver concode_field_sep Connectio... |
Builder function ( CacheControl arg0 ) { String loc0 = arg0 . toString ( ) ; if ( loc0 . isEmpty ( ) ) return removeHeader ( "srini_string" ) ; return header ( "srini_string" , loc0 ) ; } | sets this request 's cache-control header , replacing any cache control headers alreadypresent . if cachecontrol does n't define any directives , this clears this request ` scache-control headers . concode_field_sep Headers.Builder headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Requ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.