idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
22,800
returns the y of the bounding box of the original svg image . concode_field_sep int width concode_elem_sep float origAlpha concode_elem_sep int height concode_field_sep int getIconWidth concode_elem_sep int getOrigWidth concode_elem_sep void paintShapeNode_0_0_0_0_1_0_3 concode_elem_sep void paintCompositeGraphicsNode_...
int function ( ) { return 32 ; }
22,801
tells the handler wether to perform a rebuild or not . concode_field_sep boolean rebuild concode_elem_sep boolean revalidate concode_elem_sep boolean refresh concode_elem_sep Model model concode_elem_sep Log LOGGER concode_elem_sep boolean recalculate concode_field_sep void doRecalculate concode_elem_sep void doRefresh...
void function ( boolean arg0 ) { if ( LOGGER . isTraceEnabled ( ) ) { LOGGER . trace ( ( arg0 ? "srini_string" : "srini_string" ) + "srini_string" ) ; } this . rebuild = arg0 ; }
22,802
free the memory associated with this map . this is idempotent and can be called multiple times . concode_field_sep UnsafeProjection groupingKeyProjection concode_elem_sep UnsafeRow currentAggregationBuffer concode_elem_sep StructType groupingKeySchema concode_elem_sep byte[] emptyAggregationBuffer concode_elem_sep bool...
void function ( ) { map . free ( ) ; }
22,803
gets the alertseverity value for this alert . concode_field_sep com.google.api.ads.adwords.axis.v201406.mcm.AlertType alertType concode_elem_sep com.google.api.ads.adwords.axis.v201406.mcm.AlertSeverity alertSeverity concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep...
com . google . api . ads . adwords . axis . v201406 . mcm . AlertSeverity function ( ) { return alertSeverity ; }
22,804
the current master of the node concode_field_sep DiscoveryNode node concode_elem_sep long clusterStateVersion concode_elem_sep ClusterName clusterName concode_elem_sep Map<DiscoveryNode,PingResponse> pings concode_elem_sep long id concode_elem_sep PingResponse[] EMPTY concode_elem_sep AtomicLong idGenerator concode_ele...
DiscoveryNode function ( ) { return master ; }
22,805
runs an accuracy check for an attack against this fighter . returns true the % of time the attack should hit . concode_field_sep int randY concode_elem_sep int lastMana concode_elem_sep double shake concode_elem_sep String color concode_elem_sep int randX concode_elem_sep ArrayList<StatEffect> statEffects concode_elem_...
boolean function ( int arg0 ) { double loc0 = Math . random ( ) ; return ( loc0 < arg0 * .01 - stats . evasion ( ) ) ; }
22,806
sets the resolution of this j i r a issue . concode_field_sep JIRAIssue _jiraIssue concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setIssueNumber concode_elem_sep boolean isEscapedModel concode_elem...
void function ( java . lang . String arg0 ) { _jiraIssue . setResolution ( arg0 ) ; }
22,807
implements pathhandler #arcabs float , float , float , boolean , boolean , float , float . concode_field_sep ExtendedGeneralPath path concode_elem_sep float currentX concode_elem_sep float yCenter concode_elem_sep int windingRule concode_elem_sep float currentY concode_elem_sep float xCenter concode_field_sep Shape cre...
void function ( float arg0 , float arg1 , float arg2 , boolean arg3 , boolean arg4 , float arg5 , float arg6 ) { path . arcTo ( arg0 , arg1 , arg2 , arg3 , arg4 , xCenter = currentX = arg5 , yCenter = currentY = arg6 ) ; }
22,808
asserts that the given object is not null . if this is not the case , some kind of unchecked exception is thrown . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isTrue concode_elem_sep boolean isTrue
void function ( Object arg0 ) { isNotNull ( arg0 , "srini_string" ) ; }
22,809
sub-classes can use this method to look up a mediatype by key . concode_field_sep MultiValueMap<MediaType,String> keyLookup concode_elem_sep ConcurrentMap<String,MediaType> mediaTypeLookup concode_field_sep Set<String> getKeysFor concode_elem_sep void handleMatch concode_elem_sep MediaType handleNoMatch concode_elem_se...
MediaType function ( String arg0 ) { return this . mediaTypeLookup . get ( arg0 . toLowerCase ( Locale . ENGLISH ) ) ; }
22,810
is this index persistent ? concode_field_sep boolean belongsToConstraint concode_elem_sep boolean unique concode_elem_sep boolean scan concode_elem_sep boolean persistent concode_elem_sep boolean spatial concode_elem_sep boolean hash concode_elem_sep boolean primaryKey concode_field_sep String getSQL concode_elem_sep I...
boolean function ( ) { return persistent ; }
22,811
sets the value of the id property . concode_field_sep String id concode_elem_sep byte[] value concode_field_sep byte[] getValue concode_elem_sep void setValue concode_elem_sep String getId
void function ( String arg0 ) { this . id = arg0 ; }
22,812
sets the locale . concode_field_sep String m_overwrite concode_elem_sep String m_destinationDir concode_elem_sep String m_startPattern concode_elem_sep String m_template concode_elem_sep String m_imageGallery concode_elem_sep String m_locale concode_elem_sep String m_encoding concode_elem_sep String m_endPattern concod...
void function ( String arg0 ) { m_locale = arg0 ; }
22,813
test whether a system function with a given name and arity is available , and return its signature . this supports the function-available function in xslt . this method may be called either at compile time or at run time . concode_field_sep List libraryList concode_field_sep Expression bind concode_elem_sep int addFunc...
SequenceType [ ] function ( StructuredQName arg0 , int arg1 ) { for ( Iterator loc0 = libraryList . iterator ( ) ; loc0 . hasNext ( ) ; ) { FunctionLibrary loc1 = ( FunctionLibrary ) loc0 . next ( ) ; SequenceType [ ] loc2 = loc1 . getFunctionSignature ( arg0 , arg1 ) ; if ( loc2 != null ) { return loc2 ; } } return nu...
22,814
sets the transliteration . concode_field_sep List<DateTypeClient> dateIssued concode_elem_sep String xmlLang concode_elem_sep List<String> edition concode_elem_sep List<DateTypeClient> dateModified concode_elem_sep List<DateOtherTypeClient> dateOther concode_elem_sep List<DateTypeClient> dateValid concode_elem_sep Stri...
void function ( String arg0 ) { this . transliteration = arg0 ; }
22,815
event handler for the north border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRen...
void function ( ValueChangeEvent arg0 ) { setRenderNorth ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; }
22,816
gets the value of the mimetype property . concode_field_sep DataType data concode_elem_sep List<DescriptionType> description concode_elem_sep MimeType mimeType concode_elem_sep EncodingType encoding concode_elem_sep Map<QName,String> anyAttributes concode_elem_sep List<Element> any concode_field_sep EncodingType getEnc...
MimeType function ( ) { return mimeType ; }
22,817
make sure textview has exactly one span and that span has given type . concode_field_sep PowerMockRule rule concode_elem_sep ArrayList<Choreographer.FrameCallback> mPendingChoreographerCallbacks concode_field_sep UIManagerModule getUIManagerModule concode_elem_sep void testFontFamilyItalicStyleApplied concode_elem_sep ...
TSPAN function ( TextView arg0 , Class < TSPAN > arg1 ) { Spanned loc0 = ( Spanned ) arg0 . getText ( ) ; TSPAN [ ] loc1 = loc0 . getSpans ( 0 , loc0 . length ( ) , arg1 ) ; assertThat ( loc1 ) . hasSize ( 1 ) ; return loc1 [ 0 ] ; }
22,818
main function concode_field_sep PlaceHolder placeHolder concode_field_sep void showAllProductTypes concode_elem_sep void showAll concode_elem_sep void showAllRoles concode_elem_sep void showAllProducts concode_elem_sep void showAllDepartments concode_elem_sep void showAllUsers concode_elem_sep void showAllCars
void function ( String [ ] arg0 ) { DepartmentDAOInterface loc0 = new DepartmentDAO ( ) ; showAllDepartments ( loc0 ) ; }
22,819
a debugging utility that prints to stdout the component 's minimum , preferred , and maximum sizes . concode_field_sep PlaceHolder placeHolder concode_field_sep void makeGrid concode_elem_sep void makeCompactGrid concode_elem_sep SpringLayout.Constraints getConstraintsForCell
void function ( Component arg0 ) { System . out . println ( "srini_string" + arg0 . getMinimumSize ( ) ) ; System . out . println ( "srini_string" + arg0 . getPreferredSize ( ) ) ; System . out . println ( "srini_string" + arg0 . getMaximumSize ( ) ) ; }
22,820
get the value from the rx axis if there is one . if no rx axis is defined a zero value will be returned . concode_field_sep PlaceHolder placeHolder concode_field_sep int getAxisCount concode_elem_sep float getRZAxisDeadZone concode_elem_sep float getZAxisDeadZone concode_elem_sep float getRYAxisDeadZone concode_elem_se...
float function ( ) { return 0f ; }
22,821
loads the model from a file . the method load loads the complete model state with the specified name or default model-dependent name from the specified xml or yaml file . the previous model state is cleared by `` cvstatmodel.clear '' . concode_field_sep long nativeObj concode_field_sep void load_0 concode_elem_sep void...
void function ( String arg0 ) { load_1 ( nativeObj , arg0 ) ; return ; }
22,822
set system property to value . if securitymanager denies property modification , print debug trace concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep void setProperty concode_elem_sep String property concod...
void function ( String arg0 , String arg1 ) { setProperty ( arg0 , arg1 ) ; }
22,823
gets the value of the act property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String ptd concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_elem_sep Short rdelay concode_elem_sep String pta concode_field_sep boole...
String function ( ) { if ( act == null ) { return "srini_string" ; } else { return act ; } }
22,824
return date value only of specified date in format : yyyy-mm-dd concode_field_sep PlaceHolder placeHolder concode_field_sep String LongToDateString concode_elem_sep Date getMonthLastDay concode_elem_sep Date timeStringToDate concode_elem_sep String[] SplitDate concode_elem_sep String dateToLongString concode_elem_sep D...
String function ( Date arg0 ) { return dateToStringWithPattern ( arg0 , "srini_string" ) ; }
22,825
returns the error arguments . concode_field_sep List<Object> arguments concode_elem_sep String message concode_elem_sep String key concode_field_sep String toString concode_elem_sep String message concode_elem_sep String key
List < Object > function ( ) { return arguments ; }
22,826
set the maximum number of pages to free . concode_field_sep int maxPages concode_elem_sep CompactConfig DEFAULT concode_elem_sep int timeout concode_elem_sep boolean freeListOnly concode_elem_sep boolean freeSpace concode_elem_sep int fillpercent concode_field_sep CompactConfig checkNull concode_elem_sep void setTimeou...
void function ( final int arg0 ) { this . maxPages = arg0 ; }
22,827
copy configuration from the other config object . concode_field_sep boolean proxyTargetClass concode_elem_sep boolean optimize concode_elem_sep long serialVersionUID concode_elem_sep boolean opaque concode_elem_sep boolean exposeProxy concode_elem_sep boolean frozen concode_field_sep void setExposeProxy concode_elem_se...
void function ( ProxyConfig arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . proxyTargetClass = arg0 . proxyTargetClass ; this . optimize = arg0 . optimize ; this . exposeProxy = arg0 . exposeProxy ; this . frozen = arg0 . frozen ; this . opaque = arg0 . opaque ; }
22,828
disables the current thread for thread scheduling purposes , until the specified deadline , unless the permit is available . if the permit is available then it is consumed and the call returns immediately ; otherwise the current thread becomes disabled for thread scheduling purposes and lies dormant until one of four t...
void function ( Object arg0 , long arg1 ) { Thread loc0 = Thread . currentThread ( ) ; setBlocker ( loc0 , arg0 ) ; unsafe . park ( true , arg1 ) ; setBlocker ( loc0 , null ) ; }
22,829
adds a listener to the set of listeners that are sent events through the life of an animation , such as start , repeat , and end . concode_field_sep ArrayList<AnimatorListener> mListeners concode_field_sep void cancel concode_elem_sep Animator setDuration concode_elem_sep ArrayList<AnimatorListener> getListeners concod...
void function ( AnimatorListener arg0 ) { if ( mListeners == null ) { mListeners = new ArrayList < AnimatorListener > ( ) ; } mListeners . add ( arg0 ) ; }
22,830
check if the layerid has children concode_field_sep String css concode_elem_sep ArrayList<HashMap<Integer,ArrayList<Layer>>> layersByDepth concode_elem_sep String html concode_elem_sep ArrayList<ArrayList<Integer>> sortedGroupIds concode_field_sep String getCSSCodeForLayer concode_elem_sep String getHtml concode_elem_s...
boolean function ( int arg0 ) { for ( int loc0 = this . sortedGroupIds . size ( ) - 1 ; loc0 >= 0 ; loc0 -- ) { if ( this . sortedGroupIds . get ( loc0 ) . contains ( arg0 ) ) { return true ; } } return false ; }
22,831
the class of the technical object represented by this repository . for instance , in the ebean case , it would be ` com.avaje.ebean.ebeanserver ' , while for mongojack it would be ` org.mongojack.jacksondbcollection ' concode_field_sep List<AbstractJTACrud<?,?>> cruds concode_elem_sep EntityManager em concode_elem_sep ...
Class < EntityManager > function ( ) { return EntityManager . class ; }
22,832
getaction . concode_field_sep String parentUri concode_elem_sep Map<String,UriParameter> uriParameters concode_elem_sep String displayName concode_elem_sep String description concode_elem_sep List<TemplateUse> typeModel concode_elem_sep String type concode_elem_sep Map<String,List<UriParameter>> baseUriParameters conco...
Action function ( String arg0 ) { return actions . get ( ActionType . valueOf ( arg0 . toUpperCase ( ) ) ) ; }
22,833
returns the element type of an json array . we go through all elements of this array to detect any possible type conflict . we use compatibletype to resolvetype conflicts . concode_field_sep PlaceHolder placeHolder concode_field_sep org.apache.spark.rdd.RDD<org.apache.spark.sql.catalyst.expressions.Row> jsonStringToRow...
org . apache . spark . sql . catalyst . types . ArrayType function ( scala . collection . Seq < java . lang . Object > arg0 ) { throw new RuntimeException ( ) ; }
22,834
decode a b-encoded stream . automatically instantiates a new bdecoder for the provided input stream and decodes its root member . concode_field_sep InputStream in concode_elem_sep int indicator concode_field_sep BEValue bdecodeList concode_elem_sep int read concode_elem_sep byte[] read concode_elem_sep BEValue bdecodeB...
BEValue function ( InputStream arg0 ) { return new BDecoder ( arg0 ) . bdecode ( ) ; }
22,835
deletes the view , persistently . note : it should be - void deleteview ; concode_field_sep Mapper mapBlock concode_elem_sep Database database concode_elem_sep String name concode_elem_sep ViewStore viewStore concode_elem_sep Reducer reduceBlock concode_elem_sep ViewCompiler compiler concode_elem_sep String version con...
void function ( ) { if ( viewStore != null ) viewStore . deleteView ( ) ; if ( database != null && name != null ) database . forgetView ( name ) ; close ( ) ; }
22,836
gets the local part for this qname concode_field_sep String EMPTY_STRING concode_elem_sep String localPart concode_elem_sep String prefix concode_elem_sep String namespaceURI concode_field_sep String getQualifiedName concode_elem_sep String getPrefix concode_elem_sep QName valueOf concode_elem_sep int hashCode concode_...
String function ( ) { return localPart ; }
22,837
test inverse transformation from `` real world '' coordinates to grid coordinates coordinate using the localization grid . concode_field_sep Random random concode_elem_sep LocalizationGrid grid concode_elem_sep double FIT_TOLERANCE concode_elem_sep double EPS concode_elem_sep double[][] GRID_DATA concode_field_sep void...
void function ( ) { final double [ ] loc0 = getGridCoordinates ( true ) ; grid . getMathTransform ( ) . inverse ( ) . transform ( loc0 , 0 , loc0 , 0 , loc0 . length / 2 ) ; compare ( loc0 , false , EPS ) ; }
22,838
gets the region of the draw space that is drawn on the screen and therefore rendered . concode_field_sep ShortPoint2D next concode_elem_sep boolean ENABLE_ORIGINAL concode_elem_sep int MIN_SEARCH_LINES concode_elem_sep GLDrawContext gl concode_elem_sep MapCoordinateConverter converter concode_elem_sep int currentLine c...
ScreenPosition function ( ) { return this . screen ; }
22,839
creates a new pmml object representing the pmml model defined in the xml file specified as argument concode_field_sep ModelOutputs outFields concode_elem_sep File model concode_field_sep org.apache.storm.pmml.runner.ModelRunner newModelRunner concode_elem_sep Evaluator newEvaluator concode_elem_sep Evaluator newEvaluat...
PMML function ( File arg0 ) { Objects . requireNonNull ( arg0 ) ; return IOUtil . unmarshal ( arg0 ) ; }
22,840
close the output concode_field_sep Receiver receiver concode_elem_sep Configuration config concode_elem_sep int depth concode_field_sep NamePool getNamePool concode_elem_sep int endElement concode_elem_sep Configuration getConfiguration concode_elem_sep void endSubsidiaryElement concode_elem_sep int startElement concod...
void function ( ) { try { receiver . endDocument ( ) ; receiver . close ( ) ; } catch ( XPathException loc1 ) { loc1 . printStackTrace ( ) ; throw new InternalError ( loc1 . getMessage ( ) ) ; } }
22,841
return a filesystem created with the authenticated proxy user for the specified conf . concode_field_sep String YARN_RM_ADDRESS_KEY concode_elem_sep FsPermission READ_EXECUTE_PERMISSION concode_elem_sep Logger LOG concode_elem_sep String MR_JT_ADDRESS_KEY concode_elem_sep FsPermission ALL_PERMISSION concode_elem_sep St...
FileSystem function ( final Configuration arg0 ) { Validate . notNull ( arg0 , "srini_string" ) ; String loc0 = getNameNode ( arg0 ) ; try { return createProxiedFileSystem ( new URI ( loc0 ) , arg0 ) ; } catch ( URISyntaxException loc1 ) { throw new FalconException ( "srini_string" + loc0 , loc1 ) ; } }
22,842
returns the organisation . concode_field_sep OrganisationUnit organisationUnit concode_elem_sep Date endDate concode_elem_sep Class theClass concode_elem_sep String availability concode_elem_sep Double fraction concode_elem_sep Double price concode_elem_sep long serialVersionUID concode_elem_sep Currency currency conco...
OrganisationUnit function ( ) { return organisationUnit ; }
22,843
sets the value of the href property . concode_field_sep String _default concode_elem_sep Link link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concode_el...
void function ( String arg0 ) { this . href = arg0 ; }
22,844
set the type name as actually specified for this particular value , if any . concode_field_sep String specifiedTypeName concode_elem_sep Object targetType concode_elem_sep boolean dynamic concode_elem_sep Object source concode_elem_sep String value concode_field_sep Class<?> getTargetType concode_elem_sep void setSourc...
void function ( String arg0 ) { this . specifiedTypeName = arg0 ; }
22,845
store the managed bean inside the session scope . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void...
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; }
22,846
returns a type modelling a list whose elements are of type elementtype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep Gen...
ParameterizedType function ( Type arg0 ) { return newParameterizedType ( List . class , arg0 ) ; }
22,847
sets the value of the subtotal property . concode_field_sep List<CartItem> savedForLaterItem concode_elem_sep Price subTotal concode_field_sep Price getSubTotal concode_elem_sep List<CartItem> getSavedForLaterItem
void function ( Price arg0 ) { this . subTotal = arg0 ; }
22,848
test initialization method . it is executed before each test method of this test class . there may be multiple test initialization methods - in such a case , all these methods are executed before each test method but order of their execution is undefined . the name of the method is irrelevant - the only mandatory attri...
void function ( ) { System . out . println ( "srini_string" ) ; }
22,849
sets the company id 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...
void function ( long arg0 ) { _foo . setCompanyId ( arg0 ) ; }
22,850
update the exposed #cachenames set with the given name.this will always be called within a full #cachemap lockand effectively behaves like a copyonwritearrayset withpreserved order but exposed as an unmodifiable reference . concode_field_sep ConcurrentMap<String,Cache> cacheMap concode_elem_sep Set<String> cacheNames c...
void function ( String arg0 ) { Set < String > loc0 = new LinkedHashSet < String > ( this . cacheNames . size ( ) + 1 ) ; loc0 . addAll ( this . cacheNames ) ; loc0 . add ( arg0 ) ; this . cacheNames = Collections . unmodifiableSet ( loc0 ) ; }
22,851
when istruncated is true , this element is present and contains the value to use for the marker parameter in a subsequent pagination request . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<AccessKeyMetadata> accessKeyMetadata concode_field_s...
void function ( String arg0 ) { this . marker = arg0 ; }
22,852
gets the rendersasheader attribute . concode_field_sep int rowSpan concode_elem_sep String styleClassOverride concode_elem_sep List<RenderableElement> renderableElements concode_elem_sep boolean neverEmpty concode_elem_sep int colSpan concode_elem_sep String extraStyle concode_elem_sep boolean rendersAsHeader concode_e...
boolean function ( ) { return rendersAsHeader ; }
22,853
sets the filme value for this resumoexecucaovod . concode_field_sep java.lang.String assetId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String offeringId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep br.com.gvt.www....
void function ( br . com . gvt . www . tv . configuracaoTV . Filme arg0 ) { this . filme = arg0 ; }
22,854
returns the right bottom side bearing of the glyph . this is the distance from the right bottom of the glyph bounds to the advance . if the bounds of the glyph is to the right of below the advance , the rsb is negative . concode_field_sep float advanceY concode_elem_sep byte COMBINING concode_elem_sep byte WHITESPACE c...
float function ( ) { return horizontal ? advanceX - bounds . x - bounds . width : advanceY - bounds . y - bounds . height ; }
22,855
convert a passed byte string e.g. 50b , 100k , or 250m to kibibytes for internal use . if no suffix is provided , the passed number is assumed to be in kibibytes . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep Imm...
long function ( String arg0 ) { return parseByteString ( arg0 , ByteUnit . KiB ) ; }
22,856
returns true when an expression of that type may be used as a formal parameter of this type . concode_field_sep PlaceHolder placeHolder concode_field_sep String toBoxedJavaType concode_elem_sep String toJavaType concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep BoaScalar arithmetics concode...
boolean function ( final BoaType arg0 ) { return false ; }
22,857
gets the value of the createdate property . concode_field_sep Date lastUpdateDate concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Double maxUnitsPerTime concode_elem_sep Date effectiveDate concode_elem_sep Integer objectId concode_elem_sep Date createDate concode_elem_sep Inte...
Date function ( ) { return createDate ; }
22,858
shares the spdy connection with the pool . callers to this method may continue to use connection . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CO...
void function ( Connection arg0 ) { executorService . submit ( connectionsCleanupCallable ) ; if ( ! arg0 . isSpdy ( ) ) { return ; } if ( arg0 . isAlive ( ) ) { synchronized ( this ) { connections . addFirst ( arg0 ) ; } } }
22,859
gets the value of the result property . concode_field_sep int result concode_field_sep void setResult
int function ( ) { return result ; }
22,860
flushes the given entry from the cache . does nothing if entry does not exist in cache . concode_field_sep LRUCacheEntry<K,V> next concode_elem_sep LRUCacheEntry<K,V> previous concode_elem_sep LRUCacheEntry<K,V> entryQueue concode_elem_sep HashMap<K,LRUCacheEntry<K,V>> entryTable concode_elem_sep int space concode_elem...
void function ( K arg0 ) { LRUCacheEntry < K , V > loc0 = entryTable . get ( arg0 ) ; if ( loc0 == null ) { return ; } privateRemoveEntry ( loc0 , false ) ; }
22,861
get the total number of itemsets . concode_field_sep String name concode_elem_sep int itemsetsCount concode_elem_sep List<List<ItemsetUApriori>> levels concode_field_sep void printItemsets concode_elem_sep List<List<ItemsetUApriori>> getLevels concode_elem_sep void addItemset
int function ( ) { return itemsetsCount ; }
22,862
return old row . concode_field_sep Map<UUID,RowUpdate> rows concode_field_sep Row getNew concode_elem_sep int hashCode concode_elem_sep TableUpdate tableUpdate concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Map<UUID,RowUpdate> rows
Row function ( UUID arg0 ) { RowUpdate loc0 = rows . get ( arg0 ) ; if ( loc0 == null ) { return null ; } return loc0 . oldRow ( ) ; }
22,863
returns the dang ky v s t x of this ke hoach ve sinh . concode_field_sep KeHoachVeSinh _keHoachVeSinh concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCac...
long function ( ) { return _keHoachVeSinh . getDangKyVSTX ( ) ; }
22,864
returns true if the supplied object is an task with the same id . concode_field_sep PlaceHolder placeHolder concode_field_sep int hashCode concode_elem_sep Evaluator getEvaluator concode_elem_sep RepairAction getRepairAction concode_elem_sep String toString
boolean function ( Object arg0 ) { if ( arg0 != null && arg0 instanceof Task ) { return getId ( ) . equals ( ( ( Task ) arg0 ) . getId ( ) ) ; } return false ; }
22,865
gets the file of this source . concode_field_sep File file concode_field_sep String getLocation concode_elem_sep String toString concode_elem_sep InputStream getInputStream
File function ( ) { return file ; }
22,866
returns how long the scroll event will take , in milliseconds . concode_field_sep float mCoeffX concode_elem_sep int mFinalY concode_elem_sep int DEFAULT_DURATION concode_elem_sep Interpolator mInterpolator concode_elem_sep int mMode concode_elem_sep float mVelocity concode_elem_sep int mFinalX concode_elem_sep int mCu...
int function ( ) { return mDuration ; }
22,867
terminate the current line by printing the line separator string . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_el...
void function ( ) { out . println ( ) ; }
22,868
get the request 's command or result . concode_field_sep int RETURN_SUCCESS concode_elem_sep int INDEX_PORT concode_elem_sep int INDEX_COMMAND concode_elem_sep int BUFFER_LENGTH concode_elem_sep int COMMAND_CONNECT concode_elem_sep int RETURN_CANNOT_CONNECT_TO_IDENTD concode_elem_sep int REPLY_LENGTH concode_elem_sep i...
int function ( ) { return buffer [ INDEX_COMMAND ] ; }
22,869
gets the value of the measuretype property . concode_field_sep String date concode_elem_sep String enddate concode_elem_sep int goalId concode_elem_sep int moreOrLess concode_elem_sep int term concode_elem_sep int termIsSolid concode_elem_sep double value concode_elem_sep MeasureType measureType concode_field_sep int g...
MeasureType function ( ) { return measureType ; }
22,870
initializes the registry if it has not been already concode_field_sep String OVR concode_elem_sep ImageRegistry imageRegistry concode_elem_sep ImageDescriptorRegistry descRegistry concode_elem_sep String ICONS_PATH concode_elem_sep String ELCL concode_elem_sep String DLCL concode_field_sep void declareImages concode_el...
ImageRegistry function ( ) { if ( imageRegistry == null ) { imageRegistry = new ImageRegistry ( PlatformUI . getWorkbench ( ) . getDisplay ( ) ) ; declareImages ( ) ; } return imageRegistry ; }
22,871
base factory method for indent objects construction , i.e. all other methods may be expressed in terms of this method . concode_field_sep Type NONE concode_elem_sep Type CONTINUATION concode_elem_sep Type SPACES concode_elem_sep String myName concode_elem_sep Type NORMAL concode_elem_sep IndentFactory myFactory concode...
Indent function ( @ NotNull Type arg0 , boolean arg1 , boolean arg2 ) { return myFactory . getIndent ( arg0 , arg1 , arg2 ) ; }
22,872
adds a double property to a map . 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 concode_...
JSONBuilder function ( String arg0 , double arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; }
22,873
see #tohexstring byte , int , int , char . concode_field_sep String HEX concode_field_sep String hexDump concode_elem_sep String hexDump concode_elem_sep String formatInt concode_elem_sep byte[] toByteArray
String function ( byte [ ] arg0 , char arg1 ) { return Util . toHexString ( arg0 , 0 , arg0 . length , arg1 ) ; }
22,874
gets the value of the description property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the description property . for example , to add a new item...
List < DescriptionType > function ( ) { if ( description == null ) { description = new ArrayList < DescriptionType > ( ) ; } return this . description ; }
22,875
checks if text is empty characters < = space concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rightTrimSize concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList...
boolean function ( String arg0 ) { int loc0 = arg0 == null ? 0 : arg0 . length ( ) ; while ( loc0 > 0 ) { if ( arg0 . charAt ( -- loc0 ) > ' ' ) { return false ; } } return true ; }
22,876
allow plugins to perform other configuration after the module is initialized but before it is started . concode_field_sep ApplicationContext globalContext concode_elem_sep Module module concode_elem_sep ApplicationContext context concode_elem_sep List<Plugin> plugins concode_elem_sep Map<String,Map<Integer,Module>> dep...
void function ( Module arg0 ) { for ( Plugin loc0 : getSupportedPlugins ( arg0 ) ) { loc0 . postProcessModule ( arg0 ) ; } }
22,877
returns the translated integer - > integer version of the original port mapping specified via sethttpsportmapping concode_field_sep Map<Integer,Integer> httpsPortMappings concode_field_sep Integer lookupHttpsPort concode_elem_sep Integer lookupHttpPort concode_elem_sep void setPortMappings
Map < Integer , Integer > function ( ) { return this . httpsPortMappings ; }
22,878
this method resets the outgoing events . concode_field_sep long rightBitshift concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long bitwiseXor concode_elem_sep long myBit1 concode_elem_sep long myBit2 concode_elem_sep long leftBitshift concode_elem_sep int nextStateIndex concode_elem_sep long bitwiseOr con...
void function ( ) { }
22,879
calculate average screen z depth of this triangle . this function requires that the vertex screen positions have been set vertex.poss . concode_field_sep GL_Vertex p1 concode_elem_sep float Zdepth concode_elem_sep GL_Vertex p2 concode_elem_sep GL_Vertex p3 concode_elem_sep GL_Vector uvw1 concode_elem_sep ArrayList neig...
void function ( ) { Zdepth = ( p1 . posS . z + p2 . posS . z + p3 . posS . z ) / 3f ; }
22,880
and please do n't touch this : concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep void evenMore concode_elem_sep void doSomethingElse
void function ( String arg0 , String arg1 ) { if ( true ) System . out . println ( "srini_string" ) ; }
22,881
appends a character , without any quoting . concode_field_sep StringBuilder buf concode_elem_sep SqlDialect dialect concode_field_sep String getSql concode_elem_sep SqlBuilder identifier concode_elem_sep SqlBuilder identifier concode_elem_sep SqlBuilder identifier concode_elem_sep SqlDialect getDialect concode_elem_sep...
SqlBuilder function ( char arg0 ) { buf . append ( arg0 ) ; return this ; }
22,882
gets the dynamic time through the getcomputedtime method in the timezonebean . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; return parent . getComputedTime ( loc0 ) ; }
22,883
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 ) ; } }
22,884
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
22,885
information about one or more key pairs . note : this method appends the values to the existing list if any . use #setkeypairs java.util.collection or #withkeypairs java.util.collection if you want to override theexisting values . returns a reference to this object so that method calls can be chained together . concode...
DescribeKeyPairsResult function ( KeyPairInfo ... arg0 ) { if ( getKeyPairs ( ) == null ) setKeyPairs ( new java . util . ArrayList < KeyPairInfo > ( arg0 . length ) ) ; for ( KeyPairInfo loc0 : arg0 ) { getKeyPairs ( ) . add ( loc0 ) ; } return this ; }
22,886
returns true if there 's another tls mode to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep D...
boolean function ( ) { return nextTlsMode != TLS_MODE_NULL ; }
22,887
set the sampler configuration to use when reading from the data . concode_field_sep List<IteratorSetting> iterators concode_elem_sep boolean useIsolatedScanners concode_elem_sep List<Range> ranges concode_elem_sep boolean useLocalIterators concode_elem_sep Collection<Pair<Text,Text>> columns concode_elem_sep SamplerCon...
void function ( SamplerConfiguration arg0 ) { this . samplerConfig = arg0 ; }
22,888
returns the width range . concode_field_sep LengthConstraintType widthConstraintType concode_elem_sep Range widthRange concode_elem_sep double width concode_elem_sep RectangleConstraint NONE concode_elem_sep Range heightRange concode_elem_sep double height concode_elem_sep LengthConstraintType heightConstraintType conc...
Range function ( ) { return this . widthRange ; }
22,889
make a treat expression with error code xpdy0050 concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Expression function ( Expression arg0 , SequenceType arg1 ) { return make ( arg0 , arg1 , "srini_string" ) ; }
22,890
get custom deserializer concode_field_sep int in_queue concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.omniture.www.Timezone_enum time_zone concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int status concode_field_sep org.apache....
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 ) ; }
22,891
returns to uninitialized state . concode_field_sep Map<String,Map<String,Boolean>> enabledTypesMap concode_elem_sep Map<String,ResourceType> typeIndex concode_elem_sep SortedSet<String> nativeTypes concode_elem_sep Map<String,ServiceLevelAction> multiItemActions concode_elem_sep Log M_log concode_field_sep void setMapO...
void function ( ) { M_log . info ( "srini_string" ) ; }
22,892
helper to decode half of a hexadecimal number from a string . concode_field_sep PathTrie.Decoder REST_DECODER concode_field_sep Pattern checkCorsSettingForRegex concode_elem_sep void decodeQueryString concode_elem_sep void addParam concode_elem_sep String decodeComponent concode_elem_sep String decodeComponent concode_...
char function ( final char arg0 ) { if ( '0' <= arg0 && arg0 <= '9' ) { return ( char ) ( arg0 - '0' ) ; } else if ( 'a' <= arg0 && arg0 <= 'f' ) { return ( char ) ( arg0 - 'a' + 10 ) ; } else if ( 'A' <= arg0 && arg0 <= 'F' ) { return ( char ) ( arg0 - 'A' + 10 ) ; } else { return Character . MAX_VALUE ; } }
22,893
gets the key map contained in jwkset . concode_field_sep Map<String,JWK> keys concode_field_sep void add concode_elem_sep JsonObject getJsonObject concode_elem_sep JWK get concode_elem_sep String toString
Map < String , JWK > function ( ) { return Collections . unmodifiableMap ( this . keys ) ; }
22,894
the arn of the high-availability partition group . concode_field_sep String hapgArn concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ModifyHapgResult clone concode_elem_sep String toString concode_elem_sep ModifyHapgResult withHapgArn concode_elem_sep void setHapgArn
String function ( ) { return this . hapgArn ; }
22,895
periodically runs the given runnable , which should contain a series of test assertions until all the assertions succeed , in which case it will return , or until the the time expires , in which case it will throw the first failed assertion error . the start of the period is the current time and each successive asserti...
void function ( int arg0 , Runnable arg1 ) { int loc0 = Math . min ( arg0 , Math . max ( 10 , arg0 / 10 ) ) ; assertAfter ( loc0 , arg0 , arg1 ) ; }
22,896
returns initial state . concode_field_sep int[] classmap concode_elem_sep Automaton automaton concode_elem_sep int size concode_elem_sep int initial concode_elem_sep int maxInterval concode_elem_sep int[] transitions concode_elem_sep boolean[] accept concode_elem_sep int[] points concode_field_sep int getSize concode_e...
int function ( ) { return initial ; }
22,897
set the type implementation class . concode_field_sep Properties parameters concode_elem_sep String typeName concode_elem_sep String typeClass concode_field_sep void setParameters concode_elem_sep void afterPropertiesSet concode_elem_sep void setTypeName concode_elem_sep Properties getParameters concode_elem_sep void s...
void function ( String arg0 ) { this . typeClass = arg0 ; }
22,898
get the dynvalue repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep DynValue extract concode_elem_sep DynValue read concode_elem_sep void insert concode_elem_sep DynValue narrow concode_elem_sep TypeCode type concode_elem_sep void write concode_elem_sep DynValue unchecked_narrow
String function ( ) { return "srini_string" ; }
22,899
releases the lock . concode_field_sep Lock mLock concode_field_sep placeholderType placeHolder
void function ( ) { mLock . unlock ( ) ; }