idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
17,300
get custom serializer concode_field_sep java.lang.String country concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.Authentication_ParametersType authentication_Parameters concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
17,301
gets the value of the hibernatesessionfactoryregistryname property . concode_field_sep String hibernateConfiguration concode_elem_sep String hibernateSessionFactoryRegistryName concode_elem_sep String hibernateSessionFactoryJNDIName concode_field_sep void setHibernateConfiguration concode_elem_sep void setHibernateSess...
String function ( ) { return hibernateSessionFactoryRegistryName ; }
17,302
removes all the web d a v propses from the database . concode_field_sep WebDAVPropsPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep WebDAVProps removeByC_C concode_elem_sep List<WebDAVProps> findWithDynamicQuery concode_elem_sep...
void function ( ) { getPersistence ( ) . removeAll ( ) ; }
17,303
adds a hand cursor to the component , as well as a click listener that triggers a browse action to the given url . concode_field_sep PlaceHolder placeHolder concode_field_sep void addWindowListener concode_elem_sep JFrame getJFrame concode_elem_sep void packLater concode_elem_sep void browse
void function ( final Component arg0 , final String arg1 ) { if ( arg1 == null ) return ; arg0 . setCursor ( Cursor . getPredefinedCursor ( Cursor . HAND_CURSOR ) ) ; arg0 . addMouseListener ( new MouseAdapter ( ) { @ Override public void mousePressed ( MouseEvent arg2 ) { JFrame loc0 = getJFrame ( arg0 ) ; browse ( ar...
17,304
informs the optimization that a traversal will begin . concode_field_sep AbstractCompiler compiler concode_field_sep Node optimizeSubtree concode_elem_sep void endTraversal concode_elem_sep CodingConvention getCodingConvention concode_elem_sep boolean isASTNormalized concode_elem_sep boolean nodeTypeMayHaveSideEffects ...
void function ( AbstractCompiler arg0 ) { this . compiler = arg0 ; }
17,305
test of primitivetransferable #gettransferdata method - error case . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetTransferDataNominal concode_elem_sep void setUpBeforeClass concode_elem_sep void testGetTransferDataFlavors concode_elem_sep void testIsDataFlavorSupported
void function ( ) { new PrimitiveTransferable ( Collections . singleton ( new Node ( 1 ) ) ) . getTransferData ( null ) ; }
17,306
put element , key not allowed to be null concode_field_sep CacheFullRemoveType<V> cacheFullRemoveType concode_elem_sep AtomicLong hitCount concode_elem_sep Map<K,CacheObject<V>> cache concode_elem_sep AtomicLong missCount concode_elem_sep int maxSize concode_elem_sep long validTime concode_elem_sep long serialVersionUI...
CacheObject < V > function ( K arg0 , V arg1 ) { CacheObject < V > loc0 = new CacheObject < V > ( ) ; loc0 . setData ( arg1 ) ; loc0 . setForever ( validTime == - 1 ) ; return put ( arg0 , loc0 ) ; }
17,307
handles the snmp get request for appversion concode_field_sep int APPNAME concode_elem_sep byte[] appVersion concode_elem_sep int APPVERSION concode_elem_sep byte[] osManufacturer concode_elem_sep byte[] osName concode_elem_sep int OSVERSION concode_elem_sep byte[] descriptionOfSoftware concode_elem_sep int OSNAME conc...
byte [ ] function ( ) { return appVersion ; }
17,308
gets the value of the personid property . concode_field_sep Long reminderId concode_elem_sep Long personId concode_field_sep void setReminderId concode_elem_sep Long getReminderId concode_elem_sep void setPersonId
Long function ( ) { return personId ; }
17,309
closes the mastermobcompactionthread . concode_field_sep ExecutorService mobCompactorPool concode_elem_sep TableLockManager tableLockManager concode_elem_sep ExecutorService pool concode_elem_sep Configuration conf concode_elem_sep List<HColumnDescriptor> hcds concode_elem_sep boolean allFiles concode_elem_sep Executor...
void function ( ) { interruptIfNecessary ( ) ; join ( ) ; }
17,310
gets the value of the mechanism property . concode_field_sep List<Object> structid concode_elem_sep String label5 concode_elem_sep List<Object> admid concode_elem_sep XMLGregorianCalendar created concode_elem_sep String btype concode_elem_sep String groupid concode_elem_sep String id concode_elem_sep ObjectType mechani...
ObjectType function ( ) { return mechanism ; }
17,311
returns the name of the key generation algorithm . concode_field_sep SecureRandom RANDOM concode_elem_sep Provider provider concode_elem_sep Engine ENGINE concode_elem_sep KeyGeneratorSpi spiImpl concode_elem_sep String algorithm concode_field_sep SecretKey generateKey concode_elem_sep void init concode_elem_sep void i...
String function ( ) { return algorithm ; }
17,312
sets the value of the name property . concode_field_sep String nameAc concode_elem_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep void setNameAc concode_elem_sep String getNameAc concode_elem_sep void setValue
void function ( String arg0 ) { this . name = arg0 ; }
17,313
gets the value of the contractstartdate property . concode_field_sep ServiceImpactInfo.IncludedFeatures includedFeatures concode_elem_sep List<IncludedFeatureDetails> includedFeature concode_elem_sep ServiceImpactInfo.AddOnFeatures addOnFeatures concode_elem_sep String contractStartDate concode_elem_sep List<AddOnFeatu...
String function ( ) { return contractStartDate ; }
17,314
returns the framing rectangle2d that defines the overall shape ofthis object . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep double getMaxX concode_elem_sep boolean isEmpty concode_elem_sep double getMaxY concode_elem_sep double getWidth concode_elem_sep Rectangle getBo...
Rectangle2D function ( ) { return new Rectangle2D . Double ( getX ( ) , getY ( ) , getWidth ( ) , getHeight ( ) ) ; }
17,315
returns a new movie in that all tracks have the timescale 10000000 . cts & dts are modified in a way that even with more than one framerate the fragments exactly begin at the same time . concode_field_sep Logger LOG concode_elem_sep ManifestWriter manifestWriter concode_elem_sep boolean debugOutput concode_elem_sep Fil...
Movie function ( Movie arg0 ) { Movie loc0 = new Movie ( ) ; for ( Track loc1 : arg0 . getTracks ( ) ) { loc0 . addTrack ( new ChangeTimeScaleTrack ( loc1 , timeScale , ismvBuilder . getFragmentIntersectionFinder ( ) . sampleNumbers ( loc1 , arg0 ) ) ) ; } return loc0 ; }
17,316
warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
17,317
gets the value of the startingserialnumber property . concode_field_sep ProductInstance.InstanceRange instanceRange concode_elem_sep String serialNumber concode_elem_sep String startingSerialNumber concode_elem_sep XMLGregorianCalendar expirationTime concode_elem_sep String endingSerialNumber concode_elem_sep String im...
String function ( ) { return startingSerialNumber ; }
17,318
this method gives you the minimum from the array concode_field_sep int[] array concode_elem_sep int ARRAY_SIZE concode_field_sep int maximumElement concode_elem_sep void fillArray concode_elem_sep void printArray concode_elem_sep void main
int function ( int [ ] arg0 , int arg1 ) { int loc0 = arg0 [ 0 ] ; for ( int loc1 : arg0 ) { if ( loc1 < loc0 ) loc0 = loc1 ; } return loc0 ; }
17,319
regression of pdi-3064 : keep correct ` inherit all variables ' settings . this is a case for ` do not override ' concode_field_sep Mapping step concode_elem_sep Trans trans concode_elem_sep TransMeta transMeta concode_field_sep void testInheritAllParametersCopy concode_elem_sep void testOverrideMappingParameters conco...
void function ( ) { prepareMappingParametesActions ( false ) ; Mockito . verify ( transMeta , never ( ) ) . copyVariablesFrom ( Mockito . any ( VariableSpace . class ) ) ; }
17,320
set the delegate to use for callbacks . if not invoked , no callbacks will be submitted . concode_field_sep RepositorySessionStoreDelegate delegate concode_elem_sep HashSet<String> folders concode_elem_sep HashSet<String> folderParents concode_elem_sep String LOG_TAG concode_elem_sep int flushThreshold concode_elem_sep...
void function ( RepositorySessionStoreDelegate arg0 ) { this . delegate = arg0 ; }
17,321
space around - `` dont put any label near me by this # of pixels '' concode_field_sep int spaceAround concode_elem_sep int maxDisplacement concode_elem_sep List<Geometry> geoms concode_elem_sep int minGroupDistance concode_elem_sep double goodnessOfFit concode_elem_sep int[] graphicMargin concode_elem_sep String label ...
void function ( int arg0 ) { spaceAround = arg0 ; }
17,322
closes the camera driver if still in use . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep boolean reverseImage concode_elem_sep CameraConfigurationManager configManager concode_elem_sep...
void function ( ) { if ( camera != null ) { camera . release ( ) ; camera = null ; framingRect = null ; framingRectInPreview = null ; } }
17,323
retrieves whether values for the designated parameter can be signed numbers . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] class...
boolean function ( int arg0 ) { checkRange ( arg0 ) ; Boolean loc0 = Types . isUnsignedAttribute ( types [ -- arg0 ] ) ; return loc0 != null && ! loc0 . booleanValue ( ) && ! isIdentity [ arg0 ] ; }
17,324
matches if the source iterable has an order that matches the given matcher . concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher<Order> LineItem concode_elem_sep Matcher<LineItem> Product
Matcher < Iterable < ? super T >> function ( Matcher < ? super T > arg0 ) { return hasItem ( arg0 ) ; }
17,325
returns the number of registered listeners . concode_field_sep L proxy concode_elem_sep List<L> listeners concode_elem_sep long serialVersionUID concode_elem_sep L[] prototypeArray concode_field_sep L[] getListeners concode_elem_sep void createProxy concode_elem_sep void writeObject concode_elem_sep EventListenerSuppor...
int function ( ) { return listeners . size ( ) ; }
17,326
this will get the subtype of font . concode_field_sep PDFontDescriptor fontDescriptor concode_elem_sep Matrix DEFAULT_FONT_MATRIX concode_elem_sep FontMetrics afmStandard14 concode_elem_sep COSDictionary dict concode_elem_sep List<Integer> widths concode_elem_sep CMap toUnicodeCMap concode_elem_sep float fontWidthOfSpa...
String function ( ) { return dict . getNameAsString ( COSName . SUBTYPE ) ; }
17,327
encodes the given string into a sequence of bytes using the utf-16le charset , storing the result into a new byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep String newStringUsAscii concode_elem_sep String newStringUtf8 concode_elem_sep byte[] getBytesUnchec...
byte [ ] function ( String arg0 ) { return StringUtils . getBytesUnchecked ( arg0 , CharEncoding . UTF_16LE ) ; }
17,328
translates the position of connector down to diagram coordinates . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Point function ( GraphConnector arg0 ) { return getAbsolutePosition ( arg0 . getGraphElement ( ) , arg0 . getPosition ( ) ) ; }
17,329
calls a seam component by name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getSeamComponentName concode_elem_sep Method findMethod concode_elem_sep Object getSeamComponentByName concode_elem_sep Object callSeamComponentByRef concode_elem_sep Object callSeamComponentByRef concode_elem_sep Object...
Object function ( String arg0 , String arg1 , Object arg2 ) { List < Object > loc0 = new ArrayList < Object > ( ) ; loc0 . add ( arg2 ) ; return callSeamComponentByName ( arg0 , arg1 , loc0 . toArray ( ) ) ; }
17,330
returns true if the environment is configured to ipv6 . i.e. values of the relevant system properties are following : java.net.preferipv4stack = false java.net.preferipv6addresses = true concode_field_sep Logger LOGGER concode_elem_sep boolean PREFER_IPV6_ADDR concode_elem_sep boolean PREFER_IPV4_STACK concode_field_se...
boolean function ( ) { return ! PREFER_IPV4_STACK && PREFER_IPV6_ADDR ; }
17,331
bound probability to between 0 , 1 exclusive . concode_field_sep String HP_ROOT concode_elem_sep PermissionsManager permissions concode_elem_sep AccessLevel matchAccess concode_elem_sep Logger logger concode_elem_sep VocabularyManager vocabularyManager concode_elem_sep PairCache<PatientSimilarityView> viewCache concode...
double function ( double arg0 ) { return Math . min ( Math . max ( arg0 , EPS ) , 1 - EPS ) ; }
17,332
method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con...
Database function ( ) { return dDatabase ; }
17,333
define the date/time format with a simpledateformat - style pattern . this is a shortcut for setting up a gson as follows : new gsonbuilder . setdateformat dateformatpattern . create ; concode_field_sep String dateFormatPattern concode_elem_sep boolean disableHtmlEscaping concode_elem_sep boolean prettyPrinting concode...
void function ( String arg0 ) { this . dateFormatPattern = arg0 ; }
17,334
returns the uin of the aim registration account . concode_field_sep String password concode_elem_sep boolean rememberPassword concode_elem_sep String uin concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep boolean isRememberPassword concode_elem_sep void setRememberPassword concode_e...
String function ( ) { return uin ; }
17,335
sets the #priority flag . concode_field_sep short ACK concode_elem_sep short PRIORITY concode_elem_sep short PADDED concode_elem_sep short END_STREAM concode_elem_sep short END_HEADERS concode_elem_sep short value concode_field_sep boolean paddingPresent concode_elem_sep Http2Flags paddingPresent concode_elem_sep Http2...
Http2Flags function ( boolean arg0 ) { return setFlag ( arg0 , PRIORITY ) ; }
17,336
returns the mean of points visited . concode_field_sep double m_MaxP concode_elem_sep double m_PointCount concode_elem_sep double m_CoordCount concode_elem_sep double m_SumP concode_elem_sep double m_SumC concode_elem_sep double m_SumSqC concode_elem_sep long serialVersionUID concode_elem_sep double m_SumSqP concode_el...
double function ( ) { return m_SumP / ( double ) m_NumQueries ; }
17,337
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 this . index ; }
17,338
get the line number of this location concode_field_sep LocationImpl UNKNOWN concode_elem_sep int line concode_elem_sep int column concode_elem_sep String description concode_elem_sep String uri concode_field_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep LocationImpl get concode_elem_sep boolean ...
int function ( ) { return this . line ; }
17,339
returns the process service . concode_field_sep String DEFAULT_ENGINE concode_field_sep RepositoryService getRepositoryService concode_elem_sep ProcessEngine getProcessEngine concode_elem_sep ProcessEngineInfo getProcessEngineInfo concode_elem_sep IdentityService getIdentityService concode_elem_sep FormService getFormS...
RuntimeService function ( ) { return getProcessEngine ( ) . getRuntimeService ( ) ; }
17,340
test of npara method , of class logisticdistribution . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testVar concode_elem_sep void testEntropy concode_elem_sep void testSd concode_elem_sep void testCdf concode_elem_sep void testMean concode_elem_sep void setUp concode...
void function ( ) { System . out . println ( "srini_string" ) ; LogisticDistribution loc0 = new LogisticDistribution ( 2.0 , 1.0 ) ; loc0 . rand ( ) ; assertEquals ( 2 , loc0 . npara ( ) ) ; }
17,341
sets the class p k of this social activity limit . concode_field_sep SocialActivityLimit _socialActivityLimit concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void set...
void function ( long arg0 ) { _socialActivityLimit . setClassPK ( arg0 ) ; }
17,342
add a symbol to this criteria . concode_field_sep boolean built concode_elem_sep List<Symbol> symbols concode_field_sep void expand concode_elem_sep List<Symbol> getSymbols concode_elem_sep StartState where concode_elem_sep String toString concode_elem_sep void close
void function ( Symbol arg0 ) { Preconditions . checkState ( ! built , "srini_string" ) ; symbols . add ( arg0 ) ; }
17,343
gets the width . concode_field_sep String TAG concode_elem_sep Bitmap mBitmap concode_elem_sep int mRotation concode_field_sep int getHeight concode_elem_sep void setBitmap concode_elem_sep Bitmap getBitmap concode_elem_sep int getRotation concode_elem_sep boolean isOrientationChanged concode_elem_sep void recycle conc...
int function ( ) { if ( isOrientationChanged ( ) ) { return mBitmap . getHeight ( ) ; } else { return mBitmap . getWidth ( ) ; } }
17,344
how many rows/states in the machine/table . concode_field_sep parse_reduce_row[] under_state concode_elem_sep int _num_states concode_field_sep String toString
int function ( ) { return _num_states ; }
17,345
generics friendly version of serviceregistry #getservice servicename concode_field_sep Map<State,Map<Mode,Mode>> modeToggle concode_field_sep T getValue concode_elem_sep T findValue concode_elem_sep void stop concode_elem_sep void start concode_elem_sep ServiceController<T> getService concode_elem_sep void remove conco...
ServiceController < T > function ( ServiceRegistry arg0 , ServiceName arg1 ) { return ( ServiceController < T > ) arg0 . getService ( arg1 ) ; }
17,346
the name of the cache parameter group . concode_field_sep String cacheParameterGroupFamily concode_elem_sep String description concode_elem_sep String cacheParameterGroupName concode_field_sep String getCacheParameterGroupFamily concode_elem_sep void setCacheParameterGroupFamily concode_elem_sep int hashCode concode_el...
String function ( ) { return cacheParameterGroupName ; }
17,347
gets the number of run tests . concode_field_sep List<TestFailure> fErrors concode_elem_sep List<TestFailure> fFailures concode_elem_sep List<TestListener> fListeners concode_elem_sep boolean fStop concode_elem_sep int fRunTests concode_field_sep void addError concode_elem_sep void startTest concode_elem_sep Enumeratio...
int function ( ) { return fRunTests ; }
17,348
the related platform dependent exception if any . concode_field_sep short fSeverity concode_elem_sep DOMLocatorImpl fLocation concode_elem_sep String fMessage concode_elem_sep String fType concode_elem_sep Exception fException concode_elem_sep Object fRelatedData concode_field_sep DOMLocator getLocation concode_elem_se...
Object function ( ) { return fException ; }
17,349
this method demonstrates the bug in cascading deletes . before this method , the ca table has 12 records . after , it should have 9 , but instead it has 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep void createDatabase concode_elem_sep void main concode_elem_sep void insertData concode_elem_sep void p...
void function ( Connection arg0 ) { Statement loc0 = arg0 . createStatement ( ) ; loc0 . executeUpdate ( "srini_string" ) ; loc0 . close ( ) ; }
17,350
remove a waiting means of transportation from this stop . concode_field_sep Queue<Person> persons concode_elem_sep String name concode_elem_sep String stopId concode_elem_sep Queue<PublicTransportation> vehicles concode_elem_sep Coordinate position concode_field_sep void removeWaitingPerson concode_elem_sep String getN...
void function ( PublicTransportation arg0 ) { vehicles . remove ( arg0 ) ; }
17,351
return an array of the data for tasks performed . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long startTimeNS concode_elem_sep List<TaskInfo> taskList concode_elem_sep ...
TaskInfo [ ] function ( ) { if ( ! this . keepTaskList ) { throw new UnsupportedOperationException ( "srini_string" ) ; } return this . taskList . toArray ( new TaskInfo [ this . taskList . size ( ) ] ) ; }
17,352
server disconnects and removes all clients . concode_field_sep List<String> updates concode_elem_sep String currentRequest concode_elem_sep InputStream reader concode_elem_sep ServerSocket serverSocket concode_elem_sep boolean searchForClients concode_elem_sep int nPlayers concode_elem_sep List<String> gUpdates concode...
void function ( ) { if ( clientSockets != null ) for ( int loc1 = 0 ; loc1 < clientSockets . size ( ) ; loc1 ++ ) { try { gUpdates . add ( "srini_string" + clientSockets . get ( loc1 ) . id ) ; clientSockets . get ( loc1 ) . close ( ) ; clientSockets . remove ( loc1 ) ; loc1 -- ; } catch ( Exception loc0 ) { } } nPlaye...
17,353
delete data concode_field_sep int talkingMote concode_elem_sep int distance concode_elem_sep RSSI2DistInternalBufferStats stats concode_elem_sep int reportingMote concode_elem_sep int testno concode_elem_sep int txpower concode_elem_sep double xvalue concode_elem_sep List<RSSI2DistInternalBufferRaw> raw concode_elem_se...
void function ( ) { this . setRaw ( null ) ; }
17,354
currently the only default iterator is the versioningiterator . this method will cause the table to be created without that iterator , or any others which may become defaults in the future . concode_field_sep TimeType timeType concode_elem_sep TimeType DEFAULT_TIME_TYPE concode_elem_sep Map<String,String> properties co...
NewTableConfiguration function ( ) { this . limitVersion = false ; return this ; }
17,355
processes a designated number of bytes from a given byte array . concode_field_sep Transformer head concode_elem_sep Direction wired concode_elem_sep String DIRECTION concode_field_sep void addPreTransformer concode_elem_sep void init concode_elem_sep void wireTransformer concode_elem_sep void addPostTransformer concod...
byte [ ] function ( byte [ ] arg0 , int arg1 , int arg2 ) { if ( wired == null ) throw new IllegalStateException ( ) ; return head . update ( arg0 , arg1 , arg2 ) ; }
17,356
floats . concode_field_sep int SEED concode_elem_sep int fODD_PRIME_NUMBER concode_field_sep int firstTerm concode_elem_sep boolean isArray
int function ( int arg0 , float arg1 ) { return hash ( arg0 , Float . floatToIntBits ( arg1 ) ) ; }
17,357
remove message from sending tracker . this is called when a send error happens at the outbound subscriber protocol level . ack or reject can never be received for that message concode_field_sep int maxNumberOfUnAcknowledgedMessages concode_elem_sep ConcurrentHashMap<Long,DeliverableAndesMetadata> messageSendingTracker ...
DeliverableAndesMetadata function ( long arg0 ) { return messageSendingTracker . remove ( arg0 ) ; }
17,358
clones a list of objects . the list elements are assumed to implement jrcloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep T[] cloneArray concode_elem_sep T nullSafeClone
List < T > function ( List < T > arg0 ) { List < T > loc0 ; if ( arg0 == null ) { loc0 = null ; } else { loc0 = new ArrayList < T > ( arg0 . size ( ) ) ; for ( T loc1 : arg0 ) { loc0 . add ( JRCloneUtils . nullSafeClone ( loc1 ) ) ; } } return loc0 ; }
17,359
guarantees that all of len bytes are actually read off the transport . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOpen concode_elem_sep int read concode_elem_sep void flush concode_elem_sep void close concode_elem_sep void write concode_elem_sep void write concode_elem_sep void open concode_e...
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { int loc0 = 0 ; int loc1 = 0 ; while ( loc0 < arg2 ) { loc1 = read ( arg0 , arg1 + loc0 , arg2 - loc0 ) ; if ( loc1 <= 0 ) { throw new TTransportException ( "srini_string" + arg2 + "srini_string" + loc0 + "srini_string" ) ; } loc0 += loc1 ; } return loc0 ; }
17,360
calculate pe ratio for the stock with symbol at price indicated . concode_field_sep PlaceHolder placeHolder concode_field_sep BigDecimal dividendYeldFor concode_elem_sep BigDecimal dividendYeldFor concode_elem_sep void tradeBuy concode_elem_sep void tradeSell concode_elem_sep BigDecimal stockPrice concode_elem_sep BigD...
BigDecimal function ( String arg0 , BigDecimal arg1 ) { SimpleStock loc0 = PersistenceMarket . getInstance ( ) . getStock ( arg0 ) ; return loc0 . peRatio ( arg1 ) ; }
17,361
process #onconnect . concode_field_sep Filter<?,?,UP_IN,UP_OUT> upstreamFilter concode_elem_sep Filter<DOWN_OUT,DOWN_IN,?,?> downstreamFilter concode_field_sep void processSslHandshakeCompleted concode_elem_sep void onError concode_elem_sep void handleConnect concode_elem_sep void onRead concode_elem_sep void onConnect...
void function ( ) { }
17,362
merges 2 sets concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
ImmutableSet < T > function ( ImmutableSet < T > arg0 , ImmutableSet < T > arg1 ) { return ImmutableSet . < T > builder ( ) . addAll ( arg0 ) . addAll ( arg1 ) . build ( ) ; }
17,363
set the jdbc type . this should be one of the constants from java.sql.types . concode_field_sep String canonicalizedName concode_elem_sep String name concode_elem_sep boolean isPrimaryKey concode_elem_sep int type concode_field_sep void setName concode_elem_sep void setIsPrimaryKey concode_elem_sep String getName conco...
void function ( int arg0 ) { type = arg0 ; }
17,364
remove firefox account persisted to disk . this operation is synchronized to avoid race condition while deleting the account . concode_field_sep String KEY_AUTHORITIES_TO_SYNC_AUTOMATICALLY_MAP concode_elem_sep String KEY_TOKEN_SERVER_URI concode_elem_sep String profileServerURI concode_elem_sep String KEY_IDP_SERVER_U...
boolean function ( final Context arg0 , final String arg1 ) { return arg0 . deleteFile ( arg1 ) ; }
17,365
returns the length of the content . concode_field_sep char[] fContent concode_elem_sep List fMatchers concode_elem_sep boolean fIsHashCached concode_elem_sep IWordDetector fDetector concode_elem_sep int fLength concode_elem_sep Map fWords concode_elem_sep int UNDEFINED concode_elem_sep CharacterBuffer fBuffer concode_e...
int function ( ) { return fLength ; }
17,366
add a case statement that matches if the event type and predicate matches . concode_field_sep PFBuilder<FSM.Event<D>,FSM.State<S,D>> builder concode_field_sep FSMStateFunctionBuilder<S,D> anyEvent concode_elem_sep PartialFunction<FSM.Event<D>,FSM.State<S,D>> build concode_elem_sep FSMStateFunctionBuilder<S,D> erasedEve...
FSMStateFunctionBuilder < S , D > function ( final Class < P > arg0 , final FI . Apply2 < P , D , FSM . State < S , D >> arg1 ) { return erasedEvent ( arg0 , null , null , arg1 ) ; }
17,367
a list of information for the specified alarms . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<MetricAlarm> metricAlarms concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep DescribeAlarmsResult withMetricAlarms concode_elem_sep DescribeAlarmsRe...
void function ( java . util . Collection < MetricAlarm > arg0 ) { if ( arg0 == null ) { this . metricAlarms = null ; return ; } this . metricAlarms = new com . amazonaws . internal . SdkInternalList < MetricAlarm > ( arg0 ) ; }
17,368
returns the output length of this parameter . the default is 0 . concode_field_sep int TYPE_INPUT_OUTPUT concode_elem_sep int TYPE_OUTPUT concode_elem_sep int TYPE_INPUT concode_elem_sep int TYPE_NULL concode_elem_sep int type_ concode_field_sep int parseInt concode_elem_sep boolean isInput concode_elem_sep int getMaxL...
int function ( ) { return 0 ; }
17,369
gets the calendar date . concode_field_sep GregorianCalendar date concode_elem_sep int quantity concode_elem_sep double price concode_elem_sep String description concode_field_sep String getDateString concode_elem_sep int getQuantity concode_elem_sep void setQuantity concode_elem_sep void setDate concode_elem_sep doubl...
GregorianCalendar function ( ) { return date ; }
17,370
deserializes a collection of name-values onto an object concode_field_sep Logger logger concode_elem_sep ClassMetadata<?,?> classMetadata concode_elem_sep Map<FieldMetadata<?,?>,TypeHandler> fieldHandlers concode_field_sep TypeHandler<?> getHandlerFor concode_elem_sep PersistedData serialize concode_elem_sep PersistedD...
void function ( Object arg0 , PersistedDataMap arg1 , DeserializationContext arg2 ) { deserializeOnto ( arg0 , arg1 , DeserializeFieldCheck . NullCheck . newInstance ( ) , arg2 ) ; }
17,371
gets the state of daylight time in this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevantCompone...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; Calendar loc1 = Calendar . getInstance ( loc0 ) ; if ( loc0 . inDaylightTime ( loc1 . getTime ( ) ) ) { return "srini_string" ; } return "srini_string" ; }
17,372
sets the create date of this wall entry . concode_field_sep WallEntry _wallEntry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem...
void function ( Date arg0 ) { _wallEntry . setCreateDate ( arg0 ) ; }
17,373
gets server time . concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates concode_elem_sep TimeZone selectedTimeZone conco...
String function ( ) { return formatCurrentTime ( serverFormat ) ; }
17,374
the default implementation does not consume anything . concode_field_sep Header contentEncoding concode_elem_sep boolean chunked concode_elem_sep Header contentType concode_field_sep Header getContentEncoding concode_elem_sep boolean isChunked concode_elem_sep void setContentEncoding concode_elem_sep void setContentEnc...
void function ( ) { }
17,375
this hook method will be invoked when the dfs begins the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field...
void function ( Object arg0 , int arg1 ) { }
17,376
create a url endpoint from a list of uris concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> hostnamePortPair concode_elem_sep Map<String,String> hostnamePortPair concode_elem_sep void validateEndpoint concode_elem_sep Endpoint inetAddrEndpoint concode_elem_sep Map<String,String> uri concode...
Endpoint function ( String arg0 , String arg1 , URI ... arg2 ) { return new Endpoint ( arg0 , arg1 , arg2 ) ; }
17,377
cause the ijsgeneratable object to generate source for itself concode_field_sep String m_sIndentSpace concode_elem_sep boolean m_bIndentAndAlign concode_elem_sep int m_nIndentLevel concode_elem_sep boolean m_bAtBeginningOfLine concode_elem_sep String DEFAULT_INDENT concode_elem_sep boolean m_bGenerateTypeNames concode_...
JSFormatter function ( @ Nonnull final IJSGeneratable arg0 ) { arg0 . generate ( this ) ; return this ; }
17,378
get the ident of this identity concode_field_sep String ident concode_elem_sep String nickname concode_elem_sep List<String> aliases concode_elem_sep String realname concode_field_sep void setRealName concode_elem_sep List<String> getAliases concode_elem_sep String getNickname concode_elem_sep void setAliases concode_e...
String function ( ) { return ident ; }
17,379
add an abstractinodediff for the given snapshot . concode_field_sep List<D> diffs concode_field_sep int getLastSnapshotId concode_elem_sep D getDiffById concode_elem_sep int[] changedBetweenSnapshots concode_elem_sep void clear concode_elem_sep int getSnapshotById concode_elem_sep int getPrior concode_elem_sep int getP...
D function ( int arg0 , N arg1 ) { return addLast ( createDiff ( arg0 , arg1 ) ) ; }
17,380
gets the value of the value property . concode_field_sep String lang concode_elem_sep Map<QName,String> anyAttributes concode_elem_sep String value concode_field_sep String getLang concode_elem_sep void setValue concode_elem_sep void setLang concode_elem_sep Map<QName,String> getAnyAttributes
String function ( ) { return value ; }
17,381
gets the isonline value for this customrecordtypeonlineforms . concode_field_sep java.lang.String templateName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String onlineFormName concode_elem_sep java.lang.String isOnline concode_elem_sep org.apache.ax...
java . lang . String function ( ) { return isOnline ; }
17,382
test method for org.prowl.aprslib.parser.aprspacket #isaprs . concode_field_sep String TESCALL_2 concode_elem_sep String TESPACKET concode_elem_sep InformationField INFORMATIONFIELD concode_elem_sep byte[] AX25 concode_elem_sep String DIGI_CALL_1 concode_elem_sep ArrayList<Digipeater> DIGIPEATERS concode_elem_sep Strin...
void function ( ) { assertTrue ( APRSPACKET . isAprs ( ) ) ; }
17,383
sets the connection state of this service . concode_field_sep boolean debug concode_elem_sep Session session concode_elem_sep ArrayList connectionListeners concode_elem_sep boolean connected concode_elem_sep URLName url concode_field_sep void setURLName concode_elem_sep URLName getURLName concode_elem_sep void addConne...
void function ( boolean arg0 ) { this . connected = arg0 ; }
17,384
create a new rectangle 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_ele...
EnvelopeBuilder function ( Coordinate arg0 , Coordinate arg1 ) { return new EnvelopeBuilder ( arg0 , arg1 ) ; }
17,385
sets the value of the pausedstate property . concode_field_sep String pausedState concode_elem_sep String requestHandle concode_elem_sep long requestId concode_elem_sep boolean resumed concode_field_sep boolean isResumed concode_elem_sep String getRequestHandle concode_elem_sep void setRequestId concode_elem_sep String...
void function ( String arg0 ) { this . pausedState = arg0 ; }
17,386
get the unique name of the object relative to the scope concode_field_sep Logger __log concode_elem_sep String _jndiName concode_elem_sep Object _scope concode_elem_sep String _objectNameString concode_elem_sep String _namingEntryNameString concode_elem_sep String __contextName concode_field_sep void unbindENC concode_...
String function ( ) { return _jndiName ; }
17,387
gets the value of the refnum property . concode_field_sep XMLGregorianCalendar creditDate concode_elem_sep Double total concode_elem_sep Double amount concode_elem_sep String refNum concode_elem_sep Boolean apply concode_elem_sep Double due concode_elem_sep Long line concode_elem_sep String appliedTo concode_elem_sep L...
String function ( ) { return refNum ; }
17,388
get the keydata value . concode_field_sep String keyData concode_field_sep ContainerServiceSshPublicKey withKeyData
String function ( ) { return this . keyData ; }
17,389
get a generic file image descriptor for use as a default when no more specific descriptor can be found . concode_field_sep ImageDescriptor GENERIC_FILE_DESC concode_elem_sep ImageDescriptor CLASS_ICON concode_elem_sep ImageDescriptor FILE_SEARCH_ICON concode_field_sep ImageDescriptor getFileSearchImageDescriptor concod...
ImageDescriptor function ( ) { if ( GENERIC_FILE_DESC == null ) { GENERIC_FILE_DESC = PlatformUI . getWorkbench ( ) . getSharedImages ( ) . getImageDescriptor ( ISharedImages . IMG_OBJ_FILE ) ; } return GENERIC_FILE_DESC ; }
17,390
sets the value of the lastname property . concode_field_sep String firstname concode_elem_sep String password concode_elem_sep Long idPerson concode_elem_sep String birthdate concode_elem_sep String email concode_elem_sep String lastname concode_elem_sep String username concode_field_sep void setPassword concode_elem_s...
void function ( String arg0 ) { this . lastname = arg0 ; }
17,391
getter for the field annotations . concode_field_sep ITypeModel jaxbType concode_elem_sep boolean staticM concode_elem_sep String simpleName concode_elem_sep String VALUE_METHOD_ID concode_elem_sep String documentation concode_elem_sep LinkedHashMap<String,IAnnotationModel> annotations concode_elem_sep boolean publicM ...
IAnnotationModel [ ] function ( ) { return annotations . values ( ) . toArray ( new IAnnotationModel [ annotations . size ( ) ] ) ; }
17,392
gets the id value for this reportjob . concode_field_sep com.google.api.ads.dfp.axis.v201403.ReportJobStatus reportJobStatus concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep com.google.api.ads.dfp.axis.v201403.ReportQuery reportQu...
java . lang . Long function ( ) { return id ; }
17,393
sets the access token of this o auth token . concode_field_sep OAuthToken _oAuthToken concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isEscapedModel...
void function ( java . lang . String arg0 ) { _oAuthToken . setAccessToken ( arg0 ) ; }
17,394
strategy to get the camelcontext to use . concode_field_sep CamelContext camelContext concode_elem_sep CamelPostProcessorHelper camelPostProcessorHelper concode_elem_sep Logger LOG concode_field_sep void setterInjection concode_elem_sep void setterInjection concode_elem_sep void injectField concode_elem_sep void setter...
CamelContext function ( ) { return camelContext ; }
17,395
return true if this branch is active . concode_field_sep boolean _active concode_elem_sep ProcessReceiver _producerReceiver concode_elem_sep ProcessReceiver _consumerReceiver concode_elem_sep BranchController _controller concode_field_sep void setActive concode_elem_sep ProcessReceiver getProducerReceiver concode_elem_...
boolean function ( ) { return _active ; }
17,396
computes disparity using the bm algorithm for a rectified stereo pair . the method executes the bm algorithm on a rectified stereo pair . see the stereo_match.cpp opencv sample on how to prepare images and call the method . note that the method is not constant , thus you should not use the same stereobm instance from w...
void function ( Mat arg0 , Mat arg1 , Mat arg2 , int arg3 ) { compute_0 ( nativeObj , arg0 . nativeObj , arg1 . nativeObj , arg2 . nativeObj , arg3 ) ; return ; }
17,397
returns a table with the enumeration values for this object . the default implementation just returns null . subclasses have to to override this method for serialization . concode_field_sep long serialVersionUID concode_elem_sep int value concode_field_sep int getValue concode_elem_sep Object readResolve concode_elem_s...
EnumSyntax [ ] function ( ) { return null ; }
17,398
determines if the logging process actually does anything . in-memory database objects do not need to log anything . this method is essentially equivalent to testing whether this logger 's database is an in-memory mode database . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint c...
boolean function ( ) { return lLog != null ; }
17,399
gets the unique value of the card when its suit is the trump suit concode_field_sep int nonTrumpCardValue concode_elem_sep String clientCardID concode_elem_sep int suitID concode_elem_sep int trumpCardValue concode_field_sep void assignClientCardID concode_elem_sep int getNonTrumpCardValue concode_elem_sep boolean equa...
int function ( ) { return trumpCardValue ; }