idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
7,600
set import url username concode_field_sep String IMPORT_USERNAME concode_elem_sep String USE_STANDARD_EXIT concode_elem_sep String IMPORT_URL concode_elem_sep String LOG_LEVEL concode_elem_sep String IMPORT_PASSWORD concode_elem_sep String MARK_UNREAD_ITEMS concode_elem_sep String PAGE_ENABLED concode_elem_sep String H...
void function ( String arg0 ) { m_settings . setStringProperty ( IMPORT_USERNAME , arg0 ) ; }
7,601
returns an arraylist of strings that describe each case . concode_field_sep String LESS_OR_EQ concode_elem_sep String GREATER_THAN concode_elem_sep ArrayList myAttempts concode_elem_sep int[] myRange concode_elem_sep String firstPlayer concode_elem_sep String NOT_EQUAL concode_elem_sep boolean partitionIsValid concode_...
ArrayList function ( ) { ArrayList loc0 = new ArrayList ( ) ; for ( int loc1 = 0 ; loc1 < myDoneCases . size ( ) ; loc1 ++ ) loc0 . add ( myDoneCases . get ( loc1 ) . toString ( ) ) ; return loc0 ; }
7,602
creates a new role group service . if the extension does not provide a role service this method should simply return null . concode_field_sep SingleValueConverter encrypter concode_field_sep MasterPasswordProvider createMasterPasswordProvider concode_elem_sep boolean isAvailable concode_elem_sep void init concode_elem_...
GeoServerRoleService function ( SecurityNamedServiceConfig arg0 ) { return null ; }
7,603
initialize the metrics for jmx with protocol methods concode_field_sep MetricsRegistry registry concode_elem_sep Log LOG concode_elem_sep MutableRates rates concode_elem_sep String name concode_field_sep void addProcessingTime concode_elem_sep String name concode_elem_sep RpcDetailedMetrics create concode_elem_sep void...
void function ( Class < ? > arg0 ) { rates . init ( arg0 ) ; }
7,604
auto names are used for autogenerated indexes or anonymous constraints . also the name of a pseudo-column is the autoname '' '' concode_field_sep HsqlName schema concode_elem_sep HsqlNameManager staticManager concode_elem_sep String statementName concode_elem_sep String[] sysPrefixes concode_elem_sep int sysNumber conc...
HsqlName function ( String arg0 ) { return newAutoName ( arg0 , null ) ; }
7,605
initiates the fetch of all blocks provided in the constructor , with possible retries in the event of transient ioexceptions . concode_field_sep ExecutorService executorService concode_elem_sep LinkedHashSet<String> outstandingBlocksIds concode_elem_sep int maxRetries concode_elem_sep RetryingBlockFetchListener current...
void function ( ) { fetchAllOutstanding ( ) ; }
7,606
searches for files with the given location suffix . at this point the method works for sources and headers no other content types , only . this is done to use less memory and can be changed if necessary . for linked resource files , the name of the link target is relevant . concode_field_sep ResourceLookupTree lookupTr...
IFile [ ] function ( IPath arg0 , IProject [ ] arg1 , boolean arg2 ) { return lookupTree . findFilesByName ( arg0 , arg1 , arg2 ) ; }
7,607
returns the default framebuffer contents as a textureregion with a width and height equal to the current screensize . the base texture always has mathutils #nextpoweroftwo dimensions and rgba8888 format . it can be accessed via textureregion #gettexture . the texture is not managed and has to be reloaded manually on a ...
TextureRegion function ( ) { final int loc0 = Gdx . graphics . getBackBufferWidth ( ) ; final int loc1 = Gdx . graphics . getBackBufferHeight ( ) ; return getFrameBufferTexture ( 0 , 0 , loc0 , loc1 ) ; }
7,608
gets the isremove value for this customparameter . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean isRemove concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String value concode_elem_sep java.lang.String ...
java . lang . Boolean function ( ) { return isRemove ; }
7,609
returns true if a value has been assigned for the setting id . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int DOWNLOAD_RETRANS_RATE concode_elem_sep int[] va...
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( set & loc0 ) != 0 ; }
7,610
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { StandardXYBarPainter loc0 = new StandardXYBarPainter ( ) ; StandardXYBarPainter loc1 = new StandardXYBarPainter ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
7,611
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AvailabilityZone clone concode_elem_sep AvailabilityZone withNam...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getName ( ) != null ) loc0 . append ( "srini_string" + getName ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
7,612
create a new instance of domain element associated with canvas . concode_field_sep Set<? extends EObject> elementSet concode_elem_sep View scope concode_elem_sep Map<EObject,View> element2ViewMap concode_field_sep void attachModelToResource concode_elem_sep void runWizard concode_elem_sep boolean openDiagram concode_el...
StateMachine function ( ) { return StateMachineFactory . eINSTANCE . createStateMachine ( ) ; }
7,613
returns the group id of this entry . concode_field_sep Entry _entry 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 isCach...
long function ( ) { return _entry . getGroupId ( ) ; }
7,614
compare the signatures of the bridge method and the method which it bridges . if the parameter and return types are the same , it is a ` visibility ' bridge method introduced in java 6 to fix http://bugs.sun.com/view_bug.do?bug_id=6342411 . see also http://stas-blogspot.blogspot.com/2010/03/java-bridge-methods-explaine...
boolean function ( Method arg0 , Method arg1 ) { if ( arg0 == arg1 ) { return true ; } return ( Arrays . equals ( arg0 . getParameterTypes ( ) , arg1 . getParameterTypes ( ) ) && arg0 . getReturnType ( ) . equals ( arg1 . getReturnType ( ) ) ) ; }
7,615
gets data center id . concode_field_sep boolean skipStore concode_elem_sep ExpiryPolicy expiryPlc concode_elem_sep Byte dataCenterId concode_elem_sep UUID subjId concode_elem_sep long serialVersionUID concode_elem_sep boolean keepBinary concode_elem_sep boolean noRetries concode_field_sep CacheOperationContext setSkipS...
Byte function ( ) { return dataCenterId ; }
7,616
returns a string representation of this queue . concode_field_sep Node<Item> next concode_elem_sep Item item concode_elem_sep Node<Item> current concode_elem_sep Node<Item> last concode_elem_sep int N concode_elem_sep Node<Item> first concode_field_sep Item next concode_elem_sep void enqueue concode_elem_sep Iterator<I...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( Item loc1 : this ) loc0 . append ( loc1 + "srini_string" ) ; return loc0 . toString ( ) ; }
7,617
sets the value of the created property . concode_field_sep boolean success concode_elem_sep boolean created concode_elem_sep String id concode_elem_sep List<ResultError> errors concode_field_sep boolean isCreated concode_elem_sep void setSuccess concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep...
void function ( boolean arg0 ) { this . created = arg0 ; }
7,618
used to identify which toolboxes this plugin tool should be listed in . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep St...
String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; }
7,619
indicates a mouse wheel event . concode_field_sep DirectPosition2D geoCoords concode_elem_sep int wheelAmount concode_elem_sep MouseEvent event concode_elem_sep boolean isWheelEvent concode_field_sep Point getPoint concode_elem_sep int getStateMask concode_elem_sep DirectPosition2D getMapPosition concode_elem_sep int g...
boolean function ( ) { return isWheelEvent ; }
7,620
computes the variance of series of values . concode_field_sep InetAddress referenceAddress concode_elem_sep boolean doSynch concode_elem_sep long delta concode_elem_sep long epsilon concode_elem_sep DatagramSocket socket concode_elem_sep int TIMEOUT concode_field_sep void synch concode_elem_sep void synch concode_elem_...
long function ( long [ ] arg0 ) { long loc0 = loc0 ( arg0 ) ; long loc1 = 0 ; for ( long loc2 : arg0 ) { long loc3 = ( loc2 - loc0 ) ; loc1 += loc3 * loc3 ; } long loc4 = loc1 / arg0 . length ; return loc4 ; }
7,621
read the muted state concode_field_sep String REQUEST_GET_MODE concode_elem_sep Logger logger concode_elem_sep FrontierSiliconRadioConnection conn concode_elem_sep String REQUEST_SET_MUTE concode_elem_sep String REQUEST_GET_VOLUME concode_elem_sep String REQUEST_GET_PLAY_INFO_TEXT concode_elem_sep String REQUEST_GET_MU...
boolean function ( ) { try { FrontierSiliconRadioApiResult loc0 = conn . doRequest ( REQUEST_GET_MUTE ) ; return loc0 . getValueU8AsBoolean ( ) ; } catch ( Exception loc0 ) { logger . error ( "srini_string" + REQUEST_GET_MUTE ) ; } return false ; }
7,622
gets the value of the primaryphone property . concode_field_sep String address concode_elem_sep String faxPhone concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep List<AppliedLabel> appliedLabels concode_elem_sep String externalId concode_elem_sep CompanyCreditStatus creditStatus concode_elem_sep Integer t...
String function ( ) { return primaryPhone ; }
7,623
method declaration concode_field_sep String scriptHelp[] concode_elem_sep String testDataSql[] concode_elem_sep String insertHelp[] concode_elem_sep String createTableHelp[] concode_elem_sep String dropIndexHelp[] concode_elem_sep String testHelp[] concode_elem_sep String deleteHelp[] concode_elem_sep String selectHelp...
int function ( int arg0 ) { arg0 = rRandom . nextInt ( ) % arg0 ; return arg0 < 0 ? - arg0 : arg0 ; }
7,624
removes the listener that receives notifications for slot availability . concode_field_sep Object instanceLock concode_elem_sep ActorGateway actorGateway concode_elem_sep ResourceID resourceId concode_elem_sep SlotAvailabilityListener slotAvailabilityListener concode_elem_sep long lastReceivedHeartBeat concode_elem_sep...
void function ( ) { synchronized ( instanceLock ) { this . slotAvailabilityListener = null ; } }
7,625
a list of message attribute names to receive when consuming . multiple names can be separated by comma . concode_field_sep Integer delaySeconds concode_elem_sep String amazonSQSEndpoint concode_elem_sep String messageAttributeNames concode_elem_sep Integer maximumMessageSize concode_elem_sep String secretKey concode_el...
void function ( String arg0 ) { this . messageAttributeNames = arg0 ; }
7,626
remove volume information from dewey call number if it is present as a suffix concode_field_sep PlaceHolder placeHolder concode_field_sep String getSecondLCcutterSuffix concode_elem_sep String getLCB4FirstCutter concode_elem_sep String getSecondLCcutter concode_elem_sep String getDeweyShelfKey concode_elem_sep String g...
String function ( String arg0 ) { return org . solrmarc . callnum . CallNumUtils . removeDeweyVolSuffix ( arg0 ) ; }
7,627
translates an object of this type to an non-synthesized boolean . it does not push a 0 or a 1 but instead returns branchhandle list to be appended to the false list . concode_field_sep Type ObjectString concode_elem_sep Type String concode_elem_sep Type ResultTree concode_elem_sep Type Element concode_elem_sep Type Com...
FlowList function ( ClassGenerator arg0 , MethodGenerator arg1 , BooleanType arg2 ) { ErrorMsg loc0 = new ErrorMsg ( ErrorMsg . DATA_CONVERSION_ERR , toString ( ) , arg2 . toString ( ) ) ; arg0 . getParser ( ) . reportError ( Constants . FATAL , loc0 ) ; return null ; }
7,628
returns the channel on which this socket is bound . concode_field_sep int mChannel concode_elem_sep BluetoothSocket mSocket concode_elem_sep Handler mHandler concode_elem_sep int mMessage concode_field_sep void close concode_elem_sep void setCloseHandler concode_elem_sep BluetoothSocket accept concode_elem_sep Bluetoot...
int function ( ) { return mChannel ; }
7,629
get the iteration count . concode_field_sep int iterationCount concode_elem_sep byte[] salt concode_field_sep byte[] getSalt
int function ( ) { return iterationCount ; }
7,630
returns the equivalent layoutpoint to this controlpoint . concode_field_sep LayoutCanvas mCanvas concode_elem_sep int x concode_elem_sep int y concode_field_sep Point toDisplayPoint concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ControlPoint create concode_elem_sep ControlPoint create co...
LayoutPoint function ( ) { int loc0 = mCanvas . getHorizontalTransform ( ) . inverseTranslate ( x ) ; int loc1 = mCanvas . getVerticalTransform ( ) . inverseTranslate ( y ) ; return LayoutPoint . create ( mCanvas , loc0 , loc1 ) ; }
7,631
calls the iselectable . setselected selected method with the given argument for all iselectable s in the set . concode_field_sep List<ISelectable> set concode_elem_sep ESelectionType selectionType concode_field_sep void add concode_elem_sep Iterator<ISelectable> iterator concode_elem_sep boolean contains concode_elem_s...
void function ( boolean arg0 ) { for ( ISelectable loc0 : set ) { loc0 . setSelected ( arg0 ) ; } }
7,632
check to see if the glyph outline contains any outline data . concode_field_sep GeneralPath path concode_field_sep void addTextSprite concode_elem_sep Shape getGlyphOutlineClip
boolean function ( ) { return path == null ; }
7,633
gets the expirationdate value for this billingcustomer . concode_field_sep java.lang.String billingCode concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String accessCodeType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean active concode_elem_sep boolean ...
java . util . Calendar function ( ) { return expirationDate ; }
7,634
get the next element from this fileresourceiterator . concode_field_sep File basedir concode_elem_sep Project project concode_elem_sep String[] files concode_elem_sep int pos concode_field_sep FileResource nextResource concode_elem_sep void addFiles concode_elem_sep boolean hasNext concode_elem_sep void remove
Resource function ( ) { return nextResource ( ) ; }
7,635
convenience for creating a new instance with only a boot disk and minimal parameters . concode_field_sep Boolean canIpForward concode_elem_sep Metadata metadata concode_elem_sep List<NetworkInterface> networkInterfaces concode_elem_sep List<ServiceAccount> serviceAccounts concode_elem_sep List<AttachDisk> disks concode...
NewInstance function ( String arg0 , URI arg1 , URI arg2 , URI arg3 ) { return create ( arg0 , arg1 , arg2 , Arrays . asList ( AttachDisk . newBootDisk ( arg3 ) ) , null , null ) ; }
7,636
in the fileentrylistener , applications may override the uploaded files ' statuses , if the files fail the application 's custom validation , by using this method . they can even set a custom status , with its own message format for the faces message . concode_field_sep String fileName concode_elem_sep long totalSize c...
void function ( FileEntryStatus arg0 , boolean arg1 , boolean arg2 ) { updateStatus ( arg0 , arg1 ) ; if ( arg2 && file != null && file . exists ( ) ) { file . delete ( ) ; } }
7,637
sets the id . concode_field_sep List<Person> persons concode_elem_sep Long id concode_elem_sep String label concode_field_sep void setPersons concode_elem_sep String getLabel concode_elem_sep List<Person> getPersons concode_elem_sep boolean equals concode_elem_sep void setLabel concode_elem_sep Long getId concode_elem_...
void function ( Long arg0 ) { this . id = arg0 ; }
7,638
get the symbolic name as groupid + '' . '' + artifactid , with the following exceptions . unlike the original method from the maven bundle plugin , this method does not use the bundle inspection , as the artifact 's file does not exist when this method is called . if artifactid is equal to last section of groupid then ...
String function ( Artifact arg0 ) { return getBundleSymbolicName ( arg0 . getGroupId ( ) , arg0 . getArtifactId ( ) ) ; }
7,639
set the behind view content to an explicit view . this view is placed directly into the behind view 's view hierarchy . it can itself be a complex view hierarchy . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled co...
void function ( View arg0 , LayoutParams arg1 ) { mViewBehind = arg0 ; mSlidingMenu . setMenu ( mViewBehind ) ; }
7,640
this method is deprecated since hz 3.5 . please use the #getexecutioncallback concode_field_sep int DEFAULT_REPLICA_INDEX concode_elem_sep long callTimeout concode_elem_sep Operation op concode_elem_sep ExecutionCallback<Object> executionCallback concode_elem_sep int replicaIndex concode_elem_sep long DEFAULT_CALL_TIME...
Callback function ( ) { return callback ; }
7,641
this method is for logging a server in kerberos . if this is used in client code , it will fail unless run as the accumulo keytab 's owner . instead , use #login string , string concode_field_sep Logger renewalLog concode_elem_sep boolean usingKerberos concode_elem_sep Logger log concode_field_sep void startTicketRenew...
void function ( AccumuloConfiguration arg0 ) { serverLogin ( arg0 , arg0 . getPath ( Property . GENERAL_KERBEROS_KEYTAB ) , arg0 . get ( Property . GENERAL_KERBEROS_PRINCIPAL ) ) ; }
7,642
creates the composite associated with this fragment . this method is only called when hascomposite returns true . concode_field_sep TaskWizardPage page concode_elem_sep TaskModel taskModel concode_elem_sep List<WizardFragment> listImpl concode_elem_sep boolean isComplete concode_field_sep IWizardPage getPage concode_el...
Composite function ( Composite arg0 , IWizardHandle arg1 ) { return null ; }
7,643
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Project project concode_field_sep GetProjectResult withProject concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetProjectResult clone concode_elem_sep void setProject concode_elem_sep Pro...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getProject ( ) != null ) loc0 . append ( "srini_string" + getProject ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
7,644
sets the value of the mediatype property . concode_field_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String mediaType concode_elem_sep List<Object> any concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep List<Doc> getD...
void function ( String arg0 ) { this . mediaType = arg0 ; }
7,645
returns the number of items that the estimator has processed concode_field_sep Quantile quantiles[] concode_elem_sep long[] buffer concode_elem_sep int bufferCount concode_elem_sep long count concode_elem_sep int g concode_elem_sep int delta concode_elem_sep long value concode_elem_sep LinkedList<SampleItem> samples co...
long function ( ) { return count ; }
7,646
by default , there are no collisions in pasting . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName conco...
PasteAction function ( EClass arg0 ) { return PasteAction . ADD ; }
7,647
stops level 2 , 3 and 4 containers cleanly if they exists . call this method before #startlevel1container to avoid duplicate attempt to stop safemode containercomponents since calling stop on a container calls stop on its children too , see componentcontainer #stopcomponents . concode_field_sep PlatformLevel level4 con...
void function ( ) { if ( level2 != null ) { level2 . stop ( ) ; level2 = null ; level3 = null ; level4 = null ; } }
7,648
test that by default releases are allowed . concode_field_sep PlaceHolder placeHolder concode_field_sep void disabledReleasesEnabledSnapshots concode_elem_sep void emptySpec concode_elem_sep void atIncludedInUrl concode_elem_sep void onlySpacesSpec concode_elem_sep void testRepositoryWithID concode_elem_sep void disabl...
void function ( ) { assertEquals ( "srini_string" , true , new MavenRepositoryURL ( "srini_string" ) . isReleasesEnabled ( ) ) ; }
7,649
returns raw data stream . concode_field_sep InputStream stream concode_elem_sep int state concode_field_sep void setRecursionMode concode_elem_sep int getState concode_elem_sep BodyDescriptor getBodyDescriptor concode_elem_sep String getFieldValue concode_elem_sep String getField concode_elem_sep String getFieldName co...
InputStream function ( ) { return stream ; }
7,650
return the thread associated with this looper . concode_field_sep Printer mLogging concode_elem_sep String TAG concode_elem_sep MessageQueue mQueue concode_elem_sep ThreadLocal<Looper> sThreadLocal concode_elem_sep Thread mThread concode_elem_sep boolean mRun concode_elem_sep Looper mMainLooper concode_field_sep void p...
Thread function ( ) { return mThread ; }
7,651
sets the value of the dir property . concode_field_sep Shape shape concode_elem_sep Integer tabindex concode_elem_sep String alt concode_elem_sep String language concode_elem_sep String title concode_elem_sep String dir concode_elem_sep String nohref concode_elem_sep List<String> clazzs concode_elem_sep String accesske...
void function ( String arg0 ) { this . dir = arg0 ; }
7,652
returns the current capacity in bits 1 greater than the index of the last bit concode_field_sep int pageCount concode_elem_sep int PAGE_SIZE concode_elem_sep long[][] bits concode_elem_sep int wlen concode_field_sep void set concode_elem_sep void set concode_elem_sep void intersect concode_elem_sep int getPageCount con...
long function ( ) { return ( ( long ) wlen ) << 6 ; }
7,653
index a parent doc concode_field_sep String INDEX_NAME concode_elem_sep Node elasticNode concode_elem_sep String PARENT_TYPE_NAME concode_elem_sep Client client concode_elem_sep String CHILD_TYPE_NAME concode_field_sep List<String> executeSearch concode_elem_sep void indexChild concode_elem_sep String indexDoc concode_...
void function ( String arg0 , Map < String , Object > arg1 ) { XContentBuilder loc0 = XContentFactory . jsonBuilder ( ) ; client . prepareIndex ( INDEX_NAME , PARENT_TYPE_NAME , arg0 ) . setSource ( loc0 . map ( arg1 ) ) . execute ( ) . actionGet ( ) ; }
7,654
gets the action attribute value from the specified event for the given name . action attributes are specified by < f : attribute / > . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep Servlet...
String function ( ActionEvent arg0 , String arg1 ) { return ( String ) arg0 . getComponent ( ) . getAttributes ( ) . get ( arg1 ) ; }
7,655
the method shifts the index by a given value . concode_field_sep int index concode_elem_sep Logger LOGGER concode_field_sep int getIndex concode_elem_sep Point clone concode_elem_sep List<Point> loadAll
void function ( int arg0 , IndexPredicate arg1 ) { if ( arg1 == null || arg1 . execute ( index ) ) { index += arg0 ; } }
7,656
setter for documentversioningstate . concode_field_sep String dateFormat concode_elem_sep String pluginMappingFileName concode_elem_sep Properties aspectProperties concode_elem_sep String documentVersioningState concode_elem_sep String aspectMappingFileName concode_field_sep String getDocumentVersioningState concode_el...
void function ( String arg0 ) { this . documentVersioningState = arg0 ; }
7,657
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals
void function ( ) { MeterInterval loc0 = new MeterInterval ( "srini_string" , new Range ( 1.0 , 2.0 ) ) ; MeterInterval loc1 = ( MeterInterval ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
7,658
auto generated setter method concode_field_sep org.wso2.bps.samples.creditrating.types.LoanRequestType localLoanRequest concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName c...
void function ( org . wso2 . bps . samples . creditrating . types . LoanRequestType arg0 ) { this . localLoanRequest = arg0 ; }
7,659
returns a throwinglongtodoublefunction applying the given function to the argument if this function throws an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep double applyAsDouble concode_elem_sep double applyAsDoubleThrowing concode_elem_sep LongToDoubleFunction fallbackTo concode_elem_sep LongT...
ThrowingLongToDoubleFunction function ( ThrowingLongToDoubleFunction arg0 ) { return orTryWith ( arg0 , null ) ; }
7,660
rounds an integer up or down to the nearest multiple of 2 ^ shift . works with both positive and negative integers . concode_field_sep PlaceHolder placeHolder concode_field_sep int roundDown concode_elem_sep int roundUp
int function ( int arg0 , int arg1 ) { return ( arg0 + ( 1 << ( arg1 - 1 ) ) ) >>> arg1 << arg1 ; }
7,661
controls if classes from sub-packages should be mapped . concode_field_sep boolean cacheClassLookups concode_elem_sep ObjectFactory objectFactory concode_elem_sep boolean ignoreFinals concode_elem_sep CustomMapper embeddedMapper concode_elem_sep DatastoreProvider datastoreProvider concode_elem_sep Logger LOG concode_el...
void function ( final boolean arg0 ) { this . mapSubPackages = arg0 ; }
7,662
returns the given property concode_field_sep int DEFAULT_WRITE_BATCH_SIZE concode_elem_sep boolean enabled concode_elem_sep Object implementation concode_elem_sep String className concode_elem_sep MapStoreConfigReadOnly readOnly concode_elem_sep String factoryClassName concode_elem_sep int writeBatchSize concode_elem_s...
String function ( String arg0 ) { return properties . getProperty ( arg0 ) ; }
7,663
returns whether a custom id has been assigned concode_field_sep DescriptionDefinition description concode_elem_sep String id concode_elem_sep String shortName concode_elem_sep Boolean customId concode_field_sep String idOrCreate concode_elem_sep String getDescriptionText concode_elem_sep String getShortName concode_ele...
boolean function ( ) { return customId != null && customId ; }
7,664
get the current stub builder from thread local concode_field_sep Object[] laterReturns concode_elem_sep ThreadLocal<StubBuilder> tls concode_elem_sep Object firstReturn concode_elem_sep T from concode_field_sep StubBuilder<T> returning concode_elem_sep StubBuilder<T> returning concode_elem_sep StubBuilder<T> stub conco...
StubBuilder < T > function ( ) { return tls . get ( ) ; }
7,665
set the element that this information describes . concode_field_sep List<SwordValidationInfo> unmarshallAttributeInfo concode_elem_sep String MISSING_ATTRIBUTE_WARNING concode_elem_sep List<SwordValidationInfo> unmarshallElementInfo concode_elem_sep String MISSING_ELEMENT_ERROR concode_elem_sep String message concode_e...
void function ( XmlName arg0 ) { this . elementName = arg0 ; }
7,666
rotate an array , see std : : rotate concode_field_sep PlaceHolder placeHolder concode_field_sep T[] reallocateBuffer concode_elem_sep int[] reallocateBuffer concode_elem_sep float[] reallocateBuffer concode_elem_sep T[] reallocateBuffer concode_elem_sep int[] reallocateBuffer concode_elem_sep float[] reallocateBuffer
void function ( int [ ] arg0 , int arg1 , int arg2 , int arg3 ) { int loc0 = arg2 ; while ( loc0 != arg1 ) { int loc1 = arg0 [ arg1 ] ; arg0 [ arg1 ] = arg0 [ loc0 ] ; arg0 [ loc0 ] = loc1 ; arg1 ++ ; loc0 ++ ; if ( loc0 == arg3 ) { loc0 = arg2 ; } else if ( arg1 == arg2 ) { arg2 = loc0 ; } } }
7,667
add a matchitem object concode_field_sep ArrayList _itemList concode_elem_sep String _nextPreviewPage concode_elem_sep String _searchQuery concode_elem_sep String _baseUrl concode_elem_sep int _start concode_elem_sep String _sessionId concode_elem_sep String _searchResponseString concode_elem_sep org.apache.commons.log...
void function ( MatchItem arg0 ) { _itemList . add ( arg0 ) ; }
7,668
return the set of tables sharded in this mapping . concode_field_sep int mappingId concode_elem_sep ShardingType shardingType concode_elem_sep Set<ShardTable> shardTables concode_elem_sep Set<ShardIndex> shardIndices concode_elem_sep String globalGroupName concode_field_sep ShardIndex getShardIndexForKey concode_elem_s...
Set < ShardTable > function ( ) { return Collections . unmodifiableSet ( this . shardTables ) ; }
7,669
return user name concode_field_sep WritableFactory FACTORY concode_elem_sep FsPermission permission concode_elem_sep String groupname concode_elem_sep String username concode_field_sep void readFields concode_elem_sep String getGroupName concode_elem_sep FsPermission getPermission concode_elem_sep PermissionStatus read...
String function ( ) { return username ; }
7,670
gets the round about exit . concode_field_sep int roundAboutCenterX concode_elem_sep long serialVersionUID concode_elem_sep int exit concode_elem_sep int rot concode_elem_sep short blockType concode_elem_sep int x concode_elem_sep int y concode_elem_sep int roundAboutCenterY concode_elem_sep int direction concode_field...
int function ( ) { return this . exit ; }
7,671
get client concode_field_sep String client concode_field_sep String toIndentedString concode_elem_sep void setClient concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Client client concode_elem_sep String toString
String function ( ) { return client ; }
7,672
builds a clientconfiguration instance with the default configurationfor the current client . if the sdkglobalconfiguration #enable_in_region_optimized_mode system property has been set , in-region optimized configuration will be used . concode_field_sep PlaceHolder placeHolder concode_field_sep ClientConfiguration getI...
ClientConfiguration function ( ) { return SDKGlobalConfiguration . isInRegionOptimizedModeEnabled ( ) ? getInRegionOptimizedConfig ( ) : getDefaultConfig ( ) ; }
7,673
this utility method converts the name of the configured hash type to a symbolic constant . concode_field_sep int JENKINS_HASH concode_elem_sep int INVALID_HASH concode_elem_sep int MURMUR_HASH concode_elem_sep int MURMUR_HASH3 concode_field_sep Hash getInstance concode_elem_sep Hash getInstance concode_elem_sep int par...
int function ( Configuration arg0 ) { String loc0 = arg0 . get ( "srini_string" , "srini_string" ) ; return parseHashType ( loc0 ) ; }
7,674
the date and time the information was last refreshed . concode_field_sep String nextToken concode_elem_sep java.util.Date refreshedAt concode_elem_sep com.amazonaws.internal.SdkInternalList<SingleInstanceHealth> instanceHealthList concode_field_sep java.util.List<SingleInstanceHealth> getInstanceHealthList concode_elem...
java . util . Date function ( ) { return this . refreshedAt ; }
7,675
copies the selected node in the tree . concode_field_sep DynamicNodeUserObject selectedNodeObject concode_elem_sep String ROOT_NODE_TEXT concode_elem_sep DefaultTreeModel model concode_elem_sep int labelCount concode_field_sep DefaultTreeModel getModel concode_elem_sep void setSelectedNodeObject concode_elem_sep boolea...
void function ( ActionEvent arg0 ) { if ( selectedNodeObject != null ) selectedNodeObject . copyNode ( arg0 ) ; }
7,676
sets the value of the writeresponselist property . concode_field_sep WriteResponseList writeResponseList concode_field_sep WriteResponseList getWriteResponseList
void function ( WriteResponseList arg0 ) { this . writeResponseList = arg0 ; }
7,677
reads in a sequence of strings from standard input ; bottom-up mergesorts them ; and prints them to standard output in ascending order . concode_field_sep PlaceHolder placeHolder concode_field_sep void merge concode_elem_sep void show concode_elem_sep void sort concode_elem_sep boolean less concode_elem_sep boolean isS...
void function ( String [ ] arg0 ) { String [ ] loc0 = StdIn . readAllStrings ( ) ; MergeBU . sort ( loc0 ) ; show ( loc0 ) ; }
7,678
called when the system is about to start resuming a previous activity . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean on...
void function ( boolean arg0 ) { }
7,679
method for reading the carbon dictionary inverted sort index data from columns sortindex file . concode_field_sep String carbonStorePath concode_elem_sep CarbonTableIdentifier carbonTableIdentifier concode_elem_sep String sortIndexFilePath concode_elem_sep ColumnIdentifier columnIdentifier concode_elem_sep ColumnSortIn...
List < Integer > function ( ) { if ( null == columnSortInfo ) { readColumnSortInfo ( ) ; } return columnSortInfo . getSort_index_inverted ( ) ; }
7,680
returns the label of this refactoring 's command . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles conc...
String function ( ) { return "srini_string" ; }
7,681
adds a list of cmscontextmenuitem objects to the context menu list . the list is sorted by their order after that operation . concode_field_sep Log LOG concode_elem_sep boolean m_multiMenu concode_elem_sep List<CmsExplorerContextMenuItem> m_allEntries concode_field_sep void setAllEntries concode_elem_sep void addContex...
void function ( List < CmsExplorerContextMenuItem > arg0 ) { m_allEntries . addAll ( arg0 ) ; }
7,682
sets the value of the access property . concode_field_sep String displayLabel concode_elem_sep String note concode_elem_sep String access concode_elem_sep String usage concode_elem_sep String dateLastAccessed concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getAccess concode_elem_...
void function ( String arg0 ) { this . access = arg0 ; }
7,683
sets the message id of this attachment . concode_field_sep Attachment _attachment 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 conc...
void function ( long arg0 ) { _attachment . setMessageId ( arg0 ) ; }
7,684
return a cannot-proceed exception . concode_field_sep PlaceHolder placeHolder concode_field_sep Context createSubcontext concode_elem_sep void rebind concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep void unbind concode_elem_sep boolean isEmpty concode_elem_sep NameNotFoundException nameNotFoun...
CannotProceedException function ( final Object arg0 , final Name arg1 ) { final CannotProceedException loc0 = new CannotProceedException ( ) ; loc0 . setResolvedObj ( arg0 ) ; loc0 . setRemainingName ( arg1 ) ; return loc0 ; }
7,685
builds a csv list from the specified string , separator string and quote string . all arguments are assumed to be non-null . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . no attempt is made to escape the quote character se...
String function ( String [ ] arg0 , String arg1 , String arg2 ) { int loc0 = arg0 . length ; StringBuffer loc1 = new StringBuffer ( loc0 * 16 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( arg2 ) ; loc1 . append ( arg0 [ loc2 ] ) ; loc1 . append ( arg2 ) ; if ( loc2 + 1 < loc0 ) { loc1 . append ( ar...
7,686
create a byte array with a specific size filled with specified data . concode_field_sep MediaType APPLICATION_JSON_UTF8 concode_field_sep byte[] convertObjectToJsonBytes
byte [ ] function ( int arg0 , String arg1 ) { byte [ ] loc0 = new byte [ arg0 ] ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 [ loc1 ] = Byte . parseByte ( arg1 , 2 ) ; } return loc0 ; }
7,687
asserts that the given object is n't null , throwing an assertionexception if it was . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnreachable concode_elem_sep void assertCondition
T function ( @ Nullable T arg0 ) { if ( arg0 == null ) { throw new AssertionException ( "srini_string" ) ; } return arg0 ; }
7,688
constructs and returns a compatible inputmanger concode_field_sep PlaceHolder placeHolder concode_field_sep void onInputDeviceAdded concode_elem_sep void onInputDeviceChanged concode_elem_sep InputDevice getInputDevice concode_elem_sep void unregisterInputDeviceListener concode_elem_sep void onGenericMotionEvent concod...
InputManagerCompat function ( Context arg0 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . JELLY_BEAN ) { return new InputManagerV16 ( arg0 ) ; } else { return new InputManagerV9 ( ) ; } }
7,689
sets the label of the tab . concode_field_sep String removedTab concode_elem_sep List tabItems concode_elem_sep String newTabContent concode_elem_sep int index concode_elem_sep int tabIndex concode_elem_sep List tabs concode_elem_sep String newTabLabel concode_elem_sep String label concode_elem_sep PanelTabSet dynamicT...
void function ( String arg0 ) { this . label = arg0 ; }
7,690
ajoute une chaine de caracteres courte 1 octet plus la taille de la chaine concode_field_sep int LIMITE_3_BYTES concode_elem_sep byte LIMITE_BYTE_MIN concode_elem_sep int LIMITE_BYTE_POSITIF concode_elem_sep int index concode_elem_sep int LIMITE_STRING concode_elem_sep boolean builded concode_elem_sep int LIMITE_3_BYTE...
IO function ( String arg0 ) { byte [ ] loc0 = arg0 . getBytes ( ) ; return addBytePositif ( loc0 . length ) . addBytes ( loc0 ) ; }
7,691
redefines the extra information of the dependency . concode_field_sep String name concode_elem_sep String licenseName concode_elem_sep String version concode_elem_sep String info concode_field_sep String getVersion concode_elem_sep String getName concode_elem_sep String getInfo concode_elem_sep void setVersion concode_...
void function ( final String arg0 ) { this . info = arg0 ; }
7,692
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string ...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
7,693
account is enabled concode_field_sep byte[] password concode_elem_sep Integer id concode_elem_sep String login concode_elem_sep Boolean enabled concode_field_sep String getLogin concode_elem_sep void setPassword concode_elem_sep void setEnabled concode_elem_sep byte[] getPassword concode_elem_sep void setLogin concode_...
Boolean function ( ) { return enabled ; }
7,694
returns category of this class . concode_field_sep int INCH concode_elem_sep long serialVersionUID concode_elem_sep int w concode_elem_sep int x concode_elem_sep int h concode_elem_sep int y concode_elem_sep int MM concode_field_sep float getHeight concode_elem_sep float getX concode_elem_sep String getName concode_ele...
Class < ? extends Attribute > function ( ) { return MediaPrintableArea . class ; }
7,695
this method is not used in this layout manager . concode_field_sep SizeRequirements[] yChildren concode_elem_sep SizeRequirements xTotal concode_elem_sep SizeRequirements yTotal concode_elem_sep int[] spansY concode_elem_sep int[] offsetsX concode_elem_sep int[] offsetsY concode_elem_sep int[] spansX concode_elem_sep l...
void function ( Component arg0 , Object arg1 ) { }
7,696
checks that the class does not implement publiccloneable the generator is immutable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testURL concode_elem_sep void testEquals
void function ( ) { StandardPieURLGenerator loc0 = new StandardPieURLGenerator ( "srini_string" , "srini_string" ) ; assertFalse ( loc0 instanceof PublicCloneable ) ; }
7,697
gets the bgp sessions . concode_field_sep ConcurrentMap<Ip4Prefix,BgpRouteEntry> bgpRoutes4 concode_elem_sep ConcurrentMap<Ip6Prefix,BgpRouteEntry> bgpRoutes6 concode_elem_sep ConcurrentMap<SocketAddress,BgpSession> bgpSessions concode_elem_sep Logger log concode_elem_sep Channel serverChannel concode_elem_sep Ip4Addre...
Collection < BgpSession > function ( ) { return bgpSessions . values ( ) ; }
7,698
public getter concode_field_sep ArrayList<String> originalColor concode_elem_sep String color concode_elem_sep String size concode_elem_sep String shape concode_elem_sep String imprint concode_elem_sep int score concode_elem_sep long serialVersionUID concode_field_sep void setColor concode_elem_sep void setSize concode...
String function ( ) { return this . size ; }
7,699
gets the value of the this property . concode_field_sep ManagedObjectReference _this concode_field_sep void setThis
ManagedObjectReference function ( ) { return _this ; }