idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
23,500
builds a chain , backed by the given registry . concode_field_sep PlaceHolder placeHolder concode_field_sep Handler next concode_elem_sep Handler redirect concode_elem_sep Handler fileSystem concode_elem_sep Handler onlyIf concode_elem_sep Handler accepts concode_elem_sep Handler prefix concode_elem_sep Handler clientE...
Handler function ( @ Nullable ServerConfig arg0 , @ Nullable Registry arg1 , Action < ? super Chain > arg2 ) { return ChainBuilders . build ( arg0 != null && arg0 . isDevelopment ( ) , new ChainActionTransformer ( arg0 , arg1 ) , arg2 ) ; }
23,501
retrieve the tag object associated with this actionmode . like the tag available to views , this allows applications to associate arbitrary data with an actionmode for later reference . concode_field_sep Object mTag concode_field_sep boolean onCreateActionMode concode_elem_sep void setCustomView concode_elem_sep CharSe...
Object function ( ) { return mTag ; }
23,502
sets the value of the bankaccountdetails property . concode_field_sep String clientId concode_elem_sep BankAccountDetailType bankAccountDetails concode_elem_sep AddressType address concode_elem_sep CardDetailsType cardDetails concode_elem_sep String paymentTypeCode concode_elem_sep long serialVersionUID concode_field_s...
void function ( BankAccountDetailType arg0 ) { this . bankAccountDetails = arg0 ; }
23,503
allows querying for the current stack . concode_field_sep TransitionTable oTT concode_elem_sep SymbolTable soSymTab concode_elem_sep LexicalAnalyzer oLexer concode_elem_sep Stack<GrammarElement> oStack concode_elem_sep Stack<Token> oBracketStack concode_elem_sep boolean bErrorsPresent concode_elem_sep GrammarCompiler o...
Stack < GrammarElement > function ( ) { return this . oStack ; }
23,504
creates a new pair , with the right item being the result of applying the given function to the right item of this . the left value is unchanged . concode_field_sep L left concode_elem_sep R right concode_field_sep Function<P,R> unpackRight concode_elem_sep Pair<Pair<T,L>,R> nestLeft concode_elem_sep Function<P,L> unpa...
Pair < L , T > function ( Function < ? super R , ? extends T > arg0 ) { T loc0 = arg0 . apply ( right ) ; return of ( left , loc0 ) ; }
23,505
stores the given configuration steps concode_field_sep long serialVersionUID concode_elem_sep List<PostActionParameter> postActionParameters concode_elem_sep List<FilterSet> filters concode_elem_sep List<DataSource> dataSources concode_field_sep TaskConfig add concode_elem_sep void setPostActionParameters concode_elem_...
TaskConfig function ( SortedSet < TaskConfigStep > arg0 ) { if ( isNotEmpty ( arg0 ) ) { SortedSet < TaskConfigStep > loc0 = getSteps ( ) ; for ( TaskConfigStep loc1 : arg0 ) { if ( ! loc0 . contains ( loc1 ) ) { add ( loc1 ) ; } } } return this ; }
23,506
defines whether the font is embedded or not . concode_field_sep EncodingMode encodingMode concode_elem_sep String postScriptName concode_elem_sep boolean kerning concode_elem_sep long serialVersionUID concode_elem_sep boolean advanced concode_elem_sep EmbeddingMode embeddingMode concode_elem_sep boolean embedded concod...
void function ( boolean arg0 ) { this . embedded = arg0 ; }
23,507
returns the component that contains the nodes for instance the tree in the ldap browser . concode_field_sep Component parent concode_elem_sep DataFlavor[] FLAVORS concode_elem_sep BrowserNodeInfo[] nodes concode_elem_sep DataFlavor INFO_FLAVOR concode_field_sep void setNodes concode_elem_sep boolean isDataFlavorSupport...
Component function ( ) { return parent ; }
23,508
returns a list of the axes if any that need to be drawn at the left of the plot area . concode_field_sep List axesAtLeft concode_elem_sep List axesAtRight concode_elem_sep List axesAtTop concode_elem_sep List axesAtBottom concode_field_sep List getAxesAtRight concode_elem_sep void add concode_elem_sep List getAxesAtTop...
List function ( ) { return this . axesAtLeft ; }
23,509
generate a temporary path for dynamic partition pruning in spark branch todo : no longer need this if we use accumulator ! concode_field_sep PlaceHolder placeHolder concode_field_sep void collectOp concode_elem_sep boolean isDedicatedCluster concode_elem_sep SparkSession getSparkSession concode_elem_sep void rddToStrin...
Path function ( Path arg0 , String arg1 ) { return new Path ( arg0 , arg1 ) ; }
23,510
gets the value of the maximpressionsperlineitemperstream property . concode_field_sep Boolean unlimitedEndDateTime concode_elem_sep StartDateTimeType startDateTimeType concode_elem_sep BaseAdRuleSlot preroll concode_elem_sep Integer maxImpressionsPerLineItemPerStream concode_elem_sep Integer priority concode_elem_sep D...
Integer function ( ) { return maxImpressionsPerLineItemPerStream ; }
23,511
returns a string representation of the object . concode_field_sep Object owner concode_elem_sep WeakReference<ChunkPool> poolReference concode_elem_sep int offset concode_elem_sep byte[] bytes concode_elem_sep int length concode_field_sep void checkOwner concode_elem_sep void handOver concode_elem_sep void setLength co...
String function ( ) { return "srini_string" + "srini_string" + bytes . length + "srini_string" + "srini_string" + offset + "srini_string" + "srini_string" + length + "srini_string" + "srini_string" + poolReference . get ( ) + "srini_string" ; }
23,512
sets the updateinterval in minutes . concode_field_sep Integer updateInterval concode_elem_sep String language concode_elem_sep int DEFAULT_UPDATE_INTERVAL concode_elem_sep String locationId concode_elem_sep Double latitude concode_elem_sep String woeid concode_elem_sep String name concode_elem_sep String units concode...
void function ( Integer arg0 ) { this . updateInterval = arg0 ; }
23,513
todo implement validation concode_field_sep String wsdlLocation concode_elem_sep String serviceInterfaceClass concode_elem_sep String busConfigLocation concode_elem_sep String address concode_elem_sep String displayName concode_elem_sep ResourceAdapter resouceAdapter concode_elem_sep String endpointName concode_elem_se...
void function ( ) { }
23,514
receives a change event . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( DialLayerChangeEvent arg0 ) { }
23,515
the unit is an optional element of a data set . concode_field_sep String unit concode_elem_sep String id concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getId
String function ( ) { return unit ; }
23,516
returns the singleton instance of this class . concode_field_sep NioFilesWrapper INSTANCE concode_field_sep boolean isSymbolicLink concode_elem_sep boolean isRegularFile concode_elem_sep boolean notExists concode_elem_sep boolean exists concode_elem_sep boolean isExecutable concode_elem_sep boolean isWritable concode_e...
NioFilesWrapper function ( ) { return INSTANCE ; }
23,517
returns the number of alternate versions for this resource . concode_field_sep List<ResourceFile> mFiles concode_elem_sep String mName concode_elem_sep Comparator<ResourceFile> sComparator concode_field_sep void add concode_elem_sep int compare concode_elem_sep String getName concode_elem_sep int compareTo concode_elem...
int function ( ) { int loc0 = 0 ; for ( ResourceFile loc1 : mFiles ) { if ( loc1 . getFolder ( ) . getConfiguration ( ) . isDefault ( ) == false ) { loc0 ++ ; } } return loc0 ; }
23,518
find the first context we manage that uses the given shared opengl context . concode_field_sep List<ContextCleanListener> _cleanListeners concode_elem_sep RenderContext currentContext concode_elem_sep Map<Object,RenderContext> contextStore concode_field_sep void removeContext concode_elem_sep void addContextCleanListen...
RenderContext function ( final Object arg0 ) { if ( arg0 == null ) { return null ; } for ( final RenderContext loc0 : contextStore . values ( ) ) { if ( arg0 . equals ( loc0 . getGlContextRep ( ) ) ) { return loc0 ; } } return null ; }
23,519
adds a logger to the list . concode_field_sep Set<LoggerHook> loggers concode_field_sep void removeLogger concode_elem_sep void addLog
void function ( LoggerHook arg0 ) { loggers . add ( arg0 ) ; }
23,520
set the initial context of the calling thread to a context obtained from another thread . after this call , the calling thread will see the same results from the get method as the thread from which the context argument was obtained , at the time it was obtained . the context argument must be the result of an earlier pu...
void function ( ThreadContext arg0 ) { if ( getContext ( ) != null ) throw new IllegalArgumentException ( "srini_string" ) ; setContext ( arg0 ) ; }
23,521
this is not an `` adder '' function , but a `` setter '' function for the specified dbname , so do not use this to add to a database 's functionbeans , but to assign ths single given authfunctionbean as the specified database 's authenticator . to set up multiple authenticators for a single database for redundancy purp...
void function ( String arg0 , AuthFunctionBean arg1 ) { setAuthFunctionBeans ( arg0 , Collections . singletonList ( arg1 ) ) ; }
23,522
returns the result of interpreting the object as an instance of ` book ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep HbmapkeysPackage modelPackage concode_field_sep T caseStringToWriterMapEntry concode_elem_sep T doSwitch concode_elem_sep T doSwitch con...
T function ( Book arg0 ) { return null ; }
23,523
checks for overflow . this method is used internally to check whether a buffer has enough space left to satisfy a write request for a given number of elements . concode_field_sep int cap concode_elem_sep Pointer address concode_elem_sep int pos concode_elem_sep int limit concode_elem_sep int mark concode_field_sep void...
void function ( int arg0 ) { if ( remaining ( ) < arg0 ) throw new BufferOverflowException ( ) ; }
23,524
true if the user has authenticated with github for the specified application ; otherwise , false . concode_field_sep java.util.Date createTime concode_elem_sep String applicationId concode_elem_sep Boolean linkedToGitHub concode_elem_sep String applicationName concode_field_sep void setLinkedToGitHub concode_elem_sep S...
Boolean function ( ) { return this . linkedToGitHub ; }
23,525
clear the read set by resetting its size concode_field_sep ReadFieldAccess[] entries concode_elem_sep int size concode_field_sep void add concode_elem_sep int getSize concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep void initArray concode_elem_sep void copy concode_elem_sep boolean validate
void function ( ) { size = 0 ; }
23,526
creates the genericlocation by parsing a `` name : : place '' string , where `` place '' is a latitude , longitude string or a vertex id . concode_field_sep Integer edgeId concode_elem_sep Double lng concode_elem_sep Double heading concode_elem_sep String name concode_elem_sep String place concode_elem_sep Pattern _lat...
GenericLocation function ( String arg0 ) { String loc0 = "srini_string" ; String loc1 = arg0 ; if ( arg0 . contains ( "srini_string" ) ) { String [ ] loc2 = arg0 . split ( "srini_string" , 2 ) ; loc0 = loc2 [ 0 ] ; loc1 = loc2 [ 1 ] ; } return new GenericLocation ( loc0 , loc1 ) ; }
23,527
info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; }
23,528
store the managed bean inside the session scope . 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 conco...
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; }
23,529
gets the error code that was returned by the service . concode_field_sep String errorMessage concode_elem_sep AutodiscoverErrorCode errorCode concode_elem_sep URI redirectionUrl concode_field_sep void setErrorMessage concode_elem_sep void loadFromXml concode_elem_sep void setRedirectionUrl concode_elem_sep void setErro...
AutodiscoverErrorCode function ( ) { return errorCode ; }
23,530
adds a horizontal arrow to the given path . concode_field_sep float mColorGreen concode_elem_sep float mColorBlue concode_elem_sep long mOldOffset concode_elem_sep long mCitySwitchTime concode_elem_sep int MILLISECONDS_PER_HOUR concode_elem_sep int MILLISECONDS_PER_MINUTE concode_elem_sep City mCity concode_elem_sep In...
void function ( Path arg0 , float arg1 , float arg2 , float arg3 , float arg4 ) { arg0 . moveTo ( arg1 , arg2 - arg4 / 2.0f ) ; arg0 . lineTo ( arg1 + arg3 , arg2 ) ; arg0 . lineTo ( arg1 , arg2 + arg4 / 2.0f ) ; arg0 . close ( ) ; }
23,531
get the java class type of the property . concode_field_sep HashMap properties concode_elem_sep String name concode_elem_sep String type concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep boolean isAssignable concode_elem_sep Property getProperty concode_elem_sep String getName concode_ele...
String function ( ) { return type ; }
23,532
closes the execution context and releases the underlying resources concode_field_sep ESLogger logger concode_elem_sep RestResponse response concode_elem_sep RestClient restClient concode_elem_sep Stash stash concode_elem_sep RestSpec restSpec concode_field_sep String actualBody concode_elem_sep String bodyAsString conc...
void function ( ) { if ( restClient != null ) { restClient . close ( ) ; } }
23,533
a state must be reachable . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_sep ...
void function ( ) { prepareStateTest ( ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_NODE_NOT_REACHABLE ) ; }
23,534
checks if the encoded image is valid i.e. is not null , and is not closed . concode_field_sep CloseableReference<PooledByteBuffer> mPooledByteBufferRef concode_elem_sep int mSampleSize concode_elem_sep int UNKNOWN_WIDTH concode_elem_sep int mWidth concode_elem_sep int UNKNOWN_HEIGHT concode_elem_sep int UNKNOWN_STREAM_...
boolean function ( @ Nullable EncodedImage arg0 ) { return arg0 != null && arg0 . isValid ( ) ; }
23,535
sets the value of the validationerrorcode property . concode_field_sep Integer validationErrorCode concode_elem_sep String errorInformation concode_elem_sep List<Long> feedAttributeIds concode_field_sep void setErrorInformation concode_elem_sep String getErrorInformation concode_elem_sep Integer getValidationErrorCode ...
void function ( Integer arg0 ) { this . validationErrorCode = arg0 ; }
23,536
provides the event type of this event . concode_field_sep String uUID concode_elem_sep int instance concode_elem_sep DynamicItemEventTypes eventType concode_elem_sep Object source concode_field_sep String getUUID concode_elem_sep Object getSource concode_elem_sep int getInstance
DynamicItemEventTypes function ( ) { return eventType ; }
23,537
method tostring concode_field_sep Date date concode_elem_sep String matricule concode_elem_sep ArrayList<Car> listCar concode_elem_sep String Car concode_elem_sep String listoperation concode_elem_sep String TypeVehicule concode_elem_sep int place concode_elem_sep String NumePuce concode_elem_sep Logger logger concode_...
String function ( Object arg0 ) { return String . valueOf ( arg0 ) ; }
23,538
encode to a morton long value from a given geohash long value concode_field_sep int PRECISION concode_elem_sep String BASE_32_STRING concode_elem_sep short MORTON_OFFSET concode_elem_sep char[] BASE_32 concode_field_sep long fromMorton concode_elem_sep char encode concode_elem_sep long longEncode concode_elem_sep long ...
long function ( final long arg0 ) { final int loc0 = ( int ) ( arg0 & 15 ) ; final short loc1 = ( short ) ( loc0 & 1 ) ; return BitUtil . flipFlop ( ( ( arg0 >>> 4 ) << loc1 ) << ( ( ( 12 - loc0 ) * 5 ) + ( MORTON_OFFSET - loc1 ) ) ) ; }
23,539
returns name of a field . concode_field_sep int value_cpx concode_elem_sep boolean isSynthetic concode_elem_sep int access concode_elem_sep int name_index concode_elem_sep int descriptor_index concode_elem_sep boolean isDeprecated concode_elem_sep ClassData cls concode_elem_sep int attributes_count concode_elem_sep Vec...
String function ( ) { return cls . getStringValue ( name_index ) ; }
23,540
performs a session heartbeat . concode_field_sep long mLastHeartbeatMs concode_elem_sep long mSessionId concode_elem_sep int mSessionTimeoutMs concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep long getSessionId concode_elem_sep boolean timeout
void function ( ) { mLastHeartbeatMs = System . currentTimeMillis ( ) ; }
23,541
returns true if the given state is currently active otherwise false . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean i1 concode_elem_sep boolean i2 concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep voi...
boolean function ( State arg0 ) { switch ( arg0 ) { case r1_A : return stateVector [ 0 ] == State . r1_A ; case r1_B : return stateVector [ 0 ] == State . r1_B ; case r2_C : return stateVector [ 1 ] == State . r2_C ; case r2_D : return stateVector [ 1 ] == State . r2_D ; default : return false ; } }
23,542
check that a state tansition is valid and throw an exception if not concode_field_sep String name concode_elem_sep boolean[][] statemap concode_elem_sep Service.STATE state concode_field_sep Service.STATE getState concode_elem_sep Service.STATE enterState concode_elem_sep void ensureCurrentState concode_elem_sep boolea...
void function ( String arg0 , Service . STATE arg1 , Service . STATE arg2 ) { if ( ! isValidStateTransition ( arg1 , arg2 ) ) { throw new ServiceStateException ( arg0 + "srini_string" + arg2 + "srini_string" + arg1 ) ; } }
23,543
return the selected shippingservice in the shipppingserviceselector . concode_field_sep ShippingTypeCodeType shippingType concode_elem_sep ControlTagItem[] ctrlShippingServices concode_elem_sep boolean hasSelection concode_elem_sep ShippingServiceOptionsType shippingServiceOption concode_elem_sep ShippingServiceOptions...
ShippingServiceOptionsType function ( ) { return this . selectedShippingServiceOption ; }
23,544
tests the basic ui sanity and htmlunit set up . concode_field_sep JenkinsRule j concode_field_sep void deleteHudsonComputer concode_elem_sep void breadcrumb concode_elem_sep void legacyDescriptorLookup concode_elem_sep void simpleConfigSubmit concode_elem_sep void assertAnt concode_elem_sep void searchIndex concode_ele...
void function ( ) { j . jenkins . setQuietPeriod ( 10 ) ; j . jenkins . setScmCheckoutRetryCount ( 9 ) ; j . jenkins . setNumExecutors ( 8 ) ; j . configRoundtrip ( ) ; assertEquals ( 10 , j . jenkins . getQuietPeriod ( ) ) ; assertEquals ( 9 , j . jenkins . getScmCheckoutRetryCount ( ) ) ; assertEquals ( 8 , j . jenki...
23,545
the maximum number of locks stolen by an empty partition . concode_field_sep long st_objectsteals concode_elem_sep int st_hash_len concode_elem_sep int st_cur_maxid concode_elem_sep int st_maxobjects concode_elem_sep long st_maxlsteals concode_elem_sep int st_partitions concode_elem_sep long st_part_max_nowait concode_...
long function ( ) { return st_locksteals ; }
23,546
gets millions instructions per second mips rating of a processing element pe . it is assumed all pes ' rating is same in a given machine . concode_field_sep int OTHER_POLICY_DIFFERENT_RATING concode_elem_sep int SPACE_SHARED concode_elem_sep String os concode_elem_sep double timeZone concode_elem_sep int ADVANCE_RESERV...
int function ( ) { if ( getHostList ( ) . size ( ) == 0 ) { return - 1 ; } return PAMPeList . getMips ( ( List < PAMPe > ) getHostList ( ) . get ( 0 ) . getChipList ( ) . get ( 0 ) . getPeList ( ) , 0 ) ; }
23,547
returns the type of this j i r a action . concode_field_sep JIRAAction _jiraAction concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel con...
java . lang . String function ( ) { return _jiraAction . getType ( ) ; }
23,548
sets the primary key of this sync device . concode_field_sep SyncDevice _syncDevice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildNumber concode_elem_sep boolean isEscapedModel concode_ele...
void function ( long arg0 ) { _syncDevice . setPrimaryKey ( arg0 ) ; }
23,549
remove a listener for the propertychange event . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Boolean value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor con...
void function ( final PropertyChangeListener arg0 ) { propertyChangeSupport . removePropertyChangeListener ( arg0 ) ; }
23,550
gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation...
String function ( ) { return mapCommandButtonId ; }
23,551
fluent-interface to change the retryhandler . concode_field_sep RetryPolicy retryPolicy concode_elem_sep Log LOG concode_elem_sep String description concode_elem_sep int MAX_RETRIES concode_elem_sep long DELAY_MILLISECONDS concode_field_sep Object doExecute concode_elem_sep Object execute
RetriableCommand function ( RetryPolicy arg0 ) { this . retryPolicy = arg0 ; return this ; }
23,552
gets the value of the ondemandcostincents property . concode_field_sep List<OnDemandCostSummaryType.FeatureInfo> featureInfo concode_elem_sep String description concode_elem_sep BigInteger onDemandCostInCents concode_elem_sep long serialVersionUID concode_field_sep void setOnDemandCostInCents concode_elem_sep List<OnDe...
BigInteger function ( ) { return onDemandCostInCents ; }
23,553
binds the specified session object into this sessionmanager 's active session registry . this method is typically called internally as the final step , when a successful connection has been made . concode_field_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concod...
Session function ( Database arg0 , User arg1 , boolean arg2 , boolean arg3 , int arg4 ) { Session loc0 = new Session ( arg0 , arg1 , ! arg3 , arg2 , sessionIdCount , arg4 ) ; loc0 . isProcessingLog = arg3 ; sessionMap . put ( sessionIdCount , loc0 ) ; sessionIdCount ++ ; return loc0 ; }
23,554
visits information about an inner class . this inner class is not necessarily a member of the class being visited . concode_field_sep ClassVisitor cv concode_elem_sep int api concode_field_sep FieldVisitor visitField concode_elem_sep AnnotationVisitor visitTypeAnnotation concode_elem_sep void visitEnd concode_elem_sep ...
void function ( String arg0 , String arg1 , String arg2 , int arg3 ) { if ( cv != null ) { cv . visitInnerClass ( arg0 , arg1 , arg2 , arg3 ) ; } }
23,555
sets the value of the name property . concode_field_sep Navigation navigation concode_elem_sep String name concode_elem_sep Content content concode_field_sep void setContent concode_elem_sep String getName concode_elem_sep Content getContent concode_elem_sep Navigation getNavigation concode_elem_sep void setNavigation
void function ( String arg0 ) { this . name = arg0 ; }
23,556
exercise the ipartitionmanager.checkpoint method concode_field_sep IStateStore stateStore concode_elem_sep String statePath concode_elem_sep IPartitionManager pm concode_field_sep String execute
String function ( ) { pm . checkpoint ( ) ; return stateStore . readData ( statePath ) ; }
23,557
returns the next token in the string as an object . this method is implemented in order to satisfy the enumeration interface . concode_field_sep String string concode_elem_sep String delimiters concode_elem_sep boolean returnDelimiters concode_elem_sep int position concode_field_sep int countTokens concode_elem_sep boo...
Object function ( ) { return nextToken ( ) ; }
23,558
sets the company id of this announcements delivery . concode_field_sep AnnouncementsDelivery _announcementsDelivery concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_el...
void function ( long arg0 ) { _announcementsDelivery . setCompanyId ( arg0 ) ; }
23,559
sets the amount value for this depositother . concode_field_sep java.lang.Double amount concode_elem_sep java.lang.String refNum concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef paymentMethod concode_elem_sep java.lang.String memo concode_elem_sep b...
void function ( java . lang . Double arg0 ) { this . amount = arg0 ; }
23,560
returns string repsentation of this object . concode_field_sep byte[] data concode_field_sep Serializable getObject concode_elem_sep int getBytesLength concode_elem_sep byte[] getBytes
String function ( ) { return super . toString ( ) ; }
23,561
test for the `` fixed '' enum instances . concode_field_sep PlaceHolder placeHolder concode_field_sep void testXml concode_elem_sep void testPdf concode_elem_sep void testExcel concode_elem_sep void testHtml
void function ( ) { Assert . assertEquals ( MediaTypeEnum . fromCode ( 1 ) , MediaTypeEnum . CSV ) ; Assert . assertEquals ( MediaTypeEnum . fromName ( "srini_string" ) , MediaTypeEnum . CSV ) ; Assert . assertEquals ( MediaTypeEnum . fromCode ( 1 ) , MediaTypeEnum . fromName ( "srini_string" ) ) ; }
23,562
sets the pivotpath value for this wsxpathssearch . concode_field_sep int maxItems concode_elem_sep int spellTreshold concode_elem_sep java.lang.Boolean returnCount concode_elem_sep org.talend.mdm.webservice.WSWhereItem whereItem concode_elem_sep java.lang.String orderBy concode_elem_sep boolean __hashCodeCalc concode_e...
void function ( java . lang . String arg0 ) { this . pivotPath = arg0 ; }
23,563
get this node 's border , 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 CachedCSSLayout las...
Spacing function ( ) { return style . border ; }
23,564
returns the id of this instance concode_field_sep long id concode_elem_sep double netImbalance concode_elem_sep int timeslotIndex concode_field_sep int getTimeslotIndex concode_elem_sep double getNetImbalance
long function ( ) { return id ; }
23,565
transforms the first len bytes of an array into a string of hex values concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] wordToBytes concode_elem_sep boolean compare concode_elem_sep int rotateRight concode_elem_sep int[] rotateRight concode_elem_sep byte[] rotateRight concode_elem_sep long uWord conco...
String function ( byte [ ] arg0 , int arg1 ) { String loc0 = new String ( ) ; for ( int loc1 = 0 ; loc1 < arg1 ; loc1 ++ ) { loc0 += Integer . toHexString ( ( ( ( arg0 [ loc1 ] + 256 ) % 256 ) / 16 ) % 16 ) ; loc0 += Integer . toHexString ( ( ( arg0 [ loc1 ] + 256 ) % 256 ) % 16 ) ; } return loc0 ; }
23,566
set the matrix to the passed one concode_field_sep int[][] matrix concode_field_sep void print concode_elem_sep int getTotalNested concode_elem_sep int getTotal concode_elem_sep void fillPattern1 concode_elem_sep int getColTotal concode_elem_sep void fillCount concode_elem_sep int getCount concode_elem_sep int getLarge...
void function ( int [ ] [ ] arg0 ) { matrix = arg0 ; }
23,567
returns the tuple tag at the given index . concode_field_sep HashMap<TupleTag<?>,Integer> tagMap concode_elem_sep TupleTagList tupleTagList concode_field_sep CloudObject asCloudObject concode_elem_sep int getIndex concode_elem_sep int size concode_elem_sep int hashCode concode_elem_sep CoGbkResultSchema of concode_elem...
TupleTag < ? > function ( int arg0 ) { return tupleTagList . get ( arg0 ) ; }
23,568
begins an anonymous array . 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_elem_s...
JSONBuilder function ( ) { conditionallyAppendComma ( ) ; params . append ( "srini_string" ) ; return this ; }
23,569
helper method to calculate the span of the sub-interval . simply returns the cieling of limit - start / segments and accounts for invalid start and limit combinations . concode_field_sep PlaceHolder placeHolder concode_field_sep int rank concode_elem_sep int[] countSegments
long function ( int arg0 , int arg1 , int arg2 ) { long loc0 = arg2 - arg1 ; if ( loc0 < 0 ) { return 0 ; } int loc1 = ( loc0 % arg0 ) == 0 ? 0 : 1 ; return ( loc0 / arg0 ) + loc1 ; }
23,570
decomposes the matrix and computes q and r. verifies the results by multiplying q and r together and seeing if it gets a. concode_field_sep Random rand concode_elem_sep int r concode_elem_sep QRDecompositionHouseholder_B64 alg concode_field_sep void checkFullDecomposition concode_elem_sep void checkInternalData concode...
void function ( ) { for ( int loc0 = 1 ; loc0 <= 3 * r ; loc0 ++ ) { for ( int loc1 = 1 ; loc1 <= 3 * r ; loc1 ++ ) { checkFullDecomposition ( loc0 , loc1 , true ) ; checkFullDecomposition ( loc0 , loc1 , false ) ; } } }
23,571
return the extension associated with this type . concode_field_sep Type AIFF concode_elem_sep Type SND concode_elem_sep String extension concode_elem_sep Type WAVE concode_elem_sep Type AU concode_elem_sep String name concode_elem_sep int byteLength concode_elem_sep AudioFormat format concode_elem_sep int frameLength c...
String function ( ) { return extension ; }
23,572
gets the hours value for this wsdate . concode_field_sep int hours concode_elem_sep int seconds concode_elem_sep int year concode_elem_sep int minutes concode_elem_sep int day concode_elem_sep int monthWithJanuaryAsOne concode_field_sep int getSeconds concode_elem_sep int getMonthWithJanuaryAsOne concode_elem_sep void ...
int function ( ) { return hours ; }
23,573
util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.CreateReservedInstancesListingResponseType localCreateReservedInstancesListingResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_el...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }...
23,574
returns the value of the public exponent . concode_field_sep BigInteger publicExponent concode_elem_sep int keysize concode_elem_sep BigInteger F0 concode_elem_sep BigInteger F4 concode_field_sep int getKeysize
BigInteger function ( ) { return publicExponent ; }
23,575
changes the buffer content to lower case from base +1 tothe end of the buffer . for #tostring internal use only . concode_field_sep long serialVersionUID concode_elem_sep double meridian concode_elem_sep double EPS concode_elem_sep Pattern EPSG concode_elem_sep AxisDirection[] BASE_DIRECTIONS concode_elem_sep AxisDirec...
void function ( final StringBuilder arg0 , final int arg1 ) { for ( int loc0 = arg0 . length ( ) ; -- loc0 > arg1 ; ) { arg0 . setCharAt ( loc0 , Character . toLowerCase ( arg0 . charAt ( loc0 ) ) ) ; } }
23,576
removes an object from memory cache . does not release the file storage . concode_field_sep DataFileCache dataFileCache concode_elem_sep StopWatch makeRowTimer concode_elem_sep long bytesCapacity concode_elem_sep CachedObject[] rowTable concode_elem_sep StopWatch sortTimer concode_elem_sep long cacheBytesLength concode...
CachedObject function ( int arg0 ) { CachedObject loc0 = ( CachedObject ) cacheMap . remove ( arg0 ) ; if ( loc0 == null ) { return null ; } cacheBytesLength -= loc0 . getStorageSize ( ) ; return loc0 ; }
23,577
return the body text associated with this node if any . 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 String g...
String function ( ) { return ( this . body ) ; }
23,578
search for an object in an array . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
boolean function ( Object [ ] arg0 , Object arg1 ) { if ( ( arg0 == null ) || ( arg1 == null ) ) return false ; if ( arg0 . length == 0 ) return false ; try { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg1 . equals ( arg0 [ loc0 ] ) ) return true ; } } catch ( Exception loc0 ) { return false ; } retu...
23,579
converts the given arraylist into an array of strings . concode_field_sep ArrayList result concode_elem_sep String _arguments concode_field_sep String get_arguments concode_elem_sep int extractArgName concode_elem_sep int findNextArg concode_elem_sep void set_arguments concode_elem_sep String toString concode_elem_sep ...
String [ ] function ( ArrayList arg0 ) { String [ ] loc0 = new String [ arg0 . size ( ) ] ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { loc0 [ loc1 ] = ( String ) arg0 . get ( loc1 ) ; } return loc0 ; }
23,580
update reporting interval concode_field_sep Map<String,LinkedList<InMemoryHistoryNode>> historyListMapping concode_elem_sep String INMEMORY_METRIC_REPORTER_WINDOW concode_elem_sep long timeWindow concode_elem_sep String INMEMORY_METRIC_NUM_INSTANCES concode_elem_sep double standardDeviationFactor concode_elem_sep long ...
void function ( long arg0 ) { timeWindow = arg0 ; }
23,581
create a summary applocation only with application id , name , callback url , application owner and status concode_field_sep TestUtil instance concode_field_sep Application addCustomApplication concode_elem_sep API addTestAPI concode_elem_sep String printListDiff concode_elem_sep Application addTestApplication concode_...
Application function ( Application arg0 ) { Application loc0 = new Application ( arg0 . getName ( ) , arg0 . getCreatedUser ( ) ) ; loc0 . setId ( arg0 . getId ( ) ) ; loc0 . setCallbackUrl ( arg0 . getCallbackUrl ( ) ) ; loc0 . setStatus ( arg0 . getStatus ( ) ) ; return loc0 ; }
23,582
get the attribute value associated to the given attribute name . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean getAttributeAsBoolean concode_elem_sep boolean getAttributeAsBoolean concode_elem_sep void forAllAttributeValues concode_elem_sep long getAttributeAsLong concode_elem_sep long getAttribut...
BigInteger function ( @ Nullable final KEYTYPE arg0 ) { return getAttributeAsBigInteger ( arg0 , null ) ; }
23,583
decodes a jbig2 image from an inputstream concode_field_sep JBIG2StreamDecoder streamDecoder concode_field_sep int getNumberOfPages concode_elem_sep void setGlobalData concode_elem_sep void cleanupPostDecode concode_elem_sep Segment findSegment concode_elem_sep boolean isRandomAccessOrganisationUsed concode_elem_sep JB...
void function ( InputStream arg0 ) { int loc0 = arg0 . available ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; arg0 . read ( loc1 ) ; decodeJBIG2 ( loc1 ) ; }
23,584
set the value of the javafx.scene.control.tab #getonclosed onclosed property for the instance constructed by this builder . concode_field_sep javafx.event.EventHandler<javafx.event.Event> onClosed concode_elem_sep java.lang.Object userData concode_elem_sep int __set concode_elem_sep boolean closable concode_elem_sep ja...
B function ( javafx . event . EventHandler < javafx . event . Event > arg0 ) { this . onClosed = arg0 ; __set ( 6 ) ; return ( B ) this ; }
23,585
test a case when the column specified in command line arguments is exclusive for few rows . concode_field_sep String COL_FAM concode_elem_sep String TABLE_NAME_TS_RANGE concode_elem_sep String COL2 concode_elem_sep String COMPOSITE_COLUMN concode_elem_sep TestRule timeout concode_elem_sep HBaseTestingUtility TEST_UTIL ...
void function ( ) { String [ ] loc0 = new String [ ] { TABLE_NAME , COL_FAM + "srini_string" + COL1 } ; runRowCount ( loc0 , 8 ) ; }
23,586
sets the value of the carriername property . concode_field_sep String carrierName concode_elem_sep String carrierCode concode_elem_sep String carrierType concode_elem_sep long serialVersionUID concode_elem_sep String carrierShortName concode_elem_sep String carrierNetworkCode concode_field_sep String getCarrierName con...
void function ( String arg0 ) { this . carrierName = arg0 ; }
23,587
gets selected time zone display name . 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_...
String function ( ) { return displayNameTokenizer ( selectedTimeZone . getDisplayName ( ) ) ; }
23,588
get the call answer timeout in seconds concode_field_sep TreatmentManager callAnsweredTreatment concode_elem_sep Thread inviteTimeoutThread concode_elem_sep CallState callState concode_elem_sep String reasonCallTerminated concode_elem_sep CallHandler callHandler concode_elem_sep int defaultCallAnswerTimeout concode_ele...
int function ( ) { return defaultCallAnswerTimeout ; }
23,589
creates and returns a condition of the range key being less than or equal to the given value . concode_field_sep ComparisonOperator op concode_elem_sep Object[] values concode_elem_sep String attribute concode_field_sep ComparisonOperator getComparisonOperator concode_elem_sep Object[] getValues concode_elem_sep Expect...
Expected function ( Object arg0 ) { return _withComparisonOperator ( ComparisonOperator . LE ) . _withValues ( arg0 ) ; }
23,590
returns true if the new version of the class is serializable . concode_field_sep boolean serializableNew concode_elem_sep Optional<Long> serialVersionUidDefaultOld concode_elem_sep Optional<Long> serialVersionUidInClassOld concode_elem_sep boolean serializableOld concode_elem_sep Optional<Long> serialVersionUidInClassN...
boolean function ( ) { return serializableNew ; }
23,591
returns the width of the icon . the basiclookandfeel checkbox icon has a width of 13 pixels . concode_field_sep CheckBoxIcon checkBoxIcon concode_elem_sep long serialVersionUID concode_elem_sep RadioButtonIcon radioButtonIcon concode_field_sep Icon getMenuItemArrowIcon concode_elem_sep Icon getRadioButtonIcon concode_e...
int function ( ) { return 13 ; }
23,592
updates the property on the source with the specified change . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<E> doGetSet concode_elem_sep IObservableFactory<S,IObservableSet<E>> setFactory concode_elem_sep IObservableFactory<S,IObservableSet<E>> setFactory concode_elem_sep void setSet concode_elem_sep...
void function ( S arg0 , SetDiff < E > arg1 ) { IObservableSet < E > loc0 = observe ( arg0 ) ; try { arg1 . applyTo ( loc0 ) ; } finally { loc0 . dispose ( ) ; } }
23,593
the total number of lookups in the cache . concode_field_sep long cacheCount concode_elem_sep long hitCount concode_elem_sep long cacheSize concode_elem_sep XContentBuilderString CACHE_SIZE concode_elem_sep XContentBuilderString EVICTIONS concode_elem_sep XContentBuilderString HIT_COUNT concode_elem_sep XContentBuilder...
long function ( ) { return hitCount + missCount ; }
23,594
orders first by word , then by lemma , then by tag . concode_field_sep String DIVIDER concode_elem_sep long serialVersionUID concode_elem_sep String lemma concode_elem_sep String tag concode_elem_sep String word concode_field_sep String lemma concode_elem_sep void main concode_elem_sep void setLemma concode_elem_sep La...
int function ( WordLemmaTag arg0 ) { int loc0 = word ( ) . compareTo ( arg0 . word ( ) ) ; if ( loc0 != 0 ) return loc0 ; int loc1 = lemma ( ) . compareTo ( arg0 . lemma ( ) ) ; if ( loc1 != 0 ) return loc1 ; else return tag ( ) . compareTo ( arg0 . tag ( ) ) ; }
23,595
fires an add notification to all listeners concode_field_sep ListenerList listeners concode_field_sep IConcurrentModelListener[] getListeners concode_elem_sep void fireRemove concode_elem_sep void fireUpdate concode_elem_sep void removeListener concode_elem_sep void addListener
void function ( Object [ ] arg0 ) { Object [ ] loc0 = listeners . getListeners ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { IConcurrentModelListener loc2 = ( IConcurrentModelListener ) loc0 [ loc1 ] ; loc2 . add ( arg0 ) ; } }
23,596
returns a new object with cropped image data . implementations may keep a reference to the original data rather than a copy . only callable if iscropsupported is true . concode_field_sep BitMatrix matrix concode_elem_sep Binarizer binarizer concode_field_sep BinaryBitmap rotateCounterClockwise concode_elem_sep BinaryBi...
BinaryBitmap function ( int arg0 , int arg1 , int arg2 , int arg3 ) { LuminanceSource loc0 = binarizer . getLuminanceSource ( ) . crop ( arg0 , arg1 , arg2 , arg3 ) ; return new BinaryBitmap ( binarizer . createBinarizer ( loc0 ) ) ; }
23,597
call prepare method on a plugin class . concode_field_sep Interval blockCommitInterval concode_elem_sep PluginContext pluginContext concode_elem_sep PluginSpecification extractorSpec concode_elem_sep PluginSpecification applierSpec concode_elem_sep List<PluginSpecification> filterSpecs concode_elem_sep String initialEv...
void function ( ReplicatorPlugin arg0 , PluginContext arg1 ) { ReplicatorRuntime . preparePlugin ( arg0 , arg1 ) ; }
23,598
sets the kaleo definition id of this kaleo condition . concode_field_sep KaleoCondition _kaleoCondition concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedM...
void function ( long arg0 ) { _kaleoCondition . setKaleoDefinitionId ( arg0 ) ; }
23,599
instructs the webview to proceed with the authentication with the given credentials . concode_field_sep HttpAuthHandler handler concode_field_sep void cancel
void function ( String arg0 , String arg1 ) { this . handler . proceed ( arg0 , arg1 ) ; }