idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
14,200
setter concode_field_sep Selection selection concode_elem_sep List<IObserver> obs concode_elem_sep PressePapier pressePapier concode_elem_sep Buffer buffer concode_elem_sep Signal signal concode_field_sep Buffer getBuffer concode_elem_sep void saisir concode_elem_sep boolean isAttach concode_elem_sep void coller concod...
void function ( Buffer arg0 ) { this . buffer = arg0 ; }
14,201
fixme : badly programmed concode_field_sep byte CRC_TAB_8_VALUE[] concode_elem_sep Logger logger concode_field_sep String toHexDumpString concode_elem_sep StringBuilder toHexDumpString concode_elem_sep StringBuilder toHexDumpString concode_elem_sep byte crc8_tab concode_elem_sep EBusTelegram processEBusData concode_ele...
byte function ( String arg0 ) { return toByteArray ( arg0 ) [ 0 ] ; }
14,202
searches for a charset for a specified locale . concode_field_sep int MAP_PROG concode_elem_sep int MAP_CACHE concode_elem_sep List<Map<String,String>> mappers concode_elem_sep String DEFAULT_CHARSET concode_elem_sep int MAP_COM concode_elem_sep String CHARSET_RESOURCE concode_elem_sep int MAP_HOME concode_elem_sep int...
String function ( final String [ ] arg0 ) { String loc0 ; final StringBuilder loc1 = new StringBuilder ( ) ; for ( int loc2 = arg0 . length ; loc2 > 0 ; loc2 -- ) { loc0 = searchCharSet ( arg0 , loc1 , loc2 ) ; if ( loc0 . length ( ) > 0 ) { return loc0 ; } loc1 . setLength ( 0 ) ; } return "srini_string" ; }
14,203
the name of the context . concode_field_sep int implicitFileCount concode_elem_sep int explicitFileCount concode_elem_sep int workItemQueueLength concode_elem_sep String name concode_elem_sep List<ContextData> EMPTY_LIST concode_elem_sep List<String> cacheEntryExceptions concode_elem_sep ContextData[] EMPTY_ARRAY conco...
String function ( ) { return name ; }
14,204
begins a named object . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep String escapeString concode_elem_se...
JSONBuilder function ( String arg0 ) { appendCommaAndKey ( arg0 ) ; params . append ( "srini_string" ) ; return this ; }
14,205
returns the alpha component in the range 0-255 . concode_field_sep Color black concode_elem_sep Color darkGray concode_elem_sep Color orange concode_elem_sep Color lightGray concode_elem_sep Color BLUE concode_elem_sep Color gray concode_elem_sep Color green concode_elem_sep Color ORANGE concode_elem_sep Color magenta ...
int function ( ) { return ( getRGB ( ) >> 24 ) & 0xff ; }
14,206
sets the value of the label property . concode_field_sep ResourceType resourceRef concode_elem_sep String label concode_field_sep void setResourceRef concode_elem_sep String getLabel concode_elem_sep ResourceType getResourceRef
void function ( String arg0 ) { this . label = arg0 ; }
14,207
returns unique id . concode_field_sep float strokeWidth concode_elem_sep String fontName concode_elem_sep String weight concode_elem_sep int paintType concode_elem_sep float underlinePosition concode_elem_sep String notice concode_elem_sep int blueShift concode_elem_sep float blueScale concode_elem_sep List<Number> ste...
int function ( ) { return uniqueID ; }
14,208
returns true if there 's another route to attempt . every address has at least one route . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_se...
boolean function ( ) { return hasNextTlsMode ( ) || hasNextInetSocketAddress ( ) || hasNextProxy ( ) || hasNextPostponed ( ) ; }
14,209
removes from the underlying collection the last element returned by this iterator optional operation . this method can be called only once per call to #next . the behavior of an iterator is unspecified if the underlying collection is modified while the iteration is in progress in any way other than by calling this meth...
void function ( ) { iter . remove ( ) ; }
14,210
gets the value of the user property . concode_field_sep String date concode_elem_sep VcsRootInstance vcsRootInstance concode_elem_sep String webUrl concode_elem_sep FileChanges files concode_elem_sep String comment concode_elem_sep Boolean personal concode_elem_sep Long id concode_elem_sep String href concode_elem_sep ...
User function ( ) { return user ; }
14,211
the maximum sequence number issued so far . concode_field_sep long checkpoint concode_elem_sep long nextSeqNo concode_elem_sep int bitArraysSize concode_elem_sep long firstProcessedSeqNo concode_elem_sep Setting<Integer> SETTINGS_BIT_ARRAYS_SIZE concode_elem_sep LinkedList<FixedBitSet> processedSeqNo concode_field_sep ...
long function ( ) { return nextSeqNo - 1 ; }
14,212
returns the msglogger registered with the thread ` t ' the thread that calls this method . if the thread ` t ' has no registered msglogger then the default message logger is returned . concode_field_sep Hashtable watchProgList concode_elem_sep MsgLogger defMsgLogger concode_elem_sep Hashtable loggerList concode_elem_se...
MsgLogger function ( Thread arg0 ) { MsgLogger loc0 = ( MsgLogger ) loggerList . get ( arg0 ) ; return ( loc0 == null ) ? defMsgLogger : loc0 ; }
14,213
removes a global controllerlistener . the method must be called on the rendering thread . concode_field_sep ObjectMap<Application,ControllerManager> managers concode_elem_sep String TAG concode_field_sep ControllerManager getManager concode_elem_sep Array<Controller> getControllers concode_elem_sep void initialize conc...
void function ( ControllerListener arg0 ) { initialize ( ) ; getManager ( ) . removeListener ( arg0 ) ; }
14,214
returns the label of this refactoring 's command . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles conc...
String function ( ) { return "srini_string" ; }
14,215
override object.tostring . concode_field_sep String algorithm concode_elem_sep Checksum checksum concode_field_sep String getValue concode_elem_sep boolean isValid concode_elem_sep void initChecksum concode_elem_sep void setAlgorithm
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( "srini_string" ) . append ( algorithm ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
14,216
gets the value of the filterstatement property . concode_field_sep SuggestedAdUnitAction suggestedAdUnitAction concode_elem_sep Statement filterStatement concode_field_sep void setSuggestedAdUnitAction concode_elem_sep SuggestedAdUnitAction getSuggestedAdUnitAction concode_elem_sep void setFilterStatement
Statement function ( ) { return filterStatement ; }
14,217
comma delimited list concode_field_sep boolean allowCredentials concode_elem_sep String exposedHeaders concode_elem_sep Set<String> allowedOrigins concode_elem_sep int corsMaxAge concode_elem_sep String allowedHeaders concode_elem_sep String allowedMethods concode_field_sep String getExposedHeaders concode_elem_sep int...
void function ( String arg0 ) { this . exposedHeaders = arg0 ; }
14,218
this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep STExt ext concode_elem_sep Object parent concode_elem_sep String data concode_field_sep Object getParent concode_elem_sep STExt getExt concode_elem_sep void setData concode_elem_sep void setParent concode...
void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; }
14,219
ascertains whether mapcommandbuttonid or checkboxid are a part of componentid . componentid might be a fully qualified id , with a prefix corresponding to container component s . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String...
boolean function ( String arg0 ) { return arg0 . endsWith ( mapCommandButtonId ) ; }
14,220
used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep i...
String function ( ) { return "srini_string" ; }
14,221
closes the navigation drawer . concode_field_sep ListView drawerItems concode_elem_sep ArrayAdapter<DemoConfiguration.DemoFeature> adapter concode_elem_sep ActionBarDrawerToggle drawerToggle concode_elem_sep int fragmentContainerId concode_elem_sep DrawerLayout drawerLayout concode_elem_sep AppCompatActivity containing...
void function ( ) { drawerLayout . closeDrawers ( ) ; }
14,222
locks an object . concode_field_sep Lock[] locks concode_field_sep int concurrencyLevel concode_elem_sep Lock getLock concode_elem_sep Lock getLock concode_elem_sep Lock getLock concode_elem_sep void unlock concode_elem_sep void unlock concode_elem_sep void unlock
void function ( Object arg0 ) { getLock ( arg0 ) . lock ( ) ; }
14,223
the token to use when requesting the next set of items . if there are no additional items to return , the string is empty . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<InstanceInformation> instanceInformationList concode_field_sep DescribeInstanceInformationResult withInst...
String function ( ) { return this . nextToken ; }
14,224
a value to be added to the referrer url when a person follows a link from this shared content on feed . concode_field_sep Uri contentUrl concode_elem_sep String ref concode_elem_sep List<String> peopleIds concode_elem_sep String placeId concode_field_sep List<String> readUnmodifiableStringList concode_elem_sep E setCon...
String function ( ) { return this . ref ; }
14,225
configures a httpclientbuilder to use http signature authentication . concode_field_sep Credentials credentials concode_elem_sep AuthenticationStrategy authenticationStrategy concode_elem_sep KeyPair keyPair concode_elem_sep HttpSignatureAuthScheme authScheme concode_field_sep AuthScheme getAuthScheme concode_elem_sep ...
void function ( final HttpClientBuilder arg0 ) { arg0 . setTargetAuthenticationStrategy ( authenticationStrategy ) ; }
14,226
set the sql error codes to match . concode_field_sep String[] errorCodes concode_elem_sep Class<?> exceptionClass concode_field_sep Class<?> getExceptionClass concode_elem_sep void setExceptionClass concode_elem_sep String[] getErrorCodes
void function ( String ... arg0 ) { this . errorCodes = StringUtils . sortStringArray ( arg0 ) ; }
14,227
returns the remote address on the channel or '' < unknown remote > '' if none exists . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep TransportFrameDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_se...
String function ( Channel arg0 ) { if ( arg0 != null && arg0 . remoteAddress ( ) != null ) { return arg0 . remoteAddress ( ) . toString ( ) ; } return "srini_string" ; }
14,228
get pdworkingcopy concode_field_sep GUID roleChildId concode_elem_sep GUID typeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_field_sep void setName concode_elem_sep PDStore getStore concode_elem_sep String getLabel concode_elem_sep String getName concode_elem_sep PDLITag getChild concode_elem_sep v...
PDWorkingCopy function ( ) { return null ; }
14,229
add an array of uri type concode_field_sep AuthnContextTypeSequence sequence concode_elem_sep Set<URI> authenticatingAuthority concode_elem_sep Set<URIType> URITypes concode_elem_sep AuthnContextClassRefType classRef concode_elem_sep AuthnContextDeclType authnContextDecl concode_field_sep void setSequence concode_elem_...
void function ( URIType [ ] arg0 ) { URITypes . addAll ( Arrays . asList ( arg0 ) ) ; }
14,230
register a handler to implement injection of the retrieved message concode_field_sep Log logger concode_elem_sep String strUserName concode_elem_sep long scanInterval concode_elem_sep Long lastRanTime concode_elem_sep JMSInjectHandler injectHandler concode_elem_sep CachedJMSConnectionFactory jmsConnectionFactory concod...
void function ( JMSInjectHandler arg0 ) { this . injectHandler = arg0 ; }
14,231
sets the value of the appointments property . concode_field_sep ArrayOfguid appointments concode_elem_sep Guid resourceId concode_elem_sep long serialVersionUID concode_field_sep ArrayOfguid getAppointments concode_elem_sep Guid getResourceId concode_elem_sep void setResourceId
void function ( ArrayOfguid arg0 ) { this . appointments = arg0 ; }
14,232
get the free space in external storage concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep boolean testFileExists concode_elem_sep long getFreeSpaceInBytes
long function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; long loc1 = 0 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = getFreeSpaceInBytes ( Environment . getExternalStorageDirectory ( ) . getPath ( ) ) ; } else { return - 1 ; } return loc1 / 1024 ; }
14,233
set the message that is logged when a job execution is vetoed by a trigger listener . concode_field_sep String jobToBeFiredMessage concode_elem_sep String jobSuccessMessage concode_elem_sep String jobFailedMessage concode_elem_sep String name concode_elem_sep Logger log concode_elem_sep String jobWasVetoedMessage conco...
void function ( String arg0 ) { this . jobWasVetoedMessage = arg0 ; }
14,234
process user-supplied projection column list . in cases where a column is mapped to another data source either another table , or an sql sub-query , the column name will be replaced with a more specific , sql-compatible representation . assumes that incoming columns are non-null . see also : map , maptotable concode_fi...
void function ( String [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { final String loc1 = mProjectionMap . get ( arg0 [ loc0 ] ) ; if ( loc1 != null ) { arg0 [ loc0 ] = loc1 ; } } }
14,235
shuts down an executor service . concode_field_sep AtomicInteger threadNumber concode_elem_sep ThreadFactory THREAD_FACTORY concode_elem_sep ThreadFactory defaultFactory concode_field_sep Thread newThread concode_elem_sep ExecutorService newExecutorService
void function ( ExecutorService arg0 ) { arg0 . shutdownNow ( ) ; }
14,236
returns a new object with cropped image data . implementations may keep a reference to the original data rather than a copy . only callable if iscropsupported is true . concode_field_sep BitMatrix matrix concode_elem_sep Binarizer binarizer concode_field_sep BinaryBitmap rotateCounterClockwise concode_elem_sep BinaryBi...
BinaryBitmap function ( int arg0 , int arg1 , int arg2 , int arg3 ) { LuminanceSource loc0 = binarizer . getLuminanceSource ( ) . crop ( arg0 , arg1 , arg2 , arg3 ) ; return new BinaryBitmap ( binarizer . createBinarizer ( loc0 ) ) ; }
14,237
gets the amounts of slices , i.e. different values within the dimension . concode_field_sep IBitmapIdCache<Bitmap> cache concode_elem_sep Group persistentGroup concode_elem_sep Logger LOG concode_elem_sep IIndexedCollection index concode_elem_sep DescriptorModel<I> model concode_elem_sep ReentrantReadWriteLock idxLock ...
int function ( ) { idxLock . readLock ( ) . lock ( ) ; try { return index . size ( ) ; } finally { idxLock . readLock ( ) . unlock ( ) ; } }
14,238
setter for barcodetype . concode_field_sep String texts concode_elem_sep BarcodeReaderTypes barcodeType concode_elem_sep double y0Cord concode_elem_sep double y1Cord concode_elem_sep double x0Cord concode_elem_sep double x1Cord concode_field_sep String getTexts concode_elem_sep void setY1Cord concode_elem_sep double ge...
void function ( final BarcodeReaderTypes arg0 ) { this . barcodeType = arg0 ; }
14,239
setter method for segmentnamelist concode_field_sep String campaignContents concode_elem_sep List<CampaignVO> circleNameList concode_elem_sep boolean editCapability concode_elem_sep int campaignId concode_elem_sep String circleName concode_elem_sep String description concode_elem_sep String campaignName concode_elem_se...
void function ( List < CampaignVO > arg0 ) { this . segmentNameList = arg0 ; }
14,240
the method used to create proxy to consume the service . concode_field_sep PlaceHolder placeHolder concode_field_sep void get concode_elem_sep void vote
RecommendationService function ( Vertx arg0 , String arg1 ) { return ProxyHelper . createProxy ( RecommendationService . class , arg0 , arg1 ) ; }
14,241
adds a property to the desired result . concode_field_sep ThingUID bridgeUID concode_elem_sep long ttl concode_elem_sep ThingUID thingUID concode_elem_sep Map<String,Object> properties concode_elem_sep String label concode_elem_sep String representationProperty concode_elem_sep ThingTypeUID thingTypeUID concode_field_s...
DiscoveryResultBuilder function ( String arg0 , Object arg1 ) { this . properties . put ( arg0 , arg1 ) ; return this ; }
14,242
gets the creativeuploadid value for this creativeuploadsessionsummary . concode_field_sep long campaignId concode_elem_sep long creativeUploadId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long adv...
long function ( ) { return creativeUploadId ; }
14,243
the path.home property of elasticsearch configuration . you need to provide a valid path , otherwise the default , $ user.home / . elasticsearch , will be used . concode_field_sep String transportAddresses concode_elem_sep Boolean data concode_elem_sep String indexName concode_elem_sep int port concode_elem_sep String ...
String function ( ) { return pathHome ; }
14,244
returns the first only permissible integer value . concode_field_sep Set<Integer> free concode_field_sep void blockValue concode_elem_sep int getFreeCount concode_elem_sep void blockExcept concode_elem_sep Set<Integer> getFree
Integer function ( ) { return free . iterator ( ) . next ( ) ; }
14,245
final param method with annotation concode_field_sep PlaceHolder placeHolder concode_field_sep String[] someExpression concode_elem_sep void Bar concode_elem_sep void methodA concode_elem_sep void method1 concode_elem_sep void methodB concode_elem_sep void methodC concode_elem_sep void abstractMethod concode_elem_sep v...
void function ( @ MyAnnotation3 final Object arg0 ) { }
14,246
creates a new group record stored under this patriarch . concode_field_sep int x2 concode_elem_sep List shapes concode_elem_sep int y2 concode_elem_sep HSSFSheet sheet concode_elem_sep int x1 concode_elem_sep int y1 concode_field_sep int countOfAllChildren concode_elem_sep List getChildren concode_elem_sep int getX1 co...
HSSFShapeGroup function ( HSSFClientAnchor arg0 ) { HSSFShapeGroup loc0 = new HSSFShapeGroup ( null , arg0 ) ; loc0 . arg0 = arg0 ; shapes . add ( loc0 ) ; return loc0 ; }
14,247
gets the uncompressed size of this zipentry . concode_field_sep long compressedSize concode_elem_sep int compressionMethod concode_elem_sep long crc concode_elem_sep int STORED concode_elem_sep int nameLength concode_elem_sep int modDate concode_elem_sep byte[] extra concode_elem_sep String name concode_elem_sep long l...
long function ( ) { return size ; }
14,248
returns a hashcode for this signal . concode_field_sep int number concode_elem_sep Hashtable handlers concode_elem_sep Hashtable signals concode_elem_sep String name concode_field_sep int getNumber concode_elem_sep String getName concode_elem_sep void dispatch concode_elem_sep long handle0 concode_elem_sep void raise0 ...
int function ( ) { return number ; }
14,249
get a collection of rest entities wrapped as collection items that have a particular state concode_field_sep String expand concode_elem_sep Integer endExpandIndex concode_elem_sep Integer size concode_elem_sep Integer startExpandIndex concode_field_sep List<T> returnItems concode_elem_sep List<T> returnDeletedAndAddedI...
List < V > function ( final List < Integer > arg0 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; final List < V > loc0 = new ArrayList < V > ( ) ; for ( final V loc1 : getItems ( ) ) { if ( arg0 . contains ( loc1 . getState ( ) ) ) loc0 . add ( loc1 ) ; } return loc0 ; }
14,250
find the first occured tab in a utf-8 encoded string concode_field_sep PlaceHolder placeHolder concode_field_sep void splitKeyVal concode_elem_sep void splitKeyVal concode_elem_sep void splitKeyVal concode_elem_sep void splitKeyVal concode_elem_sep int readLine
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { }
14,251
get the key class for the map output data . if it is not set , use the final output key class . this allows the map output key class to be different than the final output key class . concode_field_sep JobID jobId concode_elem_sep Credentials credentials concode_elem_sep UserGroupInformation ugi concode_elem_sep org.apa...
Class < ? > function ( ) { return conf . getMapOutputKeyClass ( ) ; }
14,252
signifies the value for the replyto response ws-addressing replyto header that is provided by the method . concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep boolean allowResponseHeaderOverride concode_elem_sep URI outputAction concode_elem_sep String expression concode_elem_sep WebServiceMessag...
void function ( String arg0 ) { if ( StringUtils . hasText ( arg0 ) ) { setReplyTo ( new URI ( arg0 ) ) ; } }
14,253
create an instance of example concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep Node createNode concode_elem_sep JspxPages...
Example function ( ) { return new Example ( ) ; }
14,254
assert that the cause of actual throwable is exactly an instance of the given type . concode_field_sep Throwables INSTANCE concode_elem_sep Failures failures concode_field_sep void assertHasMessageStartingWith concode_elem_sep Throwables instance concode_elem_sep void assertHasNoCause concode_elem_sep void assertHasCau...
void function ( AssertionInfo arg0 , Throwable arg1 , Class < ? extends Throwable > arg2 ) { assertNotNull ( arg0 , arg1 ) ; checkTypeIsNotNull ( arg2 ) ; Throwable loc0 = arg1 . getCause ( ) ; if ( loc0 != null && arg2 . equals ( loc0 . getClass ( ) ) ) return ; throw failures . failure ( arg0 , shouldHaveCauseExactly...
14,255
public setter concode_field_sep String medicationName concode_elem_sep String rxNormId concode_elem_sep String dosageFormName concode_elem_sep String proprietaryNameSuffix concode_elem_sep String drugColor concode_elem_sep String purpose concode_elem_sep String deaSchedule concode_elem_sep List<String> pharmClasses con...
void function ( String arg0 ) { this . drugShape = arg0 ; }
14,256
example of creating a new acl entry . concode_field_sep Blob blob concode_field_sep boolean deleteAcl concode_elem_sep URL signUrlWithSigner concode_elem_sep void reader concode_elem_sep byte[] getContent concode_elem_sep byte[] readContentRange concode_elem_sep Blob update concode_elem_sep URL signUrl concode_elem_sep...
Acl function ( ) { Acl loc0 = blob . createAcl ( Acl . of ( User . ofAllAuthenticatedUsers ( ) , Acl . Role . READER ) ) ; return loc0 ; }
14,257
get a string property value . concode_field_sep Map<String,Object> propMap concode_field_sep boolean containsKey concode_elem_sep Map<String,Object> getProperties concode_elem_sep ZkNodeProps plus concode_elem_sep ZkNodeProps plus concode_elem_sep String getStr concode_elem_sep String getStr concode_elem_sep ZkNodeProp...
Integer function ( String arg0 , Integer arg1 ) { Object loc0 = propMap . get ( arg0 ) ; return loc0 == null ? arg1 : Integer . valueOf ( loc0 . toString ( ) ) ; }
14,258
get the username part of the user string under which are connected to the database . concode_field_sep String databaseUserName concode_elem_sep String databaseName concode_elem_sep String databaseUserHost concode_elem_sep Attributes attr concode_elem_sep Connection conn concode_elem_sep EAVDBServices eav concode_elem_s...
String function ( ) { if ( databaseUserName == null ) { configureDatabaseUserInfo ( ) ; } return databaseUserName ; }
14,259
returns the first value in the sequence . concode_field_sep Integer lastValue concode_elem_sep Integer firstValue concode_field_sep Integer getLastValue concode_elem_sep void setLastValue concode_elem_sep void setFirstValue
Integer function ( ) { return firstValue ; }
14,260
short for kill null , modelenvvars concode_field_sep PlaceHolder placeHolder concode_field_sep EnvVars createCookie concode_elem_sep ProcessTreeKiller get
void function ( Map < String , String > arg0 ) { kill ( null , arg0 ) ; }
14,261
sets chapter title . concode_field_sep String startPage concode_elem_sep String itemVolume concode_elem_sep String bibId concode_elem_sep String customerCode concode_elem_sep Integer requestId concode_elem_sep String requestNotes concode_elem_sep String chapterTitle concode_elem_sep String trackingId concode_elem_sep S...
void function ( String arg0 ) { this . chapterTitle = arg0 ; }
14,262
returns the square of the distance between this entity and the passed in coordinates . concode_field_sep int field_145851_c concode_elem_sep Map classToNameMap concode_elem_sep Logger logger concode_elem_sep String __OBFID concode_elem_sep Block blockType concode_elem_sep Map nameToClassMap concode_elem_sep int field_1...
double function ( double arg0 , double arg1 , double arg2 ) { double loc0 = ( double ) this . field_145851_c + 0.5D - arg0 ; double loc1 = ( double ) this . field_145848_d + 0.5D - arg1 ; double loc2 = ( double ) this . field_145849_e + 0.5D - arg2 ; return loc0 * loc0 + loc1 * loc1 + loc2 * loc2 ; }
14,263
gets the stock number of this iventory item . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep int getOdometer concode_elem_sep String getModel concode_el...
int function ( ) { return stock ; }
14,264
checks if there is an attribute with the given name and value . concode_field_sep String[] values concode_elem_sep String name concode_field_sep long asLong concode_elem_sep Entry getValue concode_elem_sep int asInt concode_elem_sep String getName concode_elem_sep int size concode_elem_sep Map<String,Collection<String>...
boolean function ( String arg0 , String arg1 ) { Collection < String > loc0 = toMap ( ) . get ( arg0 ) ; return loc0 != null && loc0 . stream ( ) . anyMatch ( arg1 :: equals ) ; }
14,265
the id of the multipart upload . this value is also included as part of the location . concode_field_sep String uploadId concode_elem_sep String location concode_field_sep String getLocation concode_elem_sep InitiateMultipartUploadResult withLocation concode_elem_sep void setLocation concode_elem_sep void setUploadId c...
String function ( ) { return uploadId ; }
14,266
get dos path from long path concode_field_sep String path concode_elem_sep int FA_HIDDEN concode_elem_sep Pattern absolute concode_elem_sep int FA_DIRECTORY concode_elem_sep int FA_READONLY concode_field_sep void deleteFile concode_elem_sep void copyFile concode_elem_sep boolean isFile concode_elem_sep void getDirector...
ClarionString function ( String arg0 ) { return new ClarionString ( arg0 ) ; }
14,267
to set db id . concode_field_sep long identifier concode_elem_sep String workflowName concode_elem_sep String userName concode_elem_sep BigInteger totalNumberPages concode_elem_sep Set<ManualStepsData> users concode_elem_sep BigInteger duration concode_elem_sep String batchInstanceId concode_elem_sep String processId c...
void function ( BigInteger arg0 ) { this . dbId = arg0 ; }
14,268
builds the node without starting it . concode_field_sep boolean loadConfigSettings concode_elem_sep ImmutableSettings.Builder settings concode_field_sep ImmutableSettings.Builder settings concode_elem_sep NodeBuilder settings concode_elem_sep NodeBuilder settings concode_elem_sep Node node concode_elem_sep NodeBuilder ...
Node function ( ) { return new InternalNode ( settings . build ( ) , loadConfigSettings ) ; }
14,269
returns the date concode_field_sep String[] dates concode_elem_sep int comparator concode_field_sep int getComparator concode_elem_sep void setComparator
String [ ] function ( ) { return dates ; }
14,270
associates a search routing value to the alias concode_field_sep String filter concode_elem_sep String searchRouting concode_elem_sep String name concode_elem_sep String indexRouting concode_field_sep String filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_se...
Alias function ( String arg0 ) { this . searchRouting = arg0 ; return this ; }
14,271
returns the current progress step . concode_field_sep Collection<ProgressStep> sequence concode_elem_sep boolean pending concode_elem_sep Integer progress concode_elem_sep FirmwareUID firmwareUID concode_elem_sep ProgressStep progressStep concode_field_sep FirmwareUID getFirmwareUID concode_elem_sep int hashCode concod...
ProgressStep function ( ) { return progressStep ; }
14,272
set the directory to which skipped records are written . by default it is the sub directory of the output _ logs directory . user can stop writing skipped records by setting the value null . concode_field_sep String ATTEMPTS_TO_START_SKIPPING concode_elem_sep String REDUCER_MAX_SKIP_GROUPS concode_elem_sep String COUNT...
void function ( JobConf arg0 , Path arg1 ) { String loc0 = null ; if ( arg1 == null ) { loc0 = "srini_string" ; } else { loc0 = arg1 . toString ( ) ; } arg0 . set ( OUT_PATH , loc0 ) ; }
14,273
get the size of the queue concode_field_sep Entry head concode_elem_sep Entry next concode_elem_sep int size concode_elem_sep int data concode_elem_sep Entry tail concode_elem_sep Entry prev concode_field_sep int deQueue concode_elem_sep boolean enQueue
int function ( ) { return size ; }
14,274
swap a and b , so the edit goes the other direction . concode_field_sep int beginA concode_elem_sep int beginB concode_elem_sep int endB concode_elem_sep int endA concode_field_sep int getLengthB concode_elem_sep int getEndA concode_elem_sep int getEndB concode_elem_sep int getLengthA concode_elem_sep Edit before conco...
void function ( ) { final int loc0 = beginA ; final int loc1 = endA ; beginA = beginB ; endA = endB ; beginB = loc0 ; endB = loc1 ; }
14,275
compute the number of bytes that would be needed to encode an unsigned varint . concode_field_sep FastThreadLocal<byte[]> encodingBuffer concode_field_sep int firstByteValueMask concode_elem_sep int encodeExtraBytesToRead concode_elem_sep long readUnsignedVInt concode_elem_sep int numberOfExtraBytesToRead concode_elem_...
int function ( final long arg0 ) { int loc0 = Long . numberOfLeadingZeros ( arg0 | 1 ) ; return 9 - ( ( loc0 - 1 ) / 7 ) ; }
14,276
initialize this key generator with a set of parameters and a source of randomness . concode_field_sep KeyGeneratorSpi kgSpi concode_elem_sep String SERVICE concode_elem_sep Provider provider concode_elem_sep String algorithm concode_field_sep SecretKey generateKey concode_elem_sep String getAlgorithm concode_elem_sep P...
void function ( AlgorithmParameterSpec arg0 , SecureRandom arg1 ) { kgSpi . engineInit ( arg0 , arg1 ) ; }
14,277
returns true if this route uses modern tls . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep InetSocketAddress getSocketAddress conc...
boolean function ( ) { return modernTls ; }
14,278
synchronized so that we update the timestamp of the file and the contents simultaneously . concode_field_sep Lock m_writeLock concode_elem_sep long m_lastModified concode_elem_sep ReadWriteLock m_globalLock concode_elem_sep SnmpAssetAdapterConfiguration m_config concode_elem_sep Lock m_readLock concode_field_sep Lock g...
void function ( final long arg0 , final InputStream arg1 ) { getWriteLock ( ) . lock ( ) ; try { m_config = CastorUtils . unmarshal ( SnmpAssetAdapterConfiguration . class , arg1 ) ; m_lastModified = arg0 ; } finally { getWriteLock ( ) . unlock ( ) ; } }
14,279
empty implementation . concode_field_sep List mappers concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep List getMappers concode_elem_sep void setFrom concode_elem_sep void addConfiguredMapper concode_elem_sep void addConfigured
void function ( String arg0 ) { }
14,280
name of the session property . this must be a valid identifier . concode_field_sep Type sqlType concode_elem_sep boolean hidden concode_elem_sep T defaultValue concode_elem_sep String name concode_elem_sep String description concode_elem_sep Function<Object,T> decoder concode_elem_sep Function<T,Object> encoder concode...
String function ( ) { return name ; }
14,281
get the current persist flavor for user-mode swapping . concode_field_sep String S3 concode_elem_sep AtomicLong delete_count concode_elem_sep AtomicLong store_bytes concode_elem_sep Persist[] I concode_elem_sep String S3A concode_elem_sep String FILE concode_elem_sep int MAX_BACKENDS concode_elem_sep AtomicLong load_by...
Persist function ( ) { return I [ Value . ICE ] ; }
14,282
merge the specified velocity template with the given model and write the result to the given writer . concode_field_sep PlaceHolder placeHolder concode_field_sep String mergeTemplateIntoString concode_elem_sep String mergeTemplateIntoString
void function ( VelocityEngine arg0 , String arg1 , String arg2 , Map < String , Object > arg3 , Writer arg4 ) { VelocityContext loc0 = new VelocityContext ( arg3 ) ; arg0 . mergeTemplate ( arg1 , arg2 , loc0 , arg4 ) ; }
14,283
sets the value of the brk property . concode_field_sep CTOnOff noBreak concode_elem_sep Object parent concode_elem_sep CTOnOff aln concode_elem_sep CTOnOff diff concode_elem_sep CTManualBreak brk concode_elem_sep CTCtrlPr ctrlPr concode_elem_sep CTOnOff opEmu concode_field_sep Object getParent concode_elem_sep void set...
void function ( CTManualBreak arg0 ) { this . brk = arg0 ; }
14,284
compares this object against the specified object . the result is true if and only if the argument is not null and is a mutableobject object that contains the same t value as this object . concode_field_sep long serialVersionUID concode_elem_sep T value concode_field_sep T getValue concode_elem_sep int hashCode concode...
boolean function ( final Object arg0 ) { if ( arg0 == null ) { return false ; } if ( this == arg0 ) { return true ; } if ( this . getClass ( ) == arg0 . getClass ( ) ) { final MutableObject < ? > loc0 = ( MutableObject < ? > ) arg0 ; return this . value . equals ( loc0 . value ) ; } return false ; }
14,285
returns the direct edit permission int value . the possible value are : 0 : permission is #inactive . 1 : permission is #disabled . 2 : permission is #enabled . concode_field_sep int m_permission concode_elem_sep CmsDirectEditPermissions INACTIVE concode_elem_sep String VALUE_ENABLED concode_elem_sep String VALUE_INACT...
int function ( ) { return m_permission ; }
14,286
returns the configuration source url , or null if this configuration source is based on a file or hasneither a file nor an url . concode_field_sep ConfigurationSource NULL_SOURCE concode_elem_sep File file concode_elem_sep byte[] data concode_elem_sep InputStream stream concode_elem_sep String location concode_elem_sep...
URL function ( ) { return url ; }
14,287
gets the value of the selector property . concode_field_sep JobSelector selector concode_field_sep void setSelector
JobSelector function ( ) { return selector ; }
14,288
write script markup and script code in one method call . concode_field_sep UIComponent component concode_elem_sep ResponseWriter writer concode_field_sep void writeScriptEnd concode_elem_sep void startScript concode_elem_sep void endScript concode_elem_sep void write concode_elem_sep void write concode_elem_sep void wr...
void function ( FacesContext arg0 , final UIComponent arg1 , String arg2 , String arg3 ) { ResponseWriter loc0 = arg0 . getResponseWriter ( ) ; writeScriptStart ( loc0 , arg1 , arg3 ) ; loc0 . write ( arg2 ) ; writeScriptEnd ( loc0 ) ; }
14,289
return the patch component of this version . concode_field_sep long patch concode_elem_sep long major concode_elem_sep long minor concode_elem_sep String build concode_field_sep Version getVersion concode_elem_sep long getMinor concode_elem_sep String getBuild concode_elem_sep int hashCode concode_elem_sep boolean equa...
long function ( ) { return patch ; }
14,290
method to dump the latest message log to the terminal concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_elem_sep int TIME_DAYS concode_elem_sep int CO...
String function ( ) { getContextMessageLog ( ) ; int loc0 = messageLog . loc0 ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { } appendControl ( "srini_string" + loc0 + "srini_string" ) ; return ( "srini_string" ) ; }
14,291
the last selected for modification point . concode_field_sep WhiteboardPoint modifyPoint concode_elem_sep int thickness concode_elem_sep String id concode_elem_sep Color color concode_elem_sep float opacity concode_elem_sep boolean selected concode_field_sep int getThickness concode_elem_sep void setThickness concode_e...
WhiteboardPoint function ( ) { return modifyPoint ; }
14,292
get the job id concode_field_sep Iterable<String> NODIAGS_LIST concode_elem_sep String NODIAGS concode_elem_sep JobUnsuccessfulCompletion datum concode_field_sep int getFinishedReduces concode_elem_sep String getDiagnostics concode_elem_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep long g...
JobID function ( ) { return JobID . forName ( datum . getJobid ( ) . toString ( ) ) ; }
14,293
gets the value of the devicemake property . concode_field_sep String quoteExpirationDate concode_elem_sep String serialNumber concode_elem_sep String quoteAmount concode_elem_sep String deviceMake concode_elem_sep String deviceModel concode_elem_sep String msisdn concode_elem_sep String rmaNumber concode_field_sep Stri...
String function ( ) { return deviceMake ; }
14,294
creates a new pluginmanager , wrapped in a pluginmanagerutil object , with a supplied user configuration . the user configuration can be obtained by using the pluginconfiguration . the next thing you should probably do is adding your own plugins by calling addpluginsfrom . in order to assist debugging , you can set one...
PluginManagerUtil function ( final Properties arg0 ) { return new PluginManagerUtil ( createPluginManager ( arg0 ) ) ; }
14,295
gets the cluster id that the alert belongs to . concode_field_sep Alert m_alert concode_elem_sep long m_clusterId concode_elem_sep List<Alert> m_alerts concode_field_sep Alert getAlert concode_elem_sep List<Alert> getAlerts
long function ( ) { return m_clusterId ; }
14,296
closes the reader by closing the underlying inputstream andmarking this reader as closed . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep String readLine c...
void function ( ) { synchronized ( in ) { if ( buf != null ) { buf = null ; in . close ( ) ; } } }
14,297
adds a shutdownhook with a priority , the higher the priority the earlier will run . shutdownhooks with same priority run in a non-deterministic order . concode_field_sep Runnable hook concode_elem_sep AtomicBoolean shutdownInProgress concode_elem_sep ShutdownHookManager MGR concode_elem_sep Log LOG concode_elem_sep in...
void function ( Runnable arg0 , int arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( shutdownInProgress . get ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } hooks . add ( new HookEntry ( arg0 , arg1 ) ) ; }
14,298
adds a relation from node to another node . concode_field_sep String pos concode_elem_sep List<DependencyRelation> neighbors concode_elem_sep String lemma concode_elem_sep int index concode_elem_sep String word concode_field_sep String pos concode_elem_sep int hashCode concode_elem_sep List<DependencyRelation> neighbor...
void function ( DependencyRelation arg0 ) { neighbors . add ( arg0 ) ; }
14,299
find the captcha image url . concode_field_sep HttpContext httpContext concode_elem_sep String string concode_elem_sep int start concode_elem_sep String formTitle concode_elem_sep String kCaptchaUrl concode_elem_sep Matcher regexMatcher concode_elem_sep Pattern regex concode_elem_sep String googleURL concode_elem_sep U...
URL function ( ) { imageURL = new URL ( googleURL + cCaptchaUrl ) ; return imageURL ; }