code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
int function ( ) { return id ; } | gets the value of the id property . concode_field_sep String ipaddress concode_elem_sep String filename concode_elem_sep String filedigest concode_elem_sep String filesize concode_elem_sep int id concode_elem_sep String _abstract concode_field_sep String getFiledigest concode_elem_sep String getFilename concode_elem_se... |
void function ( FileEntryStatus arg0 ) { this . status = arg0 ; } | when a file fails uploading , after the upload is complete , which can only happen when the fileentrycallback 's end method throws a runtimeexception . concode_field_sep String fileName concode_elem_sep long totalSize concode_elem_sep File file concode_elem_sep long size concode_elem_sep ArrayList<FileInfo> fileInfos c... |
AuthenticationBuilder function ( final CredentialMetaData arg0 ) { this . credentials . add ( arg0 ) ; return this ; } | adds metadata about a credential presented for authentication . concode_field_sep Principal principal concode_elem_sep List<CredentialMetaData> credentials concode_elem_sep Map<String,Class<? extends Exception>> failures concode_elem_sep Map<String,Object> attributes concode_elem_sep Date authenticationDate concode_ele... |
CoordinatesBuilder function ( Coordinate ... arg0 ) { return this . coordinates ( Arrays . asList ( arg0 ) ) ; } | add an array of coordinates to the current coordinates concode_field_sep List<Coordinate> points concode_field_sep CoordinatesBuilder coordinate concode_elem_sep CoordinatesBuilder coordinate concode_elem_sep List<Coordinate> build concode_elem_sep CoordinatesBuilder coordinates concode_elem_sep CoordinatesBuilder coor... |
boolean function ( Date arg0 ) { if ( arg0 != null ) { return ( arg0 . compareTo ( this . date ) >= 0 ) ; } return false ; } | find out if this log file line is before the given date concode_field_sep String user concode_elem_sep String level concode_elem_sep String action concode_elem_sep Date date concode_elem_sep String params concode_field_sep boolean isLevel concode_elem_sep String getLevel concode_elem_sep boolean afterDate concode_elem_... |
String function ( String arg0 ) { if ( null == arg0 ) { return arg0 ; } return arg0 . replace ( "srini_string" , "srini_string" ) . replace ( "srini_string" , "srini_string" ) . replace ( "srini_string" , "srini_string" ) . replace ( "srini_string" , "srini_string" ) ; } | percent-encode a few ezid-specific characters . concode_field_sep String UTF_8 concode_elem_sep String path concode_elem_sep String scheme concode_elem_sep String SHOULDER_PATH concode_elem_sep String MD_KEY_STATUS concode_elem_sep String authority concode_elem_sep String ID_PATH concode_elem_sep String host concode_el... |
Buffer function ( ) { position = 0 ; mark = UNSET_MARK ; return this ; } | rewinds this buffer . the position is set to zero , and the mark is cleared . the content of this buffer is not changed . concode_field_sep int UNSET_MARK concode_elem_sep int _elementSizeShift concode_elem_sep int limit concode_elem_sep long effectiveDirectAddress concode_elem_sep MemoryBlock block concode_elem_sep in... |
Texture function ( ) { return lastBind ; } | retrieve the last texture bound through the texture interface concode_field_sep int texWidth concode_elem_sep float widthRatio concode_elem_sep SGL GL concode_elem_sep Texture lastBind concode_elem_sep ByteBuffer textureBuffer concode_elem_sep int textureID concode_elem_sep int texHeight concode_elem_sep int srcPixelFo... |
int function ( ) { return profile ; } | returns the avc profile parsed from the header . concode_field_sep int currentBit concode_elem_sep Logger LOGGER concode_elem_sep int level concode_elem_sep boolean parseFailed concode_elem_sep int profile concode_elem_sep byte[] buffer concode_elem_sep int ref_frames concode_field_sep void skipBit concode_elem_sep int... |
AuditEvent function ( PersistentAuditEvent arg0 ) { Instant loc0 = arg0 . getAuditEventDate ( ) . atZone ( ZoneId . systemDefault ( ) ) . toInstant ( ) ; return new AuditEvent ( Date . from ( loc0 ) , arg0 . getPrincipal ( ) , arg0 . getAuditEventType ( ) , convertDataToObjects ( arg0 . getData ( ) ) ) ; } | convert a persistentauditevent to an auditevent concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> convertDataToStrings concode_elem_sep Map<String,Object> convertDataToObjects |
void function ( ByteBuffer arg0 ) { int loc0 = arg0 . position ( ) ; int loc1 = arg0 . limit ( ) ; if ( loc0 > loc1 ) { throw new BodyEncoderException ( "srini_string" ) ; } encode ( arg0 , 0 , loc1 - loc0 ) ; } | this method is used to encode the provided buffer of bytes in a http/1 .1 compliant format and sent it to the client . once the data has been encoded it is handed to the transport layer within the server , which may choose to buffer the data if the content is too small to send efficiently or if the socket is not write ... |
int function ( int arg0 , int arg1 ) { return arg0 >>> arg1 ; } | shifts the bits of value shift-bits to the right and shifts also the msb . concode_field_sep PlaceHolder placeHolder concode_field_sep double Tan concode_elem_sep double Acosh concode_elem_sep double Cosh concode_elem_sep double Rnd concode_elem_sep double Rnd concode_elem_sep double Acsc concode_elem_sep void Randomiz... |
void function ( String arg0 , Object arg1 , FileDeleteStrategy arg2 ) { theInstance . track ( arg0 , arg1 , arg2 ) ; } | track the specified file , using the provided marker , deleting the file when the marker instance is garbage collected . the speified deletion strategy is used . concode_field_sep FileCleaningTracker theInstance concode_field_sep void exitWhenFinished concode_elem_sep FileCleaningTracker getInstance concode_elem_sep in... |
JSONObject function ( JSONObject arg0 , JSONObject arg1 ) { Iterator loc0 = arg1 . keys ( ) ; while ( loc0 . hasNext ( ) ) { try { String loc1 = ( String ) loc0 . next ( ) ; arg0 . put ( loc1 , arg1 . opt ( loc1 ) ) ; } catch ( JSONException loc1 ) { loc1 . printStackTrace ( ) ; } } return arg0 ; } | merge two json objects . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMgr concode_ele... |
void function ( int arg0 , int arg1 , float arg2 ) { mMat [ arg0 * 2 + arg1 ] = arg2 ; } | sets the value for a given row and column concode_field_sep float[] mMat concode_field_sep void rotate concode_elem_sep void load concode_elem_sep void loadScale concode_elem_sep float get concode_elem_sep void loadMultiply concode_elem_sep float[] getArray concode_elem_sep void loadIdentity concode_elem_sep void loadR... |
boolean function ( ) { return this . enabled != this . modelItem . isRelevant ( ) ; } | returns the enabled change state of a model item . concode_field_sep boolean valid concode_elem_sep boolean readonly concode_elem_sep boolean valueChanged concode_elem_sep Map<String,String> customMIPS concode_elem_sep boolean required concode_elem_sep boolean enabled concode_elem_sep ModelItem modelItem concode_field_... |
void function ( ) { } | this method resets the incoming events time events included . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void enterSequence_main_region_B_default concode_elem_sep void exitAction concode_elem_sep void runCycle concode_elem_sep void exitSequence... |
GameType function ( int arg0 ) { return GameType . getByID ( arg0 ) ; } | gets the gametype by id concode_field_sep boolean mapFeaturesEnabled concode_elem_sep String generatorOptions concode_elem_sep boolean commandsAllowed concode_elem_sep GameType theGameType concode_elem_sep long seed concode_elem_sep WorldType terrainType concode_elem_sep boolean bonusChestEnabled concode_elem_sep boole... |
String function ( File arg0 ) { return arg0 . getCanonicalPath ( ) ; } | retrieves the canonical path for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement concode_elem_sep java.io.InputStre... |
S function ( N arg0 , TypeSerializer < N > arg1 , StateDescriptor < S , ? > arg2 ) { return getStateBackend ( ) . getPartitionedState ( arg0 , ( TypeSerializer < Object > ) arg1 , arg2 ) ; } | creates a partitioned state handle , using the state backend configured for this task . concode_field_sep boolean inputCopyDisabled concode_elem_sep StreamTask<?,?> container concode_elem_sep Logger LOG concode_elem_sep KeySelector<?,?> stateKeySelector1 concode_elem_sep KeySelector<?,?> stateKeySelector2 concode_elem_... |
void function ( ) { outputJSON = false ; } | turns json output off , and turns on `` pretty strings '' for human consumption concode_field_sep long sequence concode_elem_sep boolean firstTxn concode_elem_sep boolean outputJSON concode_elem_sep boolean persistentOutput concode_elem_sep ObjectMapper MAPPER concode_elem_sep boolean outputValues concode_elem_sep Stri... |
void function ( int arg0 ) { this . lineNumber = arg0 ; } | set the line number where the variable declaration appears in the source concode_field_sep GlobalVariable compiledVar concode_elem_sep String systemId concode_elem_sep String variableName concode_elem_sep boolean isParameter concode_elem_sep SequenceType requiredType concode_elem_sep int nameCode concode_elem_sep List ... |
String function ( ) { return cryptProviderTypeExtSource ; } | gets the value of the cryptprovidertypeextsource property . concode_field_sep Object parent concode_elem_sep STAlgType cryptAlgorithmType concode_elem_sep STAlgClass cryptAlgorithmClass concode_elem_sep String algIdExt concode_elem_sep byte[] salt concode_elem_sep STDocProtect edit concode_elem_sep Boolean enforcement ... |
CreditorScheme function ( ) { return creditorScheme ; } | gets the value of the creditorscheme property . concode_field_sep CreditorScheme creditorScheme concode_field_sep void setCreditorScheme |
void function ( ) { writeBuffer . flip ( ) ; int loc0 = 0 ; while ( writeBuffer . remaining ( ) > 0 ) loc0 += channel . write ( writeBuffer , position ) ; position += loc0 ; writeBuffer . flip ( ) . limit ( writeBuffer . capacity ( ) ) ; } | drain internal buffers into underlying channels . concode_field_sep StreamLogging streamLogger concode_elem_sep IndexedFidReader reader concode_elem_sep FileChannel channel concode_elem_sep ByteBuffer writeBuffer concode_elem_sep int recordIndex concode_elem_sep int HEADER_SIZE concode_elem_sep long fidIndex concode_el... |
void function ( Layout arg0 ) { this . layout = arg0 ; } | sets the value of the layout 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 label concode_e... |
boolean function ( Date arg0 ) { return curMonthAndYear . getMonth ( ) == arg0 . getMonth ( ) ; } | is the date in the current month . concode_field_sep int lastDayOfWeekend concode_elem_sep Date curMonthAndYear concode_elem_sep int firstDayOfWeekend concode_elem_sep String[] dayOfWeekNames concode_elem_sep int DAYS_IN_WEEK concode_elem_sep int WEEKS_IN_MONTH concode_elem_sep int numDaysInMonth concode_elem_sep Strin... |
void function ( ImmutableClassesGiraphConfiguration arg0 ) { sanityCheckOutputParameters ( arg0 ) ; createTitanKeys ( arg0 ) ; disableSpeculativeExe ( arg0 ) ; } | set up configuration for titan output concode_field_sep String propertyKeyRegExp concode_elem_sep Logger LOG concode_field_sep void sanityCheckInputParameters concode_elem_sep void createTitanKeys concode_elem_sep void disableSpeculativeExe concode_elem_sep void sanityCheckOutputParameters |
void function ( ASTNode arg0 , SimplePropertyDescriptor arg1 ) { } | reports that the given node is about to change the value of a non-child property . the first half of an event pair . the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void preRemoveChildEvent concode_elem_sep void preReplaceChildEvent concode_elem_sep void postValueCh... |
int function ( ) { return this . alphabetSize ; } | returns the size of the alphabet i.e. the greatest symbol in the alphabet . concode_field_sep HashSet<Integer> finalStates concode_elem_sep int alphabetSize concode_elem_sep HashSet<Integer> initialStates concode_elem_sep boolean isDFA concode_elem_sep long serialVersionUID concode_elem_sep LinkedList<BasicTransition> ... |
Writer function ( ) { return rightColumn ; } | gets the writer to use to write to the right column . concode_field_sep int leftWidth concode_elem_sep StringBuffer leftBuf concode_elem_sep StringBuffer rightBuf concode_elem_sep IndentingWriter rightColumn concode_elem_sep IndentingWriter leftColumn concode_elem_sep Writer out concode_field_sep void writeSpaces conco... |
List < Group > function ( String arg0 , String arg1 ) { StringTokenizer loc0 = new StringTokenizer ( arg1 . substring ( 1 , arg1 . length ( ) - 1 ) , DELIMITER ) ; ArrayList < Group > loc1 = new ArrayList < Group > ( ) ; while ( loc0 . hasMoreTokens ( ) ) { loc1 . add ( new Group ( arg0 , loc0 . nextToken ( ) ) ) ; } r... | constructs the list of group from groups . the content of groups as submitted by client conforms to this format : '' tag1tag2 '' concode_field_sep PersistenceManagerFactory pmf concode_elem_sep String DELIMITER concode_field_sep ContactEntity getContactByDeviceId concode_elem_sep void makePersistent concode_elem_sep vo... |
JBIterable < E > function ( @ Nullable Iterable < ? extends E > arg0 ) { return arg0 == null ? this : this == EMPTY ? from ( arg0 ) : from ( ContainerUtil . concat ( myIterable , arg0 ) ) ; } | returns a jbiterable whose iterators traverse first the elements of this fluent iterable , followed by those of other . the iterators are not polled until necessary . the returned iterable 's iterator supports remove when the corresponding iterator supports it . concode_field_sep Iterable<E> myIterable concode_elem_sep... |
List < Listaeventiutente > function ( int arg0 ) { return listaeventiutenteFacade . getEventoByUtente ( arg0 ) ; } | recupera la lista degli eventi ai quali l'utente partecipa attravero l'id utente passato da parametro . concode_field_sep ListaeventiutenteFacadeLocal listaeventiutenteFacade concode_field_sep List<Listaeventiutente> getListaEventiUtenti concode_elem_sep void addEventoUtente concode_elem_sep Listaeventiutente getObjByI... |
PrintWriter function ( ) { log . finest ( "srini_string" ) ; return logwriter ; } | get the log writer for this managedconnectionfactory instance . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConne... |
String function ( File arg0 , File arg1 ) { String loc0 = arg1 . getPath ( ) . substring ( arg0 . getPath ( ) . length ( ) + 1 ) ; String loc1 = loc0 . replaceAll ( "srini_string" + File . separator , "srini_string" ) ; return loc1 ; } | returns the relative path of the given file with respect to the root directory , with all file separators replaced by slashes . example : for root c : \ work and file c : \ work \ com \ example \ foo.class , the result is com/example/foo . class concode_field_sep FileOutputStream os concode_elem_sep ZipOutputStream jar... |
void function ( String arg0 ) { this . query = arg0 ; } | sets the value of the query property . concode_field_sep String query concode_field_sep String getQuery |
String function ( ) { return fontSize ; } | gets the users font size ; concode_field_sep String fontSize concode_elem_sep Boolean showKeysFeedback concode_elem_sep Boolean showSequence concode_elem_sep long serialVersionUID concode_elem_sep Boolean showPartIntros concode_elem_sep Boolean showKeys concode_field_sep Boolean getShowKeysFeedback concode_elem_sep voi... |
Ticon function ( ) { return new Ticon ( ) ; } | create an instance of ticon concode_field_sep QName _MetaData_QNAME concode_field_sep Tad createTad concode_elem_sep Tocd createTocd concode_elem_sep Toption createToption concode_elem_sep Tattribute createTattribute concode_elem_sep Tmetadata createTmetadata concode_elem_sep Tdesignate createTdesignate concode_elem_se... |
Class < ? > function ( String arg0 ) { Class < ? > loc0 = null ; for ( String loc1 : imports ) { if ( loc1 . endsWith ( "srini_string" ) ) { final String loc2 = loc1 . substring ( 0 , loc1 . lastIndexOf ( '.' ) + 1 ) + arg0 ; loc0 = resolveQualifiedName ( loc2 ) ; if ( loc0 != null ) { break ; } } } return loc0 ; } | try star imports . concode_field_sep String DOLLAR_SIGN concode_elem_sep Set<String> imports concode_elem_sep ClassLoader loader concode_elem_sep String pkg concode_elem_sep String PERIOD concode_field_sep Class<?> resolve concode_elem_sep Class<?> resolveInnerClass concode_elem_sep boolean isLoadable concode_elem_sep ... |
void function ( boolean arg0 ) { fStatementsRecovery = arg0 ; } | requests that the compiler should perform statements recovery . to be effective , this method must be called before any of #getroot , #getastrewrite , #getimportremover . this method has no effect if the target object has been created with #compilationunitrewrite ijavascriptunit , javascriptunit . defaults to false do ... |
SortedMap < K , V > function ( K arg0 , V arg1 ) { SortedMap < K , V > loc0 = new TreeMap < K , V > ( ) ; loc0 . put ( arg0 , arg1 ) ; return loc0 ; } | wraps the given key and value in a mutable sorted map . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<T> toSet concode_elem_sep Map<K,V> toMap concode_elem_sep SortedSet<T> toSortedSet concode_elem_sep SortedSet<T> toSortedSet concode_elem_sep T[] toArray concode_elem_sep Set<T> toLinkedSet concode_el... |
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } } | used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep bool... |
int function ( ) { return new HashCodeBuilder ( 15 , 37 ) . append ( identifier ) . append ( name ) . append ( databaseName ) . toHashCode ( ) ; } | this hashcode method must not change - do not add the database id to this hashcode method - otherwise the protein loader code will break . only considers the natural key of the xref object as it should ! concode_field_sep String identifier concode_elem_sep String databaseName concode_elem_sep String name concode_elem_s... |
long function ( ) { return lease ; } | get number of milliseconds for the lease time . this time is specified the server . concode_field_sep Thread poller concode_elem_sep Uri leaseHref concode_elem_sep long lastPollAttempt concode_elem_sep boolean alive concode_elem_sep ObixSession session concode_elem_sep HashMap hrefToItem concode_elem_sep ArrayList list... |
int function ( ) { return negativeThreshold ; } | returns negative threshold in percents . concode_field_sep int DEFAULT_NEGATIVE_THRESHOLD concode_elem_sep Pattern positivePattern concode_elem_sep String KEY_KEYWORDS concode_elem_sep Color positiveColor concode_elem_sep String DEFAULT_POSITIVE_EXPRESSIONS concode_elem_sep String negativeExpressions concode_elem_sep i... |
void function ( int arg0 ) { this . queueSize = arg0 ; } | create a fixed size queue to receive requests . concode_field_sep long connectionTimeout concode_elem_sep int queueSize concode_elem_sep long pollInterval concode_elem_sep Map<String,String> dispatchMap concode_elem_sep URI uri concode_elem_sep String innerProtocol concode_elem_sep RouteboxDispatchStrategy dispatchStra... |
E function ( int arg0 , E arg1 ) { int loc0 = binarySearch ( mKeys , mSize , arg0 ) ; if ( loc0 < 0 || mValues [ loc0 ] == DELETED ) { return arg1 ; } else { return ( E ) mValues [ loc0 ] ; } } | gets the object mapped from the specified key , or the specified object if no such mapping has been made . concode_field_sep Object DELETED concode_elem_sep int[] EMPTY_INTS concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] EMPTY_OBJECTS concode_elem_sep... |
String function ( ) { return password ; } | gets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep void setUserName concode_elem_sep String getUserName |
void function ( java . lang . String arg0 ) { _wsrpConsumerPortlet . setPortletHandle ( arg0 ) ; } | sets the portlet handle of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setEx... |
WebserviceResponse function ( final String arg0 , final Map arg1 , final File arg2 , final String arg3 , final String arg4 ) { return makeRundeckRequest ( arg0 , arg1 , arg2 , arg3 , null , arg4 ) ; } | make the request to the itnav workbench . concode_field_sep WebConnectionParameters connParams concode_field_sep void setConnParams concode_elem_sep String getPassword concode_elem_sep WebConnectionParameters getConnParams concode_elem_sep String getServerUrl concode_elem_sep String getUsername |
void function ( BigDecimal arg0 ) { this . maximumFinancedAmount = arg0 ; } | sets the value of the maximumfinancedamount property . concode_field_sep String jumpCreditEIPPayOff concode_elem_sep long serialVersionUID concode_elem_sep String adjustedTerm concode_elem_sep String finalDownPayment concode_elem_sep BigDecimal remainingFinancedAmount concode_elem_sep BigDecimal monthlyPayment concode_... |
String function ( ) { return clientKeyFile ; } | the client key file concode_field_sep String caCertData concode_elem_sep String oauthToken concode_elem_sep String clientKeyAlgo concode_elem_sep String clientCertFile concode_elem_sep String password concode_elem_sep String apiVersion concode_elem_sep String clientKeyData concode_elem_sep String masterUrl concode_elem... |
long function ( ) { return maxDoc ; } | returns the total number of documents , regardless of whether they all contain values for this field . concode_field_sep String field concode_elem_sep long maxDoc concode_elem_sep long docCount concode_elem_sep long sumTotalTermFreq concode_elem_sep long sumDocFreq concode_field_sep String field concode_elem_sep long d... |
void function ( java . util . Collection < TrustedAdvisorCheckSummary > arg0 ) { if ( arg0 == null ) { this . summaries = null ; return ; } this . summaries = new com . amazonaws . internal . SdkInternalList < TrustedAdvisorCheckSummary > ( arg0 ) ; } | the summary information for the requested trusted advisor checks . concode_field_sep com.amazonaws.internal.SdkInternalList<TrustedAdvisorCheckSummary> summaries concode_field_sep java.util.List<TrustedAdvisorCheckSummary> getSummaries concode_elem_sep int hashCode concode_elem_sep DescribeTrustedAdvisorCheckSummariesR... |
int function ( ) { return 37 * 17 + ( int ) typeVal ; } | we use a basic hashcode implementation , since this class will likely not be used as a hashmap key concode_field_sep byte BOOL concode_elem_sep byte INT concode_elem_sep byte typeVal concode_elem_sep byte DOUBLE concode_elem_sep TypeID StringTypeID concode_elem_sep byte FLOAT concode_elem_sep TypeID DoubleTypeID concod... |
RuntimeException function ( final Type arg0 ) { throw new IllegalArgumentException ( ) ; } | create visiting error in case the visitor could not recognize the visit type . concode_field_sep PlaceHolder placeHolder concode_field_sep T onClass concode_elem_sep T onGenericArray concode_elem_sep T onVariable concode_elem_sep T onWildcard concode_elem_sep T onParameterizedType concode_elem_sep T visit |
List < Contact > function ( ) { Map < String , Contact > loc0 = new TreeMap < String , Contact > ( String . CASE_INSENSITIVE_ORDER ) ; for ( int loc1 = 0 ; loc1 < 50 ; loc1 ++ ) { if ( backend [ loc1 ] != null ) { loc0 . put ( unicKey ( backend [ loc1 ] . getMail ( ) , loc1 ) , backend [ loc1 ] ) ; } } return new Array... | sort contacts by email field . concode_field_sep Contact[] backend concode_elem_sep Storage instance concode_elem_sep String TEMPLATE_SORT concode_field_sep List<Contact> getSortedByPhone concode_elem_sep boolean saveContact concode_elem_sep String toNumeric concode_elem_sep boolean removeContact concode_elem_sep boole... |
void function ( ) { size = 0 ; } | removes all entries from the priorityqueue . concode_field_sep long sentinel concode_elem_sep int size concode_elem_sep int currentCapacity concode_elem_sep int maxSize concode_elem_sep long[] heap concode_field_sep long add concode_elem_sep void downHeap concode_elem_sep boolean insert concode_elem_sep long[] sort con... |
CompletableFuture < GameProfile > function ( String arg0 ) { return this . get ( arg0 , true ) ; } | looks up a gameprofile by its user name case-insensitive . this method checks the local profile cache before contacting the profile servers . use #get string , boolean to disable the cachelookup . the returned completablefuture throws an executionexception caused by a profilenotfoundexception if the profile does not ex... |
boolean function ( Coordinate arg0 , Coordinate arg1 , int arg2 , int arg3 , double arg4 ) { int loc0 = ( arg3 - arg2 ) / NUM_PTS_TO_CHECK ; if ( loc0 <= 0 ) loc0 = 1 ; for ( int loc1 = arg2 ; loc1 < arg3 ; loc1 += loc0 ) { if ( ! isShallow ( arg0 , arg1 , inputLine [ loc1 ] , arg4 ) ) return false ; } return true ; } | checks for shallowness over a sample of points in the given section . this helps prevents the siplification from incrementally `` skipping '' over points which are in fact non-shallow . concode_field_sep int KEEP concode_elem_sep double distanceTol concode_elem_sep int NUM_PTS_TO_CHECK concode_elem_sep Coordinate[] inp... |
int function ( int arg0 ) { return counts [ arg0 ] ; } | retrieves the record count for the given section concode_field_sep int[] counts concode_elem_sep int flags concode_elem_sep int LENGTH concode_elem_sep int id concode_elem_sep Random random concode_field_sep void init concode_elem_sep void setFlag concode_elem_sep boolean validFlag concode_elem_sep void unsetFlag conco... |
SendDataPoint function ( Long arg0 ) { setComplaints ( arg0 ) ; return this ; } | number of unwanted emails that were rejected by recipients . concode_field_sep Long rejects concode_elem_sep Long complaints concode_elem_sep Long bounces concode_elem_sep Long deliveryAttempts concode_elem_sep java.util.Date timestamp concode_field_sep Long getDeliveryAttempts concode_elem_sep void setBounces concode_... |
void function ( ) { if ( camera != null ) { camera . release ( ) ; camera = null ; framingRect = null ; framingRectInPreview = null ; } } | closes the camera driver if still in use . concode_field_sep String TAG concode_elem_sep int requestedFramingRectHeight concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep PreviewCallback previewCallback conc... |
void function ( String arg0 ) { } | initializes the shuffleclient , specifying this executor 's appid . must be called before any other method on the shuffleclient . concode_field_sep PlaceHolder placeHolder concode_field_sep void fetchBlocks |
boolean function ( ) { return this . index == 0 ; } | document me ! concode_field_sep ResultSet owner concode_elem_sep int index concode_elem_sep List rows concode_field_sep Object[] next concode_elem_sep boolean wasEmpty concode_elem_sep boolean isDynamic concode_elem_sep boolean isLast concode_elem_sep boolean isEmpty concode_elem_sep void beforeFirst concode_elem_sep b... |
int function ( ) { return AS400DataType . TYPE_FLOAT8 ; } | returns com.ibm.as400.access.as400datatype #type_float8 type_float8 . concode_field_sep double defaultValue concode_elem_sep int SIZE concode_elem_sep long serialVersionUID concode_field_sep int getByteLength concode_elem_sep double toDouble concode_elem_sep double toDouble concode_elem_sep byte[] toBytes concode_elem_... |
Boolean function ( ) { return isItalic ; } | gets the value of the isitalic property . concode_field_sep Boolean isItalic concode_elem_sep Double size concode_elem_sep Boolean isUnderline concode_elem_sep String name concode_elem_sep Boolean isStrikeThrough concode_elem_sep Boolean isBold concode_field_sep void setName concode_elem_sep void setIsItalic concode_el... |
void function ( String arg0 , GameState arg1 ) { arg1 . setGame ( this ) ; myGamePanel . getGameStateManager ( ) . add ( arg0 , arg1 ) ; } | adds the game state . concode_field_sep SoundManager mySoundManager concode_elem_sep HashMap<String,Object> mySingletons concode_elem_sep String myName concode_elem_sep Launcher myLauncher concode_elem_sep GameFrame myGameFrame concode_elem_sep GamePanel myGamePanel concode_field_sep void removeSingleton concode_elem_s... |
Object function ( ) { return mutex ; } | give access to mutex used for synchronizing replicasmap concode_field_sep Map<String,Map<Long,ReplicaInfo>> map concode_elem_sep Object mutex concode_field_sep ReplicaInfo add concode_elem_sep void initBlockPool concode_elem_sep void cleanUpBlockPool concode_elem_sep int size concode_elem_sep void addAll concode_elem_s... |
void function ( final Object arg0 ) { final Object loc0 = this . value ; if ( arg0 instanceof Float == false ) { this . value = null ; } else { this . value = ( Float ) arg0 ; } propertyChangeSupport . firePropertyChange ( null , loc0 , this . value ) ; } | set or change the object that is to be edited . primitive types such as `` int '' must be wrapped as the corresponding object type such as `` java.lang.integer '' . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Float value concode_field_sep String getJavaInitializationString concode_ele... |
List < Node > function ( ) { return Collections . unmodifiableList ( _observedVars ) ; } | returns the list of tetradnodes over which this independence checker is capable of determinine independence relations -- that is , all the variables in the given graph or the given data set . concode_field_sep boolean verbose concode_elem_sep double pvalue concode_elem_sep double alpha concode_elem_sep StandardizedSemI... |
void function ( String arg1 ) { this . arg0 = arg1 ; } | sets the value of the arg0 property . concode_field_sep DataHandler file concode_elem_sep String arg0 concode_field_sep void setFile concode_elem_sep String getArg0 concode_elem_sep DataHandler getFile |
void function ( Liquid arg0 ) { this . liquid = arg0 ; } | sets drink liquid concode_field_sep Map<Ingredient,Integer> mainIngredients concode_elem_sep Liquid liquid concode_elem_sep String name concode_elem_sep Map<Ingredient,Integer> optionalIngredients concode_elem_sep Map<Tare,Integer> tare concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Map... |
MaxSizeConfig function ( int arg0 ) { if ( arg0 > 0 ) { this . size = arg0 ; } return this ; } | sets the maximum size of the map . concode_field_sep MaxSizePolicy maxSizePolicy concode_elem_sep int DEFAULT_MAX_SIZE concode_elem_sep MaxSizeConfigReadOnly readOnly concode_elem_sep int size concode_field_sep int getSize concode_elem_sep void readData concode_elem_sep MaxSizePolicy getMaxSizePolicy concode_elem_sep S... |
void function ( OutputStream arg0 , int arg1 ) { byte [ ] loc0 = new byte [ 1 ] ; loc0 [ 0 ] = ( byte ) ( arg1 & 0xff ) ; arg0 . write ( loc0 ) ; } | implements outputstream.write int in terms of outputstream.write byte , int , int . outputstream assumes that you implement outputstream.write int and provides default implementations of the others , but often the opposite is more efficient . concode_field_sep AtomicReference<byte[]> skipBuffer concode_field_sep String... |
char [ ] function ( ) { return DEST_TL . get ( ) ; } | returns a thread-local 1024-char array . concode_field_sep ThreadLocal<char[]> DEST_TL concode_field_sep char[] initialValue |
PB function ( E arg0 , int arg1 ) { tree . add ( new ArrayList < > ( 5 ) ) ; elements . add ( arg0 ) ; PB loc0 = createProfileBreakdown ( ) ; timings . add ( arg1 , loc0 ) ; return loc0 ; } | helper method to add a new node to the dependency tree . initializes a new list in the dependency tree , saves the query and generates a new queryprofilebreakdown to track the timings ofthis query concode_field_sep Deque<Integer> stack concode_elem_sep ArrayList<E> elements concode_elem_sep ArrayList<PB> timings concod... |
String function ( ) { return resolution ; } | returns the resolution . concode_field_sep String spAccession concode_elem_sep String pdbGroup concode_elem_sep AlignmentBlock[] alignmentBlocks concode_elem_sep String experiment_type concode_elem_sep String header concode_elem_sep String iAlignment concode_elem_sep String resolution concode_elem_sep String pdbAccessi... |
void function ( String arg0 ) { this . actuate = arg0 ; } | sets the value of the actuate property . concode_field_sep String displayLabel concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String riType concode_elem_sep String actuate concode_elem_sep String id concode_elem_sep String href concode_elem_sep String type con... |
List < String > function ( ) { return getClaimValues ( CLAIM_AUDIENCE ) ; } | identifies the audience that the jwt is intended for . concode_field_sep JsonObject headers concode_elem_sep JsonObject claims concode_field_sep String encode concode_elem_sep String getPlainClaims concode_elem_sep String getIssuer concode_elem_sep String getSubject concode_elem_sep String geType concode_elem_sep JsonO... |
boolean function ( ) { return isResource ; } | return true if the target object is of type resource . concode_field_sep boolean isResource concode_elem_sep Object target concode_field_sep Object getObject |
Object function ( ) { return token ; } | get the token concode_field_sep TokenReference unAttachedReference concode_elem_sep Date expires concode_elem_sep byte[] entropy concode_elem_sep String tokenId concode_elem_sep long keySize concode_elem_sep Date created concode_elem_sep boolean computedKey concode_elem_sep TokenReference attachedReference concode_elem... |
void function ( String arg0 ) { this . iTitle = arg0 ; this . iUpdated = true ; } | this method sets the value for the ` title ' column concode_field_sep Object[] iKeys concode_elem_sep String TITLE concode_elem_sep String CREATIONDATE concode_elem_sep long iFk_projectid concode_elem_sep String EXPERIMENTID concode_elem_sep String FK_SETTINGSID concode_elem_sep String FK_PROJECTID concode_elem_sep lon... |
void function ( String arg0 ) { try { developerHome . create ( arg0 ) ; } catch ( CreateException loc0 ) { throw new EJBException ( loc0 ) ; } } | creates a developer concode_field_sep Category log concode_elem_sep String DEVELOPER_NAME concode_elem_sep ProjectLocalHome projectHome concode_elem_sep String PROJECT_NAME concode_elem_sep DeveloperLocalHome developerHome concode_field_sep void ejbCreate concode_elem_sep void addDeveloperToProject concode_elem_sep voi... |
String function ( ) { return path ; } | gets the value of the path property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep void setPathType concode_elem_sep void setId concode_elem_sep void setPath concode_elem_sep String getId concode_elem_sep String getPathType |
int function ( final int arg0 ) { if ( arg0 <= num_linear_buckets ) { return arg0 * interval ; } else { return cutoff + ( 1 << ( arg0 - num_linear_buckets + exp_bucket_shift ) ) ; } } | returns the low interval inclusive of the given bucket . concode_field_sep int[] buckets concode_elem_sep short interval concode_elem_sep int cutoff concode_elem_sep short num_linear_buckets concode_elem_sep short exp_bucket_shift concode_field_sep int log2roundup concode_elem_sep void add concode_elem_sep int log2roun... |
void function ( int arg0 ) { if ( arg0 == - 1 ) { totalLength = - 1 ; } else { totalLength = ( 64 - arg0 ) / 4 ; } } | set the length of the sound concode_field_sep int counterEnvelope concode_elem_sep int polynomialSteps concode_elem_sep boolean increaseEnvelope concode_elem_sep int CHAN_LEFT concode_elem_sep int numStepsEnvelope concode_elem_sep int channel concode_elem_sep int finalFreq concode_elem_sep int cycleLength concode_elem_... |
void function ( BitstreamDispatcher arg0 ) { this . dispatcher = arg0 ; } | set the dispatcher to be used by this run of the checker . concode_field_sep int BYTE_ARRAY_SIZE concode_elem_sep BitstreamInfoDAO bitstreamInfoDAO concode_elem_sep ChecksumResultsCollector collector concode_elem_sep ChecksumHistoryDAO checksumHistoryDAO concode_elem_sep BitstreamDispatcher dispatcher concode_elem_sep ... |
void function ( String arg0 ) { this . database = arg0 ; } | assigns the value of this object 's jdbc database connection url attribute . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection get... |
int function ( byte [ ] arg0 , OutputStream arg1 ) { return encoder . encode ( arg0 , 0 , arg0 . length , arg1 ) ; } | encode the byte data writing it to the given output stream . concode_field_sep Encoder encoder concode_field_sep byte[] decode concode_elem_sep int decode concode_elem_sep byte[] decode concode_elem_sep int decode |
Entry [ ] function ( ) { Entry [ ] loc0 = new Entry [ current ] ; for ( int loc1 = 0 ; loc1 < current ; loc1 ++ ) loc0 [ current - loc1 - 1 ] = list [ loc1 ] ; return loc0 ; } | get the history from current backwards . concode_field_sep int MAX_HISTORY concode_elem_sep ArrayList recent concode_elem_sep int count concode_elem_sep Entry[] list concode_elem_sep String uri concode_elem_sep int current concode_field_sep Entry[] recentList concode_elem_sep void recentAdd concode_elem_sep boolean isB... |
String function ( ) { return this . recordName ; } | returns record field name concode_field_sep String recordName concode_elem_sep boolean recordChange concode_elem_sep String recordValue concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep void setChange concode_elem_sep void setValue concode_elem_sep boolean getChange |
void function ( PacketNIO arg0 , int arg1 ) { for ( int loc0 = 0 ; loc0 < this . connections . size ( ) ; loc0 ++ ) { if ( loc0 != arg1 ) { this . connections . get ( loc0 ) . addToUDPSendQueue ( arg0 ) ; } } } | sends the given packetnio to every player except the one noted via udp concode_field_sep List<ConnectionNIO> connections concode_elem_sep Thread readThread concode_field_sep void addToList concode_elem_sep void sendPackets concode_elem_sep void sendTCPPacketAll concode_elem_sep List<ConnectionNIO> getList concode_elem_... |
boolean function ( long arg0 , long arg1 ) { if ( isRunning || arg1 - arg0 > getElapsedTimeNanos ( ) ) { this . relativeStartNanos = arg0 ; this . relativeFinishNanos = arg1 ; isRunning = false ; return true ; } return false ; } | record the elapsed time in case the new duration is greater . this method could be called multiple times if we run shared action concurrently and the one that really gets executed takes more time to send the finish event and the one that was a cache hit manages to send the event before . in this case we overwrite the t... |
String function ( String arg0 , String arg1 ) { return markTargetString ( arg0 , arg1 , "srini_string" , "srini_string" , true ) ; } | finds target string in text and put spaces around it so it will be matched with we match against tokens concode_field_sep CacheMap<String,Pattern> targetStringPatternCache concode_elem_sep Pattern whitespacePattern concode_elem_sep Pattern lnrmDelimPattern concode_elem_sep Comparator<String> LONGEST_STRING_COMPARATOR c... |
void function ( String arg0 ) { LogIt ( Level . INFO . level , "srini_string" , arg0 ) ; } | info log . concode_field_sep Level ERROR concode_elem_sep int level concode_elem_sep Level NONE concode_elem_sep String text concode_elem_sep Level INFO concode_elem_sep Level WARN concode_field_sep int getLevel concode_elem_sep String getText concode_elem_sep void warning concode_elem_sep void error concode_elem_sep v... |
void function ( AnimeWorks arg0 ) { arg0 . repaint ( ) ; } | display concode_field_sep MineImage img concode_field_sep void paint |
String function ( ) { return phoneNumber ; } | returns phone number of this person . concode_field_sep String phoneNumber concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setPhoneNumber concode_elem_sep String toString concode_elem_sep boolean isValidPhoneNumber |
String function ( int arg0 ) { if ( arg0 < 0 || arg0 > m_windows . size ( ) ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; WBWindow loc0 = ( WBWindow ) m_windows . get ( arg0 ) ; if ( loc0 . mWindow != null && loc0 . Type == TYPE_WINDOW ) return loc0 . mWindow . getDescription ( ) ; return null ; } | get description of window concode_field_sep long serialVersionUID concode_elem_sep int AD_Workbench_ID concode_elem_sep String ColumnName concode_elem_sep String Help concode_elem_sep ArrayList<WBWindow> m_windows concode_elem_sep int AD_Column_ID concode_elem_sep String Name concode_elem_sep int WindowNo concode_elem_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.