code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Point function ( final int arg0 , final int arg1 , final Point arg2 ) { final Point loc0 = ( arg2 == null ? new Point ( ) : arg2 ) ; loc0 . x = arg0 * mTileSize ; loc0 . y = arg1 * mTileSize ; return loc0 ; } | converts tile xy coordinates into pixel xy coordinates of the upper-left pixel of the specified tile . concode_field_sep int mMaxZoomLevel concode_elem_sep double EarthRadius concode_elem_sep double MinLongitude concode_elem_sep int mTileSize concode_elem_sep double MaxLatitude concode_elem_sep double MinLatitude conco... |
double function ( ) { if ( NumberOfSides > 2 ) return 2 * Math . PI / NumberOfSides ; return 2 * Math . PI / 3.0 ; } | repeated interior angle of the symmetric polygon in radians . for equilateral triangles : 60 degrees , which yields exterior angles of 120 degrees , which is 2 pi / 3 . for squares : 90 degrees , which yields exterior angles of 90 degrees , which is pi / 2 . for pentagon : 108 degrees , which yields exterior angles of ... |
NodeSet function ( ExpressionContext arg0 , Object arg1 ) { return Extensions . nodeset ( arg0 , arg1 ) ; } | the exsl : node-set function converts a result tree fragment which is what you get when you use the content of xsl : variable rather than its select attribute to give a variable value into a node set . this enables you to process the xml that you create within a variable , and therefore do multi-step processing . you c... |
void function ( long arg0 ) { _socialActivitySetting . setCompanyId ( arg0 ) ; } | sets the company id of this social activity setting . concode_field_sep SocialActivitySetting _socialActivitySetting concode_field_sep long getClassNameId concode_elem_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAt... |
void function ( java . lang . String arg0 ) { _shoppingCart . setCouponCodes ( arg0 ) ; } | sets the coupon codes of this shopping cart . concode_field_sep ShoppingCart _shoppingCart concode_field_sep java.lang.String getItemIds concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setInsure conc... |
String function ( @ NotNull File arg0 , @ NotNull Attributes . Name arg1 ) { return getJarAttributeImpl ( arg0 , null , arg1 ) ; } | returns attribute value from a manifest main section , or null if missing or a file does not contain a manifest . concode_field_sep Logger LOG concode_field_sep boolean containsEntry concode_elem_sep String getJarAttributeImpl concode_elem_sep boolean containsClass concode_elem_sep boolean containsClass concode_elem_se... |
void function ( Set < Integer > arg0 ) { this . destinationGroupSet = arg0 ; } | sets the destination group set to be used by the event consumer . concode_field_sep Integer totalDestinationGroups concode_elem_sep PreMappingTransformer preMappingTransformer concode_elem_sep SourceEventFactory sourceEventFactory concode_elem_sep Set<Integer> destinationGroupSet concode_elem_sep PostMappingTransformer... |
void function ( byte [ ] arg0 ) { this . revisionsPassword = arg0 ; } | sets the value of the revisionspassword property . concode_field_sep String workbookPasswordCharacterSet concode_elem_sep byte[] workbookHashValue concode_elem_sep Object parent concode_elem_sep byte[] workbookSaltValue concode_elem_sep Boolean lockStructure concode_elem_sep Boolean lockWindows concode_elem_sep byte[] ... |
RefundResponse function ( RefundRequest arg0 ) { log . info ( "srini_string" ) ; return sofortLibCommon . sendLibRequest ( arg0 , RefundResponse . class ) ; } | send the refund request defined for a transaction . concode_field_sep SofortLibCommon sofortLibCommon concode_elem_sep Log log concode_field_sep placeholderType placeHolder |
void function ( Random arg0 ) { m_Random = arg0 ; } | sets the random number generator to use concode_field_sep Random m_Random concode_elem_sep boolean m_Debug concode_field_sep Enumeration listOptions concode_elem_sep boolean getDebug concode_elem_sep Random getRandom concode_elem_sep String getSpecification concode_elem_sep Flipper forName concode_elem_sep void setOpti... |
String function ( ) { return path ; } | gets the value of the path property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep void setPathType concode_elem_sep void setId concode_elem_sep void setPath concode_elem_sep String getId concode_elem_sep String getPathType |
Map < T , Long > function ( ) { Map < T , Long > loc0 = objCounter . getCounts ( ) ; objCounter . wipeZeros ( ) ; objCounter . wipeSlot ( tailSlot ) ; advanceHead ( ) ; return loc0 ; } | return the current total counts of all tracked objects , then advance the window . whenever this method is called , we consider the counts of the current sliding window to be available to and successfully processed `` upstream '' i.e. by the caller . knowing this we will start counting any subsequent objects within the... |
State function ( ZWaveThingChannel arg0 , ZWaveCommandClassValueEvent arg1 ) { return null ; } | handles an incoming zwavecommandclassvalueevent . implement this message in derived classes to convert the value and post an update on the openhab bus . concode_field_sep BigDecimal THIRTY_TWO concode_elem_sep BigDecimal ONE_POINT_EIGHT concode_elem_sep ZWaveControllerHandler controller concode_elem_sep Map<CommandClas... |
FieldMask function ( FieldMask arg0 , FieldMask arg1 ) { FieldMaskTree loc0 = new FieldMaskTree ( arg0 ) ; FieldMaskTree loc1 = new FieldMaskTree ( ) ; for ( String loc2 : arg1 . getPathsList ( ) ) { loc0 . intersectFieldPath ( loc2 , loc1 ) ; } return loc1 . toFieldMask ( ) ; } | calculates the intersection of two fieldmasks . concode_field_sep String FIELD_SEPARATOR_REGEX concode_elem_sep String FIELD_PATH_SEPARATOR concode_elem_sep String FIELD_PATH_SEPARATOR_REGEX concode_elem_sep boolean replaceMessageFields concode_elem_sep boolean replaceRepeatedFields concode_field_sep FieldMask fromStri... |
com . liferay . social . networking . model . MeetupsRegistration function ( com . liferay . social . networking . model . MeetupsRegistration arg0 ) { return getService ( ) . deleteMeetupsRegistration ( arg0 ) ; } | deletes the meetups registration from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<MeetupsRegistrationLocalService,MeetupsRegistrationLocalService> _serviceTracker concode_field_sep com.liferay.social.networking.model.MeetupsRegistration addMeetupsRegistration concode_... |
int function ( ) { return fSeverity ; } | returns always the error severity . concode_field_sep IStatus OK_STATUS concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean isMultiSt... |
void function ( String arg0 ) { this . name = arg0 ; } | sets name . concode_field_sep String name concode_elem_sep Integer id concode_field_sep String getName concode_elem_sep void setId concode_elem_sep Integer getId concode_elem_sep String toString |
String function ( ) { return term ; } | get origional search term . concode_field_sep boolean wholeWord concode_elem_sep ArrayList<String> terms concode_elem_sep boolean caseSensitive concode_elem_sep String term concode_field_sep boolean isCaseSensitive concode_elem_sep boolean equals concode_elem_sep boolean isWholeWord concode_elem_sep ArrayList<String> g... |
Object function ( ) { try { CompactByteArray loc0 = ( CompactByteArray ) super . clone ( ) ; loc0 . values = values . clone ( ) ; loc0 . indices = indices . clone ( ) ; if ( hashes != null ) loc0 . hashes = hashes . clone ( ) ; return loc0 ; } catch ( CloneNotSupportedException loc0 ) { throw new InternalError ( loc0 )... | overrides cloneable concode_field_sep boolean isCompact concode_elem_sep int INDEXSHIFT concode_elem_sep byte[] values concode_elem_sep int INDEXCOUNT concode_elem_sep short indices[] concode_elem_sep int[] hashes concode_elem_sep int BLOCKMASK concode_elem_sep int BLOCKCOUNT concode_elem_sep int UNICODECOUNT concode_e... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Integer length concode_elem_sep java.lang.Integer index concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setLength concode_elem_sep org.apache.a... |
void function ( int arg0 ) { acseSap . serverTSap . setMaxConnections ( arg0 ) ; } | set the maximum number of associations that are allowed in parallel by the server . concode_field_sep ServerAcseSap acseSap concode_elem_sep InetAddress bindAddr concode_elem_sep boolean listening concode_elem_sep int proposedMaxMmsPduSize concode_elem_sep ServerSocketFactory serverSocketFactory concode_elem_sep Server... |
void function ( int arg0 ) { mStreamType = arg0 ; if ( mAudio != null ) { try { openMediaPlayer ( ) ; } catch ( IOException loc0 ) { Log . w ( TAG , "srini_string" , loc0 ) ; } } } | sets the stream type where this ringtone will be played . concode_field_sep String[] MEDIA_COLUMNS concode_elem_sep MediaPlayer mAudio concode_elem_sep AudioManager mAudioManager concode_elem_sep String[] DRM_COLUMNS concode_elem_sep int mStreamType concode_elem_sep String mTitle concode_elem_sep FileDescriptor mFileDe... |
boolean function ( ) { return callDetailsMessageId != - 1 ; } | whether this message should be shown in the call details page . concode_field_sep String sourcePackage concode_elem_sep int actionMessageId concode_elem_sep Uri actionUri concode_elem_sep int callLogMessageId concode_elem_sep int callDetailsMessageId concode_field_sep boolean showInCallLog concode_elem_sep List<StatusM... |
String function ( ) { return text ; } | gets the value of the text property . concode_field_sep String text concode_field_sep void setText |
void function ( ) { if ( statusMsgs ) printMessage ( "srini_string" + getTimestamp ( ) + "srini_string" ) ; } | prints out the status message that the questions are being interpreted . concode_field_sep boolean statusMsgs concode_elem_sep BufferedWriter logWriter concode_elem_sep boolean errorMsgs concode_elem_sep SimpleDateFormat timestampFormatter concode_field_sep void printGeneratingQueries concode_elem_sep void setLogFile c... |
Builder function ( @ Nullable CharSequence arg0 ) { mDescription = arg0 ; return this ; } | sets the description . concode_field_sep Uri mIconUri concode_elem_sep Bitmap mIcon concode_elem_sep Bundle mExtras concode_elem_sep String mMediaId concode_elem_sep CharSequence mSubtitle concode_elem_sep CharSequence mTitle concode_elem_sep CharSequence mDescription concode_elem_sep Parcelable.Creator<MediaDescriptio... |
Provider function ( ) { return provider ; } | returns the provider associated with this keyfactory . concode_field_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep KeyFactorySpi spiImpl concode_elem_sep String algorithm concode_field_sep Key translateKey concode_elem_sep T getKeySpec concode_elem_sep String getA... |
int function ( int arg0 , int arg1 , int [ ] arg2 , boolean arg3 , int [ ] [ ] arg4 ) { int loc0 = arg3 ? DEBUG_ENABLE_DEBUGGER : 0 ; return forkAndSpecialize ( arg0 , arg1 , arg2 , loc0 , arg4 ) ; } | forks a new vm instance . concode_field_sep int DEBUG_ENABLE_SAFEMODE concode_elem_sep int DEBUG_ENABLE_ASSERT concode_elem_sep boolean systemInSafeMode concode_elem_sep int DEBUG_ENABLE_DEBUGGER concode_elem_sep int DEBUG_ENABLE_CHECKJNI concode_field_sep int fork concode_elem_sep int forkSystemServer concode_elem_sep... |
boolean function ( List < Triangle > arg0 ) { return getNeighbours ( ) . addAll ( arg0 ) ; } | add neighbour triangles to the triangle . concode_field_sep boolean border concode_elem_sep List<Edge> edges concode_elem_sep List<Triangle> neighbours concode_elem_sep int id concode_field_sep boolean addNeighbour concode_elem_sep int getId concode_elem_sep boolean removeNeighbour concode_elem_sep boolean isBorder con... |
String function ( ) { return this . userid ; } | gets the userid of this bookmarkentitypk . concode_field_sep String bmid concode_elem_sep String userid concode_field_sep void setBmid concode_elem_sep String getBmid concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void setUserid |
void function ( int arg0 ) { _orgLabor . setFriOpen ( arg0 ) ; } | sets the fri open of this org labor . concode_field_sep OrgLabor _orgLabor concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setSunClose concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode_elem_sep OrgLabor getWrappedModel concode_e... |
DomainAvailablilityCheckResultInner function ( String arg0 ) { this . name = arg0 ; return this ; } | set the name value . concode_field_sep DomainType domainType concode_elem_sep String name concode_elem_sep Boolean available concode_field_sep DomainType domainType concode_elem_sep String name concode_elem_sep Boolean available concode_elem_sep DomainAvailablilityCheckResultInner withAvailable concode_elem_sep DomainA... |
void function ( ) { } | close genericudfevaluator . this is only called in runtime of mapredtask . concode_field_sep Mode mode concode_field_sep ObjectInspector init concode_elem_sep boolean isEstimable concode_elem_sep void configure concode_elem_sep GenericUDAFEvaluator getWindowingEvaluator concode_elem_sep AggregationBuffer getNewAggregat... |
void function ( int arg0 ) { this . channelShutdownTimeout = arg0 ; } | set the shutdown timeout for channels . this is the amount of time the manager waits for a channel to shutdown before giving up . works only when the shutdownexecutor property is set.default to com.rabbitmq.client.connectionfactory #default_heartbeat + 5 % seconds concode_field_sep Map<Integer,ChannelN> _channelMap con... |
void function ( Thread . UncaughtExceptionHandler arg0 ) { this . uncaughtExceptionHandler = arg0 ; } | set the handler for internal worker threads that terminate due to unrecoverable errors encountered while executing tasks . default is none . concode_field_sep int parallelism concode_elem_sep int awaitTerminationSeconds concode_elem_sep ForkJoinPool forkJoinPool concode_elem_sep boolean commonPool concode_elem_sep Fork... |
boolean function ( String arg0 ) { if ( arg0 == null ) return false ; File loc0 = new File ( arg0 ) ; return loc0 . exists ( ) ; } | checks for the existence of the given file concode_field_sep PlaceHolder placeHolder concode_field_sep void load concode_elem_sep String loadString concode_elem_sep String loadString concode_elem_sep Map<String,String> loadMap concode_elem_sep void saveString concode_elem_sep boolean isAbsolute concode_elem_sep String ... |
void function ( boolean arg0 ) { this . fileBasedProperties = arg0 ; } | sets the value of the filebasedproperties property . concode_field_sep ConfigProperties configProperties concode_elem_sep boolean isScheduled concode_elem_sep boolean fileBasedProperties concode_elem_sep String type concode_field_sep boolean isFileBasedProperties concode_elem_sep void setConfigProperties concode_elem_s... |
boolean function ( String arg0 ) { return false ; } | override this to match on type name . concode_field_sep Log logger concode_elem_sep boolean considerInherited concode_elem_sep boolean considerInterfaces concode_field_sep Boolean matchInterface concode_elem_sep boolean match concode_elem_sep boolean match concode_elem_sep Boolean matchSuperClass concode_elem_sep boole... |
void function ( String arg0 ) { description_ = arg0 ; } | sets the description . concode_field_sep String copyright concode_elem_sep String description_ concode_elem_sep String pattern_ concode_field_sep void setPattern concode_elem_sep String getPattern concode_elem_sep String getDescription |
String function ( ) { return codec ; } | gets codec concode_field_sep String container concode_elem_sep Boolean bigEndian concode_elem_sep String codec concode_elem_sep Integer bitRate concode_elem_sep Integer bitDepth concode_elem_sep Long frequency concode_field_sep Integer getBitRate concode_elem_sep String getContainer concode_elem_sep Long getFrequency c... |
boolean function ( EList < Transition > arg0 ) { if ( arg0 . isEmpty ( ) ) return false ; for ( Transition loc0 : arg0 ) { if ( ! hasAtLeastOneAction ( loc0 ) ) { return false ; } } return true ; } | checks if all given transitions have at least one action . returns false for empty lists . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep b... |
void function ( ResultSet arg0 ) { m_resultSets . add ( arg0 ) ; } | to be closed at teardown . concode_field_sep List<ResultSet> m_resultSets concode_elem_sep List<Connection> m_connections concode_elem_sep List<Statement> m_statements concode_field_sep Statement createStatement concode_elem_sep Connection newConnection concode_elem_sep void closeRegisteredObjects concode_elem_sep Prep... |
GeoArgs function ( long arg0 ) { checkArgument ( arg0 > 0 , "srini_string" ) ; this . count = arg0 ; return this ; } | limit results to count entries . concode_field_sep boolean withhash concode_elem_sep boolean withcoordinates concode_elem_sep Long count concode_elem_sep boolean withdistance concode_elem_sep Sort sort concode_field_sep GeoArgs asc concode_elem_sep boolean isWithHash concode_elem_sep boolean isWithDistance concode_elem... |
Object function ( EObject arg0 ) { return null ; } | returns the result of interpretting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep DependencyPackage modelPackage concode_field_sep Object doSwitch concode_elem_sep Object doSwitch... |
void function ( OutputStream arg0 ) { write ( this , arg0 ) ; } | writes this manifest 's name/attributes pairs to the given outputstream . the manifest_version or signature_version attribute must be set beforecalling this method , or no attributes will be written . concode_field_sep HashMap<String,Attributes> entries concode_elem_sep Attributes mainAttributes concode_elem_sep HashMa... |
T [ ] function ( Class < ? > arg0 , int arg1 ) { return ( T [ ] ) ( Array . newInstance ( arg0 , arg1 ) ) ; } | makes an array based on klass , but casts it to be of type t . this is a very unsafe operation and should be used carefully . namely , you should ensure that klass is a subtype of t , or that klass is a supertype of t and that the array will not escape the generic constant and that klass is the same as the erasure of t... |
EnrollmentsQuery function ( String arg0 ) { criteria . add ( new MilestoneCriterion ( arg0 ) ) ; return this ; } | this adds the criteria using which enrollments are filtered based on their current milestone name . concode_field_sep List<Criterion> criteria concode_field_sep List<Criterion> getCriteria concode_elem_sep EnrollmentsQuery havingExternalId concode_elem_sep List<Criterion> getSecondaryCriteria concode_elem_sep Enrollmen... |
void function ( ) { FoundDS . clear ( ) ; } | clears cache of datasources for unit test concode_field_sep Map<String,DataSource> FoundDS concode_elem_sep Class<?> PKG concode_field_sep DataSource getDataSourceFromJndi concode_elem_sep DataSource getNamedDataSource concode_elem_sep DataSource getNamedDataSource |
URL function ( ) { return osgiInstallArea ; } | get the value of osgiinstallarea . concode_field_sep URL carbonOSGiFramework concode_elem_sep URL eclipseP2DataArea concode_elem_sep String carbonHome concode_elem_sep List<CarbonServerListener> carbonServerListeners concode_elem_sep Map<String,String> properties concode_elem_sep Logger logger concode_elem_sep URL osgi... |
void function ( String arg0 , String arg1 , String arg2 , String arg3 ) { } | receive notification of an unparsed entity declaration . by default , do nothing . application writers may override this method in a subclass to keep track of the unparsed entities declared in a document . concode_field_sep PlaceHolder placeHolder concode_field_sep void startElement concode_elem_sep void fatalError con... |
byte function ( int arg0 ) { if ( arg0 >= 0 && arg0 < 16 ) { if ( arg0 < 8 ) { return ( byte ) ( hi8 >> ( 56 - 8 * arg0 ) ) ; } else { return ( byte ) ( lo8 >> ( 120 - 8 * arg0 ) ) ; } } return 0 ; } | get a given byte from the number . concode_field_sep long lo8 concode_elem_sep long hi8 concode_elem_sep Unsigned16 TEN concode_field_sep void add concode_elem_sep Unsigned16 fromDecimal concode_elem_sep void set concode_elem_sep void set concode_elem_sep long getHigh8 concode_elem_sep void readFields concode_elem_sep ... |
IgniteUuid function ( ) { return ids [ lastExistingIdx ] ; } | get id of the last existing entry . concode_field_sep int lastExistingIdx concode_elem_sep IgfsPath path concode_elem_sep String[] parts concode_elem_sep IgniteUuid[] ids concode_elem_sep IgniteUuid[] surrogateIds concode_field_sep IgfsPathIds parent concode_elem_sep IgniteUuid surrogateId concode_elem_sep IgniteUuid l... |
JAXBElement < Createordersres > function ( Createordersres arg0 ) { return new JAXBElement < Createordersres > ( _CreateOrdersResponse_QNAME , Createordersres . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _Getordersresponce_QNAME concode_elem_sep QName _CreateOrdersrequest_QNAME concode_elem_sep QName _GetOrdersRequest_QNAME concode_elem_sep QName _CreateOrdersResponse_QNAME concode_field_sep GetOrdersreq createGetOrdersreq concode_elem_sep Order createOrder conc... |
Collection < Node > function ( short arg0 ) { List < Node > loc0 = localDomains . get ( arg0 ) ; return Collections . unmodifiableCollection ( loc0 ) ; } | a collection of the nodes in the local domain specified concode_field_sep String keyStorePassword concode_elem_sep String listenAddress concode_elem_sep Node thisNode concode_elem_sep HashMap<Short,List<Node>> localDomains concode_elem_sep short NODE_ID_UNCONFIGURED concode_elem_sep AuthScheme authScheme concode_elem_s... |
Uri function ( Uri arg0 ) { return null ; } | hook for redirecting requests . applies to webview requests as well as requests made by plugins . to handle the request directly , return a uri in the form : cdvplugin : / / pluginid / ... and implement handleopenforread . to make this easier , use the topluginuri and frompluginuri helpers : public uri remapuri uri uri... |
boolean function ( ) { return ignoreUnidentifiedRecords ; } | returns whether to ignore unidentified records . defaults to false . concode_field_sep int mode concode_elem_sep Selector layout concode_elem_sep int READ_WRITE_MODE concode_elem_sep MessageFactory messageFactory concode_elem_sep int READ_ONLY_MODE concode_elem_sep boolean ignoreUnidentifiedRecords concode_elem_sep int... |
void function ( Date arg0 ) { this . summaryDate = arg0 ; } | sets the summarydate concode_field_sep BigDecimal TSIA concode_elem_sep double volume concode_elem_sep Collection topGainers concode_elem_sep BigDecimal gainPercent concode_elem_sep BigDecimal openTSIA concode_elem_sep Date summaryDate concode_elem_sep Collection topLosers concode_field_sep void setTopGainers concode_e... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apache.axis.encoding.Serializer getSerializer concode_ele... |
void function ( boolean arg0 ) { for ( ControlHolder loc0 : this . controlHolders ) { loc0 . updateState ( arg0 ) ; } } | updates the state of the controls . concode_field_sep boolean defaultValue concode_elem_sep PropertyChangeListener booleanChangeListener concode_elem_sep PropertyValueModel<Boolean> booleanHolder concode_elem_sep Collection<ControlHolder> controlHolders concode_field_sep PropertyChangeListener buildBooleanChangeListene... |
void function ( boolean arg0 ) { isSecure = arg0 ; } | sets the secure attribute of the cookie . when true the cookie should only be sent using a secure protocol https . this should only be set when the cookie 's originating server used a secure protocol to set the cookie 's value . concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_s... |
void function ( ) { if ( tcp_conn != null ) tcp_conn . halt ( ) ; } | stops running concode_field_sep TcpConnection tcp_conn concode_elem_sep ConnectionIdentifier connection_id concode_elem_sep long last_time concode_elem_sep TransportListener listener concode_elem_sep String PROTO_TCP concode_elem_sep String text concode_field_sep long getLastTimeMillis concode_elem_sep IpAddress getRem... |
Socket function ( Socket arg0 , String arg1 , int arg2 ) { return arg0 == null ? new Socket ( arg1 , arg2 ) : arg0 ; } | if socket argument is not null , returns it . if it is null , reates a socket and connects it to the specified remote host at the specified remote port . this socket is configured using the socket options established for this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plain... |
void function ( GeneratorEntry arg0 ) { } | override this method to do any setup needed before 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 conc... |
Iterator < ObjectObjectCursor < KType , VType >> function ( ) { return map . iterator ( ) ; } | returns a cursor over the entries key-value pairs in this map . the iterator is implemented as a cursor and it returns the same cursor instance on every call to iterator #next . to read the current key and value use the cursor 's public fields . an example is shown below . for intshortcursor c : intshortmap system.out.... |
float function ( ) { return underlineOffset ; } | returns the position of the underline relative to the baseline . concode_field_sep float leading concode_elem_sep float overlineOffset concode_elem_sep int baselineIndex concode_elem_sep int numChars concode_elem_sep float underlineOffset concode_elem_sep float strikethroughThickness concode_elem_sep float descent conc... |
int function ( ) { return fromIndex ; } | returns the current from index , which is closed / inclusive . concode_field_sep int fromIndex concode_elem_sep int values concode_elem_sep int pageSize concode_elem_sep int toIndex concode_field_sep PageRange setPages concode_elem_sep int pageCount concode_elem_sep int getPageSize concode_elem_sep int getToIndex conco... |
void function ( HierarchyCodeListCodeList arg0 ) { this . codeList = arg0 ; } | sets the value of the codelist property . concode_field_sep HierarchyCodeListCodeList codeList concode_field_sep HierarchyCodeListCodeList getCodeList |
double function ( List < Double > arg0 ) { double loc0 = loc0 ( arg0 ) ; double loc1 = 0 ; for ( double loc2 : arg0 ) { double loc3 = ( loc2 - loc0 ) ; loc1 += ( loc3 * loc3 ) ; } return Math . sqrt ( loc1 / ( arg0 . size ( ) - 1 ) ) ; } | returns the standard deviation of the measurements . concode_field_sep int systemOutCharCount concode_elem_sep Map<String,Integer> unitNames concode_elem_sep int systemErrCharCount concode_elem_sep List<Measurement> measurements concode_field_sep Map<String,Integer> getUnitNamesFromMeasurements concode_elem_sep List<Do... |
String function ( String arg0 ) { ServletContext loc0 = ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; return loc0 . getInitParameter ( arg0 ) ; } | get parameter value from the web.xml file concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_... |
long [ ] function ( ) { return Arrays . copyOf ( values , size ) ; } | copies the current values into a newly allocated primitive array . concode_field_sep int size concode_elem_sep long[] values concode_elem_sep int DEFAULT_INITIAL_CAPACITY concode_field_sep void add concode_elem_sep int size concode_elem_sep long get |
void function ( ) { JsonArray loc0 = new DataExtractor ( false ) . extractRooms ( sources ) ; assertEquals ( 8 , loc0 . size ( ) ) ; JsonObject loc1 = loc0 . get ( 0 ) . getAsJsonObject ( ) ; String loc2 = loc1 . get ( OutputJsonKeys . Rooms . name . name ( ) ) . getAsString ( ) ; assertEquals ( true , loc2 . startsWit... | test method for com.google.iosched.model.dataextractor #extractrooms com.google.iosched.model.jsondatasources . concode_field_sep JsonDataSources sources concode_field_sep void setUp concode_elem_sep void testExtractFromDataSources |
void function ( ) { stopRowTests ( mainFilter ) ; } | tests identification of the stop row concode_field_sep byte[] PAST_STOP_ROW concode_elem_sep byte[] GOOD_ROW concode_elem_sep Filter mainFilter concode_elem_sep byte[] STOP_ROW concode_field_sep void stopRowTests concode_elem_sep void setUp concode_elem_sep void testSerialization |
BundleContext function ( ) { return context ; } | returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start |
String function ( ) { return shortname ; } | the preferred short name prefix as indicated in the tld . this may be used by authoring tools as the preferred prefix to use when creating an taglib directive for this library . concode_field_sep String urn concode_elem_sep String tlibversion concode_elem_sep FunctionInfo[] functions concode_elem_sep String prefix conc... |
Date function ( String arg0 ) { return DateUtil . parseDatetimeWithMs ( arg0 ) ; } | simply delegate to org.assertj.core.util.dateutil #parsedatetimewithms string concode_field_sep Date actual concode_elem_sep Failures failures concode_elem_sep ExpectedException thrown concode_elem_sep Dates datesWithCustomComparisonStrategy concode_elem_sep YearAndMonthComparator yearAndMonthComparator concode_elem_se... |
List < String > function ( ) { return Collections . unmodifiableList ( fieldNames ) ; } | get the list of field names mentioned in schema concode_field_sep String FIELDS concode_elem_sep String NAME concode_elem_sep String DATE_FORMAT concode_elem_sep String DEFAULT_DATE_FORMAT concode_elem_sep String DEFAULT_FALSE_VALUE concode_elem_sep String name concode_elem_sep List<String> fieldNames concode_elem_sep ... |
boolean function ( ) { return true ; } | check if this item is attached to a dbcontrol object or not . anitem is detached if there is no dbcontrol , if it is closed , or if is not managed by the dbcontrol . concode_field_sep D data concode_elem_sep int permissions concode_field_sep int getVersion concode_elem_sep Set<Permission> getPermissions concode_elem_se... |
void function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) . setValue ( loc1 , null ) ; } | remove the managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concod... |
ContactInfo function ( ) { return contactInfo ; } | gets the value of the contactinfo property . concode_field_sep PostalAddress postalAddress concode_elem_sep ContactInfo contactInfo concode_elem_sep String bnfcryNm concode_elem_sep String creditorRef concode_elem_sep String bnfcryIban concode_elem_sep String bnfcryDscOfPurp concode_field_sep String getCreditorRef conc... |
Builder function ( ) { return new Builder ( ) ; } | creates a new builder , initialized with the following settings : performing i/o on paths with extra slashes , e.g. a / / b will throw an error.the prefix slash on absolute paths will be removed when converting to an object name . pseudo-directories are enabled , so any path with a trailing slash is a fake directory . ... |
void function ( String arg0 ) { FilePath . get ( arg0 ) . delete ( ) ; } | delete a file or directory if it exists . directories may only be deleted if they are empty . this method is similar to java 7 java.nio.file.path.deleteifexists . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep boolean createFile concode_elem_sep String unwrap concode_elem_se... |
void function ( ) { total = 0 ; start ( ) ; } | zeros accumulated running time and restarts this object . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessage concode_elem_se... |
int function ( ) { if ( scanning ) { return gap ; } return gap + tokens . length - endgap ; } | find the number of available valid tokens , not counting tokens in or after any area yet to be rescanned . concode_field_sep int state concode_elem_sep HashMap<Symbol,Symbol> symbolTable concode_elem_sep boolean scanning concode_elem_sep int gap concode_elem_sep int start concode_elem_sep int textLength concode_elem_se... |
ShuffleIndexRecord function ( int arg0 ) { long loc0 = offsets . get ( arg0 ) ; long loc1 = offsets . get ( arg0 + 1 ) ; return new ShuffleIndexRecord ( loc0 , loc1 - loc0 ) ; } | get index offset for a particular reducer . concode_field_sep LongBuffer offsets concode_field_sep placeholderType placeHolder |
int function ( ) { return version ; } | returns the value of version field of the structure . concode_field_sep AlgorithmIdentifier signature concode_elem_sep Date thisUpdate concode_elem_sep List<RevokedCertificate> revokedCertificates concode_elem_sep Date revocationDate concode_elem_sep Extensions crlExtensions concode_elem_sep byte[] encoding concode_ele... |
void function ( int arg0 ) { this . iUpkPos = arg0 ; } | sets the local cached copy of the upk file position the object entry describes warning -- this does not update the file itself concode_field_sep int iLowFlags concode_elem_sep int iObjectEntryPos concode_elem_sep String sName concode_elem_sep int iUpkPos concode_elem_sep int iType concode_elem_sep int iNamePtr concode_... |
void function ( Consumes arg0 , JAXRSModel arg1 ) { String [ ] loc0 = null ; String loc1 = null ; loc0 = arg0 . loc1 ( ) ; for ( String loc2 : loc0 ) { if ( loc1 == null ) { loc1 = loc2 ; } else { loc1 = loc1 + "srini_string" + loc2 ; } } arg1 . setConsumes ( loc1 ) ; } | add value of the consumes annotaiton to the given jaxrs-class model . breaks the input string & convert it to a string before adding . concode_field_sep Log log concode_field_sep void addConsumesToMethodModel concode_elem_sep void addConsumesToMethodModel concode_elem_sep void addPathToClassModel concode_elem_sep void ... |
ScreenMatrix function ( int arg0 ) { return frames . get ( frames . size ( ) - arg0 - 1 ) ; } | returns the t-to-last frame . for example , getlastframe 0 returns the last frame added by addframe frame . concode_field_sep LinkedList<ScreenMatrix> frames concode_elem_sep int maxLength concode_field_sep int maxHistoryLength concode_elem_sep Object clone concode_elem_sep void addFrame concode_elem_sep void removeLas... |
double [ ] function ( String arg0 ) { return table . get ( arg0 ) ; } | gets the probability data to which specified key mapped . concode_field_sep Hashtable<String,double[]> table concode_field_sep void init concode_elem_sep void clear |
String function ( ) { return formatCurrentTime ( serverFormat ) ; } | gets server time . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_elem_sep int[] mount... |
void function ( ) { if ( documentHandler != null ) documentHandler . startDocument ( ) ; } | start document event . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_elem_sep String getName concode_elem_sep voi... |
Content function ( String arg0 ) { setCharset ( arg0 ) ; return this ; } | the character set of the content . concode_field_sep String charset concode_elem_sep String data concode_field_sep void setCharset concode_elem_sep void setData concode_elem_sep Content withData concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Content clone concode_elem_sep String toString... |
User function ( HsqlName arg0 , String arg1 , boolean arg2 ) { User loc0 = granteeManager . addUser ( arg0 ) ; loc0 . setPassword ( arg1 , arg2 ) ; boolean loc1 = userList . add ( arg0 . arg0 , loc0 ) ; if ( ! loc1 ) { throw Error . error ( ErrorCode . X_28503 , arg0 . statementName ) ; } return loc0 ; } | creates a new user object under management of this object . a set of constraints regarding user creation is imposed : if the specified name is null , then an assertion_failed exception is thrown stating that the name is null . if this object 's collection already contains an element whose name attribute equals the name... |
void function ( ConfigFileData arg0 , User arg1 , ConfigChannel arg2 ) { arg0 . validatePath ( ) ; String loc0 = arg0 . getPath ( ) ; if ( fileExists ( arg1 , loc0 , arg2 ) ) { ValidatorResult loc1 = new ValidatorResult ( ) ; loc1 . addError ( new ValidatorError ( "srini_string" , loc0 ) ) ; throw new ValidatorExceptio... | validates the passed in channel using the info provided concode_field_sep ConfigFileBuilder HELPER concode_field_sep ConfigRevision createOrUpdate concode_elem_sep ConfigRevision create concode_elem_sep ConfigRevision update concode_elem_sep ConfigFileBuilder getInstance concode_elem_sep boolean fileExists concode_elem... |
boolean function ( InetAddress arg0 ) { if ( ! ( arg0 instanceof Inet4Address ) ) return false ; int loc0 = convertToBytes ( arg0 . getHostAddress ( ) ) ; return ( loc0 & networkMask ) == ( address & networkMask ) ; } | checks whether the given address matches this matcher 's address . concode_field_sep int address concode_elem_sep int networkMask concode_field_sep int convertToBytes concode_elem_sep String convertToString concode_elem_sep String getHumanRepresentation |
void function ( Integer arg0 ) { this . numberRecordsFailed = arg0 ; } | sets the value of the numberrecordsfailed property . concode_field_sep String jobId concode_elem_sep Long apexProcessingTime concode_elem_sep XMLGregorianCalendar createdDate concode_elem_sep Integer numberRecordsFailed concode_elem_sep int numberRecordsProcessed concode_elem_sep String stateMessage concode_elem_sep XM... |
double [ ] function ( ) { double loc0 = sampler . nextFloat ( ) ; double loc1 = 0.0 ; for ( double [ ] loc2 : points . keySet ( ) ) { loc1 += points . get ( loc2 ) ; if ( loc0 < loc1 ) { return loc2 ; } } log . warning ( "srini_string" ) ; return new double [ 0 ] ; } | samples according to the density function concode_field_sep double volume concode_elem_sep double minDistance concode_elem_sep Logger log concode_elem_sep Map<double[],Double> points concode_elem_sep Random sampler concode_field_sep Map<double[],Double> discretise concode_elem_sep int getDimensions concode_elem_sep int... |
List < AclEntry > function ( ) { return accessEntries ; } | returns access entries . concode_field_sep int PIVOT_NOT_FOUND concode_elem_sep List<AclEntry> defaultEntries concode_elem_sep List<AclEntry> accessEntries concode_field_sep List<AclEntry> getDefaultEntries concode_elem_sep int calculatePivotOnDefaultEntries |
void function ( StatementPortal arg0 ) { portals . add ( arg0 ) ; } | associates an statementportal withwith odbcpreparedstatement . concode_field_sep List portals concode_elem_sep Session session concode_elem_sep String query concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Map containingMap concode_field_sep void close |
ExtensionRegistryLite function ( ) { return ExtensionRegistryFactory . createEmpty ( ) ; } | get the unmodifiable singleton empty instance of either extensionregistrylite or extensionregistry if the full non-lite proto libraries are available . concode_field_sep boolean eagerlyParseMessageSets concode_elem_sep int number concode_elem_sep Map<ObjectIntPair,GeneratedMessageLite.GeneratedExtension<?,?>> extension... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.