code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
int function ( long arg0 ) { for ( int loc0 = 0 ; loc0 < mSize ; loc0 ++ ) if ( mValues [ loc0 ] == arg0 ) return loc0 ; return - 1 ; } | returns an index for which #valueat would return thespecified key , or a negative number if no keys map to the specified value . beware that this is a linear search , unlike lookups by key , and that multiple keys can map to the same value and this will find only one of them . concode_field_sep int[] mKeys concode_elem... |
void function ( String arg0 , long arg1 ) { Long loc0 = calculatedChangedNodesSize . get ( arg0 ) ; Long loc1 = arg1 + ( loc0 != null ? loc0 : 0 ) ; calculatedChangedNodesSize . put ( arg0 , loc1 ) ; } | updates #calculatedchangednodessize for particularnode path . concode_field_sep long workspaceChangedSize concode_elem_sep Set<String> asyncUpdate concode_elem_sep Map<String,Long> calculatedChangedNodesSize concode_elem_sep Set<String> unknownChangedNodesSize concode_field_sep long getNodeChangedSize concode_elem_sep ... |
String function ( ) { return "srini_string" ; } | get the taggedcomponent repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep TaggedComponent extract concode_elem_sep TaggedComponent read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write |
AsyncOperation function ( Class < E > arg0 , int arg1 , E ... arg2 ) { return enqueEntityOperation ( OperationType . UpdateInTxArray , arg0 , arg2 , arg1 ) ; } | asynchronous version of abstractdao #updateintx object . concode_field_sep int sessionFlags concode_elem_sep AsyncOperationExecutor executor concode_elem_sep AbstractDaoSession daoSession concode_field_sep AsyncOperation enqueueEntityOperation concode_elem_sep int getWaitForMergeMillis concode_elem_sep AsyncOperation i... |
String function ( Date arg0 , String arg1 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; if ( arg1 == null ) throw new IllegalArgumentException ( "srini_string" ) ; SimpleDateFormat loc0 = DateFormatHolder . formatFor ( arg1 ) ; return loc0 . format ( arg0 ) ; } | formats the given date according to the specified pattern . the pattern must conform to that used by the simpledateformat simple dateformat class . concode_field_sep String PATTERN_RFC1123 concode_elem_sep Date DEFAULT_TWO_DIGIT_YEAR_START concode_elem_sep TimeZone GMT concode_elem_sep String[] DEFAULT_PATTERNS concode... |
String [ ] function ( final String arg0 ) { if ( Strings . isEmpty ( arg0 ) ) { return new String [ 0 ] ; } else { return commaSeparatedValuesPattern . split ( arg0 ) ; } } | convert a given comma delimited list of regular expressions into an array of string concode_field_sep Pattern commaSeparatedValuesPattern concode_elem_sep boolean enabled concode_field_sep String listToCommaDelimitedString concode_elem_sep void setEnabled concode_elem_sep HttpServletRequest newRequestWrapper concode_el... |
void function ( final int arg0 , final Iterator < ? extends E > arg1 ) { checkNotStarted ( ) ; if ( arg1 == null ) { throw new NullPointerException ( "srini_string" ) ; } iterators . set ( arg0 , arg1 ) ; } | sets the iterator at the given index . concode_field_sep int lastReturned concode_elem_sep Comparator<? super E> comparator concode_elem_sep List<E> values concode_elem_sep BitSet valueSet concode_elem_sep List<Iterator<? extends E>> iterators concode_field_sep E next concode_elem_sep boolean set concode_elem_sep Compa... |
TimeZone function ( ) { return getTarget ( ) . getTimeZone ( ) ; } | returns the timezone configured for this user . concode_field_sep HttpResponse res concode_elem_sep ObjectFactory factory concode_elem_sep AccountSettings target concode_field_sep String getLanguage concode_elem_sep boolean isDiscoverableByEmail concode_elem_sep String getSleepEndTime concode_elem_sep Location[] getTre... |
PutTargetsResultEntry function ( String arg0 ) { setErrorMessage ( arg0 ) ; return this ; } | the error message explaining why the target submission failed on this entry . concode_field_sep String targetId concode_elem_sep String errorMessage concode_elem_sep String errorCode concode_field_sep String getTargetId concode_elem_sep void setErrorMessage concode_elem_sep void setTargetId concode_elem_sep PutTargetsR... |
String function ( String arg0 ) { return "srini_string" ; } | get the site name . concode_field_sep String agentString concode_elem_sep Log log concode_field_sep String getEid concode_elem_sep String getCurrentSiteIdFromExternalServlet concode_elem_sep String getRole concode_elem_sep String getDisplayId concode_elem_sep void setAgentString concode_elem_sep AgentImpl getAgent conc... |
T function ( final Class < T > arg0 ) { return null ; } | unwrap concode_field_sep PlaceHolder placeHolder concode_field_sep String getUrl concode_elem_sep DataSource getDataSource concode_elem_sep boolean isWrapperFor concode_elem_sep String getUser concode_elem_sep void validateJdbcUrl concode_elem_sep int getLoginTimeout concode_elem_sep void setUser concode_elem_sep void ... |
int function ( ) { return readTimeout ; } | default read timeout in milliseconds . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep RouteDatabase routeDatabase concode_elem_sep ProxySelector proxySel... |
String function ( URL arg0 ) { PortalSocketPermission . checkConnect ( arg0 ) ; return getHttp ( ) . URLtoString ( arg0 ) ; } | this method only uses the default commons httpclient implementation when the url object represents a http resource . the url object could also represent a file or some jndi resource . in that case , the default java implementation is used . concode_field_sep Http _http concode_field_sep void setHttp concode_elem_sep St... |
String function ( ) { return name ; } | accessor for the name of the customer . concode_field_sep String name concode_elem_sep Collection suppliers concode_field_sep void setName concode_elem_sep Collection getSuppliers concode_elem_sep void removeSupplier concode_elem_sep void addSupplier concode_elem_sep int getNoOfSuppliers concode_elem_sep void removeAll... |
SOCConflictType function ( ) { return new SOCConflictType ( ) ; } | create an instance of socconflicttype concode_field_sep QName _EsiGetPHPOfferRequest_QNAME concode_elem_sep QName _EsiGetPHPOfferResponse_QNAME concode_elem_sep QName _RegularSOCList_QNAME concode_elem_sep QName _PHPSOCList_QNAME concode_elem_sep QName _SOCConflict_QNAME concode_field_sep ESIGetPHPOfferResponseType cre... |
UniqueTagList function ( ) { return new UniqueTagList ( allTags ) ; } | defensively copied uniquetaglist of all tags in the address book at the time of the call . concode_field_sep UniquePersonList allPersons concode_elem_sep UniqueTagList allTags concode_field_sep boolean containsPerson concode_elem_sep void clear concode_elem_sep void removePerson concode_elem_sep void removeTag concode_... |
State function ( ) { return null ; } | returns the next state basing on some values . concode_field_sep PlaceHolder placeHolder concode_field_sep EntityTypeDoublePair[] getDesiredEntities |
ExpectedCount function ( int arg0 ) { Assert . isTrue ( arg0 >= 1 , "srini_string" ) ; return new ExpectedCount ( arg0 , arg0 ) ; } | exactly n times . concode_field_sep int minCount concode_elem_sep int maxCount concode_field_sep int getMinCount concode_elem_sep int getMaxCount concode_elem_sep ExpectedCount never concode_elem_sep ExpectedCount twice concode_elem_sep ExpectedCount min concode_elem_sep ExpectedCount once concode_elem_sep ExpectedCoun... |
boolean function ( ) { return https ; } | returns true , if a https connection is required . concode_field_sep String password concode_elem_sep int port concode_elem_sep String name concode_elem_sep String host concode_elem_sep boolean https concode_elem_sep String user concode_field_sep void setName concode_elem_sep void setHost concode_elem_sep void setPassw... |
Config function ( ConfigClient arg0 , URI arg1 , Optional < Config > arg2 ) { try { return arg0 . getConfig ( arg1 , arg2 ) ; } catch ( ConfigStoreFactoryDoesNotExistsException | ConfigStoreCreationException loc0 ) { throw new Error ( loc0 ) ; } } | wrapper to convert checked exception to unchecked exception easy to use in lambda expressions concode_field_sep String GOBBLIN_CONFIG_TAGS_WHITELIST concode_elem_sep String GOBBLIN_CONFIG_FILTER concode_elem_sep String GOBBLIN_CONFIG_COMMONPATH concode_elem_sep String GOBBLIN_CONFIG_TAGS_BLACKLIST concode_field_sep Opt... |
int function ( float arg0 ) { return ( int ) ( arg0 + ( arg0 < 0.0f ? - 0.5f : 0.5f ) ) ; } | ends up being a bit faster than math #round float . this merely rounds its argument to the nearest int , where x. 5 rounds up to x +1 . semantics of this shortcut differ slightly from math #round float in that half rounds down for negativevalues . -2.5 rounds to -3 , not -2 . for purposes here it makes no difference . ... |
void function ( int arg0 ) { this . positionWithinLine = arg0 ; } | sets the position within line . concode_field_sep String exceptionType concode_elem_sep Map<String,String> errorDetails concode_elem_sep String faultCode concode_elem_sep String faultActor concode_elem_sep Log LOG concode_elem_sep String faultString concode_elem_sep int positionWithinLine concode_elem_sep ServiceError ... |
boolean function ( ) { return this . online ; } | gets the value of online concode_field_sep JID jid concode_elem_sep boolean admin concode_elem_sep boolean subscribed concode_elem_sep boolean online concode_elem_sep boolean owner concode_elem_sep boolean moderation_accepted concode_field_sep void setOnline concode_elem_sep boolean isSubscribed concode_elem_sep boolea... |
Factory < CacheWriter > function ( ) { return cacheWriterFactory ; } | the cachewriter factory concode_field_sep Factory<CacheWriter> cacheWriterFactory concode_elem_sep Factory<ExpiryPolicy> expiryPolicyFactory concode_elem_sep boolean writeThrough concode_elem_sep List<EventType> filteredEvents concode_elem_sep boolean createCacheIfNotExists concode_elem_sep boolean statisticsEnabled co... |
GeodeticPoint function ( ) { return left ; } | get left limit . concode_field_sep AbsoluteDate date concode_elem_sep List<CorridorPoint> corridor concode_elem_sep GeodeticPoint left concode_elem_sep BodyShape earth concode_elem_sep GeodeticPoint center concode_elem_sep GeodeticPoint right concode_elem_sep double deltaR concode_elem_sep double deltaC concode_field_s... |
boolean function ( ) { return areaMapEnabled ; } | indicates that current chart instance supports image map interaction concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizont... |
OtpErlangObject function ( final T arg0 ) { return this ; } | make new erlang term replacing variables with the respective values from bindings argument s . concode_field_sep long serialVersionUID concode_elem_sep int hashCodeValue concode_elem_sep int abc[] concode_elem_sep int HASH_CONST[] concode_field_sep void encode concode_elem_sep int doHashCode concode_elem_sep int hashCo... |
void function ( DatabaseChangeSet arg0 ) { changeSets . add ( arg0 ) ; } | add a change set to the list of change sets to run through when upgrading the database . concode_field_sep Set<DatabaseChangeSet> changeSets concode_elem_sep Logger logger concode_elem_sep DataSource dataSource concode_elem_sep DatabaseVersion currentVersion concode_field_sep void run concode_elem_sep DatabaseVersion g... |
void function ( WeatherLanguage arg0 ) { this . language = arg0 ; } | language of the response . concode_field_sep WeatherApi weatherApi concode_elem_sep String location concode_elem_sep String topLat concode_elem_sep String lon concode_elem_sep WeatherUnits units concode_elem_sep Integer proxyPort concode_elem_sep String proxyAuthPassword concode_elem_sep String period concode_elem_sep ... |
NestedSet < Artifact > function ( ) { return instrumentationMetadataFiles ; } | returns instrumentation metadata files for the target provided during construction . concode_field_sep InstrumentationSpec TRANSITIVE_COLLECTION_SPEC concode_elem_sep LocalMetadataCollector localMetadataCollector concode_elem_sep NestedSet<Artifact> instrumentedFiles concode_elem_sep LocalMetadataCollector NO_METADATA_... |
int function ( ) { int loc0 = this . counter . incrementAndGet ( ) ; if ( loc0 < 0 ) { return 0 ; } return loc0 ; } | increments by one the current value and returns the the updated value concode_field_sep Log log concode_elem_sep int limit concode_elem_sep long serialVersionUID concode_elem_sep AtomicInteger counter concode_field_sep void set concode_elem_sep int getLimit concode_elem_sep int getAndDecrement |
CachedObject function ( int arg0 ) { CachedObject loc0 = ( CachedObject ) cacheMap . remove ( arg0 ) ; if ( loc0 == null ) { return null ; } cacheBytesLength -= loc0 . getStorageSize ( ) ; return loc0 ; } | removes an object from memory cache . does not release the file storage . concode_field_sep DataFileCache dataFileCache concode_elem_sep StopWatch makeRowTimer concode_elem_sep long bytesCapacity concode_elem_sep CachedObject[] rowTable concode_elem_sep StopWatch sortTimer concode_elem_sep long cacheBytesLength concode... |
void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; } | the file after it has been compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focal... |
Object function ( Object arg0 , String arg1 ) { throw new RuntimeException ( "srini_string" ) ; } | return object representing prototype for class concode_field_sep PlaceHolder placeHolder concode_field_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_sep int get... |
long function ( ) { return threshold ; } | returns the threshold before the list is written to disk . concode_field_sep long count concode_elem_sep long threshold concode_field_sep boolean isThresholdExceeded concode_elem_sep void increment concode_elem_sep void reset concode_elem_sep String toString concode_elem_sep long getCount |
Integer function ( ) { return id ; } | this method was generated by mybatis generator . this method returns the value of the database column key_words_tbl . id concode_field_sep String desC1 concode_elem_sep String keyWords concode_elem_sep String desC2 concode_elem_sep String desC3 concode_elem_sep String flag concode_elem_sep Integer id concode_elem_sep l... |
String function ( ) { return this . shortDescription ; } | a single-line , single-sentence description of this property , if any . concode_field_sep Object defaultValue concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String shortDescription concode_elem_sep String type concode_elem_sep Deprecation deprecation concode... |
void function ( java . lang . Long arg0 ) { this . experimentId = arg0 ; } | sets the experimentid value for this biddableadgroupcriterionexperimentdata . concode_field_sep com.google.api.ads.adwords.axis.v201406.cm.ExperimentDeltaStatus experimentDeltaStatus concode_elem_sep com.google.api.ads.adwords.axis.v201406.cm.AdGroupCriterionExperimentBidMultiplier experimentBidMultiplier concode_elem_... |
String function ( final Collection < String > arg0 ) { Assert . notEmpty ( arg0 ) ; return StringUtils . collectionToDelimitedString ( arg0 , File . separator ) ; } | returns an operating-system-dependent path consisting of the given elements , separated by file #separator . concode_field_sep String ESCAPED_BACKSLASH concode_elem_sep Pattern WINDOWS_DRIVE_PATH concode_elem_sep String WINDOWS_DRIVE_PREFIX concode_elem_sep String CURRENT_DIRECTORY concode_elem_sep String BACKSLASH con... |
Uid function ( T arg0 ) { try { InvocationHandler < T > loc0 = ( InvocationHandler < T > ) Proxy . getInvocationHandler ( arg0 ) ; return loc0 . get_uid ( ) ; } catch ( final Exception loc0 ) { throw new IllegalArgumentException ( "srini_string" , loc0 ) ; } } | given a real object , return the uid if it exists in this container . concode_field_sep WeakHashMap<T,T> _transactionalProxies concode_elem_sep String _name concode_elem_sep int _type concode_elem_sep int _objectModel concode_field_sep T createHandle concode_elem_sep int objectModel concode_elem_sep T getHandle concode... |
boolean function ( Object arg0 ) { return getProxyFactory ( ) . isProxy ( arg0 ) ; } | returns true if the given object is a java.lang.reflect.proxy or a virtualproxy instance . concode_field_sep Reference proxyFactoryRef concode_field_sep boolean isVirtualOjbProxy concode_elem_sep boolean isCollectionProxy concode_elem_sep ProxyFactory getProxyFactory concode_elem_sep IndirectionHandler getIndirectionHa... |
void function ( String arg0 ) { this . fieldName = arg0 ; } | sets field name . concode_field_sep String totalBibRecordsCount concode_elem_sep boolean showResults concode_elem_sep Integer totalPageCount concode_elem_sep boolean selectAll concode_elem_sep String fieldName concode_elem_sep List<String> availability concode_elem_sep String totalItemRecordsCount concode_elem_sep List... |
char [ ] function ( byte [ ] arg0 ) { return new String ( Base64 . encodeBase64 ( arg0 ) , Charsets . UTF_8 ) . toCharArray ( ) ; } | encode a password as a base64-encoded char array . concode_field_sep String AUTH_DIGEST_MD5 concode_elem_sep String DEFAULT_REALM concode_field_sep Map<String,String> getSaslProps concode_elem_sep String getSecretKey concode_elem_sep String encodeIdentifier |
void function ( String arg0 ) { onFailure ( arg0 , new NotMasterException ( "srini_string" + arg0 + "srini_string" ) ) ; } | called when the task was rejected because the local node is no longer master concode_field_sep PlaceHolder placeHolder concode_field_sep void clusterStateProcessed concode_elem_sep void onFailure |
void function ( ) { assertEquals ( 1 , getLinkCount ( x1 ) ) ; assertEquals ( 1 , getLinkCount ( x2 ) ) ; assertEquals ( 1 , getLinkCount ( x3 ) ) ; } | sanity check the simplest case of hardlink.getlinkcount to make sure we get back `` 1 '' for ordinary single-linked files . tests with multiply-linked files are in later test cases . concode_field_sep File x2_mult concode_elem_sep File x1 concode_elem_sep File TEST_DIR concode_elem_sep String DIR concode_elem_sep File ... |
IdentityProvider function ( String arg0 ) { try { return idPMgtStub . getIdPByName ( arg0 ) ; } catch ( Exception loc0 ) { log . error ( "srini_string" , loc0 ) ; throw new Exception ( "srini_string" + arg0 ) ; } } | retrieves identity provider information about a given tenant by identity provider name concode_field_sep IdentityProviderMgtServiceStub idPMgtStub concode_elem_sep Log log concode_elem_sep UserAdminStub userAdminStub concode_field_sep String[] getAllLocalClaimUris concode_elem_sep void addIdP concode_elem_sep String[] ... |
void function ( ) { getPresenter ( ) . attachView ( delegateCallback . getMvpView ( ) ) ; } | attaches the view to the presenter concode_field_sep MvpDelegateCallback<V,P> delegateCallback concode_field_sep void createPresenter concode_elem_sep P getPresenter concode_elem_sep void detachView |
Builder < T > function ( boolean arg0 ) { this . validator . setStopTypingValidate ( arg0 ) ; return this ; } | set whether to validate when the user stops typing . concode_field_sep ValidateListener validateListener concode_elem_sep boolean loseFocusValidate concode_elem_sep String requiredErrorText concode_elem_sep boolean textInputLayoutValidate concode_elem_sep T validator concode_elem_sep boolean showError concode_elem_sep ... |
void function ( String arg0 ) { this . itemBarcode = arg0 ; } | sets item barcode . concode_field_sep String deliveryLocation concode_elem_sep String itemBarcode concode_field_sep String getItemBarcode concode_elem_sep String getDeliveryLocation concode_elem_sep void setDeliveryLocation |
void function ( XMLGregorianCalendar arg0 ) { this . systemModstamp = arg0 ; } | sets the value of the systemmodstamp 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 XMLGreg... |
DrawCommandManager function ( FlatViewGroup arg0 , DrawCommand [ ] arg1 ) { return new VerticalDrawCommandManager ( arg0 , arg1 ) ; } | get a draw command manager that will clip vertically the view scrolls up and down . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean updateClippingRect concode_elem_sep void debugDraw concode_elem_sep void mountNodeRegions concode_elem_sep void onClippedViewDropped concode_elem_sep void ensureViewHas... |
int function ( int arg0 , int arg1 ) { int loc0 = arg0 - firstLine ; if ( loc0 < 0 || loc0 >= lineOffsets . size ( ) ) return - 1 ; int loc1 = arg1 - lineOffsets . get ( loc0 ) ; if ( loc1 < 0 ) return - 1 ; return textOffsets . get ( loc0 ) + loc1 ; } | returns the column in getnormalizedtext corresponding to the given line and column in the original source text . the first character in the normalized text has column 1 . concode_field_sep String normalizedText concode_elem_sep List<Integer> textOffsets concode_elem_sep List<Integer> lineOffsets concode_elem_sep int fi... |
JSONWriter function ( ) { return this . end ( 'k' , '}' ) ; } | end an object . this method most be called to balance calls to object . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concod... |
void function ( String arg0 , boolean arg1 ) { if ( parser == null ) { Log . e ( TAG , "srini_string" ) ; return ; } parser . getInternalWhitelist ( ) . addWhiteListEntry ( arg0 , arg1 ) ; } | add entry to approved list of urls whitelist concode_field_sep ConfigXmlParser parser concode_elem_sep String TAG concode_field_sep void init concode_elem_sep void init concode_elem_sep Whitelist getExternalWhitelist concode_elem_sep List<PluginEntry> getPluginEntries concode_elem_sep CordovaPreferences getPreferences ... |
void function ( int arg0 , boolean arg1 ) { this . hpMin = MineUtils . mid ( 0 , arg0 , hpMax ) ; this . damageFlag = arg1 ; deadFlag = ( arg0 < 0 ) ; w = bar_width * hp / hpMax ; we = bar_width * hpMin / hpMax ; ws = bar_width * hp / hpMax ; } | damage concode_field_sep int hpMax concode_elem_sep boolean deadFlag concode_elem_sep boolean damageFlag concode_elem_sep boolean hitFlag concode_elem_sep int w concode_elem_sep int hpMin concode_elem_sep int hp concode_elem_sep int bar_width concode_elem_sep int ws concode_elem_sep int we concode_field_sep int getSlee... |
boolean function ( boolean arg0 ) { if ( ! mLastButtonState && arg0 ) { mCurrentState = true ; } else { mCurrentState = false ; } mLastButtonState = arg0 ; return mCurrentState ; } | will check for a rising edge using the last saved state and the provided state concode_field_sep boolean mLastButtonState concode_elem_sep boolean mCurrentState concode_field_sep boolean get |
Collection < GrantedAuthority > function ( String arg0 ) { return null ; } | returns null . subclass may override it to provide their own granted authorities . concode_field_sep EntityManager entityManager concode_elem_sep Logger logger concode_field_sep String obtainPassword concode_elem_sep UserDetails loadUserByUsername concode_elem_sep User obtainAccount |
String function ( ) { return protocol ; } | gets the domain controller 's protocol . concode_field_sep String protocol concode_elem_sep int port concode_elem_sep String host concode_field_sep void writeTo concode_elem_sep int getPort concode_elem_sep void readFrom concode_elem_sep String toString concode_elem_sep String getHost |
void function ( com . google . api . ads . dfp . axis . v201408 . ProposalLineItem [ ] arg0 ) { this . results = arg0 ; } | sets the results value for this proposallineitempage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_s... |
void function ( int arg0 ) { LayoutInflater loc0 = ( LayoutInflater ) anchor . getContext ( ) . getSystemService ( Context . LAYOUT_INFLATER_SERVICE ) ; setContentView ( loc0 . inflate ( arg0 , null ) ) ; } | will inflate and set the view from a resource id concode_field_sep Drawable background concode_elem_sep View anchor concode_elem_sep View root concode_elem_sep PopupWindow window concode_elem_sep WindowManager windowManager concode_field_sep void setBackgroundDrawable concode_elem_sep void onCreate concode_elem_sep voi... |
void function ( int arg0 , Image arg1 , Graphics arg2 , int arg3 , int arg4 , Componente_Biblioteca arg5 , Color arg6 , Color arg7 ) { Desenho_Componente ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , ppanel ) ; } | funcao que desenha o componente concode_field_sep JPanel ppanel concode_field_sep placeholderType placeHolder |
Flow < ByteString , ByteString , NotUsed > function ( String arg0 ) { ByteString loc0 = ByteString . fromString ( arg0 ) ; return Flow . of ( ByteString . class ) . map ( ( msg ) -> { return formatted ( loc0 , msg ) ; } ) . prepend ( Source . single ( initialChunk ) ) ; } | produces a flow of bytestring with a prepended block and a script wrapper . concode_field_sep ByteString initialChunk concode_field_sep Flow<String,ByteString,NotUsed> string concode_elem_sep ByteString formatted concode_elem_sep Flow<JsonNode,ByteString,NotUsed> json |
void function ( ) { log . info ( "srini_string" + this . identificator + "srini_string" ) ; } | overriding the ejbremove method of sessionbean on child class concode_field_sep boolean beenActivated concode_elem_sep boolean beenPassivated concode_elem_sep Logger log concode_elem_sep String identificator concode_field_sep void ejbPassivate concode_elem_sep void ejbActivate |
int function ( String arg0 ) { return commentToken ( arg0 , START_COMMENT , true ) ; } | try to consume the #start_comment token . concode_field_sep String START_COMMENT concode_elem_sep int VALIDATION_NONE concode_elem_sep int VALIDATION_AUTO concode_elem_sep String END_COMMENT concode_elem_sep boolean inComment concode_elem_sep String DOCTYPE concode_elem_sep int VALIDATION_DTD concode_elem_sep int VALID... |
void function ( java . lang . String arg0 ) { _wsrpProducer . setPortletIds ( arg0 ) ; } | sets the portlet ids of this w s r p producer . concode_field_sep WSRPProducer _wsrpProducer concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep long getWsrpProducer... |
void function ( double arg0 ) { _ratingsStats . setAverageScore ( arg0 ) ; } | sets the average score of this ratings stats . concode_field_sep RatingsStats _ratingsStats concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttribut... |
void function ( short arg0 , short arg1 ) { assertEquals ( null , arg0 , arg1 ) ; } | asserts that two shorts are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep void assertFalse concode_elem_sep void assertFalse concode_elem_sep String format concode_elem_sep void assertPostPa... |
EntityType function ( Object arg0 ) { if ( JsonSerializable . class . isAssignableFrom ( arg0 . getClass ( ) ) ) { return JSON_SERIALIZABLE ; } if ( String . class . isAssignableFrom ( arg0 . getClass ( ) ) ) { return STRING ; } return UNKNOWN ; } | helper method for getting the type of the json entity concode_field_sep PlaceHolder placeHolder concode_field_sep void doFilter concode_elem_sep boolean addHash concode_elem_sep String getJson |
Object function ( ) { try { return super . clone ( ) ; } catch ( CloneNotSupportedException loc0 ) { throw new InternalError ( ) ; } } | returns a copy of the receiver . this default implementation does not nothing except making the otherwise protected clone method public . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( boolean arg0 ) { this . lazyInit = arg0 ; } | set whether to lazily initialize the sqlexceptiontranslator for this accessor , on first encounter of a sqlexception . default is `` true '' ; can be switched to `` false '' for initialization on startup . early initialization just applies if afterpropertiesset is called . concode_field_sep Log logger concode_elem_sep ... |
String function ( ) { return "srini_string" ; } | method for referring to ticker from a given page so that it is instantiated in request scope . concode_field_sep int pollInterval concode_field_sep void run |
void function ( long arg0 , int arg1 , byte [ ] arg2 , int arg3 ) { multiple ( arg0 , arg1 , arg2 , arg3 , PUT_MULTIPLE_VISITOR ) ; } | transfers bytes from the given source array into this buffer array concode_field_sep int bufferCount concode_elem_sep Visitor GET_MULTIPLE_VISTOR concode_elem_sep Visitor PUT_MULTIPLE_VISITOR concode_elem_sep int DEFAULT_BUFFER_SIZE concode_elem_sep Log LOG concode_elem_sep ByteBuffer buffers[] concode_elem_sep int buf... |
String function ( ) { return userService . createLogoutURL ( "srini_string" ) ; } | gets the url of user logout . concode_field_sep Logger LOGGER concode_elem_sep UserService userService concode_elem_sep UserRepository userRepository concode_elem_sep UserMgmtService userMgmtService concode_field_sep JSONObject getUserByEmail concode_elem_sep JSONObject getCurrentUser concode_elem_sep JSONObject getUse... |
void function ( SelectItem [ ] arg0 ) { this . componentList = arg0 ; } | sets the component list . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep DefaultTreeModel model concode_elem_sep Integer componentToAdd concode_elem_sep int labelCount concode_elem_sep String selectedN... |
String function ( ) { return link ; } | name of linked file concode_field_sep int uid concode_elem_sep boolean dirFlag concode_elem_sep ZipShort HEADER_ID concode_elem_sep CRC32 crc concode_elem_sep int gid concode_elem_sep int mode concode_elem_sep String link concode_field_sep boolean isLink concode_elem_sep void setGroupId concode_elem_sep void setMode co... |
byte function ( long arg0 ) { return memIntf . getMemorySegment ( arg0 , DataType . INT8 . getSize ( ) ) [ 0 ] ; } | read 8 bit integer from address . concode_field_sep MemoryInterface memIntf concode_field_sep void setByteValueOf concode_elem_sep void setIntValueOf concode_elem_sep long getLongValueOf concode_elem_sep short getShortValueOf concode_elem_sep void setInt64ValueOf concode_elem_sep int getInt32ValueOf concode_elem_sep vo... |
void function ( String arg0 ) { linesCSV = arg0 ; if ( arg0 != null ) { lineFilter = new CSVFilter ( arg0 ) ; } else { lineFilter = null ; } } | sets the csv values and ranges for line number filtering . e.g. `` 1,7-15 ,18 '' . concode_field_sep Pattern fileRegexp concode_elem_sep String filePattern concode_elem_sep String linesCSV concode_elem_sep Pattern checkRegexp concode_elem_sep String checkPattern concode_elem_sep CSVFilter columnFilter concode_elem_sep ... |
Histogram function ( final String arg0 ) { return getOrAdd ( arg0 , MetricBuilder . HISTOGRAMS ) ; } | get the histogram associated with the given name . concode_field_sep MetricBuilder<Counter> COUNTERS concode_elem_sep MetricBuilder<Timer> TIMERS concode_elem_sep MetricsConfigFacade metricsConfigFacade concode_elem_sep MetricBuilder<Histogram> HISTOGRAMS concode_elem_sep Map<String,Metric> metrics concode_elem_sep Met... |
void function ( ) { final URL loc0 = new URL ( webAppURL . toExternalForm ( ) + "srini_string" + LdapUrlTestServlet . PARAM_HOST + "srini_string" + URLEncoder . encode ( Utils . getSecondaryTestAddress ( mgmtClient ) , "srini_string" ) ) ; assertEquals ( "srini_string" , Utils . makeCallWithBasicAuthn ( loc0 , null , n... | tests if it 's possible to have searchbase prefixed with ldap url , initialdircontext is used . concode_field_sep URL webAppURL concode_elem_sep LdapServer ldapServer concode_elem_sep boolean removeBouncyCastle concode_elem_sep ManagementClient mgmtClient concode_elem_sep DirectoryService directoryService concode_elem_... |
String function ( String arg0 ) { return getProperties ( ) . get ( arg0 ) ; } | returns the value of a specific property that is included in this profile instance . concode_field_sep String AWS_ACCESS_KEY_ID concode_elem_sep String profileName concode_elem_sep String ROLE_SESSION_NAME concode_elem_sep String EXTERNAL_ID concode_elem_sep String AWS_SESSION_TOKEN concode_elem_sep String AWS_SECRET_A... |
String function ( ) { return "srini_string" + gtrid + "srini_string" + resources ; } | return a human-readable representation of this object . concode_field_sep Uid gtrid concode_elem_sep Logger log concode_elem_sep Scheduler<XAResourceHolderState> resources concode_field_sep void suspend concode_elem_sep void resume concode_elem_sep List<XAResourceHolderState> getAllResources concode_elem_sep List<XARes... |
void function ( String arg0 , Job arg1 , boolean arg2 ) { try { dbManager . insert ( sqlContainer . getInsertStatement ( ) , arg1 ) ; if ( ! arg2 ) { checkNodeStatus ( ) ; } } catch ( SQLException loc0 ) { LogAppl . getInstance ( ) . ignore ( loc0 . getMessage ( ) , loc0 ) ; tryToUpdate ( arg1 , arg2 ) ; } } | stores the job by jobs id . accepts also if an exception must be thrown or not . this is done because the same method is called both from normal persistence and from recovery manager to apply the redo statements . concode_field_sep String queueName concode_elem_sep JobDBManager dbManager concode_elem_sep RedoManager re... |
void function ( Object arg0 ) { if ( noParamMap . containsKey ( arg0 ) ) { noParamMap . remove ( arg0 ) ; } if ( hasParamMap . containsKey ( arg0 ) ) { hasParamMap . remove ( arg0 ) ; } } | unregister when you no longer user the object concode_field_sep EventAwake instance concode_elem_sep Map<Object,Method> noParamMap concode_elem_sep Map<Object,Map<Method,Object[]>> hasParamMap concode_field_sep void notifyChange concode_elem_sep void executeEvent concode_elem_sep EventAwake getInstance concode_elem_sep... |
String function ( byte [ ] arg0 ) { int loc0 ; String loc1 ; for ( loc0 = 0 ; arg0 [ loc0 ] != 0 ; loc0 ++ ) ; try { return new String ( arg0 , 0 , loc0 , "srini_string" ) ; } catch ( java . io . UnsupportedEncodingException loc2 ) { return null ; } } | converts an ascii null terminated byte array in to a string . expects the characters in byte array to be in th ascii range 0-127 base 10 . concode_field_sep PlaceHolder placeHolder concode_field_sep Vector getCommaSeparatedValues concode_elem_sep byte[] toCString |
void function ( Collection < DelayedEntry > arg0 ) { for ( DelayedEntry loc0 : arg0 ) { deque . addFirst ( loc0 ) ; } addCountIndex ( arg0 ) ; } | add this collection to the front of the queue . concode_field_sep Deque<DelayedEntry> deque concode_elem_sep Map<Data,MutableInteger> index concode_field_sep void filter concode_elem_sep void addCountIndex concode_elem_sep void addCountIndex concode_elem_sep void addLast concode_elem_sep boolean contains concode_elem_s... |
R function ( OutputStream arg0 ) { return start ( ) . download ( arg0 ) ; } | convenience method for dbxdownloader #download outputstream : builder.start . download out ; concode_field_sep PlaceHolder placeHolder concode_field_sep DbxDownloader<R> start |
String function ( ) { return this . initMethod ; } | return the default init-method setting for the document that 's currently parsed . concode_field_sep String autowireCandidates concode_elem_sep String initMethod concode_elem_sep String lazyInit concode_elem_sep String dependencyCheck concode_elem_sep String autowire concode_elem_sep String merge concode_elem_sep Strin... |
LookupTable function ( File arg0 ) { if ( ( arg0 == null ) || ! arg0 . exists ( ) ) return null ; String loc0 = arg0 . getAbsolutePath ( ) . replaceAll ( "srini_string" , "srini_string" ) ; LookupTable loc1 = tables . get ( loc0 ) ; if ( ( loc1 != null ) && loc1 . isCurrent ( ) ) return loc1 ; loc1 = new LookupTable ( ... | get the singleton instance of a lookuptable , loading a new instance if the properties file has changed . concode_field_sep Hashtable<String,LookupTable> tables concode_elem_sep File file concode_elem_sep long lastVersionLoaded concode_elem_sep Properties properties concode_elem_sep Logger logger concode_field_sep bool... |
CompletableFuture < Map < K , V >> function ( @ Nonnull Iterable < ? extends K > arg0 , @ Nonnull Executor arg1 ) { requireNonNull ( arg0 ) ; requireNonNull ( arg1 ) ; return CompletableFuture . supplyAsync ( ( ) -> { try { return loadAll ( arg0 ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception l... | asynchronously computes or retrieves the values corresponding to keys . this method is called by asyncloadingcache #getall . if the returned map does n't contain all requested keys then the entries it does containwill be cached and getall will return the partial results . if the returned map containsextra keys not pres... |
Object function ( T arg0 , Object ... arg1 ) { Method loc0 = getMethod ( arg0 . getClass ( ) ) ; if ( loc0 == null ) { return null ; } try { return loc0 . invoke ( arg0 , arg1 ) ; } catch ( IllegalAccessException loc1 ) { return null ; } } | invokes the method on target with args . if the method does not exist or is not public then null is returned . see also #invokeoptionalwithoutcheckedexception . concode_field_sep Class[] methodParams concode_elem_sep String methodName concode_elem_sep Class<?> returnType concode_field_sep Object invokeWithoutCheckedExc... |
void function ( Long arg0 ) { _id = arg0 ; } | sets the unique id for this blogentry . note that it 's the caller 's responsibility to make sure that the id value is unique i.e. that it 's not already used by an existing blogentry instance . concode_field_sep User _author concode_elem_sep Set<String> _keywords concode_elem_sep Long _id concode_elem_sep String _cont... |
String function ( ) { return description ; } | a detail description about the error message . concode_field_sep String description concode_elem_sep Long code concode_elem_sep String moreInfo concode_elem_sep String message concode_elem_sep List<ErrorListItemDTO> error concode_field_sep List<ErrorListItemDTO> getError concode_elem_sep String getMoreInfo concode_elem... |
Map < String , String > function ( ) { return m_gwtBuildIds ; } | gets the map of gwt build ids . concode_field_sep Map<String,String> m_extensionMapping concode_elem_sep CmsUUID m_structureId concode_elem_sep String m_contentEditorDeleteLinkUrl concode_elem_sep String m_contentEditorUrl concode_elem_sep String m_contentEditorBacklinkUrl concode_elem_sep String m_loginURL concode_ele... |
void function ( ) { System . out . println ( "srini_string" ) ; JavaSamplerContext arg0 = null ; JmsUtil loc0 = new JmsUtil ( ) ; loc0 . setupTest ( arg0 ) ; } | test of setuptest method , of class jmsutil . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testTeardownTest concode_elem_sep void testRunTest concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void testGetDefaultParameters concode_elem_s... |
long function ( ) { return _group . getClassNameId ( ) ; } | returns the class name id of this group . concode_field_sep Group _group concode_field_sep boolean isUserPersonalSite concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep long getDefaultPrivatePlid concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep com.liferay.porta... |
float function ( Point3D arg0 ) { return ( float ) Math . sqrt ( arg0 . x * arg0 . x + arg0 . y * arg0 . y + arg0 . z * arg0 . z ) ; } | finds the length of the given 3d vector concode_field_sep float x concode_elem_sep float z concode_elem_sep float y concode_field_sep void setLength concode_elem_sep void logVector concode_elem_sep void normalize concode_elem_sep double dot concode_elem_sep void cross concode_elem_sep void cross concode_elem_sep void c... |
String function ( float arg0 ) { DecimalFormat loc0 = getFloatFormat ( ) ; if ( loc0 != null ) { return loc0 . format ( arg0 ) ; } return Float . toString ( arg0 ) ; } | formats the given float value . concode_field_sep String byteFormatString concode_elem_sep String longFormatString concode_elem_sep String continuousFormatString concode_elem_sep DecimalFormat doubleFormat concode_elem_sep DecimalFormat floatFormat concode_elem_sep DecimalFormat byteFormat concode_elem_sep String intFo... |
void function ( ) { when ( repo . findOne ( ServiceTestConfiguration . PROFILE_ID ) ) . thenReturn ( ServiceTestConfiguration . user ( ) ) ; assertEquals ( service . findUser ( ServiceTestConfiguration . PROFILE_ID ) . toString ( ) , ServiceTestConfiguration . user ( ) . toString ( ) ) ; } | test retrieval of account by integer . concode_field_sep MockMvc mockMvc concode_elem_sep UserService service concode_elem_sep UserRepository repo concode_field_sep void doFindAccountByAuthTokenNull concode_elem_sep void testLogout concode_elem_sep void doFindAccountUserId concode_elem_sep void saveAccountWithNullCount... |
double function ( int arg0 , int arg1 ) { double loc0 = 16.0 ; return calculateImageSize ( loc0 , arg0 , arg1 ) ; } | utility to scale the image to a rough size of 96x96 pixels but still maintaining the original aspect ratio . concode_field_sep Logger logger concode_elem_sep Media soundIconSmall concode_elem_sep Media movieIconSmall concode_elem_sep String thumbConvertCommand concode_elem_sep Media soundIcon concode_elem_sep Media mov... |
boolean function ( Object arg0 ) { return ( arg0 == this || ( arg0 instanceof Resource && ( ( Resource ) arg0 ) . getDescription ( ) . equals ( getDescription ( ) ) ) ) ; } | this implementation compares description strings . concode_field_sep PlaceHolder placeHolder concode_field_sep File getFile concode_elem_sep URL getURL concode_elem_sep boolean isOpen concode_elem_sep File getFileForLastModifiedCheck concode_elem_sep String getFilename concode_elem_sep int hashCode concode_elem_sep boo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.