idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
23,200
add an attribute for a cacheable method . method names can be exact matches , or of the pattern `` xxx '' , `` xxx '' or `` xxx '' for matching multiple methods . concode_field_sep Log logger concode_elem_sep Map<String,Collection<CacheOperation>> nameMap concode_field_sep Collection<CacheOperation> getCacheOperations ...
void function ( String arg0 , Collection < CacheOperation > arg1 ) { if ( logger . isDebugEnabled ( ) ) { logger . debug ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; } this . nameMap . put ( arg0 , arg1 ) ; }
23,201
implements svgmatrix #setc float . concode_field_sep AffineTransform FLIP_X_TRANSFORM concode_elem_sep AffineTransform FLIP_Y_TRANSFORM concode_field_sep float getF concode_elem_sep SVGMatrix inverse concode_elem_sep SVGMatrix rotate concode_elem_sep SVGMatrix scaleNonUniform concode_elem_sep SVGMatrix rotateFromVector...
void function ( float arg0 ) { AffineTransform loc0 = getAffineTransform ( ) ; loc0 . setTransform ( loc0 . getScaleX ( ) , loc0 . getShearY ( ) , arg0 , loc0 . getScaleY ( ) , loc0 . getTranslateX ( ) , loc0 . getTranslateY ( ) ) ; }
23,202
creates and returns a copy of the header concode_field_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep boolean equals concode_elem_sep void setValue concode_elem_sep String toString
Object function ( ) { return new Header ( getName ( ) , getValue ( ) ) ; }
23,203
a list that contains the descriptions of the specified delivery channel . concode_field_sep com.amazonaws.internal.SdkInternalList<DeliveryChannel> deliveryChannels concode_field_sep void setDeliveryChannels concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeDeliveryChannelsResult cl...
java . util . List < DeliveryChannel > function ( ) { if ( deliveryChannels == null ) { deliveryChannels = new com . amazonaws . internal . SdkInternalList < DeliveryChannel > ( ) ; } return deliveryChannels ; }
23,204
test of getdescription method , of class book . concode_field_sep Book book concode_field_sep void testGetBookID concode_elem_sep void testSetEdition concode_elem_sep void tearDownClass concode_elem_sep void testGetEdition concode_elem_sep void testGetPublisher concode_elem_sep void testSetPublisher concode_elem_sep vo...
void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = "srini_string" ; String loc1 = book . getDescription ( ) ; assertEquals ( loc0 , loc1 ) ; }
23,205
compares using the adminid . concode_field_sep String ADMIN_ID_KEY concode_elem_sep Map<String,String> map concode_elem_sep List<String> commonAttributeKeys concode_elem_sep String HOST_KEY concode_elem_sep String MGMT_PORT_KEY concode_elem_sep String PORT_KEY concode_elem_sep String IP_ADDRESS_KEY concode_elem_sep Str...
int function ( AdminAttributes arg0 ) { return this . getId ( ) . compareTo ( arg0 . getId ( ) ) ; }
23,206
sets the unicodestart . concode_field_sep int glyphStartIndex concode_elem_sep int unicodeEnd concode_elem_sep int unicodeStart concode_field_sep int getUnicodeEnd concode_elem_sep boolean equals concode_elem_sep int getGlyphStartIndex concode_elem_sep int getUnicodeStart concode_elem_sep void setUnicodeEnd concode_ele...
void function ( int arg0 ) { this . unicodeStart = arg0 ; }
23,207
set an identifier for the node on which the event originates . concode_field_sep long serialVersionUID concode_elem_sep Serializable source concode_elem_sep UUID uuid concode_field_sep UUID getUUID concode_elem_sep Serializable getSource concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Str...
void function ( Serializable arg0 ) { this . source = arg0 ; }
23,208
set the rmode for all the characters being in this object . rmode can have the following values : 0 - fill text . 1 - stroke text . 2 - fill , then stroke text . 3 - neither fill nor stroke text invisible . 4 - fill text and add to path for clipping . 5 - stroke text and add to path for clipping . 6 - fill , then strok...
void function ( int arg0 ) { if ( arg0 >= 0 ) { this . rmode = arg0 ; } }
23,209
return true of teiid support is required for this connection . concode_field_sep TextDecoder URL_DECODER concode_elem_sep char propertyDelimiter concode_elem_sep String repositoryPath concode_elem_sep String url concode_elem_sep Properties properties concode_field_sep void init concode_elem_sep void setProperties conco...
boolean function ( ) { String loc0 = properties . getProperty ( LocalJcrDriver . TEIID_SUPPORT_PROPERTY_NAME ) ; if ( loc0 == null ) { return false ; } return loc0 . equalsIgnoreCase ( Boolean . TRUE . toString ( ) ) ; }
23,210
returns true if jmx support is enabled . this option can be configured via the admin console or by setting the following system property : xmpp.jmx.enabled = true default : false concode_field_sep ConnectorServer jmxServer concode_elem_sep String XMPP_JMX_PORT concode_elem_sep int DEFAULT_PORT concode_elem_sep String X...
boolean function ( ) { return JiveGlobals . getBooleanProperty ( XMPP_JMX_ENABLED , false ) ; }
23,211
determines if the block is full and ready for compression . concode_field_sep int blockLengthLimit concode_elem_sep int[] bwtBlock concode_elem_sep int rleLength concode_elem_sep boolean[] blockValuesPresent concode_elem_sep int blockLength concode_elem_sep byte[] block concode_elem_sep Bzip2BitWriter writer concode_el...
boolean function ( ) { return blockLength > blockLengthLimit ; }
23,212
called by the system when the device configuration changes while your activity is running . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode...
void function ( Configuration arg0 ) { }
23,213
returns true if the listing is truncated , and additional requests need to be made to get more results . concode_field_sep boolean isTruncated concode_elem_sep String bucketName concode_elem_sep String nextKeyMarker concode_elem_sep List<String> commonPrefixes concode_elem_sep String delimiter concode_elem_sep String p...
boolean function ( ) { return isTruncated ; }
23,214
gets the value of the rval property . concode_field_sep ReconciliationReportPage rval concode_field_sep void setRval
ReconciliationReportPage function ( ) { return rval ; }
23,215
make a appmsg that just contains a text view with the text from aresource . concode_field_sep LayoutParams mLayoutParams concode_elem_sep int duration concode_elem_sep int LENGTH_SHORT concode_elem_sep Style STYLE_INFO concode_elem_sep int background concode_elem_sep int LENGTH_LONG concode_elem_sep View mView concode_...
AppMsg function ( Activity arg0 , int arg1 , Style arg2 ) { return makeText ( arg0 , arg0 . getResources ( ) . getText ( arg1 ) , arg2 ) ; }
23,216
creates a new connection handle for the underlying physical connection represented by the managedconnection instance . concode_field_sep HelloWorldManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep PrintWriter logWriter concode_elem_sep Object connection concode_elem_...
Object function ( Subject arg0 , ConnectionRequestInfo arg1 ) { connection = new HelloWorldConnectionImpl ( mcf ) ; return connection ; }
23,217
gets the value of the addressline3 property . concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String countryCd concode_elem_sep String stateProvince concode_elem_sep String isActive concode_elem_sep String poBox concode_elem_sep String addressTypeCd concode_elem_sep String buildingNum con...
String function ( ) { return addressLine3 ; }
23,218
return the ocorrelation id for the correlation set concode_field_sep String _keyValues[] concode_elem_sep long serialVersionUID concode_elem_sep String _csetName concode_field_sep void escapeTilde concode_elem_sep String toCanonicalString concode_elem_sep String[] getValues concode_elem_sep int hashCode concode_elem_se...
String function ( ) { return _csetName ; }
23,219
returns the repository being discovered . concode_field_sep List<Outcome> outcomes concode_elem_sep Throwable throwable concode_elem_sep PrefixSource prefixSource concode_elem_sep String strategyId concode_elem_sep R mavenRepository concode_elem_sep String message concode_elem_sep boolean successful concode_field_sep v...
R function ( ) { return mavenRepository ; }
23,220
register this intersectionmanager with each of the lanes that it manages . concode_field_sep double currentTime concode_elem_sep Intersection intersection concode_elem_sep int id concode_elem_sep TrackModel trackModel concode_field_sep double traversalDistance concode_elem_sep double traversalDistance concode_elem_sep ...
void function ( ) { for ( Lane loc0 : intersection . getLanes ( ) ) { loc0 . getLaneIM ( ) . registerIntersectionManager ( this ) ; } }
23,221
checks whether a character is #unsafe_chars unsafe . concode_field_sep BasicHeaderValueFormatter INSTANCE concode_elem_sep BasicHeaderValueFormatter DEFAULT concode_elem_sep String UNSAFE_CHARS concode_elem_sep String SEPARATORS concode_field_sep String formatNameValuePair concode_elem_sep CharArrayBuffer formatNameVal...
boolean function ( final char arg0 ) { return UNSAFE_CHARS . indexOf ( arg0 ) >= 0 ; }
23,222
defaults to -1 indicating to ignore the property . concode_field_sep int width concode_elem_sep String name concode_elem_sep int maxWidth concode_field_sep void setName concode_elem_sep void updateWidth concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int ge...
void function ( int arg0 ) { this . maxWidth = arg0 ; }
23,223
spy on calls from the dn to the nn . concode_field_sep short DN_COUNT concode_elem_sep NameNode singletonNn concode_elem_sep Configuration conf concode_elem_sep long DUMMY_BLOCK_ID concode_elem_sep DistributedFileSystem fs concode_elem_sep Log LOG concode_elem_sep BPServiceActor actor concode_elem_sep long DUMMY_BLOCK_...
DatanodeProtocolClientSideTranslatorPB function ( ) { return DataNodeTestUtils . spyOnBposToNN ( singletonDn , singletonNn ) ; }
23,224
util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeExportTasksResponseType localDescribeExportTasksResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize ...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }...
23,225
use an xpath string to select a nodelist . xpath namespace prefixes are resolved from the namespacenode . concode_field_sep XPathContext xpathSupport concode_field_sep XObject eval concode_elem_sep XObject eval concode_elem_sep XObject eval concode_elem_sep Node selectSingleNode concode_elem_sep Node selectSingleNode c...
NodeList function ( Node arg0 , String arg1 , Node arg2 ) { XObject loc0 = eval ( arg0 , arg1 , arg2 ) ; return loc0 . nodelist ( ) ; }
23,226
gets the value of the label property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concod...
String function ( ) { return label ; }
23,227
notes the end of the element exists query or bounding box . concode_field_sep Logger LOGGER concode_elem_sep org.opengis.filter.Filter filter concode_field_sep void filter concode_elem_sep void characters concode_elem_sep org.opengis.filter.Filter getFilter concode_elem_sep void startPrefixMapping concode_elem_sep void...
void function ( String arg0 , String arg1 , String arg2 ) { }
23,228
returns the owner role . encapsulates all editor 's permissions and permissions to manage access control for a resource or manage the billing options for a project . concode_field_sep String ROLE_PREFIX concode_elem_sep long serialVersionUID concode_elem_sep String value concode_field_sep String getValue concode_elem_s...
Role function ( ) { return of ( "srini_string" ) ; }
23,229
update the presentation . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions conc...
void function ( TextPresentation arg0 , List < AttributedPosition > arg1 , List < AttributedPosition > arg2 ) { Runnable loc0 = presenter . createUpdateRunnable ( arg0 , arg1 , arg2 ) ; if ( loc0 == null ) return ; Display loc1 = Display . getDefault ( ) ; loc1 . asyncExec ( loc0 ) ; }
23,230
returns a string representing the object . concode_field_sep PieLabelLinkStyle CUBIC_CURVE concode_elem_sep PieLabelLinkStyle STANDARD concode_elem_sep String name concode_elem_sep PieLabelLinkStyle QUAD_CURVE concode_field_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep boolean equals
String function ( ) { return this . name ; }
23,231
add an array of attributes to this material . if the material already contains an attribute of the same type it is overwritten . concode_field_sep Array<Attribute> attributes concode_elem_sep boolean sorted concode_elem_sep long mask concode_field_sep long getMask concode_elem_sep int compare concode_elem_sep void clea...
void function ( final Attribute ... arg0 ) { for ( final Attribute loc0 : arg0 ) set ( loc0 ) ; }
23,232
for objects with super classes , check for objects subject to circular reference in super class . concode_field_sep Set<Object> objectsWithCircularReferences concode_elem_sep Set<Object> nodesInPaths concode_field_sep void detectCircularReferencesFromObjectsInAMap concode_elem_sep boolean validateAnObject concode_elem_...
void function ( Object arg0 , Class < ? > arg1 ) { Class < ? > loc0 = arg1 . getSuperclass ( ) ; if ( loc0 != null && validateAnObject ( arg0 ) ) { detectCircularReferenceOnFields ( arg0 , loc0 ) ; } }
23,233
sets the subject of this legacy metadata . concode_field_sep LegacyMetadata _legacyMetadata concode_field_sep java.lang.String getSubject concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedM...
void function ( java . lang . String arg0 ) { _legacyMetadata . setSubject ( arg0 ) ; }
23,234
encodes for css strings . concode_field_sep Log log concode_elem_sep String defaultDateCache concode_field_sep String formatDate concode_elem_sep String formatDate concode_elem_sep String encodeForUriComponent concode_elem_sep String encodeForCssUrl concode_elem_sep String encodeForXmlComment concode_elem_sep Locale no...
String function ( String arg0 ) { return Encode . forCssString ( arg0 ) ; }
23,235
adds a person to the address book . also checks the new person 's tags and updates #alltags with any new tags found , and updates the tag objects in the person to point to those in #alltags . concode_field_sep UniquePersonList allPersons concode_elem_sep UniqueTagList allTags concode_field_sep boolean containsPerson co...
void function ( Person arg0 ) { syncTagsWithMasterList ( arg0 ) ; allPersons . add ( arg0 ) ; }
23,236
return the second object of the pair . concode_field_sep A first concode_elem_sep B second concode_field_sep A getFirst
B function ( ) { return this . second ; }
23,237
create a cached value with the given provider and non-tracked return value , store it in the first argument 's user data . if it 's already stored , reuse it . concode_field_sep NotNullLazyKey<CachedValuesManager,Project> INSTANCE_KEY concode_elem_sep ConcurrentMap<String,Key<CachedValue>> globalKeyForProvider concode_...
T function ( @ NotNull D arg0 , @ NotNull CachedValueProvider < T > arg1 ) { return getCachedValue ( arg0 , this . < T > getKeyForClass ( arg1 . getClass ( ) ) , arg1 , false ) ; }
23,238
get the configproperties . concode_field_sep ConcurrentHashMap<String,String> configProperties concode_elem_sep long serialVersionUID concode_elem_sep String className concode_elem_sep Boolean useJavaContext concode_elem_sep Boolean enabled concode_elem_sep String jndiName concode_elem_sep String poolName concode_field...
Map < String , String > function ( ) { return Collections . unmodifiableMap ( configProperties ) ; }
23,239
returns the id of the revision . concode_field_sep int fullRevisionID concode_elem_sep Integer contributorId concode_elem_sep int articleID concode_elem_sep String contributorName concode_elem_sep int revisionId concode_elem_sep Timestamp timeStamp concode_elem_sep int revisionCounter concode_elem_sep boolean isMinor c...
int function ( ) { return revisionId ; }
23,240
set an fix objectmapper . if this is not set providers are used for lookup . if there are is none too , use a default one . concode_field_sep MediaType TEXT_JAVASCRIPT_MEDIA_TYPE concode_elem_sep MediaType TEXT_JSON_TYPE concode_elem_sep ObjectMapper DEFAULT_MAPPER concode_elem_sep ObjectMapper objectMapper concode_ele...
void function ( ObjectMapper arg0 ) { this . objectMapper = arg0 ; }
23,241
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSRole wsRole concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.ap...
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 ) ; }
23,242
main concode_field_sep PlaceHolder placeHolder concode_field_sep Series3D getSeriesForHistogram concode_elem_sep PlotGroup getGroup1 concode_elem_sep Series3D getSeriesForLinesPlot concode_elem_sep PlotGroup getGroup2
void function ( String [ ] arg0 ) { CSVFile loc0 = new CSVFile ( new File ( "srini_string" ) ) ; List < PlotGroup > loc1 = new ArrayList < PlotGroup > ( ) ; loc1 . add ( getGroup1 ( loc0 ) ) ; loc1 . add ( getGroup2 ( loc0 ) ) ; LaTeX . plot ( loc1 , "srini_string" ) ; }
23,243
returns true if the specified object is registered with the dataset as a listener . most applications wo n't need to call this method , it exists mainly for use by unit testing code . concode_field_sep EventListenerList listenerList concode_elem_sep long serialVersionUID concode_elem_sep DatasetGroup group concode_fiel...
boolean function ( EventListener arg0 ) { List loc0 = Arrays . asList ( this . listenerList . getListenerList ( ) ) ; return loc0 . contains ( arg0 ) ; }
23,244
method indicates whether or not this format could also be in a compression container for example : csv.gz versus csv . if this format uses its own internal compression scheme , such as parquet does , then this should return false . concode_field_sep boolean readable concode_elem_sep Configuration fsConf concode_elem_se...
boolean function ( ) { return compressible ; }
23,245
returns the metrics prefix . concode_field_sep long serialVersionUID concode_elem_sep MetricsPrefix metricsPrefix concode_elem_sep String fullName concode_elem_sep String abbreviation concode_field_sep String getAbbreviation concode_elem_sep String getDisplayName concode_elem_sep boolean isSameAs concode_elem_sep Strin...
MetricsPrefix function ( ) { return metricsPrefix ; }
23,246
returns the weather data for the specified locationid . concode_field_sep WeatherConfig config concode_elem_sep WeatherJobScheduler jobScheduler concode_elem_sep Map<String,Weather> weatherByLocationId concode_elem_sep WeatherContext instance concode_elem_sep EventPublisher eventPublisher concode_elem_sep Collection<We...
void function ( String arg0 , Weather arg1 ) { weatherByLocationId . put ( arg0 , arg1 ) ; }
23,247
translates the legacy default database form : database = ... to the 1.7.2 form : database .0 = ... concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translate...
void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } String loc0 = arg0 . getProperty ( SC_KEY_DATABASE ) ; if ( loc0 != null ) { arg0 . setProperty ( SC_KEY_DATABASE + "srini_string" , loc0 ) ; } }
23,248
add uncallback . concode_field_sep Map<TypeBeanStateKey,Set<Object>> beans concode_elem_sep Set<Object> instances concode_elem_sep Map<TypeBeanStateKey,List<Callback>> incallbacks concode_elem_sep Map<TypeBeanStateKey,List<Callback>> uncallbacks concode_elem_sep Class<?> type concode_field_sep void removeUncallback con...
void function ( Callback arg0 ) { addCallback ( uncallbacks , arg0 ) ; }
23,249
sets the results value for this reconciliationorderreportpage . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize conco...
void function ( com . google . api . ads . dfp . axis . v201502 . ReconciliationOrderReport [ ] arg0 ) { this . results = arg0 ; }
23,250
fatal error . concode_field_sep DOMParser parser concode_field_sep ParserWrapper.DocumentInfo getDocumentInfo concode_elem_sep void setFeature concode_elem_sep void warning concode_elem_sep Document parse concode_elem_sep boolean isIgnorableWhitespace concode_elem_sep void error concode_elem_sep void printError
void function ( SAXParseException arg0 ) { printError ( "srini_string" , arg0 ) ; throw arg0 ; }
23,251
returns the class name id of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMode...
long function ( ) { return _emailAddress . getClassNameId ( ) ; }
23,252
gets the protocol binding . concode_field_sep String consentAuthnReq concode_elem_sep String eIDSectorShare concode_elem_sep String protocolBinding concode_elem_sep String formatEntity concode_elem_sep boolean friendlyName concode_elem_sep Properties samlCoreProp concode_elem_sep boolean oneTimeUse concode_elem_sep Int...
String function ( ) { return protocolBinding ; }
23,253
expert users can override this method for more complete control over the execution of the mapper . concode_field_sep PlaceHolder placeHolder concode_field_sep void cleanup concode_elem_sep void setup concode_elem_sep void map
void function ( Context arg0 ) { setup ( arg0 ) ; try { while ( arg0 . nextKeyValue ( ) ) { map ( arg0 . getCurrentKey ( ) , arg0 . getCurrentValue ( ) , arg0 ) ; } } finally { cleanup ( arg0 ) ; } }
23,254
returns the port of the origin server ; typically 80 or 443 . unlike may getport accessors , this method never returns -1 . concode_field_sep Proxy proxy concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep String uriHost con...
int function ( ) { return uriPort ; }
23,255
set user login . concode_field_sep String passWord concode_elem_sep String forename concode_elem_sep String name concode_elem_sep String emailAdress concode_elem_sep String newPassword concode_elem_sep String language concode_elem_sep String login concode_elem_sep long serialVersionUID concode_field_sep void setForenam...
void function ( String arg0 ) { login = arg0 ; }
23,256
return the beandefinitionregistry that this scanner operates on . concode_field_sep BeanDefinitionRegistry registry concode_elem_sep ConditionEvaluator conditionEvaluator concode_elem_sep ScopeMetadataResolver scopeMetadataResolver concode_elem_sep BeanNameGenerator beanNameGenerator concode_field_sep Environment getOr...
BeanDefinitionRegistry function ( ) { return this . registry ; }
23,257
get just the name of the file this frame points to . for js traces this is different from #getfile in that it only returns the filename , not the full path . for java traces there is no difference . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn ...
String function ( ) { return mFileName ; }
23,258
stops one stream . concode_field_sep VideoStream mVideoStream concode_elem_sep InetAddress mDestination concode_elem_sep Object sLock concode_elem_sep int mTimeToLive concode_elem_sep Context mContext concode_elem_sep long mTimestamp concode_elem_sep WifiManager.MulticastLock mLock concode_elem_sep String TAG concode_e...
void function ( int arg0 ) { synchronized ( sLock ) { if ( mLock != null ) { if ( mLock . isHeld ( ) ) { mLock . release ( ) ; } mLock = null ; } Stream loc0 = arg0 == 0 ? mAudioStream : mVideoStream ; if ( loc0 != null ) { loc0 . stop ( ) ; } } }
23,259
returns a list of all owned product ids of a given type concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep ...
List < String > function ( String arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( Purchase loc1 : mPurchaseMap . values ( ) ) { if ( loc1 . getItemType ( ) . equals ( arg0 ) ) loc0 . add ( loc1 . getSku ( ) ) ; } return loc0 ; }
23,260
serialize an instance , restore it , and check for equality . concode_field_sep double EPSILON concode_field_sep void testConstructor concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { LineFunction2D loc0 = new LineFunction2D ( 1.0 , 2.0 ) ; LineFunction2D loc1 = ( LineFunction2D ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
23,261
generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep String targetName concode_elem_sep Graph sourceGraph concode_elem_sep double alpha concode_elem_sep List varNames concode_elem_sep String[] regressorNames concode_field_sep String[] getRegressorNam...
LogisticRegressionParams function ( ) { LogisticRegressionParams loc0 = new LogisticRegressionParams ( ) ; loc0 . setTargetName ( "srini_string" ) ; return loc0 ; }
23,262
lists all entries defined either directly by a properties object or at any level within its defaults hierarchy . concode_field_sep PlaceHolder placeHolder concode_field_sep Map flatten concode_elem_sep Properties fuse concode_elem_sep Properties fuse concode_elem_sep Properties convert concode_elem_sep Properties flatC...
void function ( String arg0 , Properties arg1 , PrintStream arg2 ) { arg2 . println ( arg0 + "srini_string" ) ; Enumeration loc0 = arg1 . propertyNames ( ) ; while ( loc0 . hasMoreElements ( ) ) { String loc1 = ( String ) loc0 . nextElement ( ) ; String loc2 = arg1 . getProperty ( loc1 ) ; arg2 . println ( loc1 + "srin...
23,263
sets the value of the customerid property . concode_field_sep String product concode_elem_sep long expectedQuantity concode_elem_sep long customerId concode_elem_sep String description concode_field_sep void setProduct concode_elem_sep String getProduct concode_elem_sep void setExpectedQuantity concode_elem_sep void se...
void function ( long arg0 ) { this . customerId = arg0 ; }
23,264
sets number of writes . concode_field_sep int hits concode_elem_sep long readTime concode_elem_sep int misses concode_elem_sep int reads concode_elem_sep long serialVersionUID concode_elem_sep long writeTime concode_elem_sep int writes concode_elem_sep long createTime concode_field_sep int hits concode_elem_sep void hi...
void function ( int arg0 ) { this . writes = arg0 ; }
23,265
returns a list of outliers . concode_field_sep Number q1 concode_elem_sep Number q3 concode_elem_sep long serialVersionUID concode_elem_sep Number median concode_elem_sep Number minRegularValue concode_elem_sep Number mean concode_elem_sep Number minOutlier concode_elem_sep Number maxRegularValue concode_elem_sep List ...
List function ( ) { if ( this . outliers == null ) { return null ; } return Collections . unmodifiableList ( this . outliers ) ; }
23,266
the date and time , in iso 8601 date-time format , when the ssh public key was uploaded . concode_field_sep String sSHPublicKeyId concode_elem_sep java.util.Date uploadDate concode_elem_sep String userName concode_elem_sep String status concode_field_sep SSHPublicKeyMetadata withStatus concode_elem_sep SSHPublicKeyMeta...
java . util . Date function ( ) { return this . uploadDate ; }
23,267
return shutdownhookmanager singleton . concode_field_sep Runnable hook concode_elem_sep AtomicBoolean shutdownInProgress concode_elem_sep ShutdownHookManager MGR concode_elem_sep Log LOG concode_elem_sep int priority concode_elem_sep Set<HookEntry> hooks concode_field_sep boolean isShutdownInProgress concode_elem_sep b...
ShutdownHookManager function ( ) { return MGR ; }
23,268
the generated project archive or file . concode_field_sep String fileName concode_elem_sep ContentType contentType concode_elem_sep byte[] content concode_field_sep void setFileName concode_elem_sep void setContent concode_elem_sep ContentType getContentType concode_elem_sep String getFileName
byte [ ] function ( ) { return this . content ; }
23,269
gets the value of the carrierurl property . concode_field_sep XMLGregorianCalendar actualDeliveryDate concode_elem_sep String contactInfo concode_elem_sep String carrierURL concode_elem_sep String lastStatusPackageLocation concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar estimatedDeliveryDat...
String function ( ) { return carrierURL ; }
23,270
multiplies the given value to this vector . concode_field_sep float x concode_elem_sep float y concode_field_sep Vector2 addY concode_elem_sep Vector2 addY concode_elem_sep Vector2 addX concode_elem_sep Vector2 addX concode_elem_sep Vector2 multX concode_elem_sep Vector2 multX concode_elem_sep Vector2 multY concode_ele...
Vector2 function ( final float arg0 ) { return multX ( arg0 ) . multY ( arg0 ) ; }
23,271
returns the container . concode_field_sep Container container concode_elem_sep Collection lazyBag concode_elem_sep Collection bag concode_elem_sep long id concode_field_sep void setBag concode_elem_sep int hashCode concode_elem_sep void setLazyBag concode_elem_sep boolean equals concode_elem_sep void setId concode_elem...
Container function ( ) { return container ; }
23,272
writes a start record to the log . this log record contains the start operator , followed by the transaction id . concode_field_sep int txnum concode_field_sep int op concode_elem_sep void undo concode_elem_sep String toString concode_elem_sep void redo concode_elem_sep int txNumber
int function ( ) { Object [ ] loc0 = new Object [ ] { START , txnum } ; return logMgr . append ( loc0 ) ; }
23,273
returns the array of word confidences . each entry corresponds to a single space-delimited word in the result string . concode_field_sep float mAngle concode_elem_sep int[] mConfidences concode_elem_sep float mAvgConfidence concode_elem_sep Rect mBounds concode_elem_sep Parcelable.Creator<OcrResult> CREATOR concode_ele...
int [ ] function ( ) { return mConfidences ; }
23,274
creates a builder that is capable of creating an instance of reactinstancemanagerimpl . concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeIdleDebugListener concode_elem_sep List<ReactPackage> mPackages concode_elem_sep Application mApplication concode_elem_sep UIImplementationProvider mUIImplementationProvi...
Builder function ( ) { return new Builder ( ) ; }
23,275
este metodo carga datos segun sea necesario en el frame donde se utiliza esta herramienta concode_field_sep Constructor constructor concode_elem_sep boolean numeric_code concode_elem_sep String idconector concode_elem_sep boolean done concode_field_sep Object[][] getInfo concode_elem_sep boolean isNumeric_code concode_...
void function ( String arg0 ) { }
23,276
gets the current scheduler ; concode_field_sep Map<Class<? extends GVRHybridObject>,AsyncLoaderFactory<? extends GVRHybridObject,?>> mFactories concode_elem_sep AsyncManager sInstance concode_elem_sep Scheduler mScheduler concode_field_sep Map<Class<? extends GVRHybridObject>,AsyncLoaderFactory<? extends GVRHybridObjec...
Scheduler function ( ) { return mScheduler ; }
23,277
return whether to accept gzip encoding , that is , whether to send the http `` accept-encoding '' header with `` gzip '' as value . concode_field_sep boolean acceptGzipEncoding concode_elem_sep String HTTP_HEADER_CONTENT_TYPE concode_elem_sep String contentType concode_elem_sep Log logger concode_elem_sep String HTTP_M...
boolean function ( ) { return this . acceptGzipEncoding ; }
23,278
whether two floating-point numbers doubles are less than or equal to another . concode_field_sep Random random concode_elem_sep long randSeed concode_field_sep boolean nearlyEqual concode_elem_sep boolean isDoubleEqual concode_elem_sep boolean isDoubleEqual concode_elem_sep String concatenate concode_elem_sep String co...
boolean function ( double arg0 , double arg1 ) { return arg0 < arg1 || isDoubleEqual ( arg0 , arg1 ) ; }
23,279
sets the name of the profile , which must exist in the - profileslocation directory , to use for this browser session . concode_field_sep String COMMAND_LINE_FLAGS concode_elem_sep Map<String,String> options concode_elem_sep String TIMEOUT_IN_SECONDS concode_elem_sep String MULTI_WINDOW concode_elem_sep String PROFILE_...
BrowserConfigurationOptions function ( String arg0 ) { put ( PROFILE_NAME , arg0 ) ; return this ; }
23,280
retrieves the number of parameters in the preparedstatement object for which this parametermetadata object contains information . 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 ...
int function ( ) { return parameterCount ; }
23,281
sets the value of the autoload property . concode_field_sep Object parent concode_elem_sep STDvAspect dvAspect concode_elem_sep long shapeId concode_elem_sep STOleUpdate oleUpdate concode_elem_sep CTObjectPr objectPr concode_elem_sep String link concode_elem_sep Boolean autoLoad concode_elem_sep String id concode_elem_...
void function ( Boolean arg0 ) { this . autoLoad = arg0 ; }
23,282
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
23,283
retrieve the character encoding for the request . concode_field_sep ActionRequest request concode_field_sep String getContentType concode_elem_sep String toString concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream
String function ( ) { return request . getCharacterEncoding ( ) ; }
23,284
start of character data . concode_field_sep boolean allowPrefixMappings concode_elem_sep boolean allowIgnorableWhitespace concode_elem_sep boolean allowProcessingInstructions concode_elem_sep boolean allowDTDs concode_elem_sep boolean allowCDATA concode_elem_sep boolean allowDocuments concode_elem_sep ContentHandler co...
void function ( ) { if ( allowCDATA ) { lexicalHandler . startCDATA ( ) ; } }
23,285
send a string to the instantiated connection . this method throws an ioexception so the server or servlet holding the connection open can respond to the exception . concode_field_sep DataOutputStream dataOutputStream concode_elem_sep Logger log concode_elem_sep Session session concode_elem_sep Locale locale concode_fie...
void function ( String arg0 ) { log . debug ( "srini_string" , arg0 ) ; if ( this . dataOutputStream != null ) { this . dataOutputStream . writeBytes ( arg0 ) ; } else if ( this . session != null ) { this . session . getRemote ( ) . sendStringByFuture ( arg0 ) ; } }
23,286
setter for travel area . concode_field_sep String FIELD_QUALIFICATION concode_elem_sep String lastName concode_elem_sep String FIELD_FIRST_NAME concode_elem_sep String FIELD_ID concode_elem_sep String FILE_RECORD_FORMAT concode_elem_sep String[] FIELD_NAMES concode_elem_sep String FIELD_TRAVEL_AREA concode_elem_sep Str...
void function ( TravelAreas arg0 ) { this . travelAreas = arg0 ; }
23,287
write the content of this payload to the given target channel . concode_field_sep long sequence concode_elem_sep ByteBuffer data concode_elem_sep String SEQ_HEADER concode_elem_sep char[] HEX_CHARS concode_elem_sep Log logger concode_elem_sep int BUFFER_SIZE concode_field_sep void logOutgoing concode_elem_sep void logI...
void function ( WritableByteChannel arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; while ( this . data . hasRemaining ( ) ) { arg0 . write ( this . data ) ; } }
23,288
adds a block to be managed by this instance . this method is usually called by the blockcontainer , you should n't need to call it directly . concode_field_sep long serialVersionUID concode_field_sep Size2D arrangeFF concode_elem_sep Size2D arrangeRR concode_elem_sep Size2D arrangeNN concode_elem_sep Size2D arrange con...
void function ( Block arg0 , Object arg1 ) { }
23,289
update dx and dy from the current direction and length . concode_field_sep double dx concode_elem_sep double dy concode_elem_sep double length concode_elem_sep int direction concode_field_sep void add concode_elem_sep int getDirection concode_elem_sep void revertVertical concode_elem_sep void scale concode_elem_sep voi...
void function ( ) { dx = length * Math . cos ( Math . toRadians ( direction ) ) ; dy = length * Math . sin ( Math . toRadians ( direction ) ) ; }
23,290
set the filetype . concode_field_sep String filetype concode_elem_sep boolean noOp concode_elem_sep boolean checksumError concode_elem_sep String filepath concode_elem_sep String destination concode_elem_sep String onBehalfOf concode_elem_sep String packaging concode_elem_sep String userAgent concode_elem_sep boolean c...
void function ( String arg0 ) { this . filetype = arg0 ; }
23,291
creates a new instance of chararrayassert . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
CharArrayAssert function ( char [ ] arg0 ) { return new CharArrayAssert ( arg0 ) ; }
23,292
the status of the access key . active means the key is valid for api calls , while inactive means it is not . concode_field_sep String accessKeyId concode_elem_sep String secretAccessKey concode_elem_sep String userName concode_elem_sep String status concode_elem_sep java.util.Date createDate concode_field_sep AccessKe...
String function ( ) { return this . status ; }
23,293
returns a new assignment list for testmethod , with no params assigned . concode_field_sep List<ParameterSignature> fUnassigned concode_elem_sep TestClass fClass concode_elem_sep List<PotentialAssignment> fAssigned concode_field_sep ParameterSupplier getAnnotatedSupplier concode_elem_sep Object[] getConstructorArgument...
Assignments function ( Method arg0 , TestClass arg1 ) { List < ParameterSignature > loc0 ; loc0 = ParameterSignature . loc0 ( arg1 . getOnlyConstructor ( ) ) ; loc0 . addAll ( ParameterSignature . loc0 ( arg0 ) ) ; return new Assignments ( new ArrayList < PotentialAssignment > ( ) , loc0 , arg1 ) ; }
23,294
returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put
Map < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 , K arg6 , V arg7 , K arg8 , V arg9 , K arg10 , V arg11 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; loc0 . put ( arg2 , arg3 ) ; loc0 . put ( arg4 , arg5 ) ; loc0 . put ( arg6 , arg7 ) ; loc0 . put ( arg8 , arg9 ) ; loc0 . put ( arg10...
23,295
returns true if the range contains the specified value and false otherwise . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandToInclude concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep Range shift co...
boolean function ( double arg0 ) { return ( arg0 >= this . lower && arg0 <= this . upper ) ; }
23,296
this test validates that no exceptions is thrown when an empty dataset calls maxby . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_sep long serialVersionU...
void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; DataSet < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) ; try { loc1 . maxBy ( 4 , 0 , 1 , 2 , 3 ) ; } catch ( Exception loc2 ) { Assert . fai...
23,297
get the server port . concode_field_sep StringBuffer _myStringBuffer concode_elem_sep int MODE_STREAM concode_elem_sep Thread _myThread concode_elem_sep int MODE_TERMINATED concode_elem_sep byte[] _myBytes concode_elem_sep PrintWriter _myOutput concode_elem_sep char TERMINATOR concode_elem_sep int _myMode concode_elem_...
int function ( ) { return _myServerPort ; }
23,298
reject the given field with the given error code if the value is empty . an 'em pty ' value in this context means either null orthe empty string '' '' . the object whose field is being validated does not need to be passed in because the errors instance can resolve field values by itself it will usually hold an internal...
void function ( Errors arg0 , String arg1 , String arg2 ) { rejectIfEmpty ( arg0 , arg1 , arg2 , null , null ) ; }
23,299
check a not null argument concode_field_sep Class<? extends Validator> validatorClass concode_elem_sep String localizationKey concode_elem_sep Map<String,Object> arguments concode_elem_sep MessageService service concode_elem_sep Object value concode_elem_sep Ujo bo concode_elem_sep KeyRing key concode_elem_sep String m...
void function ( Object arg0 , String arg1 , Key arg2 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( String . format ( "srini_string" , arg1 , arg2 ) ) ; } }