code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
int function ( ) { return 0 ; } | get properties of this iterator , as a bit-significant integer . concode_field_sep Item current concode_elem_sep ItemMappingFunction action concode_elem_sep SequenceIterator base concode_field_sep Item next concode_elem_sep Item current concode_elem_sep int position concode_elem_sep SequenceIterator getAnother concode_... |
T function ( T arg0 , BoundStatement arg1 ) { arg0 . setUpdatedAt ( ) ; arg1 . setTimestamp ( "srini_string" , zonedDateTimeAdapter . convertToDatabaseColumn ( arg0 . getUpdatedAt ( ) ) ) ; arg1 . setUUID ( "srini_string" , arg0 . getIdAsUUID ( ) ) ; session . execute ( arg1 ) ; return arg0 ; } | updates t , binds the basic parameters to the statement and executes it , returning the updated t. concode_field_sep ZonedDateTimeAdapter zonedDateTimeAdapter concode_elem_sep Session session concode_field_sep List<T> getFromRows concode_elem_sep T getById concode_elem_sep List<T> getList concode_elem_sep T getFromRow ... |
byte [ ] function ( ) { SecureRandom loc0 = SecureRandom . getInstance ( "srini_string" ) ; byte [ ] loc1 = new byte [ 8 ] ; loc0 . nextBytes ( loc1 ) ; return loc1 ; } | very important to use securerandom instead of just random . generate a 8 byte 64 bit salt as recommended by rsa pkcs5 concode_field_sep PlaceHolder placeHolder concode_field_sep boolean authenticate concode_elem_sep byte[] getEncryptedPassword |
TupleWritable function ( ) { Writable [ ] loc0 = new Writable [ kids . length ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; ++ loc1 ) { loc0 [ loc1 ] = kids [ loc1 ] . createValue ( ) ; } return new TupleWritable ( loc0 ) ; } | create a value to be used internally for joins . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc concode_elem_sep Configuration conf concode_elem_sep Clas... |
void function ( ) { validateAndLoadBaseInfo ( ) ; } | ensure that the configuration of this object is correct . concode_field_sep Logger logger concode_elem_sep String baseUrl concode_elem_sep String basePrefix concode_elem_sep int numThreads concode_elem_sep String svnCommand concode_elem_sep Executor executor concode_elem_sep List<String> svnOptions concode_elem_sep Fil... |
FileDescriptor function ( FileChannel arg0 ) { return ( ( FileChannelImpl ) arg0 ) . getFD ( ) ; } | returns the int file descriptor from within the given filechannel ` fc ' . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] unsafeArray concode_elem_sep int unsafeArrayOffset concode_elem_sep FileChannel newFileChannel concode_elem_sep void setSocketOption concode_elem_sep void freeDirectBuffer concod... |
RunnerListWrapper function ( Reader arg0 ) { Unmarshaller loc0 = context . createUnmarshaller ( ) ; return ( RunnerListWrapper ) loc0 . unmarshal ( arg0 ) ; } | takes the input reader of the xml file and instantiates an instance of the runnerlistwrapper class concode_field_sep RunnerWrapper[] runners concode_elem_sep JAXBContext context concode_field_sep void encode concode_elem_sep void encode concode_elem_sep RunnerWrapper[] getRunners concode_elem_sep void setRunners |
MockHttpServletRequest function ( ServletRequest arg0 ) { while ( arg0 != null & ! ( arg0 instanceof MockHttpServletRequest ) ) { arg0 = ( ( HttpServletRequestWrapper ) arg0 ) . getRequest ( ) ; } return ( MockHttpServletRequest ) arg0 ; } | locates the mockhttpservletrequest in case it is wrapped . concode_field_sep String url concode_field_sep void include concode_elem_sep void forward |
void function ( java . util . Map < java . util . Locale , java . lang . String > arg0 ) { _pollsChoice . setDescriptionMap ( arg0 ) ; } | sets the localized descriptions of this polls choice from the map of locales and localized descriptions . concode_field_sep PollsChoice _pollsChoice concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep long getChoiceId concode_elem_se... |
URIBuilder function ( String arg0 ) { return new URIBuilder ( arg0 ) ; } | creates a uribuilder with a base uri string as the starting point concode_field_sep String baseUri concode_elem_sep MultiValueMap<String,String> parameters concode_field_sep URIBuilder queryParams concode_elem_sep URI build concode_elem_sep URIBuilder queryParam concode_elem_sep String formEncode |
Set < T > function ( PlayerCharacter arg0 ) { Set < T > loc0 = new HashSet < T > ( ) ; for ( PrimitiveChoiceSet < T > loc1 : pcsSet ) { loc0 . addAll ( loc1 . getSet ( arg0 ) ) ; } return loc0 ; } | returns a set containing the objects which this compoundorchoiceset contains . ownership of the set returned by this method will be transferred to the calling object . modification of the returned set should not result in modifying the compoundorchoiceset , and modifying the compoundorchoiceset after the set is returne... |
DescribeServiceErrorsResult function ( ServiceError ... arg0 ) { if ( this . serviceErrors == null ) { setServiceErrors ( new com . amazonaws . internal . SdkInternalList < ServiceError > ( arg0 . length ) ) ; } for ( ServiceError loc0 : arg0 ) { this . serviceErrors . add ( loc0 ) ; } return this ; } | an array of serviceerror objects that describe the specified service errors . note : this method appends the values to the existing list if any . use #setserviceerrors java.util.collection or #withserviceerrors java.util.collection if you want to overridethe existing values . concode_field_sep com.amazonaws.internal.Sd... |
void function ( int arg0 , String arg1 ) { errorCodes = ( int [ ] ) ArrayUtil . resizeArray ( errorCodes , errorCodes . length + 1 ) ; errorKeys = ( String [ ] ) ArrayUtil . resizeArray ( errorKeys , errorKeys . length + 1 ) ; errorCodes [ errorCodes . length - 1 ] = arg0 ; errorKeys [ errorKeys . length - 1 ] = arg1 ;... | adds the error code and the key to the list of errors . this list is populated during construction or addition of elements and is used outside this class to act upon the errors . concode_field_sep Method savePropsMethod concode_elem_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKe... |
boolean function ( Context arg0 ) { return Settings . System . getIntForUser ( arg0 . getContentResolver ( ) , Settings . System . ACCELEROMETER_ROTATION , 0 , UserHandle . USER_CURRENT ) == 0 ; } | returns true if rotation lock is enabled . concode_field_sep ContentObserver mObserver concode_elem_sep String TAG concode_field_sep boolean isRotationLockToggleVisible concode_elem_sep void setRotationLock concode_elem_sep void setRotationLockForAccessibility concode_elem_sep void onChange concode_elem_sep void onChan... |
String function ( String arg0 , final Properties arg1 ) { Preconditions . checkNotNull ( arg1 , "srini_string" ) ; return replacePlaceholders ( arg0 , new PlaceholderResolver ( ) { public String resolvePlaceholder ( String arg2 ) { return arg1 . getProperty ( arg2 ) ; } } ) ; } | replaces all placeholders of format $ name with the corresponding property from the supplied properties . concode_field_sep String placeholderPrefix concode_elem_sep String placeholderSuffix concode_elem_sep boolean ignoreUnresolvablePlaceholders concode_field_sep String resolvePlaceholder concode_elem_sep String parse... |
String function ( ) { return id ; } | returns feed id concode_field_sep Date createdAt concode_elem_sep String from concode_elem_sep String id concode_elem_sep String screenName concode_elem_sep String message concode_elem_sep long serialVersionUID concode_field_sep String getScreenName concode_elem_sep Date getCreatedAt concode_elem_sep void setCreatedAt ... |
Object function ( final String arg0 ) { return new Double ( arg0 ) ; } | converts a string to a double . concode_field_sep PlaceHolder placeHolder concode_field_sep String toAttributeValue |
RestStatus function ( ) { return status ; } | returns rest status corresponding to this failure concode_field_sep String reason concode_elem_sep String index concode_elem_sep int shardId concode_elem_sep String nodeId concode_elem_sep RestStatus status concode_field_sep String reason concode_elem_sep void writeTo concode_elem_sep void readFrom concode_elem_sep voi... |
void function ( int arg0 , int arg1 ) { this . x = arg0 ; this . y = arg1 ; } | set the coordinate of a board . concode_field_sep String player1Name concode_elem_sep Image image concode_elem_sep String FILE_NAME_WHITE concode_elem_sep int NUM_ALPHA_OFFSET concode_elem_sep String FILE_NAME_BLACK concode_elem_sep boolean isDraw concode_elem_sep boolean isWin concode_elem_sep Image beadImageB concode... |
String function ( ) { return value ; } | gets the value of the value property . concode_field_sep String type concode_elem_sep String value concode_field_sep String getType concode_elem_sep void setValue concode_elem_sep void setType |
HashMap < String , DbTableOrView > function ( ) { return aliases ; } | get the alias map . concode_field_sep int KEYWORD concode_elem_sep long stopAt concode_elem_sep DbTableOrView lastMatchedTable concode_elem_sep HashMap<String,DbTableOrView> aliases concode_elem_sep DbTableOrView lastTable concode_elem_sep int FUNCTION concode_elem_sep String query concode_elem_sep String queryUpper co... |
void function ( long arg0 ) { _kiemDemVien . setPrimaryKey ( arg0 ) ; } | sets the primary key of this kiem dem vien . concode_field_sep KiemDemVien _kiemDemVien concode_field_sep void setOrgCode1 concode_elem_sep java.lang.String getDienThoai concode_elem_sep void setOrgCode2 concode_elem_sep void setImei concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridg... |
String function ( ) { return "srini_string" ; } | returns the xml element name of the extension sub-packet root element . always returns `` x '' concode_field_sep boolean composing concode_elem_sep boolean offline concode_elem_sep String COMPOSING concode_elem_sep boolean delivered concode_elem_sep String DISPLAYED concode_elem_sep boolean displayed concode_elem_sep S... |
Long function ( ) { return alertTimestamp ; } | gets the time that the alert instace was received . this will be the value , in milliseconds , since the unix/java epoch , represented in utc time . concode_field_sep String hostName concode_elem_sep AlertDefinitionEntity alertDefinition concode_elem_sep String alertLabel concode_elem_sep String alertInstance concode_e... |
CellList function ( ) { return cells ; } | gets the value of the cells property . concode_field_sep CellList cells concode_elem_sep AsoKey key concode_field_sep AsoKey getKey concode_elem_sep void setCells concode_elem_sep void setKey |
Reference function ( ) { Reference loc0 = new Reference ( nextReferenceNumber , 0 ) ; nextReferenceNumber ++ ; return loc0 ; } | gets the next available reference number from the trailer . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep boolean contains concode_elem_sep int compare concode_elem_sep boolean isChanged co... |
Vector function ( INDArray arg0 ) { if ( ! arg0 . isVector ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } double [ ] loc0 = new double [ arg0 . length ( ) ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ( ) ; loc1 ++ ) { loc0 [ loc1 ] = arg0 . getDouble ( loc1 ) ; } return Vectors . dense ( loc0 ) ; } | convert an ndarray to a vector concode_field_sep PlaceHolder placeHolder concode_field_sep INDArray toMatrix concode_elem_sep Matrix toMatrix concode_elem_sep JavaRDD<LabeledPoint> fromDataSet concode_elem_sep LabeledPoint pointOf concode_elem_sep JavaRDD<DataSet> fromLabeledPoint concode_elem_sep JavaRDD<DataSet> from... |
String function ( ) { return symbol ; } | gets the value of the symbol property . concode_field_sep String symbol concode_elem_sep XMLGregorianCalendar effective concode_elem_sep Money price concode_field_sep XMLGregorianCalendar getEffective concode_elem_sep void setEffective concode_elem_sep void setPrice concode_elem_sep Money getPrice concode_elem_sep void... |
String function ( ) { return title ; } | ruft den wert der title-eigenschaft ab . concode_field_sep String note concode_elem_sep BigInteger quantity concode_elem_sep BigDecimal price concode_elem_sep String title concode_field_sep BigInteger getQuantity concode_elem_sep void setQuantity concode_elem_sep void setTitle concode_elem_sep void setNote concode_elem... |
void function ( Object arg0 , long arg1 , Object arg2 ) { GridUnsafe . putObjectField ( arg0 , arg1 , arg2 ) ; } | sets field value . concode_field_sep byte LONG_ARR concode_elem_sep byte OBJ_ARR concode_elem_sep long HASH_SET_MAP_OFF concode_elem_sep byte DATE concode_elem_sep byte DOUBLE concode_elem_sep byte FLOAT concode_elem_sep byte FLOAT_ARR concode_elem_sep byte ARRAY_LIST concode_elem_sep byte INT concode_elem_sep JdkMarsh... |
Items05 function ( ) { return null ; } | curl http://localhost:8080/chapitre3-service-1.0/rs/05/items concode_field_sep UriInfo uriInfo concode_field_sep Response createBook concode_elem_sep Response deleteBook concode_elem_sep List<Book05> getBooks concode_elem_sep Book05 getBook |
scala . collection . Seq < T > function ( T [ ] arg0 ) { return toSeq ( java . util . Arrays . asList ( arg0 ) ) ; } | converts a java array to scala seq. . concode_field_sep PlaceHolder placeHolder concode_field_sep T[] asArray concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep RuntimeException noMatch concode_elem_sep scala.reflect.ClassTag<C> classTag concode_elem_sep java.util.Map<K,V> asJava concode_elem_sep java.u... |
void function ( int arg0 ) { this . response . setBufferSize ( arg0 ) ; } | the default behavior of this method is to call setbuffersize int size on the wrapped response object . concode_field_sep ServletResponse response concode_field_sep ServletResponse getResponse concode_elem_sep void setContentLength concode_elem_sep int getBufferSize concode_elem_sep void setResponse concode_elem_sep boo... |
PortalPreferences function ( long arg0 , int arg1 , boolean arg2 ) { return getPersistence ( ) . fetchByO_O ( arg0 , arg1 , arg2 ) ; } | returns the portal preferences where ownerid = ? and ownertype = ? or returns null if it could not be found , optionally using the finder cache . concode_field_sep PortalPreferencesPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode... |
void function ( String arg0 ) { String [ ] loc0 = choiceCombo . getItems ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { String loc2 = loc0 [ loc1 ] ; if ( loc2 . equals ( arg0 ) ) { choiceCombo . select ( loc1 ) ; break ; } } } | select the item in the combo that matches the current preferences setting . note : not handling the case where two platform line separators are defined with the same value . assumption is that they are unique and the key will be modified to represent that . e.g. a key might be mac os 10/linux if the same value is requi... |
String function ( ) { return mapCommandButtonId ; } | gets the component id of the commandbutton , in the map ui , corresponding to 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... |
void function ( int arg0 ) { this . num_groups = arg0 ; } | sets the num_groups value for this permissions_account . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String rsid concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String site_title concode_elem_sep int num_gro... |
String function ( ) { return wrkFlCreatedBy ; } | getter method for wrkflcreatedby concode_field_sep String wrkFlDesc concode_elem_sep String wrkFlModifiedBy concode_elem_sep Integer wrkFlRlId concode_elem_sep Integer wrkFlCircleId concode_elem_sep Integer subsubCatId concode_elem_sep Date wrkFlModifiedDate concode_elem_sep long serialVersionUID concode_elem_sep Date ... |
FailWorkflowExecutionFailedEventAttributes function ( String arg0 ) { this . cause = arg0 ; return this ; } | the cause of the failure . this information is generated by the system and can be useful for diagnostic purposes . if cause is set to operation_not_permitted , the decision failed because it lacked sufficient permissions . for details and example iam policies , see using iam to manage access to amazon swf workflows . r... |
boolean function ( ) { return true ; } | here we always return true concode_field_sep StringTransformer CAST_STRING_TRANSFORMER concode_elem_sep StringTransformer NO_TRANSFORM_STRING_TRANSFORMER concode_field_sep String getBeginning concode_elem_sep String getEnding concode_elem_sep String transform concode_elem_sep String transform concode_elem_sep String tr... |
void function ( @ Nullable Throwable arg0 , Class < X > arg1 ) { propagateIfInstanceOf ( arg0 , arg1 ) ; propagateIfPossible ( arg0 ) ; } | propagates throwable exactly as-is , if and only if it is aninstance of runtimeexception , error , or declaredtype . example usage : try somemethodthatcouldthrowanything ; catch iknowwhattodowiththisexception e handle e ; catch throwable t throwables.propagateifpossible t , otherexception.class ; throw new runtimeexcep... |
Object function ( final Object arg0 ) { try { final byte [ ] loc0 = arg0 instanceof String ? ( ( String ) arg0 ) . getBytes ( this . getCharset ( ) ) : ( byte [ ] ) arg0 ; return encodeHex ( loc0 ) ; } catch ( final ClassCastException loc0 ) { throw new EncoderException ( loc0 . getMessage ( ) , loc0 ) ; } } | converts a string or an array of bytes into an array of characters representing the hexadecimal values of each byte in order . the returned array will be double the length of the passed string or array , as it takes two characters to represent any given byte . the conversion from hexadecimal characters to bytes to be e... |
String function ( ) { return jspversion ; } | a string describing the required version of the jsp container . 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_sep... |
Instance function ( String arg0 ) { setAvailabilityZone ( arg0 ) ; return this ; } | the availability zone in which the instance is running . concode_field_sep String lifecycleState concode_elem_sep String launchConfigurationName concode_elem_sep String instanceId concode_elem_sep String healthStatus concode_elem_sep Boolean protectedFromScaleIn concode_elem_sep String availabilityZone concode_field_se... |
JSONBuilder function ( int arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; } | adds an int to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSON... |
String function ( ) { return mDescription ; } | retrieves the drm plug-in agent description . concode_field_sep String mDescription concode_elem_sep ArrayList<String> mMimeTypeList concode_elem_sep ArrayList<String> mFileSuffixList concode_field_sep boolean isSupportedMimeType concode_elem_sep void addFileSuffix concode_elem_sep int hashCode concode_elem_sep boolean... |
Timestamp function ( long arg0 ) { return normalizedTimestamp ( arg0 / NANOS_PER_SECOND , ( int ) ( arg0 % NANOS_PER_SECOND ) ) ; } | create a timestamp from the number of nanoseconds elapsed from the epoch . concode_field_sep long MICROS_PER_SECOND concode_elem_sep long MILLIS_PER_SECOND concode_elem_sep long NANOS_PER_MICROSECOND concode_elem_sep long TIMESTAMP_SECONDS_MAX concode_elem_sep long NANOS_PER_SECOND concode_elem_sep long TIMESTAMP_SECON... |
Id function ( ) { return supported ; } | filter of all the features that were locked . concode_field_sep String lockId concode_elem_sep Id notSupported concode_elem_sep Id supported concode_field_sep String getLockId concode_elem_sep Id getNotSupported |
MessageType function ( ) { return new MessageType ( ) ; } | create an instance of messagetype concode_field_sep QName _EsiGetWarrantyEligibilityResponse_QNAME concode_elem_sep QName _EsiGetWarrantyEligibilityRequest_QNAME concode_field_sep RegularSOCType createRegularSOCType concode_elem_sep OrderTypeVersionType createOrderTypeVersionType concode_elem_sep AccountDetailType crea... |
List < QualificationCondition > function ( ) { if ( condition == null ) { condition = new ArrayList < QualificationCondition > ( ) ; } return this . condition ; } | gets the value of the condition 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 condition property . for example , to add a new item , d... |
void function ( ) { nextTlsMode = ( address . getSslSocketFactory ( ) != null ) ? TLS_MODE_MODERN : TLS_MODE_COMPATIBLE ; } | resets #nexttlsmode to the first option . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns co... |
int function ( SCResultType arg0 ) { if ( this . matchPercent < arg0 . matchPercent ) return 1 ; if ( this . matchPercent > arg0 . matchPercent ) return - 1 ; return 0 ; } | compares in reverse order i.e. higher matchpercent is ranked lower in queue concode_field_sep float audioMostSimilarFramePosition concode_elem_sep float audioMostSimilarTimePosition concode_elem_sep Scene targetScene concode_elem_sep double matchPercent concode_elem_sep int bestMatchedFrameIdx concode_elem_sep float au... |
int function ( int arg0 ) { if ( arg0 == 1 || arg0 == 0 ) { return arg0 ; } return fibonacciSeriesRecursive ( arg0 - 1 ) + fibonacciSeriesRecursive ( arg0 - 2 ) ; } | recursive and slow version . recalculates same value over and over again . chokes for n greater than 60 concode_field_sep PlaceHolder placeHolder concode_field_sep int fibonacciSeries concode_elem_sep void main |
IServerStream function ( IScope arg0 , String arg1 ) { logger . debug ( "srini_string" , arg1 , arg0 ) ; ServerStream loc0 = new ServerStream ( ) ; loc0 . setScope ( arg0 ) ; loc0 . setName ( arg1 ) ; loc0 . setPublishedName ( arg1 ) ; String loc1 = arg0 . getName ( ) + '/' + arg1 ; serverStreamMap . put ( loc1 , loc0 ... | creates server stream concode_field_sep Logger logger concode_elem_sep ConcurrentMap<String,IServerStream> serverStreamMap concode_field_sep void putServerStream concode_elem_sep void removeServerStream concode_elem_sep IServerStream getServerStream |
java . lang . String function ( ) { return _assetCategoryProperty . getValue ( ) ; } | returns the value of this asset category property . concode_field_sep AssetCategoryProperty _assetCategoryProperty concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_ele... |
UpgradeTarget function ( String arg0 ) { this . engineVersion = arg0 ; return this ; } | the version number of the upgrade target database engine . returns a reference to this object so that method calls can be chained together . concode_field_sep String engineVersion concode_elem_sep Boolean autoUpgrade concode_elem_sep String engine concode_elem_sep String description concode_elem_sep Boolean isMajorVers... |
void function ( java . lang . String arg0 ) { _userTracker . setRemoteAddr ( arg0 ) ; } | sets the remote addr of this user tracker . concode_field_sep UserTracker _userTracker concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep java.lang.String getRemoteAd... |
String function ( ) { return username ; } | gets the value of the username property . concode_field_sep String username concode_field_sep void setUsername |
URI function ( Action < ? super HttpUrlBuilder > arg0 ) { return arg0 . with ( builder ( ) ) . build ( ) ; } | creates a url by building a url based on the public address . concode_field_sep PlaceHolder placeHolder concode_field_sep PublicAddress of concode_elem_sep PublicAddress inferred concode_elem_sep HttpUrlBuilder builder concode_elem_sep HttpUrlBuilder builder |
JAXBElement < RequestType > function ( RequestType arg0 ) { return new JAXBElement < RequestType > ( _Request_QNAME , RequestType . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _Action_QNAME concode_elem_sep QName _AttributeValue_QNAME concode_elem_sep QName _ResourceContent_QNAME concode_elem_sep QName _Response_QNAME concode_elem_sep QName _StatusCode_QNAME concode_elem_sep QName _Request_QNAME concode_elem_sep QName _StatusDetail_QN... |
void function ( Intent arg0 ) { } | called when the activity receives a new intent . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading conc... |
long function ( ) { return virtualMemoryUsage ; } | get the virtual memory usage . concode_field_sep long cumulativeCpuUsage concode_elem_sep long heapUsage concode_elem_sep long virtualMemoryUsage concode_elem_sep long physicalMemoryUsage concode_field_sep void setVirtualMemoryUsage concode_elem_sep long getPhysicalMemoryUsage concode_elem_sep void setCumulativeCpuUsag... |
void function ( String arg0 ) { this . message = arg0 ; } | set message concode_field_sep String message concode_elem_sep int status concode_field_sep String getMessage concode_elem_sep int getStatus concode_elem_sep void setStatus |
Object function ( UUID arg0 , int arg1 ) { touch ( arg0 ) ; DocumentExtractor loc0 = queries . get ( arg0 ) ; if ( loc0 == null ) { throw new IllegalStateException ( "srini_string" ) ; } Object loc1 = QueryExtractorUtil . extractKey ( loc0 , cache , keyTransformationHandler , arg1 ) ; return cache . get ( loc1 ) ; } | get the `` docindex '' value on the correct documentextractor concode_field_sep LinkedList<UUID> ageOrderedQueries concode_elem_sep AdvancedCache cache concode_elem_sep ConcurrentHashMap<UUID,DocumentExtractor> queries concode_elem_sep Log log concode_elem_sep int BOX_LIMIT concode_elem_sep UUID myId concode_elem_sep K... |
void function ( boolean arg0 ) { this . hidden = arg0 ; } | set whether this feature is for use by tools only . if it is for use by tools only , then it should not be displayed . concode_field_sep boolean expert concode_elem_sep boolean hidden concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep Hashtable<String,Object> valueHash concode_elem_sep St... |
boolean function ( ) { return VMNetworkInterface . isPointToPoint ( netif . name ) ; } | determines whether this interface does point to point transmission . concode_field_sep VMNetworkInterface netif concode_field_sep String getName concode_elem_sep NetworkInterface createAnyInterface concode_elem_sep boolean supportsMulticast concode_elem_sep NetworkInterface getByInetAddress concode_elem_sep boolean isU... |
VirtualIP function ( ) { return new VirtualIP ( Type . PUBLIC , IPVersion . IPV6 ) ; } | use this method to easily create virtual ips . only public ipv6 virtual ips can be created . concode_field_sep IPVersion ipVersion concode_elem_sep Type type concode_field_sep Type fromValue concode_elem_sep IPVersion fromValue concode_elem_sep ToStringHelper string concode_elem_sep Type getType concode_elem_sep int ha... |
String function ( ) { return this . userName ; } | return the value associated with the column : username . concode_field_sep UserRole userRoleIduserRole concode_elem_sep Date modifiedTime concode_elem_sep String password concode_elem_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep Integer hashCode concode_elem_sep long serialVersionUID concode_elem_sep Str... |
boolean function ( ) { return route . address . sslSocketFactory != null && route . proxy . type ( ) == Proxy . Type . HTTP ; } | returns true if the http connection needs to tunnel one protocol over another , such as when using https through an http proxy . when doing so , we must avoid buffering bytes intended for the higher-level protocol . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route conc... |
void function ( ) { model . waitForGC ( ) ; } | cause the current thread to wait for a triggered gc to proceed . concode_field_sep ThreadModel model concode_field_sep void triggerGC concode_elem_sep void init concode_elem_sep void scheduleGcThreads concode_elem_sep int getTriggerReason concode_elem_sep ThreadModel selectedThreadModel concode_elem_sep String[] valueN... |
int function ( ) { return mVertexCount ; } | returns the number of vertices stored in the vertex array . concode_field_sep float FULL_RECTANGLE_COORDS[] concode_elem_sep int mCoordsPerVertex concode_elem_sep Prefab mPrefab concode_elem_sep float RECTANGLE_COORDS[] concode_elem_sep FloatBuffer TRIANGLE_BUF concode_elem_sep FloatBuffer FULL_RECTANGLE_BUF concode_el... |
boolean function ( String arg0 , String arg1 , String arg2 ) { return eCache . containsKey ( createKey ( arg0 , arg1 , arg2 ) ) ; } | check if a efeatureinfo instance with given key fragments is cached . note : if two keys are equal within the same efeaturecontext , the two structures must by definition be equal . concode_field_sep WeakHashSet<EFeatureListener> eListeners concode_elem_sep HashMap<String,EFeatureInfo> eCache concode_elem_sep EFeatureS... |
com . liferay . testpacl . model . Foo function ( com . liferay . testpacl . model . Foo arg0 ) { return _fooLocalService . addFoo ( arg0 ) ; } | adds the foo to the database . also notifies the appropriate model listeners . concode_field_sep FooLocalService _fooLocalService concode_field_sep com.liferay.portal.kernel.model.Group getGroupPersistence_FindByPrimaryKey concode_elem_sep com.liferay.testpacl.model.Foo createFoo concode_elem_sep java.lang.String getOS... |
int function ( ) { return yoffset ; } | the offset on the y axis when drawing the character concode_field_sep String setName concode_elem_sep ArrayList kerning concode_elem_sep String imageName concode_elem_sep int offset concode_elem_sep int yoffset concode_elem_sep ArrayList chars concode_elem_sep int second concode_elem_sep int xadvance concode_elem_sep S... |
int function ( ) { return this . items . size ( ) ; } | returns the number of items in this model . concode_field_sep EventListenerList listenerList concode_elem_sep boolean isCumulative concode_elem_sep int smallestCumulativeIndex concode_elem_sep LinkedList<BreadcrumbItem<T>> items concode_field_sep void removePathListener concode_elem_sep List<BreadcrumbItem<T>> getItems... |
Type function ( ) { return type ; } | gets underlying type instance . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType concode_elem_sep List<T... |
Processor function ( final String arg0 , final String ... arg1 ) { return new Processor ( ) { public void process ( Exchange arg2 ) { arg2 . removeProperties ( arg0 , arg1 ) ; } @ Override public String toString ( ) { return "srini_string" + arg0 + "srini_string" + Arrays . toString ( arg1 ) + "srini_string" ; } } ; } | removes all properties on the exchange , except for the ones provided in the names parameter concode_field_sep PlaceHolder placeHolder concode_field_sep Processor removeHeader concode_elem_sep Processor setOutBody concode_elem_sep Processor setProperty concode_elem_sep Processor removeFaultHeader concode_elem_sep Proce... |
TransactionStatisticsElement function ( ) { return new TransactionStatisticsElement ( ) ; } | create an instance of transactionstatisticselement concode_field_sep QName _Coordinator_QNAME concode_elem_sep QName _TransactionManager_QNAME concode_field_sep JAXBElement<TransactionManagerElement> createTransactionManager concode_elem_sep TransactionManagerElement createTransactionManagerElement concode_elem_sep JAX... |
XPathExpression function ( String arg0 ) { XPathExpression loc0 = new XPathExpression ( arg0 ) ; configure ( loc0 ) ; return loc0 ; } | creates the xpath expression using the current namespace context concode_field_sep String EXCHANGE_PROPERTY concode_elem_sep String DEFAULT_NAMESPACE concode_elem_sep Map<String,String> namespaces concode_elem_sep String IN_NAMESPACE concode_elem_sep String OUT_NAMESPACE concode_elem_sep String FUNCTION_NAMESPACE conco... |
String function ( ) { return query ; } | gets the value of the query property . concode_field_sep String query concode_field_sep void setQuery |
String function ( ) { return value ; } | accesses the value of the feature . concode_field_sep String name concode_elem_sep String value concode_field_sep String getName |
void function ( ) { runInUI ( new Runnable ( ) { public void run ( ) { if ( progressBar != null ) { progressBar . setValue ( progressBar . getMaximum ( ) ) ; setVisibility ( false ) ; } } } ) ; ProgressMonitorList . instance ( ) . remove ( this ) ; } | notifies that the work is done ; that is , either the main task is completed or the user canceled it . this method may be called more than once implementations should be prepared to handle this case . concode_field_sep int lastWorkUI concode_elem_sep JPanel progressPanel concode_elem_sep JProgressBar progressBar concod... |
void function ( String arg0 ) { this . locality = arg0 ; } | sets the value of the locality property . concode_field_sep String country concode_elem_sep List<String> postalAddress concode_elem_sep String stateOrProvince concode_elem_sep String city concode_elem_sep String postalCode concode_elem_sep String locality concode_field_sep void setCountry concode_elem_sep String getCou... |
void function ( ) { do { testDoWhile ( ) ; } while ( condition ( ) ) ; do testDoWhile ( ) ; while ( condition ( ) ) ; } | test do/while loops concode_field_sep String[] s2 concode_elem_sep String[] empty concode_elem_sep String[] s1 concode_elem_sep String[] s concode_elem_sep String[] s4 concode_elem_sep String[] s3 concode_field_sep void whitespaceAfterSemi concode_elem_sep void testFor concode_elem_sep boolean condition concode_elem_se... |
X509TrustManager function ( ) { return mTrustManager ; } | returns the platform default x509trustmanager . concode_field_sep X509TrustManager mTrustManager concode_elem_sep String TAG concode_elem_sep CertificateChainValidator sInstance concode_elem_sep HostnameVerifier sVerifier concode_field_sep SslError verifyServerCertificates concode_elem_sep SslError verifyServerDomainAn... |
Properties function ( ) { return mailConfig ; } | gets the properties object with the mailer configurations . concode_field_sep Logger log concode_elem_sep String AUTH concode_elem_sep String NAMESPACE concode_elem_sep Pattern EMAIL_PATTERN concode_elem_sep String PASSWORD concode_elem_sep String NAMESPACE concode_elem_sep String USER concode_elem_sep String FROM conc... |
String function ( ) { return id ; } | gets the timezone id used to identify this time zone . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep String getDisplayName c... |
List < T > function ( List < T > arg0 , int arg1 , Sort ... arg2 ) { if ( arg0 . size ( ) > 1 ) { Sorting . sort ( arg0 , arg2 ) ; return Lists . sliceOf ( arg0 , 0 , arg1 ) ; } else { return null ; } } | from the sorts , this is the first few items . concode_field_sep PlaceHolder placeHolder concode_field_sep T search concode_elem_sep T min concode_elem_sep T min concode_elem_sep T min concode_elem_sep T min concode_elem_sep int searchForIndex concode_elem_sep T max concode_elem_sep T max concode_elem_sep T max concode... |
void function ( Stats arg0 ) { min += arg0 . min ; max += arg0 . max ; avg += arg0 . avg ; num = 1 ; } | adds another stats into this one in place . this is intended to combine them in series , as for legs of a journey . it is not really correct for the average , but min and max values hold and avg is still a useful indicator . concode_field_sep int min concode_elem_sep int max concode_elem_sep int avg concode_elem_sep in... |
void function ( java . lang . String arg0 ) { _journalFeedService . setBeanIdentifier ( arg0 ) ; } | sets the spring bean id for this bean . concode_field_sep JournalFeedService _journalFeedService concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep com.liferay.journal.model.JournalFeed updateFeed concode_elem_sep void setWrappedJournalFeedService concode_elem_sep void setWrappedService concode_elem_... |
int function ( ) { return bufline [ bufpos ] ; } | get token end line number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn... |
String function ( ) { return this . contentType ; } | gets the content type value for the blob . concode_field_sep String contentMD5 concode_elem_sep LeaseStatus leaseStatus concode_elem_sep long length concode_elem_sep CopyState copyState concode_elem_sep LeaseState leaseState concode_elem_sep String cacheControl concode_elem_sep LeaseDuration leaseDuration concode_elem_... |
void function ( java . util . Date arg0 ) { this . deprecationDate = arg0 ; } | if deprecated , the date and time deprecateactivitytype was called . concode_field_sep java.util.Date deprecationDate concode_elem_sep String description concode_elem_sep ActivityType activityType concode_elem_sep java.util.Date creationDate concode_elem_sep String status concode_field_sep ActivityTypeInfo withStatus c... |
void function ( ) { mStartHandle . beginFadeIn ( ) ; mEndHandle . beginFadeIn ( ) ; } | if the handles are not visible , sets their visibility to view.visible and begins fading them in . concode_field_sep View mParent concode_elem_sep int TEXT_DIRECTION_RTL concode_elem_sep boolean mAllowAutomaticShowing concode_elem_sep HandleView mStartHandle concode_elem_sep int TEXT_DIRECTION_LTR concode_elem_sep Hand... |
void function ( IDocument arg0 , int arg1 , int arg2 , String arg3 ) { if ( arg0 != null && arg3 != null && arg1 >= 0 && arg2 >= 0 ) { if ( ! arg0 . get ( arg1 , arg2 ) . equals ( arg3 ) ) arg0 . replace ( arg1 , arg2 , arg3 ) ; } } | replaces the document content at the specified offset and length with the specified string . concode_field_sep Image image concode_elem_sep int documentOffset concode_elem_sep int cursorPosition concode_elem_sep String replacementString concode_elem_sep String displayString concode_elem_sep int contextInformationPositi... |
LineStringBuilder function ( CoordinatesBuilder arg0 ) { return new LineStringBuilder ( arg0 ) ; } | create a new linestring concode_field_sep PlaceHolder placeHolder concode_field_sep PointBuilder newPoint concode_elem_sep PointBuilder newPoint concode_elem_sep MultiLineStringBuilder newMultiLinestring concode_elem_sep MultiPolygonBuilder newMultiPolygon concode_elem_sep MultiPolygonBuilder newMultiPolygon concode_el... |
AuthenticationRequestBuilder function ( ) { for ( RequestInterceptor loc0 : apiAuthorizations . values ( ) ) { if ( loc0 instanceof OAuth ) { OAuth loc1 = ( OAuth ) loc0 ; return loc1 . getAuthenticationRequestBuilder ( ) ; } } return null ; } | helper method to configure authorization endpoint of the first oauth found in the apiauthorizations there should be only one concode_field_sep Map<String,RequestInterceptor> apiAuthorizations concode_elem_sep Feign.Builder feignBuilder concode_elem_sep ObjectMapper objectMapper concode_elem_sep String basePath concode_... |
void function ( AssertionInfo arg0 , boolean [ ] arg1 , boolean [ ] arg2 ) { arrays . assertContainsSubsequence ( arg0 , failures , arg1 , arg2 ) ; } | verifies that the given array contains the given subsequence of values possibly with other values between them . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep BooleanArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep Boolea... |
int function ( ) { return manager . hashCode ( ) ^ objid . hashCode ( ) ; } | get the hash code of this unicastref , combining hash code of the manager with hash code of the object id . concode_field_sep int DIRTY concode_elem_sep UnicastConnectionManager manager concode_elem_sep ObjID[] this_id concode_elem_sep long dgcSequence concode_elem_sep long dgcInterfaceHash concode_elem_sep ObjID objid... |
Cursor function ( int arg0 ) { checkType ( arg0 ) ; Cursor loc0 = predefined [ arg0 ] ; if ( loc0 == null ) { loc0 = new Cursor ( arg0 ) ; predefined [ arg0 ] = loc0 ; } return loc0 ; } | gets the predefined cursor with the specified type . concode_field_sep Cursor[] predefined concode_elem_sep int CROSSHAIR_CURSOR concode_elem_sep int W_RESIZE_CURSOR concode_elem_sep String[] predefinedNames concode_elem_sep int SW_RESIZE_CURSOR concode_elem_sep int type concode_elem_sep int E_RESIZE_CURSOR concode_ele... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.