code
stringlengths
20
663
nl
stringlengths
68
7.19k
Object function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; ValueExpression loc3 = loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) ; ret...
get 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 String getActionAttribute concode_elem_sep String getBuildAttribute concode_el...
void function ( K arg0 ) { this . object = arg0 ; }
sets the boxed object . concode_field_sep K object concode_field_sep K getObject
boolean function ( ) { return false ; }
determines whether this property editor is paintable . concode_field_sep String MINUTE_PERIOD_TYPE_STR concode_elem_sep String YEAR_PERIOD_TYPE_STR concode_elem_sep String SECOND_PERIOD_TYPE_STR concode_elem_sep String WEEK_PERIOD_TYPE_STR concode_elem_sep String FIXEDMILLISECOND_PERIOD_TYPE_STR concode_elem_sep String...
Paint function ( double arg0 ) { double loc0 = Math . max ( arg0 , this . lowerBound ) ; loc0 = Math . min ( loc0 , this . upperBound ) ; int loc1 = ( int ) ( ( loc0 - this . lowerBound ) / ( this . upperBound - this . lowerBound ) * 255.0 ) ; return new Color ( loc1 , loc1 , loc1 , this . alpha ) ; }
returns a paint for the specified value . concode_field_sep double upperBound concode_elem_sep int alpha concode_elem_sep double lowerBound concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep double getLowerBound concode_elem_sep double getUpperBound concode_ele...
String function ( ) { return image ; }
returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_field_sep Token newToken
void function ( ObjectInput arg0 ) { m = arg0 . readDouble ( ) ; t = arg0 . readDouble ( ) ; }
the object implements the readexternal method to restore its contents by calling the methods of datainput for primitive types and readobject for objects , strings and arrays . the readexternal method must read the values in the same sequence and with the same types as were written by writeexternal . concode_field_sep d...
List < ListType . Listitem > function ( ) { if ( listitem == null ) { listitem = new ArrayList < ListType . Listitem > ( ) ; } return this . listitem ; }
gets the value of the listitem 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 listitem property . for example , to add a new item , do ...
Input function ( int arg0 ) { synchronized ( this . keys ) { return this . keys . remove ( arg0 ) ; } }
removes the input with the given event code . concode_field_sep Map<Integer,Input> keys concode_field_sep void add concode_elem_sep boolean isPressed concode_elem_sep int getValue concode_elem_sep void keyPressed concode_elem_sep void clear concode_elem_sep void reset concode_elem_sep void keyReleased
ErrorGroupServiceClient function ( ) { return create ( ErrorGroupServiceSettings . defaultBuilder ( ) . build ( ) ) ; }
constructs an instance of errorgroupserviceclient with default settings . concode_field_sep ErrorGroupServiceSettings settings concode_elem_sep UnaryCallable<GetGroupRequest,ErrorGroup> getGroupCallable concode_elem_sep ScheduledExecutorService executor concode_elem_sep ManagedChannel channel concode_elem_sep List<Auto...
JSONArray function ( JSONArray arg0 , String arg1 ) { return toJSONArray ( arg0 , new JSONTokener ( arg1 ) ) ; }
produce a jsonarray of jsonobjects from a comma delimited text string using a supplied jsonarray as the source of element names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString c...
void function ( ) { RENDER_2X = false ; }
sets the rendering of a pfont back to normal and single rendering . concode_field_sep PFont pfont concode_elem_sep int bottom concode_elem_sep int center concode_elem_sep boolean DEBUG concode_elem_sep boolean RENDER_2X concode_elem_sep List<String> txt concode_elem_sep int top concode_elem_sep int textHeight concode_e...
UpdateResult function ( ) { return rval ; }
gets the value of the rval property . concode_field_sep UpdateResult rval concode_field_sep void setRval
int function ( String arg0 , int arg1 ) { int loc0 = arg1 ; while ( loc0 < arg0 . length ( ) && arg0 . charAt ( loc0 ) != ' ' ) loc0 ++ ; while ( loc0 < arg0 . length ( ) && arg0 . charAt ( loc0 ) == ' ' ) loc0 ++ ; return loc0 ; }
gets the starting position of the word following a given word . concode_field_sep PlaceHolder placeHolder concode_field_sep int countWords concode_elem_sep String format concode_elem_sep void main
int function ( int arg0 ) { return linkTable [ arg0 ] ; }
this looks from a given node , so the parameter is always > -1 . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode...
void function ( ) { trimToSize ( - 1 ) ; }
clear the cache , calling #entryremoved on each removed entry . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_elem_sep int missCount c...
String function ( String arg0 ) { arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" = "srini_string" ) ; String loc0 = "srini_string" + arg0 + "srini_string" ; return loc0 ; }
returns the html version of the plain source text . concode_field_sep PlaceHolder placeHolder concode_field_sep String transformGFM concode_elem_sep String transformMarkdown concode_elem_sep String transformMarkdown concode_elem_sep String transformMarkdown
void function ( ) { final Throwable loc0 = this . ex . get ( ) ; if ( loc0 != null ) { if ( loc0 instanceof Error ) throw ( Error ) loc0 ; if ( loc0 instanceof RuntimeException ) throw ( RuntimeException ) loc0 ; else throw new RuntimeException ( loc0 ) ; } }
checks to see if an exception has been raised in the writer thread and if so rethrows it as an error or runtimeexception as appropriate . concode_field_sep AtomicBoolean isClosed concode_elem_sep int threadsCreated concode_elem_sep int DEFAULT_QUEUE_SIZE concode_elem_sep AtomicReference<Throwable> ex concode_elem_sep T...
String function ( ) { return couponPin ; }
gets the value of the couponpin property . concode_field_sep String issuerId concode_elem_sep String serialNumber concode_elem_sep String mediaDescription concode_elem_sep String partnerName concode_elem_sep String mediaType concode_elem_sep long serialVersionUID concode_elem_sep BigInteger sliceValue concode_elem_sep ...
String function ( String arg0 , Object arg1 ) { return MessageFormat . format ( getString ( arg0 ) , new Object [ ] { arg1 } ) ; }
gets a string from the resource bundle and formats it with arguments concode_field_sep ResourceBundle fgResourceBundle concode_elem_sep String RESOURCE_BUNDLE concode_field_sep String getString concode_elem_sep ResourceBundle getResourceBundle
String function ( ) { return name ; }
access method for the name property . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String description concode_elem_sep String attributeName concode_elem_sep int id concode_elem_sep int nbrOfLevels concode_elem_sep String tableName concode_elem_sep String columnName concode_field...
void function ( ByteBuffer arg0 ) { channel . writeAndFlush ( new OneWayMessage ( new NioManagedBuffer ( arg0 ) ) ) ; }
sends an opaque message to the rpchandler on the server-side . no reply is expected for the message , and no delivery guarantees are made . concode_field_sep TransportResponseHandler handler concode_elem_sep Logger logger concode_elem_sep String clientId concode_elem_sep boolean timedOut concode_elem_sep Channel channe...
void function ( final Map < String , NHttpRequestHandler > arg0 ) { matcher . setObjects ( arg0 ) ; }
sets handlers from the given map . concode_field_sep UriPatternMatcher<NHttpRequestHandler> matcher concode_field_sep NHttpRequestHandler lookup concode_elem_sep Map<String,NHttpRequestHandler> getHandlers concode_elem_sep void unregister concode_elem_sep void register
void function ( ) { LoggedInUser loc0 = dummy ( LoggedInUser . class ) ; service . createCopyOf ( SOURCE_TASK_ID , loc0 ) ; }
i like this method because i can use the word dummy when i create my test double , but the downside that i have to create an object mother class that does the trick . concode_field_sep TaskService service concode_elem_sep Long SOURCE_TASK_ID concode_field_sep void createDummyInTestMethod concode_elem_sep void configure...
void function ( ) { Trace . doAssert ( ! bNestedTransaction , "srini_string" ) ; bNestedOldAutoCommit = bAutoCommit ; bAutoCommit = false ; iNestedOldTransIndex = tTransaction . size ( ) ; bNestedTransaction = true ; }
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...
Geometry function ( String arg0 , Font arg1 , GeometryFactory arg2 ) { double loc0 = arg1 . getSize ( ) / FLATNESS_FACTOR ; return read ( arg0 , arg1 , loc0 , arg2 ) ; }
converts text rendered in the given font to a geometry using a standard flatness factor . concode_field_sep double FLATNESS_FACTOR concode_elem_sep String FONT_SERIF concode_elem_sep String FONT_MONOSPACED concode_elem_sep String FONT_SANSSERIF concode_elem_sep String FONT_SANSERIF concode_field_sep placeholderType pla...
boolean function ( ) { return spdyConnection == null || spdyConnection . isIdle ( ) ; }
returns true if this connection is idle . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3 ...
BinaryExchangeType function ( ) { return new BinaryExchangeType ( ) ; }
create an instance of binaryexchangetype concode_field_sep QName _KeyType_QNAME concode_elem_sep QName _RequestSecurityToken_QNAME concode_elem_sep QName _RequestedSecurityToken_QNAME concode_elem_sep QName _TokenType_QNAME concode_elem_sep QName _UseKey_QNAME concode_elem_sep QName _BinaryExchange_QNAME concode_elem_s...
StructField function ( String arg0 , DataType arg1 , boolean arg2 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new StructField ( arg0 , arg1 , arg2 ) ; }
creates a structfield by specifying the name name , data type datatype and whether values of this field can be null values nullable . concode_field_sep IntegerType IntegerType concode_elem_sep DecimalType DecimalType concode_elem_sep DoubleType DoubleType concode_elem_sep FloatType FloatType concode_elem_sep ByteType B...
TagInfo [ ] function ( ) { return tags ; }
an array describing the tags that are defined in this tag library . concode_field_sep String urn concode_elem_sep String tlibversion concode_elem_sep FunctionInfo[] functions concode_elem_sep String prefix concode_elem_sep String uri concode_elem_sep String shortname concode_elem_sep TagFileInfo[] tagFiles concode_elem...
boolean function ( ) { return path == null ; }
check to see if the glyph outline contains any outline data . concode_field_sep GeneralPath path concode_field_sep void addTextSprite concode_elem_sep Shape getGlyphOutlineClip
void function ( ) { MouseJoint loc0 = new MouseJoint ( b , new Vector2 ( ) , 4.0 , 0.4 , 10.0 ) ; loc0 . setFrequency ( - 0.3 ) ; }
tests a negative frequency value . concode_field_sep Body b concode_field_sep void setZeroFrequency concode_elem_sep void createNegativeFrequency concode_elem_sep void setNullTarget concode_elem_sep void shiftCoordinates concode_elem_sep void createNegativeMaxForce concode_elem_sep void setMaxForce concode_elem_sep voi...
boolean function ( ) { return selected ; }
indicates whether this multi marker is selected . this does not necessarily reflect the selected states of all its markers i.e. a marker of a multimarker can have a different selection status : concode_field_sep boolean hidden concode_elem_sep String id concode_elem_sep HashMap<String,Object> properties concode_elem_se...
int function ( String arg0 ) { return ( getIntParameter ( arg0 , - 1 ) ) ; }
gets integer parameter or -1 if not found concode_field_sep HashMap<String,String> m_parameters concode_elem_sep String m_itemName concode_elem_sep EventPublisher m_eventPublisher concode_elem_sep Logger logger concode_elem_sep HashMap<Class<?>,State> m_state concode_field_sep void setParameters concode_elem_sep String...
boolean function ( String arg0 , ParseField arg1 ) { return arg1 . match ( arg0 , strict ) ; }
matches a parsefield against a field name , and throws deprecation exception depending on the currentvalue of the #parse_strict setting . concode_field_sep String PARSE_STRICT concode_elem_sep ParseFieldMatcher EMPTY concode_elem_sep boolean strict concode_elem_sep ParseFieldMatcher STRICT concode_field_sep boolean isS...
String function ( ) { return this . contactID ; }
returns the name of this member as it is known in its containing chat room i.e. a nickname . the name returned by this method , may sometimes match the string returned by getcontactid which is actually the address of a contact in the realm of the corresponding protocol . concode_field_sep String hostname concode_elem_s...
void function ( int arg0 ) { buffer [ INDEX_VERSION ] = ( byte ) arg0 ; }
set the socks version number . this should always be 4 . 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 ...
void function ( String arg0 ) { this . userid = arg0 == null ? null : arg0 . trim ( ) ; }
this method was generated by mybatis generator . this method sets the value of the database column user_info . userid concode_field_sep String nick concode_elem_sep String weixinnum concode_elem_sep Date createtime concode_elem_sep String signature concode_elem_sep String openid concode_elem_sep String sex concode_elem...
void function ( Object arg0 ) { synchronized ( putLock_ ) { LinkedNode loc0 = new LinkedNode ( arg0 ) ; synchronized ( last_ ) { last_ . next = loc0 ; last_ = loc0 ; } if ( waitingForTake_ > 0 ) putLock_ . notify ( ) ; } }
main mechanics for put/offer concode_field_sep int waitingForTake_ concode_elem_sep LinkedNode last_ concode_elem_sep LinkedNode head_ concode_elem_sep Object putLock_ concode_field_sep boolean offer concode_elem_sep Object take concode_elem_sep Object extract concode_elem_sep boolean isEmpty concode_elem_sep Object po...
String function ( ) { return formattedValue ; }
gets the formatted value . concode_field_sep String rawValue concode_elem_sep boolean sameAsPrev concode_elem_sep String formattedValue concode_elem_sep boolean right concode_elem_sep String parentDimension concode_field_sep void setSameAsPrev concode_elem_sep void setParentDimension concode_elem_sep void setRawValue c...
byte [ ] function ( ) { return packet ; }
gets the rtp packet concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep boolean hasMarker concode_elem_sep void setBit c...
void function ( ) { }
this method resets the outgoing events . concode_field_sep boolean event1 concode_elem_sep SCIMyInterfaceImpl sCIMyInterface concode_elem_sep int nextStateIndex concode_elem_sep long myInt concode_elem_sep State[] stateVector concode_field_sep void setMyInt concode_elem_sep boolean check_main_region_B_tr0 concode_elem_...
java . lang . String function ( ) { return _chiTietYeuCauGiaiTrinhService . getBeanIdentifier ( ) ; }
returns the spring bean id for this bean . concode_field_sep ChiTietYeuCauGiaiTrinhService _chiTietYeuCauGiaiTrinhService concode_field_sep void setWrappedService concode_elem_sep ChiTietYeuCauGiaiTrinhService getWrappedChiTietYeuCauGiaiTrinhService concode_elem_sep void setWrappedChiTietYeuCauGiaiTrinhService concode_...
String function ( Batch < String > arg0 ) { List < String > loc0 = arg0 . getRecords ( ) ; ArrayList < EventhubRequest > loc1 = new ArrayList < > ( ) ; for ( String loc2 : loc0 ) { loc1 . add ( new EventhubRequest ( loc2 ) ) ; } return mapper . writeValueAsString ( loc1 ) ; }
each record of batch is wrapped by a ` body ' json object put this new object into an array , encode the whole array concode_field_sep Meter bytesWritten concode_elem_sep long sigExpireInMinute concode_elem_sep WriteResponseMapper<Integer> WRITE_RESPONSE_WRAPPER concode_elem_sep String sasKeyName concode_elem_sep Strin...
void function ( com . google . api . ads . dfp . axis . v201411 . ContentMetadataKeyHierarchyStatus arg0 ) { this . status = arg0 ; }
sets the status value for this contentmetadatakeyhierarchy . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201411.ContentMetadataKeyHierarchyLevel[] hierarchyLevels concode_elem_sep org.apache....
boolean function ( ) { return quote ; }
returns whether this is quotes should be added around this node concode_field_sep boolean singular concode_elem_sep boolean quote concode_elem_sep boolean rank concode_elem_sep int person concode_elem_sep boolean genitive concode_elem_sep boolean passive concode_elem_sep boolean negated concode_elem_sep String tense co...
Object function ( SubOne arg0 ) { return null ; }
returns the result of interpretting the object as an instance of ` sub one ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep InheritancePackage modelPackage concode_field_sep Object caseSubThing concode_elem_sep Object caseThing concode_elem_sep Object doSw...
ActionFactory function ( ) { return ( ( WaspApplication ) Application . get ( ) ) . getActionFactory ( ) ; }
utility method to get the factory to create waspaction s. concode_field_sep long serialVersionUID concode_field_sep WaspAuthorizationStrategy getStrategy concode_elem_sep Class<? extends Page> getLoginPage concode_elem_sep boolean isActionAuthorized
List function ( InputSource arg0 , URL arg1 ) { return ResponseUtils . validate ( arg0 , arg1 , true ) ; }
validate a getmap against the schema concode_field_sep PlaceHolder placeHolder concode_field_sep String getErrorMessage concode_elem_sep String getErrorMessage
void function ( String arg0 , String arg1 ) { i ( arg0 , arg1 , null ) ; }
prints a message at info priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println...
ChannelFuture function ( Channel arg0 , FullHttpRequest arg1 ) { return handshake ( arg0 , arg1 , null , arg0 . newPromise ( ) ) ; }
performs the opening handshake . when call this method you must not retain the fullhttprequest which is passed in . concode_field_sep String SUB_PROTOCOL_WILDCARD concode_elem_sep InternalLogger logger concode_elem_sep ClosedChannelException CLOSED_CHANNEL_EXCEPTION concode_elem_sep int maxFramePayloadLength concode_el...
boolean function ( Runnable arg0 ) { if ( ! quit ) { getScheduler ( ) . postAtFrontOfQueue ( arg0 ) ; return true ; } else { return false ; } }
enqueue a task to be run ahead of all other delayed tasks . concode_field_sep Looper realObject concode_elem_sep Looper mainLooper concode_elem_sep Map<Thread,Looper> loopingLoopers concode_elem_sep boolean quit concode_field_sep boolean hasQuit concode_elem_sep void pauseMainLooper concode_elem_sep void runToEndOfTask...
void function ( int arg0 , String arg1 , List < Object > arg2 ) { emitDirect ( arg0 , arg1 , ( List ) null , arg2 ) ; }
emits a tuple directly to the specified task id on the specified stream . if the target bolt does not subscribe to this bolt using a direct grouping , the tuple will not be sent . if the specified output stream is not declared as direct , or the target bolt subscribes with a non-direct grouping , an error will occur at...
String function ( ) { return ( NAME ) ; }
return the name of this attribute . concode_field_sep String IDENT concode_elem_sep SerialNumber serial concode_elem_sep String NUMBER concode_elem_sep String NAME concode_field_sep void encode concode_elem_sep void set concode_elem_sep Object get concode_elem_sep Enumeration<String> getElements concode_elem_sep String...
void function ( ) { fetcher . fetchSecurityGroups ( new TransactionAuthorizationObject ( TransactionAuthorizationObject . Kind . VM ) ) ; }
tests that only transaction authorization objects of kind deployment are accepted . concode_field_sep DeploymentSecurityGroupFetcher fetcher concode_elem_sep TransactionAuthorizationObject authorizationObject concode_elem_sep DeploymentBackend backend concode_field_sep void dummy concode_elem_sep void testNoDeploymentI...
boolean function ( ProtocolVersion arg0 ) { return isComparable ( arg0 ) && ( compareToVersion ( arg0 ) >= 0 ) ; }
tests if this protocol version is greater or equal to the given one . concode_field_sep String protocol concode_elem_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep int getMinor concode_elem_sep boolean lessEquals concode_elem_sep int hashCode concode_elem_sep boolean i...
ArrayList < LatLng > function ( ) { return mCoordinates ; }
gets the coordinates concode_field_sep String GEOMETRY_TYPE concode_elem_sep ArrayList<LatLng> mCoordinates concode_field_sep String getGeometryType concode_elem_sep String toString
void function ( int arg0 ) { throw new IOException ( ) ; }
sets a mark position in this reader . the parameter readlimit indicates how many characters can be read before the mark is invalidated . calling reset will reposition the reader back to the markedposition if readlimit has not been surpassed . this default implementation simply throws an ioexception ; subclasses must pr...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; Calendar loc1 = Calendar . getInstance ( loc0 ) ; if ( loc0 . inDaylightTime ( loc1 . getTime ( ) ) ) { return "srini_string" ; } return "srini_string" ; }
gets the state of daylight time in this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevantCompone...
void function ( Boolean arg0 ) { this . bindClickToWidget = arg0 ; }
sets the value of the bindclicktowidget property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String upValue concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label labe...
String [ ] function ( ) { return this . favoriteReferences ; }
returns the favorite references which are used to compute some completion proposals . a favorite reference is a qualified reference as it can be seen in an import statement . e.g. `` java.util.arrays '' it can be an on demand reference . e.g. `` java.util.arrays . '' it can be a reference to a static method or field as...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getArn ( ) != null ) loc0 . append ( "srini_string" + getArn ( ) + "srini_string" ) ; if ( getName ( ) != null ) loc0 . append ( "srini_string" + getName ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . to...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String name concode_elem_sep String arn concode_field_sep void setName concode_elem_sep IamInstanceProfileSpecification withArn concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equ...
String function ( Exchange arg0 , AhcEndpoint arg1 ) { String loc0 = doCreateURL ( arg0 , arg1 ) ; return URISupport . normalizeUri ( loc0 ) ; }
creates the url to invoke . concode_field_sep PlaceHolder placeHolder concode_field_sep Object deserializeJavaObjectFromStream concode_elem_sep String doCreateURL concode_elem_sep void writeObjectToStream concode_elem_sep URI createURI concode_elem_sep void setCharsetFromContentType
InputStream function ( List < Range > arg0 , File arg1 ) { int loc0 = 1024 * 1024 ; ByteRangeWriter loc1 = new ByteRangeWriter ( loc0 ) ; RandomAccessFile loc2 = new RandomAccessFile ( arg1 , "srini_string" ) ; for ( Range loc3 : arg0 ) { loc1 . add ( loc3 , loc2 ) ; } return loc1 . getInputStream ( ) ; }
constructs the list of datarange objects containing the portions of the client file to be uploaded to the server . currently unused . concode_field_sep File localCopy concode_elem_sep File serversMetafile concode_elem_sep Upload upload concode_elem_sep MetaFileReader metaFileReader concode_elem_sep MakeContextEx upload...
void function ( Date arg0 ) { this . createDate = arg0 ; }
this method was generated by mybatis generator . this method sets the value of the database column hspay.tb _ trade_callback . create_date concode_field_sep String createBy concode_elem_sep Date updateDate concode_elem_sep String updateBy concode_elem_sep String transId concode_elem_sep int count concode_elem_sep Strin...
long function ( ) { next_cs_id ++ ; return next_cs_id ; }
retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap sqlLookup concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_field_sep Statement compile concode_elem_sep void res...
TargetModuleID function ( ) { return parent ; }
returns the targetmoduleid for the containing module on the target , if this targetmoduleid represents a submodule . concode_field_sep TargetModuleIDImpl parent concode_elem_sep TargetModuleIDImpl[] children concode_elem_sep ModuleType moduleType concode_elem_sep String moduleID concode_elem_sep TargetImpl target conco...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getKey ( ) != null ) loc0 . append ( "srini_string" + getKey ( ) + "srini_string" ) ; if ( getValue ( ) != null ) loc0 . append ( "srini_string" + getValue ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . ...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep AdditionalAttribute withValue concode_elem_sep int hashCode concode_elem_sep void setValue conc...
ExchangeRateAction function ( ) { return exchangeRateAction ; }
gets the value of the exchangerateaction property . concode_field_sep ExchangeRateAction exchangeRateAction concode_elem_sep Statement filterStatement concode_field_sep Statement getFilterStatement concode_elem_sep void setExchangeRateAction concode_elem_sep void setFilterStatement
int function ( ) { return quantity ; }
gets the quantity . concode_field_sep GregorianCalendar date concode_elem_sep int quantity concode_elem_sep double price concode_elem_sep String description concode_field_sep String getDateString concode_elem_sep void setQuantity concode_elem_sep void setDate concode_elem_sep GregorianCalendar getDate concode_elem_sep ...
void function ( int arg0 , String arg1 ) { System . out . println ( "srini_string" + String . valueOf ( arg0 ) + "srini_string" + arg1 ) ; }
error handler for messages from artistic style . this method is called only if there are errors when astylemain is called . this is for debugging and there should be no errors when the calling parameters are correct . changing the method name requires changing artistic style . signature : iljava/lang/string ; v. concod...
Object function ( ) { return delegate ; }
returns the delegate . concode_field_sep Object delegate concode_elem_sep long serialVersionUID concode_elem_sep ConcurrentHashMap handleCache concode_field_sep boolean isDefaultMethod concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean checkMethod concode_elem_sep Object invoke conco...
JSArrayBuilder function ( boolean arg0 ) { return append ( arg0 ? 1 : 0 ) ; }
add a boolean to the array . concode_field_sep StringBuilder data concode_elem_sep boolean isFirstElement concode_field_sep JSArrayBuilder beginArray concode_elem_sep void beginElement concode_elem_sep JSArrayBuilder appendIterator concode_elem_sep int length concode_elem_sep String toString concode_elem_sep CharSequen...
String function ( String arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 ; }
formate un texte concode_field_sep PlaceHolder placeHolder concode_field_sep Date convertLocalDateToDate concode_elem_sep String cleanFileName concode_elem_sep String getExtension concode_elem_sep Integer convertStringToIntger concode_elem_sep String getLabelMinuteHeure concode_elem_sep Boolean getIsNotNull concode_ele...
int function ( ) { return ( int ) ( ( time >> 32 ) ^ time ^ ( clockSeqAndNode >> 32 ) ^ clockSeqAndNode ) ; }
returns a hash code of this uuid . the hash code is calculated by xor ` ing the upper 32 bits of the time and clockseqandnode fields and the lower 32 bits of the time and clockseqandnode fields . concode_field_sep long clockSeqAndNode concode_elem_sep long serialVersionUID concode_elem_sep long time concode_field_sep A...
void function ( Identifier arg0 ) { arg0 . f0 . accept ( this ) ; }
f0 - > concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
double [ ] function ( ) { final double [ ] loc0 = new double [ PARAMETER_DEFAULT_VALUES . length ] ; System . arraycopy ( PARAMETER_DEFAULT_VALUES , 0 , loc0 , 0 , loc0 . length ) ; return loc0 ; }
gets the default parameter values for this map transform . concode_field_sep String[] PARAMETER_NAMES concode_elem_sep AffineTransform _inverse concode_elem_sep double[] PARAMETER_DEFAULT_VALUES concode_elem_sep AffineTransform _forward concode_elem_sep String NAME concode_elem_sep String MAP_UNIT concode_elem_sep Stri...
Registry function ( Action < ? super RegistrySpec > arg0 ) { RegistryBuilder loc0 = loc0 ( ) ; arg0 . execute ( loc0 ) ; return loc0 . build ( ) ; }
builds a registry from the given action . concode_field_sep PlaceHolder placeHolder concode_field_sep Registry single concode_elem_sep Registry single concode_elem_sep Registry single concode_elem_sep Iterable<? extends O> getAll concode_elem_sep Iterable<? extends O> getAll concode_elem_sep Optional<O> maybeGet concod...
void function ( String arg0 ) { }
handle the current request concode_field_sep HttpServletRequest request concode_elem_sep Request baseRequest concode_elem_sep HttpServletResponse response concode_elem_sep PrintWriter output concode_elem_sep ServerConfig config concode_elem_sep UriEntry uri concode_elem_sep GlobalResource globalResource concode_field_s...
void function ( String arg0 ) { this . message = arg0 ; }
a message describing the error or warning . concode_field_sep String severity concode_elem_sep String namespace concode_elem_sep String message concode_elem_sep String optionName concode_field_sep void setOptionName concode_elem_sep String getSeverity concode_elem_sep ValidationMessage withNamespace concode_elem_sep St...
String function ( boolean [ ] arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; ++ loc1 ) { loc0 |= ( arg0 [ loc1 ] ? 1 : 0 ) << loc1 ; } return toHex ( loc0 ) ; }
returns the hexadecimal number of a bit array . concode_field_sep String HEXES concode_field_sep boolean[] getBits concode_elem_sep int fromHex concode_elem_sep Date resolveDateTime concode_elem_sep String getStackTrace concode_elem_sep byte[] hexStringToByteArray concode_elem_sep int fromByte concode_elem_sep String g...
int function ( ) { int loc0 = 0 ; if ( srcPort != - 1 ) { loc0 ++ ; } if ( dstPort != - 1 ) { loc0 ++ ; } if ( srcAddr != null ) { loc0 ++ ; } if ( dstAddr != null ) { loc0 ++ ; } return loc0 ; }
iptables size . concode_field_sep String mcastPlugin concode_elem_sep String dstFwdAddr concode_elem_sep String ifName concode_elem_sep int srcPort concode_elem_sep RuleType type concode_elem_sep int dstFwdPort concode_elem_sep String srcAddr concode_elem_sep int dstPort concode_elem_sep Protocol proto concode_elem_sep...
void function ( Object arg0 , Throwable arg1 ) { logInternal ( WARN , arg0 , arg1 ) ; }
logs the given message and throwable at the ` warn ' level . concode_field_sep int TRACE concode_elem_sep int DEBUG concode_elem_sep int ERROR concode_elem_sep int INFO concode_elem_sep int FATAL concode_elem_sep int WARN concode_elem_sep StringBuffer bufferedLog concode_elem_sep boolean logLocationInfo concode_field_s...
boolean function ( OpenWebIfConfig arg0 ) { return ! Ping . checkVitality ( arg0 . getHost ( ) , arg0 . getPort ( ) , CONNECTION_TIMEOUT ) ; }
returns true , if the sat receiver is turned off or is in deep standby . concode_field_sep Logger logger concode_elem_sep String MESSAGE concode_elem_sep String POWERSTATE concode_elem_sep int CONNECTION_TIMEOUT concode_field_sep boolean isStandby concode_elem_sep SimpleResult sendMessage concode_elem_sep T executeRequ...
void function ( long arg0 ) { today . setTimeInMillis ( arg0 ) ; resetToDate ( today ) ; currentDate = new java . sql . Date ( getTimeInMillis ( today ) ) ; }
resets the static reusable value today concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String sdfdPattern concode_elem_sep Calendar...
void function ( SRegRequest arg0 ) { }
if no attribute set by the user for simple registration request , by default we set all the attributes . concode_field_sep Log log concode_elem_sep AuthSuccess authSuccess concode_field_sep MessageExtension getMessageExtension concode_elem_sep void setSessionAttributes
void function ( List < String > arg0 ) { archivedTables . clear ( ) ; archivedTables . addAll ( arg0 ) ; }
set the tables to be archived . internally adds each table and attempts to register it . note : all previous tables will be removed in favor of these tables . concode_field_sep Log LOG concode_elem_sep Set<String> archivedTables concode_field_sep boolean shouldArchiveTable concode_elem_sep void removeTable concode_elem...
String function ( ) { return country ; }
retrieves the country concode_field_sep String lastName concode_elem_sep String country concode_elem_sep String gender concode_elem_sep Map<String,String> contactInfo concode_elem_sep String rawResponse concode_elem_sep String displayName concode_elem_sep String fullName concode_elem_sep String language concode_elem_se...
void function ( int arg0 ) { LOGLEVEL = arg0 ; Log . i ( "srini_string" , "srini_string" + arg0 ) ; }
set the current log level . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep ...
EffectorBuilder < T > function ( Class < T > arg0 , String arg1 ) { return new EffectorBuilder < T > ( arg0 , arg1 ) ; }
creates a new effector builder with the given name and return type concode_field_sep Map<String,ParameterType<?>> parameters concode_elem_sep EffectorTaskFactory<T> impl concode_elem_sep Logger log concode_elem_sep String description concode_elem_sep String effectorName concode_elem_sep Class<T> returnType concode_fiel...
Number function ( long arg0 ) { if ( arg0 >= 0 ) { return Long . valueOf ( arg0 ) ; } else { return BigInteger . valueOf ( arg0 & 0x7FFFFFFFFFFFFFFFL ) . setBit ( 63 ) ; } }
convert an unsigned 64-bit integer to a string . concode_field_sep String MUST_BE_POSITIVE concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep ByteString EMPTY_BYTE_STRING concode_field_sep FileDescriptorSet getFileDescriptorSet concode_elem_sep Number getNumber concode_elem_sep void setField concode_elem_sep Str...
void function ( ) { System . out . println ( "srini_string" ) ; ProjectData loc0 = null ; RequirementsArrayList loc1 = null ; RequirementsArrayList loc2 = loc0 . getFunctionalRequirements ( ) ; assertEquals ( loc1 , loc2 ) ; fail ( "srini_string" ) ; }
test of getfunctionalrequirements method , of class projectdata . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetProductDestination concode_elem_sep void testGetNonFunctionalRequirements concode_elem_sep void setUpClass concode_elem_sep void testSetProductDestination concode_elem_sep void tearD...
short function ( ) { return ly_DO_Tomo ; }
gets the ly_do_tomo value for this astfichasdtlyitem . concode_field_sep short ly_DO_Tomo concode_elem_sep java.util.Date ly_DO_Fecha concode_elem_sep int ly_DO_Nro concode_elem_sep java.util.Date ly_FechaDePromulgacion concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int ly_Nro concode_elem_sep java.lan...
void function ( MineGraphics arg0 ) { for ( int loc0 = 0 ; loc0 < arr . length ; loc0 ++ ) { arr [ loc0 ] . move ( ) ; arr [ loc0 ] . paint ( arg0 ) ; } }
paint concode_field_sep int sleep concode_elem_sep Arrow[] arr concode_elem_sep PaintBox box concode_field_sep void animation
TrackType function ( ) { return trackType ; }
method description concode_field_sep Map<String,List<LocusScore>> wholeGenomeScoresCache concode_elem_sep TrackProperties trackProperties concode_elem_sep Map<String,Map<String,List<LocusScore>>> segments concode_elem_sep Genome genome concode_elem_sep List<String> headings concode_elem_sep long lastRefreshTime concode...
void function ( String arg0 ) { this . errorMessage = arg0 ; }
sets the error message that should be set on the reponse concode_field_sep Map<String,String> headers concode_elem_sep long serialVersionUID concode_elem_sep String DEFAULT_PARAM concode_elem_sep boolean parse concode_elem_sep int status concode_elem_sep String error concode_elem_sep String errorMessage concode_elem_se...
ItemRecommendationEvaluationResults function ( IRecommender arg0 , IPosOnlyFeedback arg1 , IPosOnlyFeedback arg2 , Collection < Integer > arg3 , Collection < Integer > arg4 ) { return evaluate ( arg0 , arg1 , arg2 , arg3 , arg4 , null , null ) ; }
evaluation for rankings of item recommenders . user-item combinations that appear in both sets are ignored for the test set , and thus in the evaluation . the evaluation measures are listed in the itempredictionmeasures property . additionally , ` num_users ' and ` num_items ' report the number of users that were used ...
void function ( ExprParser . TermContext arg0 ) { }
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitProg concode_elem_sep void exitExpr concode_elem_sep void enterFactor concode_elem_sep void enterProg concode_elem_sep void exitEveryRule concode_elem_sep void visitErrorNode concode_elem_sep void visitTermina...
ObjectId function ( ObjectInserter arg0 ) { if ( buf != null ) return arg0 . idFor ( OBJ_TREE , buf , 0 , ptr ) ; final long loc0 = overflowBuffer . length ( ) ; try { return arg0 . idFor ( OBJ_TREE , loc0 , overflowBuffer . openInputStream ( ) ) ; } catch ( IOException loc1 ) { throw new RuntimeException ( loc1 ) ; } ...
compute the objectid for this tree concode_field_sep byte[] buf concode_elem_sep TemporaryBuffer.Heap overflowBuffer concode_elem_sep int ptr concode_field_sep boolean fmtBuf concode_elem_sep byte[] toByteArray concode_elem_sep String toString concode_elem_sep void fmtOverflowBuffer concode_elem_sep void append concode...
Netty4CorsConfigBuilder function ( final String ... arg0 ) { requestHeaders . addAll ( Arrays . asList ( arg0 ) ) ; return this ; }
specifies the if headers that should be returned in the cors ` access-control-allow-headers ' response header . if a client specifies headers on the request , for example by calling : xhr.setrequestheader ` my-custom-header ' , `` somevalue '' ; the server will receive the above header name in the ` access-control-requ...
List < Address > function ( ) { if ( address == null ) { address = new ArrayList < Address > ( ) ; } return this . address ; }
gets the value of the address 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 address property . for example , to add a new item , do as...