idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
22,500
unmarshall the specified xml data into a sword entry . concode_field_sep SWORDEntry entry concode_elem_sep Logger log concode_elem_sep String location concode_elem_sep int httpResponse concode_field_sep SWORDErrorDocument getErrorDocument concode_elem_sep String getLocation concode_elem_sep String marshall concode_elem...
void function ( String arg0 ) { unmarshall ( arg0 , null ) ; }
22,501
ask the user yes/no permission question . concode_field_sep SecurityToken classSecurityToken concode_field_sep boolean checkForPermission concode_elem_sep boolean checkForPermission concode_elem_sep int checkPermission concode_elem_sep int checkPermissionStatus0 concode_elem_sep void initSecurityToken concode_elem_sep ...
boolean function ( SecurityToken arg0 , int arg1 , int arg2 , String arg3 , String arg4 , String arg5 ) { return true ; }
22,502
sets the value of the map property . concode_field_sep String polar concode_elem_sep Object parent concode_elem_sep STTrueFalse invx concode_elem_sep String radiusrange concode_elem_sep String _switch concode_elem_sep STTrueFalse invy concode_elem_sep String yrange concode_elem_sep String position concode_elem_sep Stri...
void function ( String arg0 ) { this . map = arg0 ; }
22,503
set the prefix that an expression string starts with . the default is '' # '' . concode_field_sep ParserContext beanExpressionParserContext concode_elem_sep Map<String,Expression> expressionCache concode_elem_sep String expressionSuffix concode_elem_sep Map<BeanExpressionContext,StandardEvaluationContext> evaluationCac...
void function ( String arg0 ) { Assert . hasText ( arg0 , "srini_string" ) ; this . expressionPrefix = arg0 ; }
22,504
the encoder to set for highlighting concode_field_sep SearchSourceBuilder sourceBuilder concode_field_sep T addFieldDataField concode_elem_sep T setExplain concode_elem_sep T setHighlighterPreTags concode_elem_sep T setHighlighterNumOfFragments concode_elem_sep T setHighlighterTagsSchema concode_elem_sep T setHighlight...
T function ( String arg0 ) { highlightBuilder ( ) . arg0 ( arg0 ) ; return ( T ) this ; }
22,505
returns the argument types of the method described by this object . concode_field_sep String name concode_elem_sep Map<String,String> DESCRIPTORS concode_elem_sep String desc concode_field_sep String getDescriptor concode_elem_sep String getName concode_elem_sep Type getReturnType concode_elem_sep int hashCode concode_...
Type [ ] function ( ) { return Type . getArgumentTypes ( desc ) ; }
22,506
checks whether the last processed event was a suspend event concode_field_sep String instanceID concode_elem_sep SimpleDateFormat sdf concode_elem_sep long scheduled concode_elem_sep boolean processed concode_elem_sep String taskName concode_elem_sep Map<String,Long> started concode_elem_sep Map<String,Long> completed ...
boolean function ( String arg0 ) { return ( suspended != null ) && suspended . containsKey ( arg0 ) ; }
22,507
invokes the specific listener for the float return type . concode_field_sep MethodListener sDefaultListener concode_elem_sep HashMap<String,MethodListener> sMethods concode_field_sep long invokeL concode_elem_sep void setMethodListener concode_elem_sep int invokeI concode_elem_sep void invokeV concode_elem_sep double i...
float function ( String arg0 , boolean arg1 , Object arg2 ) { MethodListener loc0 = sMethods . get ( arg0 ) ; if ( loc0 != null ) { return loc0 . onInvokeF ( arg0 , arg1 , arg2 ) ; } else if ( sDefaultListener != null ) { return sDefaultListener . onInvokeF ( arg0 , arg1 , arg2 ) ; } return 0 ; }
22,508
returns the checked state of the specified position . the result is only valid if the choice mode has been set to abslistview.choice _ mode_single , but the code does not check this . concode_field_sep RecyclerView.AdapterDataObserver mAdapterDataObserver concode_elem_sep LongSparseArray<Integer> mCheckedIdStates conco...
boolean function ( int arg0 ) { return mCheckStates . get ( arg0 ) ; }
22,509
create an instance of bone concode_field_sep PlaceHolder placeHolder concode_field_sep Bonehierarchy createBonehierarchy concode_elem_sep Axis createAxis concode_elem_sep Position createPosition concode_elem_sep Bones createBones concode_elem_sep Animations createAnimations concode_elem_sep Rotation createRotation conc...
Bone function ( ) { return new Bone ( ) ; }
22,510
populates the given buffer with data read from the input stream . if the data does n't fit the buffer , only the data that fits in the buffer is read . if the data is less than fits in the buffer , the buffer is not completely filled . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] toByteArray conco...
long function ( InputStream arg0 , byte [ ] arg1 ) { int loc0 = arg1 . length ; while ( loc0 > 0 ) { int loc1 = arg1 . length - loc0 ; int loc2 = arg0 . read ( arg1 , loc1 , loc0 ) ; if ( loc2 < 0 ) { break ; } loc0 -= loc2 ; } return arg1 . length - loc0 ; }
22,511
set the reparent flag . concode_field_sep String m_reparentNewNodeId concode_elem_sep String m_reparentOldNodeId concode_elem_sep boolean m_reparentFlag concode_elem_sep boolean m_deletionFlag concode_elem_sep OnmsIpInterface m_reinitFlag concode_elem_sep OnmsIpInterface m_newIface concode_elem_sep Map<String,Object> m...
void function ( String arg0 , String arg1 , OnmsIpInterface arg2 ) { m_reparentFlag = true ; m_reparentOldNodeId = arg0 ; m_reparentNewNodeId = arg1 ; m_newIface = arg2 ; m_hasUpdates = true ; }
22,512
this method is called when an exception or throwable occurs . concode_field_sep ArrayList<ExceptionMonitor> m_monitors concode_field_sep void exception concode_elem_sep List<ExceptionMonitor> getExceptionMonitors concode_elem_sep int size concode_elem_sep void registerExceptionMonitor concode_elem_sep ExceptionMonitor ...
void function ( ExceptionSource arg0 , Throwable arg1 ) { synchronized ( m_monitors ) { for ( ExceptionMonitor loc0 : m_monitors ) { loc0 . arg1 ( arg0 , arg1 ) ; } } }
22,513
gets the objective-c name of the imported type . concode_field_sep String javaQualifiedName concode_elem_sep String importFileName concode_elem_sep Set<String> FOUNDATION_TYPES concode_elem_sep String typeName concode_elem_sep boolean isInterface concode_field_sep Set<Import> getImports concode_elem_sep String getImpor...
String function ( ) { return typeName ; }
22,514
creates an instance of entityserializer with the strictcontentlengthstrategy implementation to be used forserializing http entities sent over this connection . this method can be overridden in a super class in order to create instances of entityserializer using a custom ch.boye.httpclientandroidlib.entity.contentlength...
EntitySerializer function ( ) { return new EntitySerializer ( new StrictContentLengthStrategy ( ) ) ; }
22,515
sets the value of the prioradjustmentquantity property . concode_field_sep Quantity totalAdjustmentQuantity concode_elem_sep Quantity priorDisputedQuantity concode_elem_sep Description description concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep Quantity priorSettlementQuantity concode...
void function ( Quantity arg0 ) { this . priorAdjustmentQuantity = arg0 ; }
22,516
returns the blues values . concode_field_sep float strokeWidth concode_elem_sep String fontName concode_elem_sep String weight concode_elem_sep int paintType concode_elem_sep float underlinePosition concode_elem_sep String notice concode_elem_sep int blueShift concode_elem_sep float blueScale concode_elem_sep List<Numb...
List < Number > function ( ) { return Collections . unmodifiableList ( blueValues ) ; }
22,517
sets the name of this event . concode_field_sep Event nestedEvent concode_elem_sep String RCSID concode_elem_sep Date eventTime concode_elem_sep Object eventSource concode_elem_sep String eventName concode_elem_sep long serialVersionUID concode_elem_sep com.petrivirkkula.toolbox.logger.Logger LOGGER concode_field_sep v...
void function ( String arg0 ) { this . eventName = arg0 ; }
22,518
finds reference to a snapshotted file by its snapshot name concode_field_sep ImmutableList<BlobStoreIndexShardSnapshot> shardSnapshots concode_field_sep ImmutableList<BlobStoreIndexShardSnapshot> snapshots concode_elem_sep Iterator<BlobStoreIndexShardSnapshot> iterator concode_elem_sep FileInfo findPhysicalIndexFile
FileInfo function ( String arg0 ) { for ( BlobStoreIndexShardSnapshot loc0 : shardSnapshots ) { FileInfo loc1 = loc0 . findNameFile ( arg0 ) ; if ( loc1 != null ) { return loc1 ; } } return null ; }
22,519
the resource type . constraints : allowed values : customer-gateway , dhcp-options , image , instance , internet-gateway , network-acl , network-interface , reserved-instances , route-table , snapshot , spot-instances-request , subnet , security-group , volume , vpc , vpn-connection , vpn-gateway concode_field_sep Stri...
void function ( ResourceType arg0 ) { this . resourceType = arg0 . toString ( ) ; }
22,520
verify that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testGetLegendItemSeriesIndex concode_elem_sep void testEquals
void function ( ) { XYDotRenderer loc0 = new XYDotRenderer ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
22,521
name : fillhex parameters : i , j : the x , y coordinates of the initial point of the hexagon n : an integer number to indicate a letter to draw in the hex g2 : the graphics context to draw on return : void called from : calls : hex purpose : this draws a filled in polygon based on the coordinates of the hexagon . the ...
void function ( int arg0 , int arg1 , int arg2 , Graphics2D arg3 , Image arg4 ) { int loc0 = arg0 * ( s + t ) ; int loc1 = arg1 * h + ( arg0 % 2 ) * h / 2 ; if ( arg2 == 1 ) { arg3 . drawImage ( arg4 , loc0 + 18 , loc1 + 16 , ( arg4 . getWidth ( null ) ) / 2 , ( arg4 . getHeight ( null ) + 8 ) / 2 , null ) ; } }
22,522
common test setup . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep JFreeChart createBarChart concode_elem_sep void chartChanged concode_elem_sep void testSetSeriesURLGenerator concode_elem_sep void testReplaceDataset concode_elem_sep void testDrawWithNullInfo concode_elem_sep void te...
void function ( ) { this . chart = createBarChart ( ) ; }
22,523
retrieve the original parameters from a sorted collection . concode_field_sep String consumerSecret concode_elem_sep Base64 BASE64 concode_elem_sep Map<String,Class> NAME_TO_CLASS concode_elem_sep String _ACCESSOR concode_elem_sep Map.Entry value concode_elem_sep String tokenSecret concode_elem_sep String key concode_f...
List < Map . Entry > function ( Collection < ComparableParameter > arg0 ) { if ( arg0 == null ) { return null ; } List < Map . Entry > loc0 = new ArrayList < Map . Entry > ( arg0 . size ( ) ) ; for ( ComparableParameter loc1 : arg0 ) { loc0 . add ( loc1 . value ) ; } return loc0 ; }
22,524
returns the stateholder . concode_field_sep HomematicContext instance concode_elem_sep HomematicClient homematicClient concode_elem_sep StateHolder stateHolder concode_elem_sep EventPublisher eventPublisher concode_elem_sep HomematicConfig config concode_elem_sep ServerId serverId concode_elem_sep Collection<HomematicB...
StateHolder function ( ) { return stateHolder ; }
22,525
sets the active io.vertx.core.dns.impl.netty.decoder.recorddecoderfactory to be used for decodingresource records . concode_field_sep RecordDecoderFactory factory concode_elem_sep Map<Integer,RecordDecoder<?>> decoders concode_field_sep RecordDecoderFactory getFactory concode_elem_sep T decode
void function ( RecordDecoderFactory arg0 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; RecordDecoderFactory . arg0 = arg0 ; }
22,526
adds a listener that will be called right before writing the box . concode_field_sep ContainerBox parent concode_elem_sep long offset concode_elem_sep IsoBufferWrapper deadBytes concode_elem_sep List<WriteListener> writeListeners concode_elem_sep boolean parsed concode_elem_sep byte[] userType concode_elem_sep byte[] t...
void function ( WriteListener arg0 ) { if ( writeListeners == null ) { writeListeners = new LinkedList < WriteListener > ( ) ; } writeListeners . add ( arg0 ) ; }
22,527
sets the winding rule used to construct the path . concode_field_sep GeneralPath path concode_elem_sep int windingRule concode_elem_sep boolean newPath concode_field_sep Shape createShape concode_elem_sep int getWindingRule concode_elem_sep Shape getShape concode_elem_sep void startPoints concode_elem_sep void point co...
void function ( int arg0 ) { windingRule = arg0 ; }
22,528
gets the value of the blurrad property . concode_field_sep Integer fadeDir concode_elem_sep Integer stA concode_elem_sep Object parent concode_elem_sep Integer sx concode_elem_sep Integer sy concode_elem_sep Integer endA concode_elem_sep Long dist concode_elem_sep Integer dir concode_elem_sep Integer kx concode_elem_se...
Long function ( ) { return blurRad ; }
22,529
return the minimum value of the gauge . concode_field_sep double average concode_elem_sep double max concode_elem_sep long count concode_elem_sep String AVG concode_elem_sep String VAL concode_elem_sep double min concode_elem_sep String MIN concode_elem_sep double alpha concode_elem_sep String name concode_elem_sep Str...
double function ( ) { return this . min ; }
22,530
this tests if `` aal izz well '' i.e. if we can start-up with the almost `` production '' spring xml configuration by doing nothing - it does n't have to , as the springjunit4classrunner with this @contextconfiguration will automatically fail if e.g. there is any invalid spring xml , an invalid bean definition somewher...
void function ( ) { }
22,531
resets the chain for re-initialisation and use with other characteristics . this method always succeeds . concode_field_sep Direction wired concode_elem_sep HashMap stages concode_elem_sep String DIRECTION concode_elem_sep LinkedList stageKeys concode_elem_sep int blockSize concode_field_sep void init concode_elem_sep ...
void function ( ) { for ( Iterator loc0 = stageKeys . listIterator ( ) ; loc0 . hasNext ( ) ; ) ( ( Stage ) stages . get ( loc0 . next ( ) ) ) . reset ( ) ; if ( wired == Direction . REVERSED ) Collections . reverse ( stageKeys ) ; wired = null ; blockSize = 0 ; }
22,532
a delete / contacts/person / id should delete a entry if exists concode_field_sep AddressBook addressBook concode_field_sep AddressBook getAddressBook concode_elem_sep Response getPerson concode_elem_sep Response addPerson
Response function ( @ PathParam ( "srini_string" ) int arg0 ) { for ( int loc0 = 0 ; loc0 < addressBook . getPersonList ( ) . size ( ) ; loc0 ++ ) { if ( addressBook . getPersonList ( ) . get ( loc0 ) . getId ( ) == arg0 ) { addressBook . getPersonList ( ) . remove ( loc0 ) ; return Response . noContent ( ) . build ( )...
22,533
this implementation always returns 1 . concode_field_sep SortedDeltaChangePipeValidator sortedChangeValidator concode_elem_sep Sink sink concode_elem_sep DataPostbox<EntityContainer> basePostbox concode_elem_sep DataPostbox<ChangeContainer> changePostbox concode_elem_sep SortedEntityPipeValidator sortedEntityValidator ...
int function ( ) { return 1 ; }
22,534
get the task id concode_field_sep TaskType taskType concode_elem_sep long finishTime concode_elem_sep String hostname concode_elem_sep Counters counters concode_elem_sep String rackName concode_elem_sep TaskAttemptFinished datum concode_elem_sep String state concode_elem_sep String taskStatus concode_elem_sep TaskAttem...
TaskID function ( ) { return attemptId . getTaskID ( ) ; }
22,535
sets the value of the dtfailure property . concode_field_sep XMLGregorianCalendar dtFailure concode_elem_sep int count concode_field_sep XMLGregorianCalendar getDtFailure concode_elem_sep int getCount concode_elem_sep void setCount
void function ( XMLGregorianCalendar arg0 ) { this . dtFailure = arg0 ; }
22,536
returns the value of the format property for this object . concode_field_sep String importManifestUrl concode_elem_sep Long size concode_elem_sep String format concode_elem_sep String checksum concode_field_sep DiskImageDescription withChecksum concode_elem_sep void setChecksum concode_elem_sep DiskImageDescription wit...
String function ( ) { return format ; }
22,537
this method was generated by mybatis generator . this method sets the value of the database column t_vm_manufacturer . desciption concode_field_sep String desciption concode_elem_sep String vendorid concode_elem_sep String vendorname concode_field_sep void setVendorname concode_elem_sep String getVendorname concode_ele...
void function ( String arg0 ) { this . desciption = arg0 ; }
22,538
appends text to this fancyheader . concode_field_sep StringBuilder text concode_elem_sep FancyColorScheme colors concode_field_sep String getFancyText
void function ( String arg0 ) { this . text . append ( arg0 ) ; }
22,539
returns a live reference to the list of cipher suite names . concode_field_sep List<String> cipherSuite concode_field_sep String toString
List < String > function ( ) { if ( this . cipherSuite == null ) { this . cipherSuite = new ArrayList < String > ( ) ; } return this . cipherSuite ; }
22,540
get the min-normalized mutual information normalized , 0 = unequal concode_field_sep double entropySecond concode_elem_sep double entropyFirst concode_elem_sep double entropyJoint concode_field_sep double entropyJoint concode_elem_sep double entropyConditionalSecond concode_elem_sep double entropyFirst concode_elem_sep...
double function ( ) { return ( entropyMutualInformation ( ) / Math . min ( entropyFirst ( ) , entropySecond ( ) ) ) ; }
22,541
no meaning here concode_field_sep PlaceHolder placeHolder concode_field_sep double getReward concode_elem_sep ActionList getActionList concode_elem_sep ITwoPlayerState defaultInitialTwoPlayerState concode_elem_sep int whoWins concode_elem_sep boolean isFinal concode_elem_sep IState defaultInitialState
IState function ( IState arg0 , IAction arg1 ) { return null ; }
22,542
gets the value of the this property . concode_field_sep String vffsUuid concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep String getVffsUuid concode_elem_sep void setVffsUuid
ManagedObjectReference function ( ) { return _this ; }
22,543
associates the specified value to the specified attribute name . concode_field_sep Map<String,String> attributes concode_elem_sep List<ElementTag> nestedElements concode_elem_sep String content concode_field_sep List<ElementTag> getNestedElements concode_elem_sep void addNestedElement concode_elem_sep Map<String,String...
String function ( String arg0 , String arg1 ) { return attributes . put ( arg0 , arg1 ) ; }
22,544
gets rid of the underlying matrix so that garbage collector can do its work . concode_field_sep int[][] matrix concode_field_sep void set concode_elem_sep void incrementByMaxPath concode_elem_sep boolean isGreaterY concode_elem_sep boolean isGreaterX concode_elem_sep boolean isSameXY concode_elem_sep int get concode_el...
void function ( ) { this . matrix = null ; }
22,545
adds a listener . concode_field_sep Vector listenersV_ concode_elem_sep String copyright concode_elem_sep Object source_ concode_elem_sep TreeModelListener[] listeners_ concode_field_sep void treeNodesRemoved concode_elem_sep void treeStructureChanged concode_elem_sep void fireTreeNodesChanged concode_elem_sep void fir...
void function ( TreeModelListener arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; listenersV_ . addElement ( arg0 ) ; synchronized ( listeners_ ) { listeners_ = new TreeModelListener [ listenersV_ . size ( ) ] ; listenersV_ . copyInto ( listeners_ ) ; } }
22,546
reference getparamfromurl string uri , string paramname concode_field_sep PlaceHolder placeHolder concode_field_sep String formatUrl concode_elem_sep StringBuilder formatUrl concode_elem_sep String removeParamFromUrl concode_elem_sep String parsePageName concode_elem_sep String getDomainPath concode_elem_sep String bui...
String function ( final HttpServletRequest arg0 , String arg1 ) { return getParamFromUrl ( arg0 . getRequestURI ( ) , arg1 ) ; }
22,547
check as defined standalone.xml property access in application , where propertypermission for all properties is granted . concode_field_sep Asset LIMITED_PERMISSIONS_XML concode_elem_sep String APP_LIMITED concode_elem_sep String APP_GRANT concode_elem_sep Asset ALL_PERMISSIONS_XML concode_elem_sep String APP_DENY conc...
void function ( @ ArquillianResource URL arg0 ) { checkTestProperty ( arg0 , HttpServletResponse . SC_OK ) ; }
22,548
gets the value of the metadatanamespace property . concode_field_sep String schema concode_elem_sep String metadataPrefix concode_elem_sep String metadataNamespace concode_elem_sep long serialVersionUID concode_field_sep void setMetadataPrefix concode_elem_sep void setMetadataNamespace concode_elem_sep String getMetada...
String function ( ) { return metadataNamespace ; }
22,549
use a string of the specified number of '' characters to mask the string values for each of 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<Mapp...
Builder function ( String arg0 , int arg1 ) { return maskStrings ( arg0 , arg1 , '*' ) ; }
22,550
set full name . concode_field_sep Collection<Assignment> assignments concode_elem_sep Collection<HolidayAnomaly> holidayAnomalies concode_elem_sep String initials concode_elem_sep boolean enabled concode_elem_sep Collection<Team> teams concode_elem_sep boolean autoassignToStories concode_elem_sep String fullName concod...
void function ( String arg0 ) { this . fullName = arg0 ; }
22,551
displays like a popdown menu from the anchor view . concode_field_sep Drawable background concode_elem_sep View anchor concode_elem_sep View root concode_elem_sep PopupWindow window concode_elem_sep WindowManager windowManager concode_field_sep void setBackgroundDrawable concode_elem_sep void onCreate concode_elem_sep ...
void function ( int arg0 , int arg1 ) { preShow ( ) ; window . setAnimationStyle ( R . style . Animations_PopDownMenu_Left ) ; window . showAsDropDown ( anchor , arg0 , arg1 ) ; }
22,552
gets the number of bytes in the signed leb128 encoding of the given value . concode_field_sep PlaceHolder placeHolder concode_field_sep int unsignedLeb128Size
int function ( int arg0 ) { int loc0 = arg0 >> 7 ; int loc1 = 0 ; boolean loc2 = true ; int loc3 = ( ( arg0 & Integer . MIN_VALUE ) == 0 ) ? 0 : - 1 ; while ( loc2 ) { loc2 = ( loc0 != loc3 ) || ( ( loc0 & 1 ) != ( ( arg0 >> 6 ) & 1 ) ) ; arg0 = loc0 ; loc0 >>= 7 ; loc1 ++ ; } return loc1 ; }
22,553
sums the values of an int - > double function applied to this range concode_field_sep int from concode_elem_sep int to concode_field_sep List<Integer> filter concode_elem_sep int size concode_elem_sep void forEach concode_elem_sep int[] mapToInteger concode_elem_sep int hashCode concode_elem_sep boolean isValidLength c...
double function ( final IntToDoubleFunction arg0 ) { Utils . nonNull ( arg0 , "srini_string" ) ; double loc0 = 0 ; for ( int loc1 = from ; loc1 < to ; loc1 ++ ) { loc0 += arg0 . applyAsDouble ( loc1 ) ; } return loc0 ; }
22,554
returns the protocol . concode_field_sep Interface delegate concode_field_sep Integer getPort concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
String function ( ) { return Interface . protocolName ( delegate . protocol ) ; }
22,555
provides the name of the db cluster parameter group . concode_field_sep String dBParameterGroupFamily concode_elem_sep String dBClusterParameterGroupName concode_elem_sep String description concode_field_sep void setDBParameterGroupFamily concode_elem_sep String getDBParameterGroupFamily concode_elem_sep int hashCode c...
String function ( ) { return dBClusterParameterGroupName ; }
22,556
method to determine if we require renew to be true . concode_field_sep boolean DEFAULT_RENEW concode_elem_sep boolean renew concode_field_sep boolean isSatisfiedByInternal concode_elem_sep void setRenew concode_elem_sep boolean isSatisfiedBy
boolean function ( ) { return this . renew ; }
22,557
return the name of this node . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep void addAttribute concode_elem_se...
String function ( ) { return ( this . name ) ; }
22,558
determines whether or not the browser will cache responses . see the jquery.ajax docs for more info . concode_field_sep String JSON_RATE_LIMIT_FN concode_elem_sep String m_sDataType concode_elem_sep JSAnonymousFunction m_aBeforeSend concode_elem_sep String DEFAULT_WILDCARD concode_elem_sep String DEFAULT_DATA_TYPE conc...
TypeaheadRemote function ( @ Nonnull final ETriState arg0 ) { m_eCache = ValueEnforcer . notNull ( arg0 , "srini_string" ) ; return this ; }
22,559
sets the value of the effect property . concode_field_sep ConditionType condition concode_elem_sep AdviceExpressionsType adviceExpressions concode_elem_sep EffectType effect concode_elem_sep String description concode_elem_sep ObligationExpressionsType obligationExpressions concode_elem_sep String ruleId concode_elem_s...
void function ( EffectType arg0 ) { this . effect = arg0 ; }
22,560
returns true if the bit is set at the specified index . concode_field_sep long WORD_SIZE concode_field_sep void set concode_elem_sep boolean anySet concode_elem_sep int nextSetBit concode_elem_sep void unset
boolean function ( Object arg0 , long arg1 , int arg2 ) { assert arg2 >= 0 : "srini_string" + arg2 + "srini_string" ; final long loc0 = 1L << ( arg2 & 0x3f ) ; final long loc1 = arg1 + ( arg2 >> 6 ) * WORD_SIZE ; final long loc2 = PlatformDependent . UNSAFE . getLong ( arg0 , loc1 ) ; return ( loc2 & loc0 ) != 0 ; }
22,561
set the value of the boolean leaf attribute . setting the leaf attribute to true will force a tree node to be rendered as a leaf . by default the leaf attribute is false therefore all tree nodes will default to folders . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep St...
void function ( boolean arg0 ) { this . leaf = arg0 ; }
22,562
sets the city . concode_field_sep String streetName concode_elem_sep int streetNumber concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String description concode_elem_sep Locale locale concode_field_sep String getCountryCode concode_elem_sep void setDescription concode_elem_sep void set...
void function ( String arg0 ) { this . city = arg0 ; }
22,563
returns the element of this big array at specified index . concode_field_sep byte[][] array concode_elem_sep long SIZE_OF_SEGMENT concode_elem_sep byte initialValue concode_elem_sep int capacity concode_elem_sep int segments concode_field_sep void set concode_elem_sep void grow concode_elem_sep long sizeOf concode_elem...
byte function ( long arg0 ) { return array [ segment ( arg0 ) ] [ offset ( arg0 ) ] ; }
22,564
sets the value of the bindclicktowidget property . concode_field_sep Layout layout concode_elem_sep String onValue concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String offValue concode_elem_sep String flavour concode_elem_sep Boolean bindClickToW...
void function ( Boolean arg0 ) { this . bindClickToWidget = arg0 ; }
22,565
sets the notifications . concode_field_sep boolean enableInput concode_elem_sep boolean enableUpdate concode_elem_sep long serialVersionUID concode_elem_sep Collection<Filter> filters concode_elem_sep Collection<ViewField> viewFields concode_elem_sep boolean requirePassword concode_elem_sep boolean createUser concode_e...
void function ( Collection < Notification > arg0 ) { this . notifications = arg0 ; }
22,566
sets the class name id of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel con...
void function ( long arg0 ) { _emailAddress . setClassNameId ( arg0 ) ; }
22,567
gets the value of the timestamp property . concode_field_sep JAXBElement<String> timeStamp concode_elem_sep JAXBElement<ArrayOfModel> models concode_elem_sep JAXBElement<String> code concode_elem_sep JAXBElement<String> message concode_field_sep JAXBElement<ArrayOfModel> getModels concode_elem_sep void setTimeStamp con...
JAXBElement < String > function ( ) { return timeStamp ; }
22,568
test with auth disabled concode_field_sep PlaceHolder placeHolder concode_field_sep void authEnabledV2Auth concode_elem_sep HiveAuthorizer createHiveAuthorizer concode_elem_sep void authEnabledV1Auth
void function ( ) { HiveConf loc0 = new HiveConf ( this . getClass ( ) ) ; loc0 . setBoolVar ( ConfVars . HIVE_AUTHORIZATION_ENABLED , false ) ; SessionState . start ( loc0 ) ; assertFalse ( "srini_string" , HCatAuthUtil . isAuthorizationEnabled ( loc0 ) ) ; }
22,569
traces and logs a caught exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep IClipboardSupport getClipboardOperationHelper concode_elem_sep void th...
void function ( String arg0 , Exception arg1 ) { ClipboardPlugin . catching ( getClass ( ) , arg0 , arg1 ) ; }
22,570
derives an operation from supplied span . concode_field_sep PlaceHolder placeHolder concode_field_sep String deriveFault
String function ( Span arg0 ) { if ( SpanHttpDeriverUtil . isHttp ( arg0 ) ) { return SpanHttpDeriverUtil . getHttpMethod ( arg0 ) ; } return arg0 . getName ( ) ; }
22,571
set the maximum value of vertex properties . this is an exclusive limit . the minimum is always 0 . concode_field_sep int edgePropKeys concode_elem_sep int maxVertexPropVal concode_elem_sep int edgePropKeys concode_elem_sep String LABEL_PREFIX concode_elem_sep String UID_PROP concode_elem_sep int edgeLabels concode_ele...
Builder function ( int arg0 ) { maxVertexPropVal = arg0 ; return this ; }
22,572
maps thing type into stripped thing type data transfer object . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
StrippedThingTypeDTO function ( ThingType arg0 , Locale arg1 ) { return new StrippedThingTypeDTO ( arg0 . getUID ( ) . toString ( ) , arg0 . getLabel ( ) , arg0 . getDescription ( ) , arg0 . isListed ( ) , arg0 . getSupportedBridgeTypeUIDs ( ) , arg0 instanceof BridgeType ) ; }
22,573
returns whether or not log level debug is enabled . concode_field_sep String INIT concode_elem_sep long serialVersionUID concode_elem_sep String EXCEPTION_STRING_FORMAT concode_elem_sep Level initialLevel concode_elem_sep Logger logger concode_elem_sep String END concode_elem_sep String DURATION concode_elem_sep String...
boolean function ( ) { return logger . isDebugEnabled ( ) ; }
22,574
sets the width of this rectangle concode_field_sep float x concode_elem_sep float width concode_elem_sep Rectangle tmp concode_elem_sep float y concode_elem_sep Rectangle tmp2 concode_elem_sep long serialVersionUID concode_elem_sep float height concode_field_sep Rectangle setY concode_elem_sep Vector2 getCenter concode...
Rectangle function ( float arg0 ) { this . width = arg0 ; return this ; }
22,575
returns the description . concode_field_sep String name concode_elem_sep String description concode_elem_sep List<Group> memberGroups concode_elem_sep boolean inheritingRoles concode_elem_sep List<User> memberUsers concode_field_sep void setName concode_elem_sep void setMemberGroups concode_elem_sep void setMemberUsers...
String function ( ) { return this . description ; }
22,576
clears all data . concode_field_sep List<String> items concode_elem_sep String sp concode_field_sep void add concode_elem_sep void add concode_elem_sep List<String> getItems concode_elem_sep void split concode_elem_sep void split concode_elem_sep int size concode_elem_sep void addAll concode_elem_sep void addAll concod...
void function ( ) { items . clear ( ) ; }
22,577
begin appending a new object . all keys and values until the balancing endobject will be appended to this object . the endobject method must be called to mark the object 's end . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer wri...
JSONWriter function ( ) { if ( this . mode == 'i' ) { this . mode = 'o' ; } if ( this . mode == 'o' || this . mode == 'a' ) { this . append ( "srini_string" ) ; this . push ( 'k' ) ; this . comma = false ; return this ; } throw new JSONException ( "srini_string" ) ; }
22,578
sets the name of this shopping category . concode_field_sep ShoppingCategory _shoppingCategory concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId co...
void function ( java . lang . String arg0 ) { _shoppingCategory . setName ( arg0 ) ; }
22,579
clamps a double value to a given range . concode_field_sep double LOG_10 concode_field_sep double average concode_elem_sep double min concode_elem_sep double max concode_elem_sep double max concode_elem_sep double log10 concode_elem_sep int wrap
double function ( double arg0 , double arg1 , double arg2 ) { if ( arg0 < arg1 ) return arg1 ; if ( arg0 > arg2 ) return arg2 ; return arg0 ; }
22,580
create an instance of cancelautomatedportinresponsetype concode_field_sep QName _CancelAutomatedPortInResponse_QNAME concode_elem_sep QName _CancelAutomatedPortInRequest_QNAME concode_field_sep JAXBElement<CancelAutomatedPortInRequestType> createCancelAutomatedPortInRequest concode_elem_sep CancelAutomatedPortInRequest...
CancelAutomatedPortInResponseType function ( ) { return new CancelAutomatedPortInResponseType ( ) ; }
22,581
set the value of the leaficon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep...
void function ( String arg0 ) { this . leafIcon = arg0 ; }
22,582
returns the link to a concrete configdescription . concode_field_sep String DEFAULT_SERVICE_ID_PREFIX concode_elem_sep URI configDescriptionURI concode_elem_sep String author concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String serviceId concode_field_sep S...
URI function ( ) { return this . configDescriptionURI ; }
22,583
returns shard id where failure occurred concode_field_sep String reason concode_elem_sep ShardId shardId concode_elem_sep String nodeId concode_elem_sep RestStatus status concode_field_sep String reason concode_elem_sep void writeTo concode_elem_sep void readFrom concode_elem_sep void toXContent concode_elem_sep XConte...
int function ( ) { return this . shardId . id ( ) ; }
22,584
returns an internationalized string corresponding to the given key . concode_field_sep ImageID PAGE_IMAGE concode_elem_sep ImageID AIM_LOGO concode_elem_sep ResourceManagementService resourcesService concode_field_sep ResourceManagementService getResources concode_elem_sep byte[] getImage
String function ( String arg0 ) { return getResources ( ) . getI18NString ( arg0 ) ; }
22,585
sets the datacluster value for this wspartialputitem . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String datamodel concode_elem_sep java.lang.String keyXPath concode_elem_sep java.lang.String xml concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean repo...
void function ( java . lang . String arg0 ) { this . datacluster = arg0 ; }
22,586
releases resources for this instance and all associated statementportals , and removes this instance from the containing map . concode_field_sep List portals concode_elem_sep Session session concode_elem_sep String query concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Map containingMap...
void function ( ) { containingMap . remove ( handle ) ; while ( portals . size ( ) > 0 ) { ( ( StatementPortal ) portals . remove ( 1 ) ) . close ( ) ; } }
22,587
open the binary file for reading . concode_field_sep BufferedMLDataSet owner concode_elem_sep EncogEGBFile egb concode_elem_sep long serialVersionUID concode_elem_sep File file concode_elem_sep List<BufferedMLDataSet> additional concode_elem_sep boolean loading concode_elem_sep String ERROR_ADD concode_elem_sep String ...
void function ( ) { this . egb . open ( ) ; }
22,588
set the principal of the described node concode_field_sep Node myNode concode_elem_sep byte[] password concode_elem_sep Credentials ownerCredentials concode_elem_sep JADEPrincipal myPrincipal concode_elem_sep String myName concode_elem_sep Node parentNode concode_elem_sep JADEPrincipal ownerPrincipal concode_elem_sep C...
void function ( JADEPrincipal arg0 ) { myPrincipal = arg0 ; }
22,589
determines whether this property editor supports a custom editor . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep StagingMode value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component getCustomEditor concode_elem_sep void setVa...
boolean function ( ) { return false ; }
22,590
converts a hex string to byte array concode_field_sep byte CRC_TAB_8_VALUE[] concode_elem_sep Logger logger concode_field_sep int decodeBCD concode_elem_sep byte expandByte concode_elem_sep int decodeUChar concode_elem_sep int decodeLng concode_elem_sep int decodeDATA1b concode_elem_sep float decodeDATA2c concode_elem_...
byte [ ] function ( String arg0 ) { return DatatypeConverter . parseHexBinary ( arg0 . replaceAll ( "srini_string" , "srini_string" ) ) ; }
22,591
a static factory to create a stateupdater based on an initial value of the state and astate update function . concode_field_sep PlaceHolder placeHolder concode_field_sep S init concode_elem_sep S apply
StateUpdater < T , S > function ( S arg0 , BiFunction < ? super S , ? super T , ? extends S > arg1 ) { return new StateUpdater < T , S > ( ) { @ Override public S init ( ) { return arg0 ; } @ Override public S apply ( S arg2 , T arg3 ) { return arg1 . apply ( arg2 , arg3 ) ; } } ; }
22,592
sets the value of the usetemporaryid property . concode_field_sep boolean useTraderNameCode concode_elem_sep boolean useTemporaryID concode_elem_sep int temporaryID concode_elem_sep boolean selectAllTemporaryElmBanksAndAddresses concode_elem_sep String traderNameCode concode_field_sep boolean isSelectAllTemporaryElmBan...
void function ( boolean arg0 ) { this . useTemporaryID = arg0 ; }
22,593
reads the next line from the file . concode_field_sep BufferedReader br concode_elem_sep char quotechar concode_elem_sep boolean linesSkiped concode_elem_sep char DEFAULT_SEPARATOR concode_elem_sep char DEFAULT_QUOTE_CHARACTER concode_elem_sep int skipLines concode_elem_sep int DEFAULT_SKIP_LINES concode_elem_sep char ...
String function ( ) { if ( ! this . linesSkiped ) { for ( int loc0 = 0 ; loc0 < skipLines ; loc0 ++ ) { br . readLine ( ) ; } this . linesSkiped = true ; } String loc1 = br . readLine ( ) ; if ( loc1 == null ) { hasNext = false ; } return hasNext ? loc1 : null ; }
22,594
return rectanglerdd version of the circlerdd . each record in rectanglerdd is the minimum bounding rectangle of the corresponding circle concode_field_sep JavaRDD<Circle> circleRDD concode_field_sep Envelope boundary concode_elem_sep PointRDD Center concode_elem_sep JavaRDD<Circle> getCircleRDD concode_elem_sep void se...
RectangleRDD function ( ) { return new RectangleRDD ( this . getCircleRDD ( ) . map ( new Function < Circle , Envelope > ( ) { public Envelope call ( Circle arg0 ) { return arg0 . getMBR ( ) ; } } ) ) ; }
22,595
creates a countminsketch with given depth , width , 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 confidence concode_ele...
CountMinSketch function ( int arg0 , int arg1 , int arg2 ) { return new CountMinSketchImpl ( arg0 , arg1 , arg2 ) ; }
22,596
get token end column number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolu...
int function ( ) { return bufcolumn [ bufpos ] ; }
22,597
get notification options . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean wasInTheP...
Options function ( ) { return options ; }
22,598
deletes the list of objects concode_field_sep String path concode_elem_sep WebResource resource concode_elem_sep Logger S_LOGGER concode_elem_sep Boolean isDebugEnabled concode_elem_sep Builder builder concode_elem_sep Map<String,String> header concode_field_sep void addHeader concode_elem_sep E getById concode_elem_se...
void function ( List < E > arg0 ) { if ( isDebugEnabled ) { S_LOGGER . debug ( "srini_string" ) ; } updateBuilder ( ) ; ClientResponse loc0 = builder . delete ( ClientResponse . class , arg0 ) ; isErrorThrow ( loc0 ) ; }
22,599
get this node 's position right , as defined by style . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSLa...
float function ( ) { return style . position [ POSITION_RIGHT ] ; }