code
stringlengths
20
663
nl
stringlengths
68
7.19k
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof SingletonTargetSource ) ) { return false ; } SingletonTargetSource loc0 = ( SingletonTargetSource ) arg0 ; return this . target . equals ( loc0 . target ) ; }
two invoker interceptors are equal if they have the same target or if the targets or the targets are equal . concode_field_sep long serialVersionUID concode_elem_sep Object target concode_field_sep Object getTarget concode_elem_sep boolean isStatic concode_elem_sep Class<?> getTargetClass concode_elem_sep int hashCode ...
boolean function ( ) { return modifiers . contains ( SGR . BOLD ) ; }
returns true if this textcharacter has the bold modifier active concode_field_sep char character concode_elem_sep TextColor backgroundColor concode_elem_sep TextColor foregroundColor concode_elem_sep EnumSet<SGR> modifiers concode_elem_sep TextCharacter DEFAULT_CHARACTER concode_field_sep TextColor getForegroundColor c...
void function ( CordovaInterface arg0 , CordovaWebView arg1 ) { }
called after plugin construction and fields have been initialized . prefer to use plugininitialize instead since there is no value in having parameters on the initialize function . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_...
void function ( Activity arg0 , IBinder arg1 ) { InputMethodManager loc0 = ( InputMethodManager ) arg0 . getSystemService ( Context . INPUT_METHOD_SERVICE ) ; loc0 . hideSoftInputFromWindow ( arg1 , 0 ) ; }
this method is used to hide a keyboard after a user has finished typing the url . concode_field_sep String TAG concode_field_sep void showToast
void function ( String arg0 , Context arg1 ) { SharedPreferences loc0 = PreferenceManager . getDefaultSharedPreferences ( arg1 . getApplicationContext ( ) ) ; Editor loc1 = loc0 . edit ( ) ; loc1 . putString ( GOOGLE_CLOUD_MESSAGING_REGISTRATION_ID , arg0 ) ; loc1 . commit ( ) ; }
stores the registrationid in local storage concode_field_sep String NOTIFICATIONS_HANDLER_CLASS concode_elem_sep NotificationsHandler mHandler concode_elem_sep String GOOGLE_CLOUD_MESSAGING_REGISTRATION_ID concode_field_sep void setHandler concode_elem_sep void stopHandlingNotifications concode_elem_sep NotificationsHa...
void function ( ) { try { stub . clearDecisionCache ( ) ; } catch ( Exception loc0 ) { String loc1 = loc0 . getMessage ( ) ; handleException ( loc1 , loc0 ) ; } }
clears the decision cache maintained by the pdp . concode_field_sep Log log concode_elem_sep EntitlementAdminServiceStub stub concode_field_sep String getDecision concode_elem_sep String getDecision concode_elem_sep PIPFinderDataHolder getPIPResourceFinderData concode_elem_sep void setGlobalPolicyAlgorithm concode_elem...
Vector function ( ) { return min ; }
get the minimum values concode_field_sep Vector min concode_elem_sep Vector max concode_field_sep HyperRectangle splitRight concode_elem_sep void setMinimumValues concode_elem_sep void setMaximumValues concode_elem_sep Instance pointNearestTo concode_elem_sep Vector getMaximumValues concode_elem_sep HyperRectangle spli...
void function ( TextPresentation arg0 , List < AttributedPosition > arg1 , List < AttributedPosition > arg2 ) { Runnable loc0 = presenter . createUpdateRunnable ( arg0 , arg1 , arg2 ) ; if ( loc0 == null ) return ; Display loc1 = Display . getDefault ( ) ; loc1 . asyncExec ( loc0 ) ; }
update the presentation . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions conc...
void function ( double arg0 ) { this . y = arg0 ; }
sets the y coordinate of the block concode_field_sep Entity Entity concode_elem_sep float b concode_elem_sep double lasty concode_elem_sep float r concode_elem_sep float alpha concode_elem_sep double lastz concode_elem_sep double lastx concode_elem_sep double x concode_elem_sep double z concode_elem_sep double y concod...
Object function ( Object arg0 , String arg1 ) { return null ; }
either this or #inject needs to be overridden . concode_field_sep Collection<InjectedElement> injectedElements concode_elem_sep Set<InjectedElement> checkedElements concode_elem_sep PropertyDescriptor pd concode_elem_sep Class<?> targetClass concode_elem_sep boolean isField concode_elem_sep Member member concode_elem_s...
UpgradeRecommendedElasticPoolProperties function ( TargetElasticPoolEditions arg0 ) { this . edition = arg0 ; return this ; }
set the edition value . concode_field_sep Integer databaseDtuMin concode_elem_sep Integer databaseDtuMax concode_elem_sep Integer dtu concode_elem_sep String name concode_elem_sep List<String> databaseCollection concode_elem_sep TargetElasticPoolEditions edition concode_elem_sep Integer storageMb concode_elem_sep Boole...
Scope function ( ) { return createInternalScope ( "srini_string" ) ; }
internal : in event abc : integer in event event1 operation foo operation myopp1 : integer var myint : integer var mybool : boolean var myreal : real var mystring : string concode_field_sep ILinker linker concode_elem_sep IParser parser concode_elem_sep Provider<XtextResource> resourceProvider concode_field_sep Scope i...
double function ( String arg0 , String arg1 ) { return d ( taxonomy . getConcept ( arg0 ) , taxonomy . getConcept ( arg1 ) ) ; }
compute the distance between two concepts in a taxonomy . concode_field_sep Taxonomy taxonomy concode_field_sep String toString
Set < FullAndPartURIs > function ( ) { return artifacts ; }
returns the uri pairs tracked by this artifacts object . concode_field_sep Set<FullAndPartURIs> artifacts concode_elem_sep URI part concode_elem_sep boolean isTemporary concode_elem_sep Logger deplLogger concode_elem_sep String keyPrefix concode_elem_sep URI full concode_field_sep String transientAppMetadataKey concode...
XAResource [ ] function ( ActivationSpec [ ] arg0 ) { log . finest ( "srini_string" ) ; return null ; }
this method is called by the application server during crash recovery . concode_field_sep Logger log concode_elem_sep ConcurrentHashMap<AnnoActivationSpec,AnnoActivation> activations concode_elem_sep long serialVersionUID concode_elem_sep String first concode_elem_sep Integer second concode_field_sep void setSecond con...
Timer function ( AbstractInstant arg0 , Procedure0 arg1 ) { JobDataMap loc0 = new JobDataMap ( ) ; loc0 . put ( "srini_string" , arg1 ) ; return makeTimer ( arg0 , arg1 . toString ( ) , loc0 ) ; }
schedules a block of code for later execution . concode_field_sep Logger logger concode_field_sep Object callScript concode_elem_sep Timer createTimerWithArgument concode_elem_sep Timer makeTimer
void function ( int arg0 ) { harvestRow . setColumn ( "srini_string" , arg0 ) ; }
sets the current status of the collection . concode_field_sep int STATUS_UNKNOWN_ERROR concode_elem_sep int TYPE_FULL concode_elem_sep int TYPE_DMD concode_elem_sep int TYPE_DMDREF concode_elem_sep int STATUS_BUSY concode_elem_sep int STATUS_OAI_ERROR concode_elem_sep int STATUS_READY concode_elem_sep Context context c...
double function ( double arg0 ) { return Epsg900913 . getOffsetX ( mLonScreenLeft , arg0 , mZoom ) * mScale ; }
double the x offset on the screen of the given longitude concode_field_sep double mLatScreenCenter concode_elem_sep double mLatScreenBot concode_elem_sep double mLonScreenRight concode_elem_sep double mZoom concode_elem_sep double mLatScreenTop concode_elem_sep double mLonScreenLeft concode_elem_sep double mScale conco...
int function ( ) { return proxyPort ; }
gets the port of the proxy . concode_field_sep int proxyPort concode_elem_sep Logger logger concode_elem_sep String proxyUser concode_elem_sep String proxyPassword concode_elem_sep Pattern nonProxyPattern concode_elem_sep String proxyHost concode_field_sep String getProxyPassword concode_elem_sep Pattern createNonProxy...
int function ( ) { return mThemeCount ; }
get the total theme . concode_field_sep String PREF concode_elem_sep SparseArray<int[]> mStyles concode_elem_sep int mThemeCount concode_elem_sep int THEME_UNDEFINED concode_elem_sep String KEY_THEME concode_elem_sep ThemeManager mInstance concode_elem_sep EventDispatcher mDispatcher concode_elem_sep int theme concode_...
void function ( String arg0 , MessageType arg1 ) { getDialogDisplayer ( ) . notify ( new NotifyDescriptor . Message ( arg0 , arg1 . getNotifyDescriptorType ( ) ) ) ; }
show a message of the specified type concode_field_sep PlaceHolder placeHolder concode_field_sep DialogDisplayer getDialogDisplayer concode_elem_sep void warn concode_elem_sep void showException concode_elem_sep void question concode_elem_sep void plain concode_elem_sep void error concode_elem_sep void error concode_el...
int function ( ) { return iLastIdentity ; }
method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList 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 con...
java . lang . String function ( ) { return retorno ; }
gets the retorno value for this variossmsenviarcelwsexecuteresponse . concode_field_sep java.lang.String retorno concode_elem_sep int psn_telefonomovil concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep j...
void function ( String arg0 ) { this . keyAttributeName = arg0 ; }
attribute name when creating table concode_field_sep AmazonDynamoDB amazonDDBClient concode_elem_sep String secretKey concode_elem_sep Long readCapacity concode_elem_sep String amazonDdbEndpoint concode_elem_sep DdbOperations operation concode_elem_sep String keyAttributeType concode_elem_sep String proxyHost concode_e...
void function ( Object arg0 ) { m_applicationData = arg0 ; }
sets the application data object . concode_field_sep String CVS_REVISION concode_elem_sep int m_maxNodes concode_elem_sep Class[] m_types concode_elem_sep int[] m_minDepths concode_elem_sep Class[][] m_argTypes concode_elem_sep int[] m_maxDepths concode_elem_sep double m_fitnessValue concode_elem_sep Object m_applicati...
com . liferay . social . networking . model . WallEntry function ( com . liferay . social . networking . model . WallEntry arg0 ) { return getService ( ) . addWallEntry ( arg0 ) ; }
adds the wall entry to the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<WallEntryLocalService,WallEntryLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.social.networking.model.WallEntry> g...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { return arg0 . substring ( 5 ) ; } else { return arg0 ; } }
strip any leading `` file : '' off a url string concode_field_sep PlaceHolder placeHolder concode_field_sep String removeExtension concode_elem_sep String extension concode_elem_sep String uriFor concode_elem_sep String decodeSafeName concode_elem_sep String ensureLastSlash concode_elem_sep String lastSegment concode_e...
float function ( Matrix < Float > arg0 ) { float loc0 = Float . MIN_VALUE ; for ( Object loc1 : arg0 . data ) loc0 = Math . loc0 ( loc0 , ( Float ) loc1 ) ; return loc0 ; }
return the maximum value contained in a matrix . concode_field_sep PlaceHolder placeHolder concode_field_sep double rowAverage concode_elem_sep double maxDouble concode_elem_sep void rowInitNormal concode_elem_sep List<Double> rowDifference concode_elem_sep void columnInitNormal concode_elem_sep int maxInteger concode_...
ArrayList function ( int arg0 , boolean arg1 , String arg2 ) { ArrayList loc0 = getEmployees ( arg0 ) ; Collections . sort ( loc0 , new EmployeeComparator ( arg1 , arg2 ) ) ; return loc0 ; }
gets a list of employee records that matches the supplied criteria . concode_field_sep String sortColumn concode_elem_sep boolean isDescending concode_elem_sep Log logger concode_elem_sep ArrayList EMPLOYEE_POOL concode_field_sep int compare
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 com.google.api.ads.dfp.axis.v201405.ColumnType[] columnTypes concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201405.Row[] rows concode_elem_sep org.apache.axis.description.TypeDesc typeDesc conco...
Props < T > function ( Class < T > arg0 , ActorCreator < T > arg1 , MailboxCreator arg2 ) { return new Props < T > ( arg0 , null , TYPE_CREATOR , null , arg1 , arg2 ) ; }
create props from actor creator with custom mailbox concode_field_sep Object[] args concode_elem_sep ActorCreator<T> creator concode_elem_sep MailboxCreator mailboxCreator concode_elem_sep int TYPE_DEFAULT concode_elem_sep int type concode_elem_sep String dispatcher concode_elem_sep int TYPE_CREATOR concode_elem_sep Cl...
void function ( Connection arg0 , final String arg1 , final Permission . Action ... arg2 ) { PayloadCarryingRpcController loc0 = ( ( ClusterConnection ) arg0 ) . getRpcControllerFactory ( ) . newController ( ) ; try ( Table loc1 = arg0 . getTable ( ACL_TABLE_NAME ) ) { ProtobufUtil . revoke ( loc0 , getAccessControlSer...
revoke global permissions for the specified user . concode_field_sep TableName ACL_TABLE_NAME concode_field_sep boolean isAccessControllerRunning concode_elem_sep boolean isCellAuthorizationEnabled concode_elem_sep boolean isAuthorizationEnabled concode_elem_sep List<UserPermission> getUserPermissions concode_elem_sep ...
ResourceType function ( ) { return templateRef ; }
gets the value of the templateref property . concode_field_sep JspxPages jspxPages concode_elem_sep ResourceType templateRef concode_elem_sep Beans beans concode_field_sep void setBeans concode_elem_sep void setTemplateRef concode_elem_sep JspxPages getJspxPages concode_elem_sep void setJspxPages concode_elem_sep Beans...
void function ( Boolean arg0 ) { this . second = arg0 ; }
set second concode_field_sep Reference reference concode_elem_sep long serialVersionUID concode_elem_sep Long first concode_elem_sep ResourceAdapter ra concode_elem_sep Boolean second concode_field_sep void setResourceAdapter concode_elem_sep void setFirst concode_elem_sep void setReference concode_elem_sep Long getFir...
TimeValue function ( ) { return new TimeValue ( totalTimeInMillis ) ; }
the total time merges have been executed . concode_field_sep XContentBuilderString TOTAL concode_elem_sep long total concode_elem_sep XContentBuilderString TOTAL_TIME concode_elem_sep XContentBuilderString REFRESH concode_elem_sep XContentBuilderString TOTAL_TIME_IN_MILLIS concode_elem_sep long totalTimeInMillis concod...
String function ( String arg0 ) { return Encode . forHtml ( arg0 ) ; }
encodes for x html text content and text attributes . concode_field_sep Log log concode_elem_sep String defaultDateCache concode_field_sep String formatDate concode_elem_sep String formatDate concode_elem_sep String encodeForUriComponent concode_elem_sep String encodeForCssUrl concode_elem_sep String encodeForXmlCommen...
String function ( String arg0 ) { return new String ( encode ( arg0 . getBytes ( ) ) ) ; }
encodes a string into base64 format . no blanks or line breaks are inserted . concode_field_sep char[] map1 concode_elem_sep byte[] map2 concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep String decodeString concode_elem_sep byte[] decode concode_elem_sep byte[] decode
AwsConfig function ( String arg0 ) { this . tagValue = arg0 ; return this ; }
sets the tag value . see the filtering section above for more information . concode_field_sep String securityGroupName concode_elem_sep int connectionTimeoutSeconds concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String region concode_elem_sep String tagValue concode_elem_sep int CO...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_StateA : return stateVector [ 0 ] == State . main_region_StateA ; case main_region_StateB : return stateVector [ 0 ] == State . main_region_StateB ; default : return false ; } }
returns true if the given state is currently active otherwise false . concode_field_sep long minus concode_elem_sep long myInt1 concode_elem_sep long plusAssign concode_elem_sep long myInt2 concode_elem_sep boolean equalOrLess concode_elem_sep boolean notEqual concode_elem_sep boolean less concode_elem_sep long divAssi...
ProxyAuthorizationHeader function ( ) { return new ProxyAuthorizationHeader ( getAuthorizationHeader ( ) . getValue ( ) ) ; }
gets a new proxyauthorizationheader based on current authentication attributes . concode_field_sep String opaque concode_elem_sep String method concode_elem_sep String body concode_elem_sep String nonce concode_elem_sep String uri concode_elem_sep String qop concode_elem_sep String passwd concode_elem_sep String nc con...
void function ( String arg0 ) { this . type = arg0 ; }
sets the value of the type property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep String linkingIntellectualEntityIdentifierType concode...
List < String > function ( ) { return this . ignoreList ; }
returns the ignore list which contains the names of files or directories that should be ignored . concode_field_sep Path path concode_elem_sep List<Path> newFiles concode_elem_sep List<Path> prevFiles concode_elem_sep List<String> ignoreList concode_elem_sep List<Path> currFiles concode_field_sep List<Path> getNewFiles...
E function ( final String arg0 , @ Nullable final String arg1 ) { this . bundle . putString ( arg0 , arg1 ) ; return ( E ) this ; }
sets a string value in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_ele...
ContentObserver function ( ) { return this ; }
gets access to the binder transport object , and unlinks the transport object from the contentobserver . not for public consumption . @hide concode_field_sep Transport mTransport concode_elem_sep Handler mHandler concode_elem_sep ContentObserver mContentObserver concode_elem_sep Object lock concode_elem_sep boolean mSe...
String function ( ) { return this . artifactId ; }
the artifactid to use or null if it should not be customized . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String packaging concode_elem_sep String language concode_elem_sep L...
int function ( int arg0 , int arg1 ) { int loc0 = Math . max ( arg0 , arg1 ) ; int loc1 = 96 ; int loc2 = 0 ; int loc3 ; if ( loc0 > 0 ) { for ( loc3 = 1 ; loc0 >= loc1 ; loc3 ++ ) { loc0 = loc0 / 2 ; loc2 = loc3 ; } } return loc2 ; }
return the number of resolution levels the djatoka api will generate based on the provided pixel dimensions . concode_field_sep String magic concode_elem_sep Logger logger concode_field_sep BufferedImage getScaledInstance concode_elem_sep BufferedImage rotate concode_elem_sep boolean isJp2Type concode_elem_sep boolean ...
String function ( ) { return channelName ; }
gets the channel name the invite leads to . concode_field_sep String channelName concode_elem_sep String guildID concode_elem_sep String channelID concode_elem_sep String guildName concode_field_sep String getChannelID concode_elem_sep String getGuildName concode_elem_sep String getGuildID concode_elem_sep InviteRespon...
void function ( InChannel . Dispatcher arg0 , TransportAddress arg1 , Profile arg2 ) { activateServer ( arg0 , arg1 , arg2 ) ; }
actual method to activate the http mtp . customizable parameters read from profile : port : the port this http server listens to . numkeepalive : maximum number of keep-alive connections . default value is 10 . set to 0 to disable keep-alive coonections possible performance impact . proxyhost : proxy host name or ip-ad...
String function ( ) { return inputMonitor . getBuffer ( ) . toString ( ) ; }
return the output . concode_field_sep Process process concode_elem_sep StreamToBufferMonitor inputMonitor concode_elem_sep FitNesseCommanderConfig commanderConfig concode_elem_sep StreamToBufferMonitor errorMonitor concode_field_sep void sleep concode_elem_sep String getJVMArguments concode_elem_sep void waitForFitness...
void function ( ScopeType arg0 ) { this . scope = arg0 ; }
sets the value of the scope property . concode_field_sep OfflineType offline concode_elem_sep List<String> system concode_elem_sep InlineType inline concode_elem_sep au.org.ecoinformatics.eml.jaxb.eml.ViewType.References references concode_elem_sep ScopeType scope concode_elem_sep OnlineType online concode_elem_sep Lis...
String function ( ) { return addressLine2 ; }
gets the value of the addressline2 property . concode_field_sep String zip concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String addressLine1 concode_elem_sep String addressLine2 concode_elem_sep String stateCode concode_elem_sep String zip4 concode_elem_sep long serialVersionUID conc...
void function ( java . util . Date arg0 ) { this . time = arg0 ; }
timestamp of event , per rfc3339 . if no timestamp is provided , the timestamp of the putevents call will be used . concode_field_sep String detailType concode_elem_sep java.util.List<String> resources concode_elem_sep java.util.Date time concode_elem_sep String source concode_elem_sep String detail concode_field_sep v...
double function ( ) { return im ; }
returns the imaginary part of this complex number . concode_field_sep double re concode_elem_sep double im concode_field_sep double phase concode_elem_sep Complex tan concode_elem_sep Complex minus concode_elem_sep Complex cos concode_elem_sep Complex scale concode_elem_sep Complex reciprocal concode_elem_sep void main...
String function ( long arg0 , boolean arg1 ) { String loc0 = Long . toHexString ( arg0 ) ; if ( arg1 ) { loc0 = "srini_string" + loc0 ; int loc1 = loc0 . length ( ) ; loc0 = loc0 . substring ( loc1 - 16 , loc1 ) ; } return loc0 ; }
converts a long integer into its hexadecimal notation . concode_field_sep String _hex concode_elem_sep int m_default concode_elem_sep DatagramSocket m_socket concode_elem_sep Random m_rand concode_elem_sep int _num concode_elem_sep long m_start concode_elem_sep InetSocketAddress m_address concode_field_sep int parseInt...
C function ( ) { return capability ; }
gets the capability . concode_field_sep C capability concode_elem_sep CapabilityId id concode_elem_sep Map<PathAddress,RegistrationPoint> registrationPoints concode_field_sep RegistrationPoint getOldestRegistrationPoint concode_elem_sep int hashCode concode_elem_sep Set<RegistrationPoint> getRegistrationPoints concode_...
int function ( ) { return getService ( ) . getAssetsCount ( ) ; }
returns the number of assets . concode_field_sep AssetLocalService _service concode_field_sep com.liferay.samplealloymvc.model.Asset addAsset concode_elem_sep com.liferay.samplealloymvc.model.Asset fetchAsset concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.A...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
returns the osgi service identifier . concode_field_sep PushNotificationsDeviceService _service concode_field_sep void clearService concode_elem_sep void setService concode_elem_sep com.liferay.pushnotifications.model.PushNotificationsDevice addPushNotificationsDevice concode_elem_sep void sendPushNotification concode_...
void function ( Invalidation arg0 ) { this . invalidation = arg0 ; }
the invalidation 's information . concode_field_sep Invalidation invalidation concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep GetInvalidationResult withInvalidation concode_elem_sep Invalidation getInvalidation
int function ( ) { int loc0 = getPageSize ( ) * ( getPage ( ) + 1 ) ; int loc1 = getNrOfElements ( ) ; return ( loc0 > loc1 ? loc1 : loc0 ) - 1 ; }
return the element index of the last element on the current page . element numbering starts with 0 . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort co...
void function ( String arg0 ) { this . volumeId = arg0 ; }
sets the value of the volumeid property for this object . concode_field_sep String volumeId concode_elem_sep VolumeStatusInfo volumeStatus concode_elem_sep String availabilityZone concode_elem_sep java.util.List<VolumeStatusAction> actions concode_elem_sep java.util.List<VolumeStatusEvent> events concode_field_sep Volu...
byte [ ] function ( ) { return this . data ; }
retrieves event data binary data from eventdata container concode_field_sep byte[] data concode_elem_sep int DATA_FROM_APPLET concode_elem_sep byte dataType concode_elem_sep long handle concode_elem_sep int DATA_FROM_SERVICE concode_field_sep long getHandle concode_elem_sep byte getDataType
Map < QName , String > function ( ) { return otherAttributes ; }
gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ...
ResourceAdaptor function ( ) { return new ResourceAdaptor ( ) ; }
create an instance of resourceadaptor concode_field_sep PlaceHolder placeHolder concode_field_sep ResourceAdaptorClass createResourceAdaptorClass concode_elem_sep ResourceAdaptorUsageParametersInterfaceName createResourceAdaptorUsageParametersInterfaceName concode_elem_sep ResourceAdaptorClassName createResourceAdaptor...
String function ( String arg0 , String arg1 ) { try { MessageDigest loc0 = MessageDigest . getInstance ( arg1 ) ; byte [ ] loc1 = loc0 . loc1 ( arg0 . getBytes ( "srini_string" ) ) ; return Base64 . getEncoder ( ) . encodeToString ( loc1 ) ; } catch ( Exception loc0 ) { log . warn ( "srini_string" + arg1 , loc0 ) ; ret...
digest and base64 encode the password . concode_field_sep Logger log concode_elem_sep String MD5_SALT_SHA256 concode_elem_sep String MD5TRUNC_SALT_SHA256 concode_elem_sep String saltDelim concode_elem_sep String PBKDF2 concode_elem_sep Random saltSource concode_elem_sep int saltLength concode_field_sep byte[] salt conc...
Line2D function ( GMLEdge arg0 ) { return new Line2D ( toPoint ( arg0 . getStart ( ) ) , toPoint ( arg0 . getEnd ( ) ) ) ; }
turn a gmledge into a line2d . concode_field_sep PlaceHolder placeHolder concode_field_sep Rectangle2D getObjectBounds concode_elem_sep Shape coordsToShape concode_elem_sep Rectangle2D expand concode_elem_sep Rectangle2D expand concode_elem_sep Rectangle2D expand concode_elem_sep Rectangle2D expand concode_elem_sep Rec...
int function ( ) { return iSize ; }
accessor method concode_field_sep int iTop concode_elem_sep int MAX_SIZE concode_elem_sep int iSize concode_elem_sep int accessCounter concode_elem_sep char acStack[] concode_elem_sep int DEFAULT_SIZE concode_field_sep char pop concode_elem_sep char[] getAcStack concode_elem_sep int getITop concode_elem_sep char getAt ...
MapType function ( DataType arg0 , DataType arg1 , boolean arg2 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new MapType ( arg0 , arg1 , arg2 ) ; }
creates a maptype by specifying the data type of keys keytype , the data type of values keytype , and whether values contain any null value valuecontainsnull . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem...
String function ( ) { return comments ; }
returns textual information about this media item , corresponding to the `` comments '' field in the info tab in the get info dialog in itunes . concode_field_sep String comments concode_elem_sep String artist concode_elem_sep Calendar releaseDate concode_elem_sep String composer concode_elem_sep int albumTrackCount co...
NodeProcessor function ( ) { return new DefaultExprProcessor ( ) ; }
instantiate default expression processor . concode_field_sep PlaceHolder placeHolder concode_field_sep Object process concode_elem_sep Object process concode_elem_sep Object process concode_elem_sep Object process concode_elem_sep ExprNodeDesc processColumnDesc concode_elem_sep NodeProcessor getGenericFuncProcessor con...
BgView function ( ) { return view ; }
the world view . concode_field_sep DebugViewer debugViewer concode_elem_sep GameLevel currentLevel concode_elem_sep BgView view concode_elem_sep World world concode_elem_sep Bat bat concode_elem_sep StatePanel statepanel concode_elem_sep ArrayList<GameLevel> gameLevels concode_elem_sep String name concode_elem_sep bool...
String function ( String arg0 , String arg1 ) { return getInstance ( ) . getNoSuffixViewURI ( arg0 , arg1 ) ; }
obtains a view uri of the given controller name and view name without the suffix concode_field_sep String PATH_TO_VIEWS concode_field_sep String getViewURI concode_elem_sep String getViewURI concode_elem_sep String getDeployedViewURI concode_elem_sep GroovyPagesUriSupport getInstance concode_elem_sep String getTemplate...
String function ( ) { return instanceId ; }
the id of the instance . concode_field_sep String instanceId concode_elem_sep Monitoring monitoring concode_field_sep void setMonitoring concode_elem_sep InstanceMonitoring withInstanceId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep InstanceMonitoring clone concode_elem_sep void setIns...
void function ( EnumStringEnum arg0 ) { this . enumString = arg0 ; }
set enumstring concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep EnumNumberEnum getEnumNumber concode_elem_sep String toIndentedString concode_elem_sep void setEnumInteger concode_elem_sep E...
void function ( String arg0 , String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } Part loc0 = new NameValuePart ( arg0 , arg1 ) ; appendPart ( loc0 ) ; }
append a name-value pair part concode_field_sep String boundary concode_elem_sep Part[] mParts concode_elem_sep int partIdx concode_elem_sep NameValuePair[] mHeaders concode_elem_sep int headerIdx concode_elem_sep String contentType concode_field_sep void appendPart concode_elem_sep void appendImagePart concode_elem_se...
boolean function ( double arg0 ) { long loc0 = doubleExponent ( arg0 ) ; long loc1 = doubleMantissa ( arg0 ) ; return ( loc0 == 0 ) && ( loc1 != 0 ) ; }
checks whether a given double value is denormalized concode_field_sep String registersMatchingString concode_elem_sep int NOFPUDATA concode_elem_sep List<IListener> globalListeners concode_elem_sep boolean fZeroDivide concode_elem_sep boolean fPrecision concode_elem_sep double[] registers concode_elem_sep int INTEGER c...
void function ( ) { initializeData ( ) ; }
utility method that resets the auction item list . this used for demo purposes as the auction items may need to be reset if the bids become too large or have expired . concode_field_sep ArrayList<AuctionItem> auctionItems concode_field_sep void initializeData concode_elem_sep boolean bidOnAuctionItem concode_elem_sep L...
ImmutableTable < R , C , V > function ( R arg0 , C arg1 , V arg2 ) { return new SingletonImmutableTable < R , C , V > ( arg0 , arg1 , arg2 ) ; }
returns an immutable table containing a single cell . concode_field_sep List<Cell<R,C,V>> cells concode_elem_sep Comparator<? super R> rowComparator concode_elem_sep Comparator<? super C> columnComparator concode_field_sep ImmutableSet<Cell<R,C,V>> cellSet concode_elem_sep Cell<R,C,V> cellOf concode_elem_sep ImmutableM...
void function ( ) { System . out . println ( "srini_string" ) ; Emotion loc0 = new Emotion ( Big6 . FEAR , EverydayCategories . AFRAID ) ; try { exporter . export ( loc0 , System . out ) ; } catch ( EmotionMLException loc1 ) { System . out . println ( "srini_string" + loc1 ) ; } }
however we can not mix the fear category and the afraid category since they both are categories and they belong to different vocabularies . note that the exception is not thrown when creating the emotion but when trying to export it . concode_field_sep EmotionMLExporter exporter concode_field_sep void example7 concode_...
List < ResultPoint > function ( ) { return new ArrayList < > ( possibleResultPoints ) ; }
call immediately after decode , from the same thread . the result is undefined while decode is running . concode_field_sep Reader reader concode_elem_sep List<ResultPoint> possibleResultPoints concode_field_sep BinaryBitmap toBitmap concode_elem_sep Reader getReader concode_elem_sep void foundPossibleResultPoint concod...
void function ( File arg0 ) { BlocksIndexOutput loc0 = new BlocksIndexOutput ( arg0 ) ; save ( loc0 ) ; }
saves the index in the given file . structure of the saved index : - indexedfiles in sorted order . + example : `` c : / com/test.java 1 '' `` c : / com/ui.java 2 '' - references with the words in sorted order + example : `` classdecl/test 1 '' `` classdecl/ui 2 '' `` ref/string 1 2 '' concode_field_sep IndexedFile[] s...
void function ( OptStatusType arg0 ) { this . mobileBackupOptPreference = arg0 ; }
sets the value of the mobilebackupoptpreference property . concode_field_sep OptStatusType mobileBackupOptPreference concode_elem_sep long serialVersionUID concode_field_sep OptStatusType getMobileBackupOptPreference
boolean function ( ) { if ( status == Status . Break ) return true ; else return false ; }
this function checks if the person is on a break . concode_field_sep Vector<Vector<Status>> weeklyRoutine concode_elem_sep RandomSeedRepo randomSeedRepo concode_elem_sep RandomSeed gen concode_elem_sep Logger log concode_elem_sep Vector<Integer> sicknessVector concode_elem_sep Vector<Integer> publicVacationVector conco...
MutableObjectIterator < E > function ( ) { return this . valuesIterator ; }
returns an iterator over all values that belong to the current key . the iterator is initially null before the first call to #nextkey and after all keys are consumed . in general , this method returnsalways a non-null value , if a previous call to #nextkey return true . concode_field_sep E next concode_elem_sep TypeCom...
boolean function ( String arg0 , String arg1 ) { return gconf_set_string ( arg0 , arg1 ) ; }
change the value of key to val . automatically creates the key if it did n't exist before ie it was unset or it only had a default value . key names must be valid gconf key names , that is , there can be more restrictions than for normal preference backend . concode_field_sep PlaceHolder placeHolder concode_field_sep L...
void function ( final String arg0 , final Throwable arg1 ) { dumpThrowable ( arg0 , arg1 , - 1 , - 1 ) ; }
dumps a throwable to system.err in a decorating message including the current thread name , and its #dumpstack printstream , stacktraceelement , int , int stack trace . implementation will iterate through all throwable #getcause causes . concode_field_sep PlaceHolder placeHolder concode_field_sep void printStackTrace c...
int function ( ) { int loc0 = VERTICAL_MARGIN ; for ( Notification loc1 : displayed ) { loc0 += loc1 . getHeight ( ) + VERTICAL_MARGIN ; } return loc0 ; }
calculate the current offset based on the displayed notifications . concode_field_sep int expireTime concode_elem_sep int activityTime concode_elem_sep Component parent concode_elem_sep int displayTime concode_elem_sep LinkedList<Notification> queue concode_elem_sep int MINUTE concode_elem_sep int HORIZONTAL_MARGIN con...
String function ( Path arg0 ) { return toURL ( arg0 ) . toString ( ) ; }
converts the given path to a url string concode_field_sep PlaceHolder placeHolder concode_field_sep URL toURL concode_elem_sep Path[] toPathArray
byte function ( ) { return mType ; }
pdu type field concode_field_sep int mDeclaredLength concode_elem_sep byte[] mBytes concode_elem_sep byte MANUFACTURER_DATA_PDU_TYPE concode_elem_sep String TAG concode_elem_sep byte GATT_SERVICE_UUID_PDU_TYPE concode_elem_sep int mStartIndex concode_elem_sep int mEndIndex concode_elem_sep byte mType concode_field_sep ...
void function ( Table arg0 , byte [ ] arg1 , int arg2 , int arg3 , long arg4 ) { byte loc0 [ ] = Bytes . toBytes ( "srini_string" + arg2 ) ; byte loc1 [ ] = Bytes . toBytes ( "srini_string" + arg3 ) ; Delete loc2 = new Delete ( loc0 ) ; loc2 . addColumn ( arg1 , loc1 , arg4 ) ; arg0 . delete ( loc2 ) ; }
for row/column specified by rowidx/colidx , delete the cell corresponding to the specified version . concode_field_sep HBaseTestingUtility TEST_UTIL concode_elem_sep Log LOG concode_field_sep void verifyInsertedValues concode_elem_sep void putNVersions concode_elem_sep void setUpBeforeClass concode_elem_sep void testWi...
void function ( ) { Mouse . setCursorPosition ( Display . getWidth ( ) / 2 , Display . getHeight ( ) / 2 ) ; Mouse . setGrabbed ( false ) ; }
ungrabs the mouse cursor so it can be moved and set it to the center of the screen concode_field_sep int deltaX concode_elem_sep int deltaY concode_field_sep void mouseXYChange concode_elem_sep void grabMouseCursor
void function ( int arg0 ) { this . prop = arg0 ; }
setter concode_field_sep int hidden concode_elem_sep int prop2 concode_elem_sep int innerHidden concode_elem_sep int hiddenStatic concode_elem_sep int xAxis concode_elem_sep int hidden concode_elem_sep int notHidden concode_elem_sep int prop concode_elem_sep String x concode_elem_sep int y concode_elem_sep int i concod...
long function ( ) { return scanIntervalMillis ; }
gets scan interval in milliseconds , interval between two scans to discover new files in input directory concode_field_sep long scanIntervalMillis concode_elem_sep int recordLength concode_elem_sep int minReaders concode_elem_sep long repartitionCheckInterval concode_elem_sep boolean sequentialFileRead concode_elem_sep...
void function ( ) { create ( true ) ; }
creates the module directory . if the module already exists , it will deleted first . concode_field_sep Logger log concode_elem_sep List<ClassCallback> classCallbacks concode_elem_sep File moduleXml concode_elem_sep List<JavaArchive> resources concode_elem_sep String moduleName concode_elem_sep String[] dependencies co...
PrivateKey function ( ) { return ephemeralPrivateKey ; }
return the ephemeral private key concode_field_sep PrivateKey staticPrivateKey concode_elem_sep PrivateKey ephemeralPrivateKey concode_elem_sep PublicKey ephemeralPublicKey concode_field_sep PrivateKey getStaticPrivateKey concode_elem_sep PublicKey getEphemeralPublicKey concode_elem_sep byte[] getEncoded concode_elem_s...
Integer function ( ) { return proxyPort ; }
to define a proxy port when instantiating the sqs client concode_field_sep Integer proxyPort concode_elem_sep String amazonSNSEndpoint concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String subject concode_elem_sep String topicName concode_elem_sep String messageStructure concode_el...
void function ( ) { assertEquals ( null , ExchangeMetaData . getPollDelayMillis ( null ) ) ; }
null for an unknown value concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetPollDelayMillis1000 concode_elem_sep void testGetPollDelayMillisMulti concode_elem_sep void testGetPollDelayMillis500 concode_elem_sep void testGetPollDelayMillisEmpty
String function ( ) { return nombre ; }
nos devuelve el nombre del alimento concode_field_sep float calorias concode_elem_sep float proteinas concode_elem_sep float grasas concode_elem_sep float carbohidratos concode_elem_sep String nombre concode_field_sep float getProteinas concode_elem_sep float getCalorias concode_elem_sep float getGrasas concode_elem_se...
void function ( float arg0 ) { this . duration = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
set the duration of the effect in seconds 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...
void function ( int arg0 , int arg1 , String arg2 ) { byte [ ] loc0 = arg2 . getBytes ( StandardCharsets . ISO_8859_1 ) ; int loc1 = Math . min ( loc0 . loc1 , arg1 ) ; System . arraycopy ( loc0 , 0 , buffer , arg0 , loc1 ) ; buffer [ arg0 + loc1 ] = 0 ; }
put a string into the buffer at the offset given . concode_field_sep int RETURN_SUCCESS concode_elem_sep int INDEX_PORT concode_elem_sep int INDEX_COMMAND concode_elem_sep int BUFFER_LENGTH concode_elem_sep int COMMAND_CONNECT concode_elem_sep int RETURN_CANNOT_CONNECT_TO_IDENTD concode_elem_sep int REPLY_LENGTH concod...
void function ( ) { if ( m_loaded ) { return ; } File loc0 = ConfigFileConstants . getFile ( ConfigFileConstants . DHCPD_CONFIG_FILE_NAME ) ; m_singleton = new DhcpdConfigFactory ( loc0 ) ; m_loaded = true ; }
load the config from the default config file and create the singleton instance of this factory . concode_field_sep DhcpdConfigFactory m_singleton concode_elem_sep DhcpdConfiguration m_config concode_elem_sep boolean m_loaded concode_field_sep String getExtendedMode concode_elem_sep void reload concode_elem_sep int getP...