idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
5,300
returns a hash code value for the object . concode_field_sep Version V_1_3 concode_elem_sep Version V_1_4 concode_elem_sep int minor concode_elem_sep Version emptyVersion concode_elem_sep Version V_3_7 concode_elem_sep Version V_2_1 concode_elem_sep String SEPARATOR concode_elem_sep int major concode_elem_sep Version V...
int function ( ) { return ( major << 24 ) + ( minor << 16 ) + ( micro << 8 ) + qualifier . hashCode ( ) ; }
5,301
obtain a mutex for modifying the flashmap list as handled by #retrieveflashmaps and #updateflashmaps , the default implementation returns a shared static mutex . subclasses are encouraged to return a more specific mutex , or null to indicate that no synchronization is necessary . concode_field_sep Log logger concode_el...
Object function ( HttpServletRequest arg0 ) { return DEFAULT_FLASH_MAPS_MUTEX ; }
5,302
set this to include an optional properties handler concode_field_sep RequestStorage requestStorage concode_elem_sep EntityBroker entityBroker concode_elem_sep String USER_BASE concode_elem_sep EntityBrokerManager entityBrokerManager concode_elem_sep Map<String,Transcoder> transcoders concode_elem_sep String CURRENT_USE...
void function ( EntityPropertiesService arg0 ) { this . entityProperties = arg0 ; }
5,303
sets the value of the `` size '' parameter . concode_field_sep String NAME_CREATION_DATE concode_elem_sep String NAME_FILENAME concode_elem_sep String TYPE_ATTACHMENT concode_elem_sep String TYPE_INLINE concode_elem_sep String NAME_MODIFICATION_DATE concode_elem_sep String NAME_READ_DATE concode_elem_sep String type co...
void function ( long arg0 ) { getParameters ( ) . set ( Disposition . NAME_SIZE , Long . toString ( arg0 ) , true ) ; }
5,304
returns an enumeration of this vector , skipping the element with the given index . concode_field_sep int m_Size concode_elem_sep int m_SpecialElement concode_elem_sep int m_Counter concode_elem_sep double m_CapacityMultiplier concode_elem_sep int m_CapacityIncrement concode_elem_sep FastVector m_Vector concode_elem_se...
Enumeration function ( int arg0 ) { return new FastVectorEnumeration ( this , arg0 ) ; }
5,305
clears the statistical data concode_field_sep int numFaces concode_elem_sep int totalTris concode_elem_sep int[] counts concode_elem_sep int maxStripLen concode_elem_sep int numStrips concode_elem_sep int minStripLen concode_elem_sep boolean noData concode_elem_sep int numVerts concode_elem_sep long time concode_field_...
void function ( ) { noData = true ; numStrips = 0 ; numVerts = 0 ; minStripLen = 10000 ; maxStripLen = 0 ; totalTris = 0 ; numFaces = 0 ; time = 0 ; counts = new int [ 14 ] ; }
5,306
mark this transaction as completed , that is , committed or rolled back . concode_field_sep boolean rollbackOnly concode_elem_sep Object savepoint concode_elem_sep boolean completed concode_field_sep boolean isLocalRollbackOnly concode_elem_sep Object createSavepoint concode_elem_sep Object getSavepoint concode_elem_se...
void function ( ) { this . completed = true ; }
5,307
sets the invert flag . for cases where we grab the end time of something , we want to invert the request handling so that it is exclusive start , inclusive end , rather than the standard inclusive start , exclusive end . concode_field_sep double time concode_elem_sep boolean invert concode_elem_sep int status concode_f...
void function ( boolean arg0 ) { invert = arg0 ; }
5,308
unregisters an existing message . concode_field_sep Logger logger concode_elem_sep ConcurrentHashMap<String,MqttBrokerConnection> brokerConnections concode_elem_sep EventPublisher eventPublisher concode_field_sep void unsetEventPublisher concode_elem_sep MqttBrokerConnection getConnection concode_elem_sep void register...
void function ( String arg0 , MqttMessageConsumer arg1 ) { getConnection ( arg0 ) . removeConsumer ( arg1 ) ; }
5,309
the url for the created amazon sqs queue . concode_field_sep String queueUrl concode_field_sep CreateQueueResult withQueueUrl concode_elem_sep String getQueueUrl concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateQueueResult clone concode_elem_sep String toString
void function ( String arg0 ) { this . queueUrl = arg0 ; }
5,310
this method updates the indexing options for the fields in the specified document template to add the specified option . concode_field_sep long DEFAULT_ON_DELETE_DOC_EXPIRATION_TIME_MICROS concode_elem_sep long DEFAULT_DOC_EXPIRATION_TIME_MICROS concode_elem_sep Random randomGenerator concode_elem_sep List<String> loca...
void function ( ServiceDocument arg0 , ServiceDocumentDescription . PropertyIndexingOption arg1 , String ... arg2 ) { for ( String loc0 : arg2 ) { ServiceDocumentDescription . PropertyDescription loc1 = arg0 . documentDescription . propertyDescriptions . get ( loc0 ) ; loc1 . indexingOptions . add ( arg1 ) ; } }
5,311
returns the correct client socketchannel class based on iomode . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep ByteToMessageDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep ThreadFactory createT...
Class < ? extends Channel > function ( IOMode arg0 ) { switch ( arg0 ) { case NIO : return NioSocketChannel . class ; case EPOLL : return EpollSocketChannel . class ; default : throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } }
5,312
get the element associated with the selected portion of the given input element . concode_field_sep PlaceHolder placeHolder concode_field_sep Element getElementEnclosingOffset
Element function ( DartEditor arg0 , int arg1 , int arg2 ) { CompilationUnit loc0 = arg0 . getInputUnit ( ) ; ASTNode loc1 = new NodeLocator ( arg1 , arg1 + arg2 ) . searchWithin ( loc0 ) ; if ( loc1 == null ) { return null ; } return ElementLocator . locate ( loc1 ) ; }
5,313
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitRule_ concode_elem_sep void exitOneormore concode_elem_sep void enterLhs concode_elem_sep void enterElement concode_elem_sep void exitRulelist concode_elem_sep void exitAlternatives concode_elem_sep void exitO...
void function ( @ NotNull bnfParser . AlternativeContext arg0 ) { }
5,314
logs a message with java.util.logging.level.info . concode_field_sep String name concode_elem_sep Level dummyLevel concode_elem_sep boolean classAndMethodFound concode_elem_sep Logger logger concode_elem_sep String sourceMethodName concode_elem_sep String sourceClassName concode_field_sep void debug concode_elem_sep vo...
void function ( Object arg0 ) { log ( Level . INFO , String . valueOf ( arg0 ) , null ) ; }
5,315
sets the value of the resolution property . concode_field_sep BigInteger barWidth concode_elem_sep BigDecimal scaling concode_elem_sep String color concode_elem_sep BigInteger datasourceIndex concode_elem_sep BigInteger offset concode_elem_sep String label concode_elem_sep Boolean fill concode_elem_sep String align con...
void function ( BigInteger arg0 ) { this . resolution = arg0 ; }
5,316
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String proposalActionType concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apac...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
5,317
returns the provider specific condition id . concode_field_sep Calendar lastUpdate concode_elem_sep String icon concode_elem_sep String commonId concode_elem_sep String text concode_elem_sep Calendar observationTime concode_elem_sep String id concode_field_sep void setIcon concode_elem_sep String getText concode_elem_s...
String function ( ) { return id ; }
5,318
this binding returns objects of type integer . concode_field_sep PlaceHolder placeHolder concode_field_sep String encode concode_elem_sep QName getTarget concode_elem_sep int getExecutionMode concode_elem_sep Object parse
Class function ( ) { return Integer . class ; }
5,319
returns the guid as a 16-byte array . concode_field_sep String guid concode_field_sep String canonize concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
byte [ ] function ( ) { byte [ ] loc0 = new byte [ 16 ] ; for ( int loc1 = 0 , loc2 = 0 ; loc2 < 16 ; loc1 += 2 , loc2 ++ ) { if ( loc1 == 8 || loc1 == 13 || loc1 == 18 || loc1 == 23 ) loc1 ++ ; loc0 [ loc2 ] = ( byte ) ( Integer . parseInt ( guid . substring ( loc1 , loc1 + 2 ) , 16 ) & 0xFF ) ; } return loc0 ; }
5,320
loads the caching rules from a utf-8 encoded file . see the class comment for a description of the file format . concode_field_sep int cachingStrategyParameter concode_elem_sep List<CacheInfo> caches concode_elem_sep Pattern pattern concode_elem_sep ECacheThreadSupport threadSupport concode_elem_sep List<CacheCreationR...
void function ( File arg0 ) { loadCacheConfiguration ( FileSystemUtils . readFileUTF8 ( arg0 ) ) ; }
5,321
create a server that registers the declaredservlet class . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Server function ( URI arg0 , Class < ? extends Servlet > arg1 ) { return create ( arg0 , arg1 , null ) ; }
5,322
report back to factoryregistry about our configuration . factoryregistry will check to make sure that there are no duplicates created so there will be only a `` single '' positionfactory created with this configuration . concode_field_sep CoordinateReferenceSystem crs concode_elem_sep Map hintsWeCareAbout concode_field...
Map function ( ) { return Collections . unmodifiableMap ( hintsWeCareAbout ) ; }
5,323
method reacts on changes of checkbox gui elements . concode_field_sep UID filterId concode_elem_sep StateChangeListener handler concode_elem_sep FilterStateModel filterState concode_elem_sep Set<ComboBoxModel<String>> models concode_field_sep void setFilterState concode_elem_sep void actionPerformed concode_elem_sep Fi...
void function ( ItemEvent arg0 ) { JCheckBox loc0 = ( JCheckBox ) arg0 . getSource ( ) ; String loc1 = loc0 . getName ( ) ; BooleanValue loc2 = ( BooleanValue ) filterState . getParams ( ) . get ( loc1 ) ; loc2 . setValue ( loc0 . isSelected ( ) ) ; handler . filterStateChanged ( filterId , filterState ) ; }
5,324
inverts the given map from key-value mappings to value-key mappings note : this may have unintended results if a certain value is included in the map more than once concode_field_sep Random RANDOM concode_field_sep Random random concode_elem_sep int toInteger concode_elem_sep Location readLocation concode_elem_sep K ge...
Map < V , K > function ( Map < K , V > arg0 ) { Map < V , K > loc0 = new HashMap < V , K > ( ) ; for ( Map . Entry < K , V > loc1 : arg0 . entrySet ( ) ) { loc0 . put ( loc1 . getValue ( ) , loc1 . getKey ( ) ) ; } return loc0 ; }
5,325
some text . concode_field_sep int CONSTANT concode_elem_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String me...
void function ( ) { }
5,326
sets the value of the lastbuilddate property . concode_field_sep TImage image concode_elem_sep String copyright concode_elem_sep List<TRssItem> item concode_elem_sep BigInteger skipHours concode_elem_sep String lastBuildDate concode_elem_sep String link concode_elem_sep String description concode_elem_sep String genera...
void function ( String arg0 ) { this . lastBuildDate = arg0 ; }
5,327
gets the value of the updatable property . concode_field_sep Boolean nullable concode_elem_sep Integer precision concode_elem_sep Boolean unique concode_elem_sep Integer length concode_elem_sep String name concode_elem_sep Integer scale concode_elem_sep Boolean updatable concode_elem_sep String columnDefinition concode...
Boolean function ( ) { return updatable ; }
5,328
closes the socket . concode_field_sep Socket sock concode_elem_sep int port concode_elem_sep BufferedReader in concode_elem_sep String host concode_elem_sep BufferedWriter out concode_field_sep String process concode_elem_sep void main concode_elem_sep boolean connect
void function ( ) { try { this . sock . close ( ) ; } catch ( Exception loc0 ) { System . out . println ( loc0 . getMessage ( ) ) ; } }
5,329
returns the chunk charset . concode_field_sep Charset charset concode_elem_sep long dataOffset concode_elem_sep LiveFile file concode_elem_sep byte[] data concode_elem_sep int length concode_elem_sep boolean truncated concode_elem_sep String tag concode_elem_sep List<FileLine> lines concode_field_sep boolean isTruncate...
Charset function ( ) { return charset ; }
5,330
given an https url connection check the org.jboss.security.ignorehttpshost system property and if true , install the anyhostverifier as the com.sun.net.ssl.hostnameverifier or javax.net.ssl.hostnameverifier depending on the version of jsse seen . if httpurlconnection is not a httpsurlconnection then nothing is done . c...
void function ( HttpURLConnection arg0 ) { boolean loc0 = httpsConnClass . isAssignableFrom ( arg0 . getClass ( ) ) ; if ( loc0 ) { if ( Boolean . getBoolean ( "srini_string" ) == true ) { AnyhostVerifier . setHostnameVerifier ( arg0 ) ; } } }
5,331
below method will be used to load the blocks concode_field_sep Map<AbsoluteTableIdentifier,Map<String,Map<String,AbstractIndex>>> tableSegmentMap concode_elem_sep Map<String,Object> segmentLockMap concode_elem_sep Map<AbsoluteTableIdentifier,Object> tableLockMap concode_elem_sep SegmentTaskIndexStore SEGMENTTASKINDEXST...
AbstractIndex function ( String arg0 , List < TableBlockInfo > arg1 , AbsoluteTableIdentifier arg2 ) { List < DataFileFooter > loc0 = CarbonUtil . readCarbonIndexFile ( arg0 , arg1 , arg2 ) ; AbstractIndex loc1 = new SegmentTaskIndex ( ) ; loc1 . buildIndex ( loc0 ) ; return loc1 ; }
5,332
returns the datatype corresponding to the specified sql type . see java.sql.types . concode_field_sep DataType DECIMAL concode_elem_sep DataType BLOB concode_elem_sep DataType CHAR concode_elem_sep DataType BINARY concode_elem_sep DataType BIT concode_elem_sep DataType SMALLINT concode_elem_sep DataType DOUBLE concode_...
DataType function ( int arg0 ) { if ( logger . isDebugEnabled ( ) ) logger . debug ( "srini_string" , new Integer ( arg0 ) ) ; for ( int loc0 = 0 ; loc0 < TYPES . length ; loc0 ++ ) { if ( arg0 == TYPES [ loc0 ] . getSqlType ( ) ) { return TYPES [ loc0 ] ; } } return UNKNOWN ; }
5,333
get a list of signupparticipant objects , who have signed up in the time slot concode_field_sep boolean canceled concode_elem_sep boolean signedUp concode_elem_sep int UNLIMITED concode_elem_sep List<SignupParticipant> waitingList concode_elem_sep boolean onWaitList concode_elem_sep List<SignupParticipant> attendees co...
List < SignupParticipant > function ( ) { return attendees ; }
5,334
sets name mapper . concode_field_sep BinaryIdMapper idMapper concode_elem_sep String typeName concode_elem_sep BinarySerializer serializer concode_elem_sep boolean isEnum concode_elem_sep BinaryNameMapper nameMapper concode_field_sep BinaryNameMapper getNameMapper concode_elem_sep void setIdMapper concode_elem_sep Bina...
void function ( BinaryNameMapper arg0 ) { this . nameMapper = arg0 ; }
5,335
get a random number string . concode_field_sep Random random concode_field_sep int[] getPermutation concode_elem_sep int getInt concode_elem_sep int getNonUniform concode_elem_sep String replace concode_elem_sep BigDecimal getBigDecimal concode_elem_sep boolean[] getBoolean concode_elem_sep String[] getAddress concode_...
String function ( int arg0 , int arg1 ) { int loc0 = getInt ( arg0 , arg1 ) ; char [ ] loc1 = new char [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = ( char ) getInt ( '0' , '9' ) ; } return new String ( loc1 ) ; }
5,336
rewind iterator concode_field_sep TernaryTree tt concode_elem_sep int cur concode_elem_sep char parent concode_elem_sep Stack ns concode_elem_sep StringBuffer ks concode_elem_sep String curkey concode_elem_sep char child concode_field_sep char getValue concode_elem_sep boolean hasMoreElements concode_elem_sep void rese...
void function ( ) { reset ( ) ; }
5,337
are there any characters left to parse ? concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep void setLowerCaseNames concode_elem_sep String getToken concode_elem_sep String parseQuotedT...
boolean function ( ) { return this . pos < this . len ; }
5,338
getx . concode_field_sep Image scaledImage concode_elem_sep Image image concode_elem_sep Rectangle2D.Double bounds concode_elem_sep String imageSource concode_elem_sep Properties properties concode_elem_sep String type concode_elem_sep Shape shape concode_elem_sep Tile tile concode_elem_sep String name concode_elem_sep...
double function ( ) { return bounds . x ; }
5,339
calls memoizingevaluator #evaluate on the given skyframeexecutor 's graph . concode_field_sep PlaceHolder placeHolder concode_field_sep ConfiguredTargetValue getExistingConfiguredTargetValue concode_elem_sep Iterable<ConfiguredTarget> getAllExistingConfiguredTargets concode_elem_sep ErrorInfo getExistingError concode_e...
EvaluationResult < T > function ( SkyframeExecutor arg0 , SkyKey arg1 , boolean arg2 , EventHandler arg3 ) { return arg0 . getDriverForTesting ( ) . evaluate ( ImmutableList . of ( arg1 ) , arg2 , SkyframeExecutor . DEFAULT_THREAD_COUNT , arg3 ) ; }
5,340
get the current amount done . concode_field_sep boolean digestReceived concode_elem_sep Throwable exception concode_elem_sep float progressValue concode_elem_sep Reporter reporter concode_elem_sep Map<Integer,Counters.Counter> registeredCounters concode_elem_sep String expectedDigest concode_elem_sep boolean done conco...
float function ( ) { return progressValue ; }
5,341
encodes a int value to the byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep short int2 concode_elem_sep void int2 concode_elem_sep long int8 concode_elem_sep void int8 concode_elem_sep double float8 concode_elem_sep void float8 concode_elem_sep float float4 concode_elem_sep void float4
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { arg0 [ arg1 + 0 ] = ( byte ) ( arg2 >>> 24 ) ; arg0 [ arg1 + 1 ] = ( byte ) ( arg2 >>> 16 ) ; arg0 [ arg1 + 2 ] = ( byte ) ( arg2 >>> 8 ) ; arg0 [ arg1 + 3 ] = ( byte ) arg2 ; }
5,342
stub . no-op . concode_field_sep Log log concode_field_sep boolean updateGradebook concode_elem_sep void removeExternalAssessment concode_elem_sep boolean isGradebookExist concode_elem_sep boolean isAssignmentDefined concode_elem_sep void updateExternalAssessmentScores concode_elem_sep boolean addToGradebook concode_el...
void function ( AssessmentGradingData arg0 , GradebookExternalAssessmentService arg1 ) { }
5,343
reads the next token from standard input , parses it as a byte , and returns the byte . concode_field_sep Pattern EMPTY_PATTERN concode_elem_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep Pattern EVERYTHING_PATTERN con...
byte function ( ) { return scanner . nextByte ( ) ; }
5,344
rotate methods concode_field_sep Bitmap cgImage concode_elem_sep int width concode_elem_sep int height concode_field_sep ByteBuffer getBits concode_elem_sep PLImage mirror concode_elem_sep PLImage mirrorVertically concode_elem_sep PLImage imageWithDimensions concode_elem_sep boolean save concode_elem_sep boolean save c...
PLImage function ( int arg0 ) { if ( ( arg0 % 90 ) != 0 ) return this ; Matrix loc0 = new Matrix ( ) ; loc0 . preRotate ( arg0 ) ; Bitmap loc1 = Bitmap . createBitmap ( this . getCGImage ( ) , 0 , 0 , this . getCGImage ( ) . getWidth ( ) , this . getCGImage ( ) . getHeight ( ) , loc0 , true ) ; this . deleteImage ( ) ;...
5,345
throws a generatorexception if there are any errors recorded concode_field_sep StdOutWriter out concode_elem_sep int warnings concode_elem_sep String NL concode_elem_sep int errors concode_field_sep void debug concode_elem_sep void err concode_elem_sep String getLine concode_elem_sep void setGUIMode concode_elem_sep vo...
void function ( ) { if ( errors > 0 ) throw new GeneratorException ( ) ; }
5,346
sets the plot area . concode_field_sep ChartRenderingInfo owner concode_elem_sep long serialVersionUID concode_elem_sep List subplotInfo concode_elem_sep Rectangle2D dataArea concode_elem_sep Rectangle2D plotArea concode_field_sep PlotRenderingInfo getSubplotInfo concode_elem_sep void setDataArea concode_elem_sep void ...
void function ( Rectangle2D arg0 ) { this . plotArea = arg0 ; }
5,347
sets the comment of the rating . concode_field_sep String date concode_elem_sep String author concode_elem_sep String comment concode_elem_sep int stars concode_field_sep int getStars concode_elem_sep void setAuthor concode_elem_sep String getAuthor concode_elem_sep void setStars concode_elem_sep void setDate concode_e...
void function ( String arg0 ) { this . comment = arg0 ; }
5,348
retrieves the mapper class to use for this split . concode_field_sep Class<? extends InputFormat> inputFormatClass concode_elem_sep Class<? extends InputSplit> inputSplitClass concode_elem_sep Configuration conf concode_elem_sep InputSplit inputSplit concode_elem_sep Class<? extends Mapper> mapperClass concode_field_se...
Class < ? extends Mapper > function ( ) { return mapperClass ; }
5,349
get the naming store value . concode_field_sep InjectedValue<NamingStore> namingStore concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep String CAPABILITY_NAME concode_field_sep void stop concode_elem_sep InjectedValue<NamingStore> getNamingStore concode_elem_sep void start
NamingStore function ( ) { return namingStore . getValue ( ) ; }
5,350
applies the cells to the org.apache.camel.exchange . concode_field_sep PlaceHolder placeHolder concode_field_sep void applyScanResults concode_elem_sep HBaseData resolveModel
void function ( Message arg0 , HBaseData arg1 ) { if ( arg1 == null ) { return ; } arg0 . setBody ( arg1 ) ; }
5,351
set the boolean allowing or not to obfuscate products concode_field_sep String DICTIONARY concode_elem_sep ReadProperties instance concode_elem_sep boolean obfFilters concode_elem_sep String DIRECTORY concode_elem_sep String FILTERS concode_elem_sep boolean obfAttachedFiles concode_elem_sep String SHEET_LINKS concode_e...
void function ( boolean arg0 ) { this . obfProducts = arg0 ; }
5,352
specify whether to prevent http response caching for any view resolved by this exception resolver . default is false . switch this to true in order toautomatically generate http response headers that suppress response caching . concode_field_sep int order concode_elem_sep String HEADER_CACHE_CONTROL concode_elem_sep Lo...
void function ( boolean arg0 ) { this . preventResponseCaching = arg0 ; }
5,353
sets the serialnumber value for this elementodiagnostico . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String tipo concode_elem_sep java.lang.String macAddress concode_elem_sep java.lang.String serialNumber concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep bo...
void function ( java . lang . String arg0 ) { this . serialNumber = arg0 ; }
5,354
this method return true if the resource is available concode_field_sep WebElement saveButton concode_elem_sep List<WebElement> quantityFields concode_field_sep List<WebElement> getMinusIcons concode_elem_sep WebElement getResourceAssociated concode_elem_sep boolean isInAssociatedColumn concode_elem_sep void addResource...
boolean function ( String arg0 ) { return ( ( getResourceAvailable ( arg0 ) != null ) ? true : false ) ; }
5,355
gets the value of the isexplicitlyshared property . concode_field_sep BudgetBudgetPeriod period concode_elem_sep Money amount concode_elem_sep BudgetBudgetDeliveryMethod deliveryMethod concode_elem_sep Integer referenceCount concode_elem_sep String name concode_elem_sep Boolean isExplicitlyShared concode_elem_sep Long ...
Boolean function ( ) { return isExplicitlyShared ; }
5,356
sets the value of the exchangerate property . concode_field_sep ExchangeRateRefreshRate refreshRate concode_elem_sep Long exchangeRate concode_elem_sep Long id concode_elem_sep String currencyCode concode_elem_sep ExchangeRateDirection direction concode_field_sep Long getExchangeRate concode_elem_sep ExchangeRateRefres...
void function ( Long arg0 ) { this . exchangeRate = arg0 ; }
5,357
info log message with printf formatting . 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 con...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; }
5,358
this is a setter . concode_field_sep boolean selected concode_elem_sep SignupSite signupSite concode_elem_sep List<SignupGroupWrapper> signupGroupWrappers concode_elem_sep boolean allowedToCreate concode_field_sep List<SignupGroupWrapper> getSignupGroupWrappers concode_elem_sep void setSelected concode_elem_sep boolean...
void function ( SignupSite arg0 ) { this . signupSite = arg0 ; }
5,359
evaluate the json path expression against the response content and assert that the result is an array . concode_field_sep JsonPathExpectationsHelper jsonPathHelper concode_field_sep ResultMatcher isBoolean concode_elem_sep ResultMatcher doesNotExist concode_elem_sep ResultMatcher isNumber concode_elem_sep ResultMatcher...
ResultMatcher function ( ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg0 ) throws Exception { String loc0 = arg0 . getResponse ( ) . getContentAsString ( ) ; jsonPathHelper . assertValueIsArray ( loc0 ) ; } } ; }
5,360
sets the separator to be used . concode_field_sep HashMap<String,String> options concode_elem_sep double rawNumber concode_field_sep NumberToCurrencyConverter build concode_elem_sep void setPrecision concode_elem_sep void setUnit concode_elem_sep void setDelimiter
void function ( String arg0 ) { options . put ( NumberConverter . KEY_SEPARATOR , arg0 ) ; }
5,361
returns an array describing the members included in this set . concode_field_sep int[][] members concode_elem_sep long serialVersionUID concode_field_sep int next concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean skipNumber concode_elem_sep int hashCode concode_elem_sep int[][...
int [ ] [ ] function ( ) { return ( int [ ] [ ] ) members . clone ( ) ; }
5,362
sets the value of the homepage property . concode_field_sep Alliances.Alliance alliance concode_elem_sep String name concode_elem_sep String logo concode_elem_sep BigInteger id concode_elem_sep String tag concode_elem_sep String serverId concode_elem_sep Boolean open concode_elem_sep BigInteger timestamp concode_elem_s...
void function ( String arg0 ) { this . homepage = arg0 ; }
5,363
obtains the scheme for a host . convenience method for getscheme host.getschemename concode_field_sep ConcurrentHashMap<String,Scheme> registeredSchemes concode_field_sep Scheme get concode_elem_sep void setItems concode_elem_sep Scheme unregister concode_elem_sep List<String> getSchemeNames concode_elem_sep Scheme reg...
Scheme function ( HttpHost arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return getScheme ( arg0 . getSchemeName ( ) ) ; }
5,364
set a tag object associated with this actionmode . like the tag available to views , this allows applications to associate arbitrary data with an actionmode for later reference . concode_field_sep Object mTag concode_field_sep boolean onCreateActionMode concode_elem_sep void setCustomView concode_elem_sep CharSequence ...
void function ( Object arg0 ) { mTag = arg0 ; }
5,365
sets the value of the premiumratevalue property . concode_field_sep PremiumRateValue premiumRateValue concode_elem_sep ProposalLineItemPremiumStatus status concode_field_sep PremiumRateValue getPremiumRateValue concode_elem_sep ProposalLineItemPremiumStatus getStatus concode_elem_sep void setStatus
void function ( PremiumRateValue arg0 ) { this . premiumRateValue = arg0 ; }
5,366
gets the database service manager . concode_field_sep DatabaseServiceManager databaseServiceManager concode_elem_sep boolean isHydrated concode_field_sep void setDatabaseServiceManager concode_elem_sep void doHydrate concode_elem_sep void hydrate
DatabaseServiceManager function ( ) { return databaseServiceManager ; }
5,367
gets the value of the lastpaymentdate property . concode_field_sep XMLGregorianCalendar lastPaymentDate concode_elem_sep BigDecimal lastPayment concode_elem_sep long serialVersionUID concode_field_sep void setLastPaymentDate concode_elem_sep BigDecimal getLastPayment concode_elem_sep void setLastPayment
XMLGregorianCalendar function ( ) { return lastPaymentDate ; }
5,368
checks to see if an array contains an item . works on unsorted arrays . if the array is null this method will always return false . if the item is null , will return true if the array contains a null entry , false otherwise . in all other cases , item.equals is used to determine equality . concode_field_sep PlaceHolder...
boolean function ( Object [ ] arg0 , Object arg1 ) { if ( arg0 == null ) return false ; for ( int loc0 = 0 ; loc0 < arg0 . length ; ++ loc0 ) { if ( arg1 == null && arg0 [ loc0 ] == null ) return true ; if ( arg1 != null && arg1 . equals ( arg0 [ loc0 ] ) ) return true ; } return false ; }
5,369
get the connection properties of jdbc connection . concode_field_sep Properties connectionProperties concode_elem_sep Logger logger concode_elem_sep String databaseDriver concode_elem_sep Connection connection concode_elem_sep String databaseUrl concode_field_sep Connection getConnection concode_elem_sep void setPasswo...
Properties function ( ) { return connectionProperties ; }
5,370
read from the inputstream into the given text . concode_field_sep int bufferLength concode_elem_sep byte[] recordDelimiterBytes concode_elem_sep int DEFAULT_BUFFER_SIZE concode_elem_sep InputStream in concode_elem_sep byte CR concode_elem_sep byte LF concode_elem_sep byte[] buffer concode_elem_sep int bufferSize concod...
int function ( Text arg0 , int arg1 ) { return readLine ( arg0 , arg1 , Integer . MAX_VALUE ) ; }
5,371
returns false always , indicating that this encoder does not encode alpha transparency . concode_field_sep float quality concode_field_sep byte[] encode concode_elem_sep void encode concode_elem_sep void setQuality concode_elem_sep float getQuality concode_elem_sep void setEncodingAlpha
boolean function ( ) { return false ; }
5,372
sets whether or not this column should allow its component to stretch to fill the space available concode_field_sep boolean rowfill concode_elem_sep TableLayoutRow parent concode_elem_sep int colspan concode_elem_sep Component component concode_elem_sep boolean colfill concode_elem_sep Logger LOG concode_elem_sep Strin...
void function ( boolean arg0 ) { this . colfill = arg0 ; }
5,373
set wrapped integer field . concode_field_sep char fChar concode_elem_sep byte fByte concode_elem_sep long fLong concode_elem_sep short fShort concode_elem_sep int fInt concode_elem_sep boolean fBoolean concode_elem_sep float fFloat concode_elem_sep Object fObj concode_elem_sep Integer fIntBoxed concode_elem_sep double...
TestJavaObject function ( Integer arg0 ) { this . fIntBoxed = arg0 ; return this ; }
5,374
assert a request attribute value . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher asyncResult concode_elem_sep ResultMatcher asyncResult concode_elem_sep ResultMatcher sessionAttribute concode_elem_sep ResultMatcher sessionAttribute concode_elem_sep void assertAsyncStarted concode_elem_sep Re...
ResultMatcher function ( final String arg0 , final Object arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) { assertEquals ( "srini_string" + arg0 + "srini_string" , arg1 , arg2 . getRequest ( ) . getAttribute ( arg0 ) ) ; } } ; }
5,375
get boolean parameter . concode_field_sep String PARAM_IGFS_ENDPOINT_NO_EMBED concode_elem_sep String PARAM_IGFS_ENDPOINT_NO_LOCAL_TCP concode_elem_sep String PARAM_IGFS_ENDPOINT_NO_LOCAL_SHMEM concode_field_sep IOException cast concode_elem_sep IOException cast concode_elem_sep void clear concode_elem_sep void clear
boolean function ( Configuration arg0 , String arg1 , String arg2 , boolean arg3 ) { return arg0 . getBoolean ( String . format ( arg1 , arg2 != null ? arg2 : "srini_string" ) , arg3 ) ; }
5,376
this will set the public id of this entityref . concode_field_sep Object parent concode_elem_sep String CVS_ID concode_elem_sep String systemID concode_elem_sep String name concode_elem_sep String publicID concode_field_sep EntityRef setName concode_elem_sep Element getParent concode_elem_sep String getSystemID concode...
EntityRef function ( String arg0 ) { String loc0 = Verifier . checkPublicID ( arg0 ) ; if ( loc0 != null ) { throw new IllegalDataException ( arg0 , "srini_string" , loc0 ) ; } this . publicID = arg0 ; return this ; }
5,377
retrieve the output stream being used by the formatter concode_field_sep OutputStream outputStream concode_elem_sep PrintStream out concode_field_sep void printHelp concode_elem_sep void printMBean concode_elem_sep void printMBean concode_elem_sep void printMBean concode_elem_sep void printMBean concode_elem_sep void p...
OutputStream function ( ) { return outputStream ; }
5,378
sets the onetomany . concode_field_sep List components concode_elem_sep One one concode_elem_sep List manyToMany concode_elem_sep Foo foo concode_elem_sep int count concode_elem_sep Collection bag concode_elem_sep Simple simple concode_elem_sep Many many concode_elem_sep Set composites concode_elem_sep Collection lazyB...
void function ( List arg0 ) { this . oneToMany = arg0 ; }
5,379
whether has padding p concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean hasMarker concode_elem_sep void setBit c...
boolean function ( ) { if ( packet_len >= 12 ) return getBit ( packet [ 0 ] , 5 ) ; else return false ; }
5,380
print an objectinstance format of an mbean concode_field_sep OutputStream outputStream concode_elem_sep PrintStream out concode_field_sep void printHelp concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void printInfo concode_elem_sep void p...
void function ( ObjectInstance arg0 ) { printMBean ( arg0 . getObjectName ( ) ) ; }
5,381
returns a closeguard instance . if closeguard is enabled , #open string can be used to set up the instance to warn onfailure to close . if closeguard is disabled , a non-null no-op instance is returned . concode_field_sep Throwable allocationSite concode_elem_sep CloseGuard NOOP concode_elem_sep Reporter REPORTER conco...
CloseGuard function ( ) { if ( ! ENABLED ) { return NOOP ; } return new CloseGuard ( ) ; }
5,382
get the key size to use when generating a symmetric key . the default is 256 bits . concode_field_sep List<String> acceptedC14nAlgorithms concode_elem_sep String signatureAlgorithm concode_elem_sep long maximumKeySize concode_elem_sep long keySize concode_elem_sep List<String> acceptedSignatureAlgorithms concode_elem_s...
long function ( ) { return keySize ; }
5,383
get the end time of the reservation interval concode_field_sep long startTime concode_elem_sep long endTime concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isOverlap concode_elem_sep String toString concode_elem_sep long getStartTime concode_elem_sep int compareTo
long function ( ) { return endTime ; }
5,384
set a tag object associated with this actionmode . like the tag available to views , this allows applications to associate arbitrary data with an actionmode for later reference . concode_field_sep Object mTag concode_field_sep boolean onCreateActionMode concode_elem_sep void setCustomView concode_elem_sep CharSequence ...
void function ( Object arg0 ) { mTag = arg0 ; }
5,385
perform the javassist-specific field interceptor injection concode_field_sep PlaceHolder placeHolder concode_field_sep FieldInterceptor extractFieldInterceptor
FieldInterceptor function ( Object arg0 , String arg1 , Set arg2 , SessionImplementor arg3 ) { final FieldInterceptorImpl loc0 = new FieldInterceptorImpl ( arg3 , arg2 , arg1 ) ; ( ( FieldHandled ) arg0 ) . setFieldHandler ( loc0 ) ; return loc0 ; }
5,386
method to return the value specified via an f : attribute component concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser con...
Object function ( ActionEvent arg0 , String arg1 ) { return arg0 . getComponent ( ) . getAttributes ( ) . get ( arg1 ) ; }
5,387
get the name of a product , every product will implement this one concode_field_sep String name concode_field_sep String marketZone
String function ( ) { return this . name ; }
5,388
todo purpose concode_field_sep Graph<Set<V>,FriendLink> _cliqueGraph concode_field_sep Set<V> unifyCommunity concode_elem_sep Collection<Set<V>> unifyConnectedComponents concode_elem_sep boolean adjecent concode_elem_sep Collection<Set<V>> findCommunities
void function ( Collection < Set < V >> arg0 ) { if ( arg0 != null ) { for ( Set < V > loc0 : arg0 ) { _cliqueGraph . addVertex ( loc0 ) ; } } }
5,389
sets the value of the signaturevalue property . concode_field_sep SignedInfoType signedInfo concode_elem_sep String id concode_elem_sep KeyInfoType keyInfo concode_elem_sep SignatureValueType signatureValue concode_elem_sep List<ObjectType> object concode_field_sep SignatureValueType getSignatureValue concode_elem_sep ...
void function ( SignatureValueType arg0 ) { this . signatureValue = arg0 ; }
5,390
sets the mode of the progress bar . concode_field_sep boolean customProgress concode_elem_sep String labelPosition concode_elem_sep boolean customComplete concode_elem_sep String progressCompleteLabel concode_elem_sep String mode concode_elem_sep String progressLabel concode_field_sep boolean isCustomProgress concode_e...
void function ( String arg0 ) { this . mode = arg0 ; }
5,391
checks is array null concode_field_sep PlaceHolder placeHolder concode_field_sep String[] getRepeats concode_elem_sep void main concode_elem_sep void checkEmpty concode_elem_sep int countPositiveElements concode_elem_sep void checkValidIndex concode_elem_sep int findMax concode_elem_sep int findMax concode_elem_sep int...
void function ( int [ ] arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } }
5,392
if the path contains extension e.g . foo at the end of the file then it changes this . foo into newending so it has to contain the dot if we want to preserve it . if the path does n't contain an extension , it adds the ending to the path . concode_field_sep Set<String> mFailList concode_elem_sep Set<String> mCrashList ...
String function ( String arg0 , String arg1 ) { int loc0 = arg0 . lastIndexOf ( '.' ) ; if ( loc0 == - 1 ) { return arg0 + arg1 ; } return arg0 . substring ( 0 , loc0 ) + arg1 ; }
5,393
gets the lower 64 bits of the id . concode_field_sep Random RND concode_elem_sep long lowerPart concode_elem_sep int SIZE concode_elem_sep long serialVersionUID concode_elem_sep int SIZE_OF_LONG concode_elem_sep long upperPart concode_field_sep String toShortString concode_elem_sep void read concode_elem_sep int hashCo...
long function ( ) { return lowerPart ; }
5,394
gets the errorkey attribute . concode_field_sep String errorKey concode_elem_sep String messageKey concode_elem_sep String link concode_elem_sep String[] params concode_field_sep void setErrorKey concode_elem_sep void setLink concode_elem_sep String getLink concode_elem_sep String getMessageKey concode_elem_sep void se...
String function ( ) { return errorKey ; }
5,395
called after audiovisualization #onpause call . concode_field_sep float[] dBmArray concode_elem_sep Timer timer concode_elem_sep float[] ampsArray concode_elem_sep long UPDATE_INTERVAL concode_elem_sep int layersCount concode_elem_sep float[] emptyArray concode_elem_sep InnerAudioVisualization audioVisualization concod...
void function ( ) { }
5,396
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String id concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode_elem_sep org.apache.axis.enc...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
5,397
set . concode_field_sep List<E> mElements concode_elem_sep int mSize concode_field_sep E pop concode_elem_sep int size concode_elem_sep E get concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep void push concode_elem_sep E remove concode_elem_sep E peek
E function ( int arg0 , E arg1 ) { if ( arg0 >= mSize ) throw new IndexOutOfBoundsException ( "srini_string" + arg0 + "srini_string" + mSize ) ; return mElements . set ( arg0 < 0 ? arg0 + mSize : arg0 , arg1 ) ; }
5,398
constructs a generic name from an array of local names and the specified separator character . if any of the specified names is an internationalstring , then the @linkplain internationalstring #tostring locale tostring null method will be used in order to fetch an unlocalized name . otherwise , the @linkplain charseque...
GenericName function ( final CharSequence [ ] arg0 , final char arg1 ) { return create ( arg0 , arg0 . length , arg1 ) ; }
5,399
returns the optional message for this event concode_field_sep byte TYPE_QUERY concode_elem_sep String hostName concode_elem_sep byte TYPE_OBJECT_CREATION concode_elem_sep String catalog concode_elem_sep int catalogIndex concode_elem_sep String durationUnits concode_elem_sep byte TYPE_EXECUTE concode_elem_sep byte event...
String function ( ) { return this . message ; }