idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
22,800
returns the number of settings that have values assigned . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int HEADER_TABLE_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int MAX_HEADER_LIST_SIZE con...
int function ( ) { return Integer . bitCount ( set ) ; }
22,801
indicates that current chart instance supports image map interaction concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizont...
boolean function ( ) { return areaMapEnabled ; }
22,802
test a requestdispatcher include that fails to commit the tx . concode_field_sep String STATUS_ACTIVE concode_elem_sep Logger log concode_field_sep void testForwardNoCommit concode_elem_sep WebArchive statusDeployment concode_elem_sep void testIncludeCommit concode_elem_sep void testForwardCommit concode_elem_sep void ...
void function ( @ ArquillianResource ( TxControlServlet . class ) URL arg0 ) { testURL ( arg0 , true , false ) ; }
22,803
compares two longs , to be used in comparators concode_field_sep PlaceHolder placeHolder concode_field_sep int red concode_elem_sep int green concode_elem_sep int blue concode_elem_sep int color concode_elem_sep int alpha concode_elem_sep int shift concode_elem_sep int unshift
int function ( long arg0 , long arg1 ) { long loc0 = arg0 - arg1 ; if ( loc0 == 0 ) { return 0 ; } else if ( loc0 > 0 ) { return 1 ; } else { return - 1 ; } }
22,804
determines whether a samrecord matches this filter concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
boolean function ( final SAMRecord arg0 ) { final byte [ ] loc0 = arg0 . getReadBases ( ) ; for ( final byte loc1 : loc0 ) { if ( loc1 != 'A' && loc1 != 'a' && ! SequenceUtil . isNoCall ( loc1 ) ) { return false ; } } return true ; }
22,805
simple client . abstracted to aid testing concode_field_sep Logger LOGGER concode_elem_sep AmazonSimpleDB simpleDBClient concode_elem_sep Set<String> KEYSET concode_elem_sep String domain concode_elem_sep String region concode_field_sep Event newEvent concode_elem_sep void recordEvent concode_elem_sep void init concode...
AmazonSimpleDB function ( ) { return simpleDBClient ; }
22,806
filters args by removing any item that starts with '' -- client_env '' , then returns this as an immutable list . the client 's environment variables may contain sensitive data , so we filter it out . concode_field_sep BlazeRuntime runtime concode_elem_sep BlazeVersionInfo versionInfo concode_elem_sep Logger LOG concod...
List < String > function ( Iterable < String > arg0 ) { if ( arg0 == null ) { return null ; } ImmutableList . Builder < String > loc0 = ImmutableList . builder ( ) ; for ( String loc1 : arg0 ) { if ( loc1 != null && ! loc1 . startsWith ( "srini_string" ) ) { loc0 . add ( loc1 ) ; } } return loc0 . build ( ) ; }
22,807
gets the file store . concode_field_sep PlaceHolder placeHolder concode_field_sep void deleteDir concode_elem_sep Properties loadProperties
IFileStore function ( String arg0 , IPath arg1 ) { IPath loc0 = arg1 . append ( File . separator + arg0 ) ; return EFS . getLocalFileSystem ( ) . getStore ( loc0 ) ; }
22,808
the data blob to put into the record , which is base64-encoded when the blob is serialized . when the data blob the payload before base64-encoding is added to the partition key size , the total size must not exceed the maximum record size 1 mb . bytebuffer s are stateful . calling their get methodschanges their positio...
java . nio . ByteBuffer function ( ) { return this . data ; }
22,809
return the number of new tiles computed . concode_field_sep int xOff concode_elem_sep int w concode_elem_sep int h concode_elem_sep int occY concode_elem_sep int occX concode_elem_sep int occH concode_elem_sep int occW concode_elem_sep int yOff concode_elem_sep int benefit concode_elem_sep boolean[] occupied concode_fi...
int function ( ) { return benefit ; }
22,810
converts colors place-holders . concode_field_sep PlaceHolder placeHolder concode_field_sep String padStringRight concode_elem_sep float formatDouble concode_elem_sep boolean isNumeric concode_elem_sep String[] preg_match_all concode_elem_sep String stripTextFormatCodes concode_elem_sep String getStringFromTemplate con...
String function ( String arg0 ) { return ChatColor . translateAlternateColorCodes ( '&' , arg0 ) ; }
22,811
makes a new instance of jsonbuilder . 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 JSONBuilder item conc...
JSONBuilder function ( ) { return new JSONBuilder ( ) ; }
22,812
filters common attributes from list of metrics and writes them to result metric . concode_field_sep int totalAdds concode_elem_sep Map<String,Integer> tagCounts concode_elem_sep Map<ATTR_TYPE,Integer> attrCounts concode_elem_sep Map<ATTR_TYPE,String> attrs concode_elem_sep Map<String,String> potentialTags concode_field...
void function ( List < Metric > arg0 , Metric arg1 ) { MetricDistiller loc0 = new MetricDistiller ( ) ; loc0 . distill ( arg0 ) ; arg1 . setDisplayName ( loc0 . getDisplayName ( ) ) ; arg1 . setUnits ( loc0 . getUnits ( ) ) ; arg1 . setTags ( loc0 . getTags ( ) ) ; }
22,813
called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; }
22,814
a list of stackresource structures . concode_field_sep com.amazonaws.internal.SdkInternalList<StackResource> stackResources concode_field_sep DescribeStackResourcesResult withStackResources concode_elem_sep DescribeStackResourcesResult withStackResources concode_elem_sep int hashCode concode_elem_sep boolean equals con...
java . util . List < StackResource > function ( ) { if ( stackResources == null ) { stackResources = new com . amazonaws . internal . SdkInternalList < StackResource > ( ) ; } return stackResources ; }
22,815
gets the maximum text length for the field . concode_field_sep PlaceHolder placeHolder concode_field_sep int getMaximumValueOverall concode_elem_sep String getName concode_elem_sep int getMinimumValueOverall concode_elem_sep int getMaximumShortTextLength concode_elem_sep DateTimeField getField concode_elem_sep DateTime...
int function ( Locale arg0 ) { return getField ( ) . getMaximumTextLength ( arg0 ) ; }
22,816
confirmation details of the action performed . concode_field_sep String message concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep StartDataCollectionResult clone concode_elem_sep String getMessage concode_elem_sep String toString concode_elem_sep StartDataCollectionResult withMessage
void function ( String arg0 ) { this . message = arg0 ; }
22,817
retrieve a payload from the cache for this key if one can be found . concode_field_sep Ehcache cache concode_elem_sep CacheConfig cacheConfig concode_field_sep String getName concode_elem_sep void clear concode_elem_sep List<String> getKeys concode_elem_sep Object look concode_elem_sep CacheConfig getConfig concode_ele...
Object function ( String arg0 , boolean arg1 ) { Object loc0 = null ; Element loc1 ; if ( arg1 ) { loc1 = cache . getQuiet ( arg0 ) ; } else { loc1 = cache . get ( arg0 ) ; } if ( loc1 != null ) { if ( loc1 . isSerializable ( ) ) { loc0 = loc1 . getValue ( ) ; } else { loc0 = loc1 . getObjectValue ( ) ; } } return loc0...
22,818
returns the status code of the response . concode_field_sep int GZIP_MAGIC_NUMBER_BYTE_1 concode_elem_sep Map<String,Serializable> requestAttributes concode_elem_sep long timeToLiveSeconds concode_elem_sep java.util.Set<String> IGNORED_INTERFACES concode_elem_sep long ONE_YEAR_IN_SECONDS concode_elem_sep Date created c...
int function ( ) { return statusCode ; }
22,819
checks content assist content on specified position within editor with editortitle and checks if expectedproposallist is equal to current proposal list concode_field_sep Logger log concode_field_sep void assertContentAssistantContent concode_elem_sep SWTBotEditor applyContentAssistAutoProposal concode_elem_sep SWTBotEd...
SWTBotEditor function ( SWTBotExt arg0 , String arg1 , String arg2 , int arg3 , int arg4 , int arg5 , List < String > arg6 ) { return checkContentAssistContent ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , true ) ; }
22,820
return the type of this class . useful for when dealing with proxies . concode_field_sep Date modifiedTime concode_elem_sep long serialVersionUID concode_elem_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep ClassroomModule classroomModuleIdclassroomModule concode_elem_sep Integer hashCode concode_elem_sep C...
Class < ? > function ( ) { return StudentClassroomModule . class ; }
22,821
get the error generated while performing the previously called action . concode_field_sep Execution execution concode_elem_sep DataManager dataManager concode_elem_sep String ACTIVEINSTALLS_ERROR_KEY concode_field_sep void setError concode_elem_sep JsonObject countInstalls concode_elem_sep JsonObject countInstalls conc...
Exception function ( ) { return ( Exception ) this . execution . getContext ( ) . getProperty ( ACTIVEINSTALLS_ERROR_KEY ) ; }
22,822
add new elements to this bag . if the new elements would take this bag beyond its current capacity , then the capacity is increased before adding the new elements . concode_field_sep int[] data concode_elem_sep int manyItems concode_field_sep void add concode_elem_sep int countOccurrences concode_elem_sep void trimToSi...
void function ( int ... arg0 ) { if ( manyItems + arg0 . length > data . length ) { ensureCapacity ( ( manyItems + arg0 . length ) * 2 ) ; } System . arraycopy ( arg0 , 0 , data , manyItems , arg0 . length ) ; manyItems += arg0 . length ; }
22,823
increases the size of the backing array to accommodate the specified number of additional items . useful before adding many items to avoid multiple backing array resizes . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep long[] items concode_field_sep void mul concode_elem_sep void insert co...
long [ ] function ( int arg0 ) { int loc0 = size + arg0 ; if ( loc0 > items . length ) resize ( Math . max ( 8 , loc0 ) ) ; return items ; }
22,824
returns the names of the classes that have been excluded from condition evaluation . concode_field_sep Set<ConditionAndOutcome> outcomes concode_elem_sep SortedMap<String,ConditionAndOutcomes> outcomes concode_elem_sep ConditionEvaluationReport parent concode_elem_sep Condition condition concode_elem_sep List<String> e...
List < String > function ( ) { return Collections . unmodifiableList ( this . exclusions ) ; }
22,825
add a root category and all its subcategories . warning : subcategories should not be added after , this would cause the catalog to be out of sync . concode_field_sep Map<String,Product> database concode_elem_sep Category prepaidCategory concode_elem_sep List<Category> categories concode_elem_sep Map<String,Product> ba...
void function ( Category arg0 ) { this . categories . add ( arg0 ) ; if ( arg0 . getId ( ) . equals ( "srini_string" ) ) { this . prepaidCategory = arg0 ; } if ( ! this . products . containsKey ( arg0 ) ) { this . products . put ( arg0 , new ArrayList < Product > ( ) ) ; } this . addSubcategories ( arg0 ) ; }
22,826
execute update using the current internal state as where clause . concode_field_sep StringBuilder mSelection concode_elem_sep String mTable concode_elem_sep Map<String,String> mProjectionMap concode_elem_sep ArrayList<String> mSelectionArgs concode_elem_sep String TAG concode_field_sep String getSelection concode_elem_...
int function ( SQLiteDatabase arg0 , ContentValues arg1 ) { assertTable ( ) ; Log . i ( TAG , "srini_string" + this ) ; return arg0 . update ( mTable , arg1 , getSelection ( ) , getSelectionArgs ( ) ) ; }
22,827
get parameter value from the web.xml file concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_...
String function ( String arg0 ) { ServletContext loc0 = ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; return loc0 . getInitParameter ( arg0 ) ; }
22,828
gets all the chunks in this element . concode_field_sep int type concode_elem_sep StringBuffer content concode_field_sep boolean process concode_elem_sep String getName concode_elem_sep int getType concode_elem_sep boolean isContent concode_elem_sep boolean isNestable concode_elem_sep String getContent concode_elem_sep...
ArrayList function ( ) { return new ArrayList ( ) ; }
22,829
searches an entity by id . concode_field_sep Logger LOG concode_field_sep void removeOffer concode_elem_sep Offer insertOffer concode_elem_sep List<Offer> listOffers concode_elem_sep Offer updateOffer concode_elem_sep Offer getOffer
Offer function ( final Long arg0 ) { return ofy ( ) . load ( ) . type ( Offer . class ) . arg0 ( arg0 ) . now ( ) ; }
22,830
initializes the staging directory and returns the path . concode_field_sep Log LOG concode_field_sep placeholderType placeHolder
Path function ( Configuration arg0 ) { return JobSubmissionFiles . getStagingDir ( new Cluster ( arg0 ) , arg0 ) ; }
22,831
always returns @literal null . concode_field_sep long serialVersionUID concode_elem_sep long serialVersionUID concode_elem_sep NullValue NULL concode_field_sep void writeObject concode_elem_sep NullValue readObject
Object function ( ) { return null ; }
22,832
main entry for this tool class . a list of found tables is returned . concode_field_sep List<String> tables concode_elem_sep List<String> otherItemNames concode_field_sep void init concode_elem_sep void visitBinaryExpression concode_elem_sep void visit concode_elem_sep void visit concode_elem_sep void visit concode_ele...
List < String > function ( Delete arg0 ) { init ( ) ; tables . add ( arg0 . getTable ( ) . getName ( ) ) ; if ( arg0 . getWhere ( ) != null ) { arg0 . getWhere ( ) . accept ( this ) ; } return tables ; }
22,833
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String className concode_elem_sep String color concode_field_sep void setColor concode_elem_sep Animal color concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getColor con...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
22,834
simple check that hashcode is implemented . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testGenerateLabel concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { BubbleXYItemLabelGenerator loc0 = new BubbleXYItemLabelGenerator ( ) ; BubbleXYItemLabelGenerator loc1 = new BubbleXYItemLabelGenerator ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( loc0 . hashCode ( ) == loc1 . hashCode ( ) ) ; }
22,835
sets the value of the extlst property . concode_field_sep CTColorMapping clrMap concode_elem_sep CommonSlideData cSld concode_elem_sep CTExtensionListModify extLst concode_elem_sep CTTextListStyle notesStyle concode_elem_sep CTHeaderFooter hf concode_field_sep void setNotesStyle concode_elem_sep void setCSld concode_el...
void function ( CTExtensionListModify arg0 ) { this . extLst = arg0 ; }
22,836
sets the initial lifecycle state of the host . for example , if the host is already resumed at creation time , we would n't expect an onresume call until we get an onpause call . concode_field_sep NotThreadSafeBridgeIdleDebugListener mBridgeIdleDebugListener concode_elem_sep List<ReactPackage> mPackages concode_elem_se...
Builder function ( LifecycleState arg0 ) { mInitialLifecycleState = arg0 ; return this ; }
22,837
default implementation throws an ioexception . concode_field_sep int m_retrieval concode_elem_sep int BATCH concode_elem_sep int NONE concode_elem_sep int INCREMENTAL concode_field_sep Instances getDataSet concode_elem_sep void setRetrieval concode_elem_sep Instances getStructure concode_elem_sep void reset concode_ele...
void function ( InputStream arg0 ) { throw new IOException ( "srini_string" ) ; }
22,838
gets the value of the taxtype property . concode_field_sep String taxableAmount concode_elem_sep String taxRate concode_elem_sep String tax concode_elem_sep String taxType concode_field_sep void setTaxRate concode_elem_sep String getTaxRate concode_elem_sep void setTaxType concode_elem_sep void setTaxableAmount concode...
String function ( ) { return taxType ; }
22,839
get value as four bytes in big endian byte order . concode_field_sep ZipLong CFH_SIG concode_elem_sep int BYTE_1_SHIFT concode_elem_sep int BYTE_1_MASK concode_elem_sep int BYTE_3_SHIFT concode_elem_sep int BYTE_1 concode_elem_sep long serialVersionUID concode_elem_sep ZipLong ZIP64_MAGIC concode_elem_sep ZipLong DD_SI...
byte [ ] function ( final long arg0 ) { final byte [ ] loc0 = new byte [ WORD ] ; putLong ( arg0 , loc0 , 0 ) ; return loc0 ; }
22,840
returns the field1 of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel ...
java . lang . String function ( ) { return _foo . getField1 ( ) ; }
22,841
gets server time . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_elem_sep int[] mount...
String function ( ) { return formatCurrentTime ( serverFormat ) ; }
22,842
retrieves the number of parameters in the preparedstatement object for which this parametermetadata object provides 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 ; }
22,843
returns true if a server optionally wants to authenticate a client during handshaking . if this returns true , #getneedclientauth will return false . concode_field_sep boolean needClientAuth concode_elem_sep boolean wantClientAuth concode_elem_sep String[] cipherSuites concode_elem_sep String endpointIdentificationAlgo...
boolean function ( ) { return wantClientAuth ; }
22,844
sets the numberofcollisions . concode_field_sep InfoShowOccupation infoShowOccupation concode_elem_sep Integer numberOfCollisions concode_elem_sep boolean firstRowAlreadyAppended concode_elem_sep LessonSlot lessonSlot concode_elem_sep boolean locked concode_elem_sep boolean secondRowAlreadyAppended concode_elem_sep int...
void function ( Integer arg0 ) { if ( arg0 . intValue ( ) > this . numberOfCollisions . intValue ( ) ) { this . numberOfCollisions = arg0 ; } }
22,845
returns table 's user-defined id . concode_field_sep Function<TableId,TableReference> TO_PB_FUNCTION concode_elem_sep String project concode_elem_sep Function<TableReference,TableId> FROM_PB_FUNCTION concode_elem_sep long serialVersionUID concode_elem_sep String dataset concode_elem_sep String table concode_field_sep S...
String function ( ) { return table ; }
22,846
converts a list of string values to a string of csv 's concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> StringToStringList concode_elem_sep RdrNode stringToNode concode_elem_sep List<WorkItemRecord> xmlToWIRList concode_elem_sep String getChildValue concode_elem_sep WorkItemRecord xmlStringtoWIR...
String function ( List < String > arg0 ) { if ( arg0 != null ) return itrToString ( arg0 . iterator ( ) ) ; else return null ; }
22,847
insert the dynarray into the given any . concode_field_sep PlaceHolder placeHolder concode_field_sep DynArray extract concode_elem_sep DynArray read concode_elem_sep DynArray narrow concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write concode_elem_sep DynArray unchecked_narrow
void function ( Any arg0 , DynArray arg1 ) { arg0 . insert_Object ( arg1 ) ; }
22,848
get the storageaccountid value . concode_field_sep String storageAccountId concode_elem_sep String sourceUri concode_elem_sep ImageDiskReference imageReference concode_elem_sep DiskCreateOption createOption concode_elem_sep String sourceResourceId concode_field_sep String sourceUri concode_elem_sep CreationData withCre...
String function ( ) { return this . storageAccountId ; }
22,849
retrieves the serialized form of the specified object as an array of bytes . concode_field_sep long DEFAULT_COPY_AMOUNT concode_elem_sep int DEFAULT_COPY_BUFFER_SIZE concode_field_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep l...
byte [ ] function ( Serializable arg0 ) { HsqlByteArrayOutputStream loc0 = new HsqlByteArrayOutputStream ( ) ; ObjectOutputStream loc1 = new ObjectOutputStream ( loc0 ) ; loc1 . writeObject ( arg0 ) ; return loc0 . toByteArray ( ) ; }
22,850
returns true if the given state is currently active otherwise false . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void react...
boolean function ( State arg0 ) { switch ( arg0 ) { case r1_R1A : return stateVector [ 0 ] == State . r1_R1A ; case r1_R1B : return stateVector [ 0 ] == State . r1_R1B ; case r2_R2A : return stateVector [ 1 ] == State . r2_R2A ; case r2_R2B : return stateVector [ 1 ] == State . r2_R2B ; default : return false ; } }
22,851
decreases the color temperature of the bulb by the given amount to a minimum of 154 . concode_field_sep boolean isReachable concode_elem_sep int MAX_SATURATION concode_elem_sep boolean isOn concode_elem_sep int colorTemperature concode_elem_sep int MAX_BRIGHTNESS concode_elem_sep int saturation concode_elem_sep HueBrid...
void function ( int arg0 ) { setColorTemperature ( this . colorTemperature - arg0 ) ; }
22,852
start the timer . concode_field_sep int m_iterations concode_elem_sep String m_name concode_elem_sep long NANO_PER_SECOND concode_elem_sep long serialVersionUID concode_elem_sep long NANO_PER_MINUTE concode_elem_sep String m_status concode_elem_sep long m_elapsedTime concode_elem_sep long m_startTime concode_elem_sep l...
void function ( ) { m_startTime = System . nanoTime ( ) ; m_elapsedTime = 0 ; m_status = "srini_string" ; }
22,853
tell the user of an error , and probably throw an exception . concode_field_sep ObjectVector m_tokenQueue concode_elem_sep int MAXTOKENQUEUESIZE concode_elem_sep String m_currentPattern concode_elem_sep OpMapVector m_opMap concode_elem_sep int MAPINDEX_LENGTH concode_elem_sep int BLOCKTOKENQUEUESIZE concode_field_sep i...
void function ( String arg0 , Object [ ] arg1 ) { java . lang . String loc0 = org . apache . xalan . res . XSLMessages . createXPATHMessage ( arg0 , arg1 ) ; throw new javax . xml . transform . TransformerException ( loc0 ) ; }
22,854
gets the value of the extensions property . concode_field_sep ExtensionsType extensions concode_elem_sep AuidsType auids concode_elem_sep List<Element> any concode_elem_sep NamespacesType namespaces concode_field_sep AuidsType getAuids concode_elem_sep NamespacesType getNamespaces concode_elem_sep void setNamespaces co...
ExtensionsType function ( ) { return extensions ; }
22,855
set a mapping function for the columns with fully-qualified names that match the given comma-separated list of regular expression patterns . concode_field_sep Predicate<ColumnId> predicate concode_elem_sep List<MapperRule> rules concode_elem_sep List<MapperRule> rules concode_elem_sep ColumnMapper mapper concode_field_...
Builder function ( String arg0 , Class < ColumnMapper > arg1 ) { return map ( arg0 , arg1 , null ) ; }
22,856
returns the set of all full patterns to be included . concode_field_sep TreeSet<String> mIncludePrefix concode_elem_sep TreeSet<String> mIncludeFull concode_elem_sep TreeSet<String> mExcludePrefix concode_elem_sep TreeSet<String> mExcludeFull concode_field_sep TreeSet<String> getExcludeFull concode_elem_sep TreeSet<Str...
TreeSet < String > function ( ) { return mIncludeFull ; }
22,857
returns product name of the underlying eis instance connected through the managedconnection . concode_field_sep PlaceHolder placeHolder concode_field_sep int getMaxConnections concode_elem_sep String getEISProductVersion concode_elem_sep String getUserName
String function ( ) { return "srini_string" ; }
22,858
returns the time of the measurement in jiffies . concode_field_sep Splitter WHITESPACE_SPLITTER concode_elem_sep float loadAverageLastMinute concode_elem_sep long timeInNanos concode_elem_sep long totalCpuIdleTimeInJiffies concode_elem_sep long freePhysicalMemory concode_elem_sep long heapMemoryUsed concode_elem_sep Op...
long function ( ) { return timeInNanos / 10000000 ; }
22,859
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 ) ; }
22,860
return parameters for module . this is specific to the type of module - for instance an http module would include a port number as a parameter . note that the contents of this map are mutable . concode_field_sep Map<String,String> parameters concode_elem_sep String name concode_elem_sep String label concode_elem_sep Ma...
Map < String , String > function ( ) { return parameters ; }
22,861
sets the expiration date of this sync d l file version diff . concode_field_sep SyncDLFileVersionDiff _syncDLFileVersionDiff concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes c...
void function ( java . util . Date arg0 ) { _syncDLFileVersionDiff . setExpirationDate ( arg0 ) ; }
22,862
sets the count of alertstate #warning states . concode_field_sep int unknownCount concode_elem_sep int warningCount concode_elem_sep int okCount concode_elem_sep int criticalCount concode_elem_sep int maintenanceCount concode_field_sep int getWarningCount concode_elem_sep int getOkCount concode_elem_sep int getCritical...
void function ( int arg0 ) { this . warningCount = arg0 ; }
22,863
sets the value of the name property . concode_field_sep List<CREDENTIAL.Property> property concode_elem_sep String name concode_elem_sep String description concode_elem_sep String type concode_elem_sep String value concode_field_sep String getValue concode_elem_sep List<CREDENTIAL.Property> getProperty concode_elem_sep...
void function ( String arg0 ) { this . name = arg0 ; }
22,864
returns the `` continuation '' indent instance , indicating that the block will be indented by the number of spaces indicated in the `` project code style | general | continuation indent '' setting relative to its parent block and given ` relative to direct parent ' flag . concode_field_sep Type NONE concode_elem_sep T...
Indent function ( boolean arg0 ) { return myFactory . getContinuationIndent ( arg0 ) ; }
22,865
creates a countminsketch with given relative error eps , confidence , and random seed . concode_field_sep int versionNumber concode_field_sep void add concode_elem_sep void add concode_elem_sep long estimateCount concode_elem_sep int getVersionNumber concode_elem_sep CountMinSketch readFrom concode_elem_sep double conf...
CountMinSketch function ( double arg0 , double arg1 , int arg2 ) { return new CountMinSketchImpl ( arg0 , arg1 , arg2 ) ; }
22,866
sets the typeevaluator to be used when calculating animated values . this object is required only for keyframesets that are not either intkeyframeset or floatkeyframeset , both of which assume their own evaluator to speed up calculations with those primitive types . concode_field_sep int mNumKeyframes concode_elem_sep ...
void function ( TypeEvaluator arg0 ) { mEvaluator = arg0 ; }
22,867
readabledatasource #getall concode_field_sep Collection<ReadableDataSource<K,V>> readableDataSources concode_elem_sep Collection<WriteableDataSource<K,V>> writeableDataSources concode_elem_sep Collection<CacheDataSource<K,V>> cacheDataSources concode_field_sep void addCacheDataSources concode_elem_sep V getValueFromCac...
Collection < V > function ( ReadPolicy arg0 ) { Collection < V > loc0 = null ; if ( arg0 . useCache ( ) ) { loc0 = getValuesFromCaches ( ) ; } if ( loc0 == null && arg0 . useReadable ( ) ) { loc0 = getValuesFromReadables ( ) ; } if ( loc0 != null ) { populateCaches ( loc0 ) ; } return loc0 ; }
22,868
this method was generated by mybatis generator . this method sets the value of the database column boss_products . remarks concode_field_sep Date validDate concode_elem_sep String description concode_elem_sep String prodId concode_elem_sep long serialVersionUID concode_elem_sep String modifyUser concode_elem_sep Date m...
void function ( String arg0 ) { this . remarks = arg0 == null ? null : arg0 . trim ( ) ; }
22,869
get the task status concode_field_sep long mapFinishTime concode_elem_sep int[] clockSplits concode_elem_sep long finishTime concode_elem_sep int[] physMemKbytes concode_elem_sep Counters counters concode_elem_sep TaskType taskType concode_elem_sep String hostname concode_elem_sep int port concode_elem_sep int[][] allS...
String function ( ) { return taskStatus . toString ( ) ; }
22,870
add metadata field to undo list concode_field_sep List<Integer> undoAddContents concode_elem_sep Item item concode_elem_sep List<DtoMetadata> undoDtomList concode_elem_sep Transformer transformer concode_elem_sep String DUBLIN_CORE_XML concode_elem_sep File dir concode_elem_sep Logger log concode_elem_sep String dirnam...
void function ( DtoMetadata arg0 ) { this . undoDtomList . add ( arg0 ) ; }
22,871
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
22,872
returns all registered listeners . concode_field_sep boolean enabled concode_elem_sep SwingPropertyChangeSupport changeSupport concode_elem_sep HashMap store concode_elem_sep long serialVersionUID concode_field_sep Object getValue concode_elem_sep void setEnabled concode_elem_sep void firePropertyChange concode_elem_se...
PropertyChangeListener [ ] function ( ) { return changeSupport . getPropertyChangeListeners ( ) ; }
22,873
process a int numeric field . concode_field_sep PlaceHolder placeHolder concode_field_sep void floatField concode_elem_sep Status needsField concode_elem_sep void longField concode_elem_sep void doubleField concode_elem_sep void binaryField concode_elem_sep void stringField
void function ( FieldInfo arg0 , int arg1 ) { }
22,874
checks if the matrix is quadratic/square n?n . concode_field_sep double delta concode_field_sep boolean isConvergent concode_elem_sep boolean isPositiveDefinite concode_elem_sep Matrix generateRightTriagonalMatrix concode_elem_sep Matrix generateLeftTriagonalMatrix concode_elem_sep Matrix generateRight5Matrix concode_e...
boolean function ( Matrix arg0 ) { return arg0 . getRowDimension ( ) == arg0 . getColumnDimension ( ) ; }
22,875
create an accountinfocache with the currently loaded account entities . concode_field_sep AccountCache accountCache concode_elem_sep Map<Account.Id,Account> out concode_field_sep void want concode_elem_sep void want concode_elem_sep Account get
AccountInfoCache function ( ) { final List < AccountInfo > loc0 = new ArrayList < > ( out . size ( ) ) ; for ( final Account loc1 : out . values ( ) ) { loc0 . add ( new AccountInfo ( loc1 ) ) ; } return new AccountInfoCache ( loc0 ) ; }
22,876
the value of a rankexpression and its current status . concode_field_sep RankExpressionStatus rankExpression concode_field_sep RankExpressionStatus getRankExpression concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep DefineRankExpressionResult withRankExpress...
void function ( RankExpressionStatus arg0 ) { this . rankExpression = arg0 ; }
22,877
readblock and readnextheaderblock are the methods that users of this class should use to read header blocks from the tar file . readblock should be used when you know that the current block should contain what you want . e.g. you know that the very first block of a tar file should contain a tar entry header block . con...
void function ( ) { readBlocks ( 1 ) ; }
22,878
copy the contents of the given reader into a string . closes the reader when done . concode_field_sep int BUFFER_SIZE concode_field_sep byte[] copyToBytesFromClasspath concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep List<String...
String function ( Reader arg0 ) { StringWriter loc0 = new StringWriter ( ) ; copy ( arg0 , loc0 ) ; return loc0 . toString ( ) ; }
22,879
sets the subscriber id of this subscriber . concode_field_sep Subscriber _subscriber concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_s...
void function ( long arg0 ) { _subscriber . setSubscriberId ( arg0 ) ; }
22,880
pushmemory adds a new value to the player 's memory array . if the player 's memory is already full , this will push out the oldest memory . just like in real life . concode_field_sep float misanthropy concode_elem_sep int life_points concode_elem_sep float optimism concode_elem_sep float PROB_MUTATION concode_elem_sep...
void function ( float arg0 ) { Collections . rotate ( memories , - 1 ) ; memories . set ( memory_span - 1 , arg0 ) ; }
22,881
return the winding rule for determining the insideness of the path . concode_field_sep double acv concode_elem_sep double ah concode_elem_sep double h concode_elem_sep int index concode_elem_sep double ctrlpts[][] concode_elem_sep double a concode_elem_sep double c concode_elem_sep double b concode_elem_sep double angl...
int function ( ) { return WIND_NON_ZERO ; }
22,882
thread entry point . it runs discoverprovisioningurl in a separate thread . concode_field_sep Logger logger concode_elem_sep List<DiscoveryListener> listeners concode_elem_sep JmDNS jmdns concode_elem_sep int MDNS_TIMEOUT concode_field_sep String discoverProvisioningURL concode_elem_sep void removeDiscoveryListener con...
void function ( ) { String loc0 = discoverProvisioningURL ( ) ; if ( loc0 != null ) { DiscoveryEvent loc1 = new DiscoveryEvent ( this , loc0 ) ; for ( DiscoveryListener loc2 : listeners ) { loc2 . notifyProvisioningURL ( loc1 ) ; } } }
22,883
returns a new instance of java.util.hashmap with key case-insensitivity . see java.util.hashmap . concode_field_sep Map<String,VALUE> underlyingMap concode_field_sep CaseInsensitiveMap<VALUE> newConcurrentMap concode_elem_sep Set<Entry<String,VALUE>> entrySet concode_elem_sep boolean containsKey concode_elem_sep Collec...
CaseInsensitiveMap < VALUE > function ( ) { return new CaseInsensitiveMap < > ( Maps . < String , VALUE > newHashMap ( ) ) ; }
22,884
gets maintenance version number . concode_field_sep byte[] revHash concode_elem_sep byte major concode_elem_sep byte minor concode_elem_sep String stage concode_elem_sep long revTs concode_elem_sep Pattern VER_PATTERN concode_elem_sep long serialVersionUID concode_elem_sep byte maintenance concode_field_sep void writeE...
byte function ( ) { return maintenance ; }
22,885
sets the value of the returnval property . concode_field_sep SessionManagerLocalTicket returnval concode_field_sep SessionManagerLocalTicket getReturnval
void function ( SessionManagerLocalTicket arg0 ) { this . returnval = arg0 ; }
22,886
this is an override method that generates hashcode . concode_field_sep Double value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep Double getValue concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep void setKey
int function ( ) { int loc0 = UtilConstants . PRIME_CONST ; int loc1 = UtilConstants . ONE ; loc1 = loc0 * loc1 + ( ( key == null ) ? UtilConstants . ZERO : key . hashCode ( ) ) ; loc1 = loc0 * loc1 + ( ( value == null ) ? UtilConstants . ZERO : value . hashCode ( ) ) ; return loc1 ; }
22,887
return the 3 or less latest statuses from the user who sent the origin tweet . concode_field_sep twitter4j.internal.http.HttpResponse res concode_elem_sep z_T4JInternalFactory factory concode_elem_sep RelatedResults target concode_field_sep int getAccessLevel concode_elem_sep ResponseList<Status> getTweetsWithConversat...
ResponseList < Status > function ( ) { return getTarget ( ) . getTweetsFromUser ( ) ; }
22,888
a list that contains the status of the delivery of the configuration history to the specified amazon s3 bucket . concode_field_sep ConfigExportDeliveryInfo configHistoryDeliveryInfo concode_elem_sep String name concode_elem_sep ConfigExportDeliveryInfo configSnapshotDeliveryInfo concode_elem_sep ConfigStreamDeliveryInf...
ConfigExportDeliveryInfo function ( ) { return this . configHistoryDeliveryInfo ; }
22,889
sets an http proxy server . after this method is called , the object importer connects a server through the http proxy server . concode_field_sep byte[] rmiCommand concode_elem_sep String orgServername concode_elem_sep int port concode_elem_sep Class[] proxyConstructorParamTypes concode_elem_sep byte[] endofline concod...
void function ( String arg0 , int arg1 ) { String loc0 = "srini_string" + orgServername + "srini_string" + orgPort ; String loc1 = loc0 + "srini_string" ; lookupCommand = loc1 . getBytes ( ) ; loc1 = loc0 + "srini_string" ; rmiCommand = loc1 . getBytes ( ) ; this . servername = arg0 ; this . port = arg1 ; }
22,890
auto generated setter method concode_field_sep com.amazon.ec2.DetachNetworkInterfaceType localDetachNetworkInterface concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName conc...
void function ( com . amazon . ec2 . DetachNetworkInterfaceType arg0 ) { this . localDetachNetworkInterface = arg0 ; }
22,891
todo : the problem with this is that it is pso specific . it uses particle particles instead of entity entities , because the entity class does not have thenotion of a neighbourhood best . concode_field_sep boolean hasMemory concode_field_sep EnvironmentChangeResponseStrategy<E> getClone concode_elem_sep boolean getHas...
void function ( Topology < P > arg0 ) { for ( P loc0 : arg0 ) { loc0 . calculateFitness ( ) ; for ( P loc1 : arg0 . neighbourhood ( loc0 ) ) { if ( loc0 . getSocialFitness ( ) . compareTo ( loc1 . getNeighbourhoodBest ( ) . getSocialFitness ( ) ) > 0 ) { loc1 . setNeighbourhoodBest ( loc0 ) ; } } } }
22,892
boolean indicating if the port number should be incuded in the spn . concode_field_sep String host concode_elem_sep String realm concode_elem_sep boolean stripPortForSpnLookup concode_elem_sep int port concode_field_sep String password concode_elem_sep String getAuthScopeRealm concode_elem_sep void setAuthScopePort con...
boolean function ( ) { return stripPortForSpnLookup ; }
22,893
translates null or zero length value for address key to the special value serverconstants.sc _ default_address which causes serversockets to be constructed without specifying an inetaddress . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDe...
void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } String loc0 = arg0 . getProperty ( SC_KEY_ADDRESS ) ; if ( StringUtil . isEmpty ( loc0 ) ) { arg0 . setProperty ( SC_KEY_ADDRESS , SC_DEFAULT_ADDRESS ) ; } }
22,894
gets the value of the expirationdate property . concode_field_sep String serviceCode concode_elem_sep ServiceChangeActionEnum action concode_elem_sep long serialVersionUID concode_elem_sep ProductType serviceProductType concode_elem_sep XMLGregorianCalendar effectiveDate concode_elem_sep XMLGregorianCalendar expiration...
XMLGregorianCalendar function ( ) { return expirationDate ; }
22,895
returns the transport appropriate for this connection . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep...
Object function ( HttpEngine arg0 ) { return ( spdyConnection != null ) ? new SpdyTransport ( arg0 , spdyConnection ) : new HttpTransport ( arg0 , out , in ) ; }
22,896
information about errors that may have occurred during the api call . concode_field_sep String errorMessage concode_elem_sep com.amazonaws.internal.SdkInternalList<RevisionInfo> revisions concode_elem_sep String applicationName concode_field_sep String getApplicationName concode_elem_sep BatchGetApplicationRevisionsRes...
BatchGetApplicationRevisionsResult function ( String arg0 ) { setErrorMessage ( arg0 ) ; return this ; }
22,897
returns the response for the http redirect that triggered this response , or null if this response was n't triggered by an automatic redirect . the body of the returned response should not be read because it has already been consumed by the redirecting client . concode_field_sep Request request concode_elem_sep RawHead...
Response function ( ) { return redirectedBy ; }
22,898
set the name of the function type . concode_field_sep String name concode_elem_sep Node sourceNode concode_elem_sep JSTypeRegistry registry concode_elem_sep boolean isNativeType concode_elem_sep boolean inferredReturnType concode_elem_sep JSType returnType concode_elem_sep boolean isConstructor concode_elem_sep JSType ...
FunctionBuilder function ( String arg0 ) { this . name = arg0 ; return this ; }
22,899
adds the first specified row in this matrix multiplied by the specified factor to the second specified row . in other words , destrow + = srcrow factor . concode_field_sep Field<T> f concode_elem_sep Object[][] values concode_field_sep void set concode_elem_sep void reducedRowEchelonForm concode_elem_sep void invert co...
void function ( int arg0 , int arg1 , T arg2 ) { for ( int loc0 = 0 , loc1 = columnCount ( ) ; loc0 < loc1 ; loc0 ++ ) set ( arg1 , loc0 , f . add ( get ( arg1 , loc0 ) , f . multiply ( get ( arg0 , loc0 ) , arg2 ) ) ) ; }